/* - - - - - - -Generic Microsite Core 1st April 2009 - - - - - - - - -*/

body {
	font-family: verdana, candara, helvetica, arial, san-serif;
	font-size: 80%;
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	width: 768px;
	padding: 0 10px;
	margin: 0 auto;
	background-position: top center;
	background-repeat: repeat-y;
}

span.hidden {
	display: none;
}
/* Header */

#header {
	height: 94px;
	background-position: top center;
	background-repeat: no-repeat;
}

#header img {
	border: none;
	margin: 15px 0 0 20px;
}

/*Navbar*/

#navbar {
	background-position: top right;
	background-repeat: no-repeat;
	height: 40px
}

#navbar p {
	display: none;
}

#navbar ul {
	margin: 0;
	padding: 10px 20px;
}

#navbar li {
	float: left;
	list-style-type: none;
	padding: 0 0 0 10px;
	height: 22px;
	margin: 0;
}

#navbar li.active {
	background-position: left;
	background-repeat: no-repeat;
}

#navbar a {
	color: white;
	display: block;
	text-align: center;
	height: 16px;
	padding: 3px 10px 3px 0;
	font-size: 100%;
}

#navbar li.active a {
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: default;
}

* html #navbar li a, * html #navbar li.active a {
	display: inline;
	float: none;
	background-image: none;
}

* html #navbar li.active {
	background-image: none;
	background-color: white;
	height: 19px;
}

/* Content area */

#content {
	padding: 50px;
	background-color: white;
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 300px;
}

* html #content {
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#content a span {
	width: 200px;
	height: 150px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	display: block;
	float: left;
	border: 1px solid black;
}

#content img.tour {
	border: none;
	float: none;
	width: 200px;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 130%;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding-top: 1em;
}

h3 {
	font-size: 100%;
}

p {
	margin: 0;
	padding: 0.5em 0 1em 0;
	line-height: 120%;
}

a:hover {
	text-decoration: none;
}	

#content img {
	width: 225px;
	float: right;
	padding: 0 0 10px 50px;
}

ul.downloadlink {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

ul.downloadlink li {
	padding: 5px 0;
}

ul.downloadlink li a {
	background:transparent url(images/pdficon.gif) no-repeat left center;
	padding-left: 20px;
}

p.clear {
	clear: both;
}

ol {
	margin-top: 0;
	margin-bottom: 0;
}


/* Generic form elements - - -*/

input {
	font-size: 100%;
}


/* - - -Buttons - - - -*/

button, p.buttons a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	color: white;
	width: 120px;	
	padding: 5px 0;
	border: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 100%;
	margin-left: 120px;
}

p.buttons a {
	padding: 8px 0;
}

button:hover, p.buttons a:hover {
	text-decoration: none;
	font-weight: bold;
}

p.buttons a.submit {
	margin-left: 0 !important;
}

/* - -- - - -footer section - - - - - - - -*/

#footer {
	background-position: bottom center;
	background-repeat: no-repeat;
	color: white;
	height: 30px;
	margin: -2px -10px 0;
	padding: 8px 10px;
	clear: both;
}

#footer p {
	font-size: 0.8em;
	margin: 4px 0 0 130px;
	padding: 0;
}

#footer a {
	background-color:inherit;
	color: white;
}

img#lulogo {
	display: none;
}