/**********************
GLOBAL STYLES
***********************/

* {margin:0; padding:0;}

body {
	background: #eef url(images/bodyback.jpg) repeat-x top center;
	margin:0;
	padding:0;
}

p {margin: 1.0em 0;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin-bottom:5px;}	

/**********************
 OVERALL LAYOUT
***********************/


#skiptomain {
	display: none;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	font-size: 0.9em;
	}

	#masthead {
		padding:0;
		margin:0 auto;
		}

		#branding {
			background: #fff;
			width:760px;
			padding:10px 20px 2px 20px;
			margin:0 auto;
			}
			
			#logo {
				width:250px;
				float: left;
				}
			
			
			#topright {
				width:450px;
				float: right;
				padding-top: 10px;
				text-align: right;
				}
				


	#featurebar {
		padding:0;
		margin:0 auto;
		}
		

		#topbar {
			padding:10px 20px 10px 20px;
			background: #026;
			width:760px;
			margin:0 auto;
			}		
			
			#topnav {
				width:600px;
				float: left;
				}

			#url {
				width:150px;
				float: right;
				text-align: right;
				}


	#imagebar {
		padding:0;
		margin:0 auto;
		}
		

		#heropic {
			padding:30px 20px 10px 20px;
			background: #D0C9B2 url(images/heropic.jpg) no-repeat top center;
			width:760px;
			height: 90px;
			margin:0 auto;
			text-align: right;
			}	
			

	#page {
		padding:0;
		margin:0 auto;
		}

		#pagecontent {
			background: #fff url(images/pageback.gif) no-repeat bottom right;
			width:760px;
			padding:20px 20px 20px 20px;
			margin:0 auto;
			
			}
			
		#pagecontent ul {padding-left: 25px;}
			

	#colouredpage {
		padding:0;
		margin:0 auto;
		}

		#colouredpagecontent {
			background: #aac;
			width:760px;
			padding:20px;
			margin:0 auto;
			}
			

	#footer {
		padding:0;
		margin:0 auto;
		}

		#footercontent {
			width:760px;
			padding:20px 20px 5px 20px;
			margin:0 auto;
			background: #000;
			border-bottom: 1px solid #666;
			}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/*****************
 FONTS
 *****************/

#topright { font-size: 0.8em; color: #000; }
#url { font-size: 0.8em; color: #000; }
#heropic { color: #fff; }
#pagecontent { font-size: 1.0em; color: #000; line-height: 1.6em; }
#colouredpagecontent { font-size: 0.9em; color: #000; line-height: 1.6em; }
#footercontent { font-size: 0.8em; color: #fff; line-height: 1.6em; }

/*****************
 LINKS
 *****************/

#url a:link{ color: #fff; text-decoration: none; }
#url a:visited{ color: #fff; text-decoration: none; }
#url a:hover{ color: #fff; text-decoration: underline; }

#pagecontent a:link{ color: #026; text-decoration: underline; }
#pagecontent a:visited{ color: #026; text-decoration: underline; }
#pagecontent a:hover{ color: #25b; text-decoration: underline; }

#colouredpagecontent a:link{ color: #fff; text-decoration: none; }
#colouredpagecontent a:visited{ color: #fff; text-decoration: none; }
#colouredpagecontent a:hover{ color: #fff; text-decoration: underline; }

#footer a:link{ color: #fff; text-decoration: none }
#footer a:visited{ color: #fff; text-decoration: none }
#footer a:hover{ color: #fff; text-decoration: underline }


/*****************
 TOP NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
	width: 600px;
}

#topnav ul li {
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	display: inline;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #ddf;
	text-decoration: none;
}

#topnav ul li.contactlink {
	padding: 0px;
}

/*****************
 BENEFITS UL
 *****************/

UL.benefitslist {
	margin: 0px 0px 20px 0px;
	padding: 3px 3px 3px 3px;
	list-style: none;
}

UL.benefitslist LI {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	line-height: 1.5em;
	background: url(images/tick.gif) no-repeat 0 0px;
}


/*****************
LEFT MARGIN UL
 *****************/

UL.leftmargin {
	margin: 0px 0px 0px 60px;
	padding: 3px 3px 3px 3px;
}

UL.leftmargin LI {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}


/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.6em; display: block; color: #026; font-weight: normal;}
h2 { font-size: 1.1em; color: #333; display: block; }
#colouredpagecontent h2 { color: #fff; }
h3 { font-size: 1.3em; color: #fff; display: block; }


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.floatleftq {
	
	margin: 0px 0px 0px 0px;
	padding: 0;
}

img.floatrightq {
	
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.lists{
	margin-left: 30px;
	margin-top: 10px;
}
.address{
	list-style: none;
}