/* CSS Document */
body {
	font-size: 0.75em;
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	position: relative;
}
#banner {
	width: 760px;
	height: 121px;
	position: absolute;
	background-repeat: no-repeat;
}

#topnav{
	white-space: nowrap;
	background-color: #0079C6;
	position: absolute;
	top: 121px;
	line-height: 1.9em;
	width: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

#topnav a, #topnav a:link, #topnav a:visited, #topnav a:hover,  #topnav a:active {
   	color: #FFF;
   	display: block;
   	text-decoration: none;
	background: #0079C6;
	border-right: 1px solid #FFFFFF;
	padding: 0 20px;
}

#topnav a:hover,  #topnav a:active {
   	background-color: #EEE;
	text-decoration: underline;
	color: #0079C6;
}

#topnav .selected {
	color: #0079C6;
   	display: block;
   	text-decoration: none;
	background-color: #EEE;
	border-right: 1px solid #FFFFFF;
	padding: 0 20px;
}

#topnav ul {
   	margin-left: -20px;
   	margin-top: 0px;
}
html>body #topnav ul {
   	margin-left: -40px;
}
#topnav li {
   	list-style: none;
   	float: left;
}
#straplines {
	position: absolute;
	width: 180px;
	color: #001D2E;
	padding: 10px;
	padding-top: 10px;
	left: 560px;
}
html> body #straplines {
	width: 180px;
}

#straplines ul {
	margin-left: 15px;
	color: #FFFFFF;
}
html>body #straplines ul {
	margin-left: -10px;
	color: #FFFFFF;
}
#content #straplines h3 {
	background: none;
	color: #001D2E;
	padding: 0;
}
#header {
	width: 570px;
	height: 100px;
	padding-top: 20px;
	margin-bottom: -70px;
}
html>body #header {
	padding-top: 5px;
	margin-bottom: -70px;
}
#content {
	position: absolute;
	top: 150px;/*
	left: 150px;*/
	left: 0;
	font-size: 1.1em;
	color: #000000;
	width: 555px;
	padding-right: 190px;
	padding-bottom: 10px;
	margin: 0px;
	background: #FFFFFF url("../images/background.gif") repeat-y;
	line-height: 1.3em;
	border-top: 5px solid #0079C6;
}
html>body #content {
	width: 555px;
	padding-right: 205px;
}
#content h1 {
	font-size: 1.5em;
	color: #001D2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h2 {
	font-size: 1.2em;
	color: #001D2E;
}
#content h3 {
	font-size: 1.1em;
	color: #fff;
	width: auto;
	background-color: #0079C6;
	padding: 3px;
}
#content a:link, a:visited, a:active {
	font-weight: bold;
	color: #0033FF;
}
#content a:hover {
	color: #013A5C;
	text-decoration: underline;
	}
#content .textHighlight {
	font-size: 1em;
	color: #001D2E;
	font-weight: bold;
	padding-bottom: 20px;
}			 		
#content li {
	line-height: 1.8em;
}
#contact {
	width: 190px;
	height: 250px;
	position: absolute;
	text-decoration: none;
	text-align: justify;
	font-size: 0.8em;
	top: 160px;
}
#footer {
	width: 750px;
	background-color: #EDF3FC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	padding: 5px;
	/*left: -150px;*/
	left: 0;
	position: absolute;
	border-top: 5px solid #0079C6;
}
html>body #footer {
	margin-top: 15px;
	}
table {
	font-size: 1em;
	border: 1px #CEDFF7 solid;
}
td {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CEDFF7;
	background-color: #f4f8fd;
}
.classgrey
{
    background-color: #dddddd;
}
.phonenumber {
	font-size: 1.6em;
	font-weight: bold;
}

