/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#000;
	background:#fff url(../img/bg.jpg) center top no-repeat;
}
 
a, a:visited {
	color: #003e72;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}
 
h1, h2, h3, h4, h5, h6 {
 
}
h1 {
	font-size:2.2em;
	line-height:1.3em;
	margin-bottom:5px;
}
h2 {
	font-size:1.9em;
	line-height:1.3em;
	margin-bottom:5px;
}
h3 {
	font-size:1.7em;
	line-height:1.3em;
	margin-bottom:5px;
}
h4 {
	font-size:16px;
	font-weight: bold;
	line-height:1.1em;
	margin-bottom:10px;
	color: #036;
}
h5 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:3px;
}
h6 {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:3px;
}
 
p {
	font-size:1em;
	margin-bottom:10px;
}
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:10px;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:10px;
}
li {
	padding:2px;
}
 
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#eee;
	color:#000;
	padding:0px 2px;
}
pre {
	background:#eee;
	padding:10px 20px;
	margin:20px;
}
blockquote {
	font-style:italic;
	margin:0 0 10px 20px;
	padding-left:10px;
	border-left:3px solid #B40000;
}
 
/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {
 	width: 920px;
	margin: 0px auto;
}

#header {
	width:auto; 
	display:block; 
	height: 130px;
}

#logo {
	float: left;
	width: auto;
	margin-top: 17px;
	margin-left: -5px;
}

#topright {
	float: right;
	width: 250px;
	margin-top: 0px;
	line-height: 26px;
	padding: 0px 20px;
	background: url(../img/topright_bg.png);
	color: #fff;
	text-align: center;
}

#topright a {
	color: #fff;
}

#topright a:hover {
	color: #F00;
}

#splash {
	width: auto;
	margin: 44px 10px 0px;
	height: 270px;
}

#splashleft {
	float: left;
	width: 320px;
	height: 270px;
}

#splashright {
	float: left;
	width: 580px;
	height: 270px;
}

#content {
	width: auto;
	margin: 10px;
}

#breadcrumb {
	width: 900px;
	margin: 49px 20px 0px;
	color: #CCC
}

#pagecontent {
	width: 900px;
	margin: 10px;
}

#leftnav {
	float: left;
	width: 220px;
}

.pageright {
	float: left;
	width: 680px;
	font-size: 12px;
}

.left {
	float: left;
	width: 630px;
}

.service {
	float: left;
	width: 198px;
	height: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.servicep {
	padding: 10px;
	font-size: 11px;
	line-height: 1.4em;
}

.badges { 
	float: left;
	width: 598px;
	height: 80px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.right {
	float: left;
	width: 270px;
}

.rightcontenttop {
	padding: 10px;
	width: auto;
	height: 210px;
	background: #f1f1f1;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.rightcontentbottom {
	padding: 10px;
	width: auto;
	height: 80px;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.contactbox {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.awardbox {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

#footer {
	width: 900px;
	margin: 10px auto;
	color: #666;
	text-align: center;
}
 
/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding: 2px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background:#ffffff;
	border: 1px solid #999;
	margin:2px;
}
 
input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #002F59;
}
 
 
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
 
.pointer {
	cursor:pointer;
}
 
/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}
 
/* Easy Border Radius */
.round5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.round10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.round15 { -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; }
.round20 { -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.round25 { -moz-border-radius:25px; -webkit-border-radius:25px; border-radius:25px; }
.round30 { -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; }

/* navigation */
#nav {
	position: absolute;
	display: block;
	width: 920px;
	height: 35px;
	background: #006699 url(../img/nav_bg.png) repeat-x;
	padding-bottom: 0px;
	z-index: 10;
}

.menu {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}
	
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		color:#fff;
		display:block;
		font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 17px 0px 16px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #111;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background: #111;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:220px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:220px;
		}
	.menu li:hover li a{
		background:none;
		background: #111;
		}
	.menu li ul a{
		display:block;
		font-size:11px;
		font-style:normal;
		font-weight: normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		background: #111;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background: #069 url(../img/nav_bg.png) repeat-x;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	


/* slideshow */
.slideshow { height: 270px; width: 580px; margin: auto }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #fff; }

/* leftnavigation */

#leftnav ul {
	list-style-type: none;
	margin-left: -26px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#leftnav li {
	float: left;
}

.leftnavcurrent {
	background: #ccc;
	border-right: 1px solid #fff;
	font-weight: bold;
}

a.leftnavcurrent {
	border-right: 1px solid #fff;
}

#leftnav li a {
	width: 190px;
	display: block;
	padding: 10px 0px 10px 10px;
	color: #666;
	background: #f7f7f7;
	margin-bottom: 0px;
}

#leftnav li a:hover {
	background: #eee;
	text-decoration: none;
	color: #333;

