@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}



/*   General Styles    */

body {
	
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#4c5055;
	background:url(../images/backgrounds/main-gradient.png) repeat-x top left;
	background-color:#a5a5a5;

}

p,h2,h3,h4,h5,ul,ol,table,div.p {
	
	padding-bottom:10px;

}

img {
	border:0px;
	}

p,div.p {
	
	line-height:1.6em;

}

p+h2 , ul+h2 {

	margin-top:10px;

}

h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0.4em;
	color:#1c442f;
	}


h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#376b4f;
	padding-bottom:6px;
	}
	
h3 {
	font-size:1.4em;
	font-weight:normal;
	padding-bottom:6px;
	}
	
h4 {
	font-size:1.3em;
	}
	
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.2em;
	padding-bottom:4px;
	}

a {
	color:#2d7f53;
	}

a:hover {
	color:#000;
	}

.mainBody ul li {
	list-style:none;
	padding-left:8px;
	background-image:url(../images/backgrounds/li-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-left:6px;
	line-height:1.4em;
	}
	
.padding {
	padding:20px;
	}
	
.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	top:-1px;
	visibility:hidden;
}

/* ---------- layout ---------- */

.outer {
	margin:0 auto;
	background-color:#FFFFFF;
	width:1000px
	}	
	
#headerContainer {
	background:transparent url(../images/backgrounds/top-nav.jpg) repeat-x scroll center top;
	padding-top:11px;
	width:1000px;
}

.freePhone {
	width:170px; 
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:30px;
	padding-top:8px;
	}
	
.freePhone span {
	color:#c7df7d;
	}
	
.topSection {
	width:960px;
	}
	
div.logo {
	float:left;
	width:169px;
	margin-right:20px;
	padding-left:15px;
	}
	
div.adSpace {
	float:left;
	width:536px;
	margin-right:20px;
	}
	
div.cta {
	float:right;
	width:200px;
	padding-top:8px;
	}
	
div.cta p.title {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding-left:3px;
	}
	
div.cta p.telephone {
	padding-top:5px;
	font-size:11px;
	}
	
div.cta span {
	color:#92af3c;
	}
	
div.cta img{
	float:left;
	margin-right:4px;
	margin-top:-4px;
	}
	
.mainBody {
	width:1000px;
	position:relative;
	}
	
div.colContainer {
	clear:both;
	margin-top:10px;
	}
	
div.colA {
	float:left;
	width:184px;
	margin-right:20px;
	background:url(../images/backgrounds/colA.gif) repeat-y top left;
	}
	
div.colB {
	float:left;
	width:536px;
	margin-right:20px;
	padding-top:6px;
	}
	
div.colC {
	float:right;
	width:200px;
	}
	
/* ---------- accreditations ---------- */

.accBox {
	width:154px;
	margin:10px 12px 10px 18px;
	}

/* ---------- right boxes ---------- */

.boxA {
	background:url(../images/backgrounds/colC-box.gif) top left no-repeat;
	margin-bottom:10px;
	}
	
.boxA .padding {
	padding:15px 10px 10px 15px;
	}

.boxA h4 {
	background-image:url(../images/backgrounds/h4-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	font-size:12px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:15px;
	padding-bottom:5px;
	margin-bottom:6px;
	}
	
/* ---------- wide boxes ---------- */

.boxB {
	background:url(../images/backgrounds/colB-box.gif) top left no-repeat;
	margin-bottom:10px;
	width:536px;
	}
	
.boxB .padding {
	padding:15px 10px 10px 15px;
	}
	
.boxB h4 {
	background-image:url(../images/backgrounds/h4-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	font-size:12px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:15px;
	padding-bottom:5px;
	margin-bottom:6px;
	}

	
/* ---------- news items ---------- */

.newsItem {
	border-bottom:1px solid #f2f2f2;
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
.newsItem p {
	padding-bottom:2px;
	}

.newsItem .newsTitle {
	font-weight:bold;
	}

.newsItem .newsDesc {
	font-size:10px;
	}
	
/* ---------- plug and play box ---------- */

.plugPlayBox img {
	float:left;
	margin-right:5px;
	padding-top:5px;
	}

/* ---------- top navigation ---------- */

#topNavContainer {
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*margin:0pt auto;*/
	overflow:hidden;
	padding:0px;
	width:760px;
}

#topNavContainer li {
	background-image:url(../images/menus/tab_generic_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	margin:4px 0px 0px 4px;
	padding:0px;
}

#topNavContainer li a {
	background-image:url(../images/menus/tab_generic_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#DDDDDD;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:26px;
	overflow:hidden;
	padding:6px 14px 2px;
	text-decoration:none;
	text-transform:uppercase;
}

#topNavContainer li > a {
	height:20px;
}

#topNavContainer li.selected, #topNavContainer li:hover {
	background-image:url(../images/menus/tab_generic_left_on.jpg);
}

#topNavContainer li.selected a, #topNavContainer li:hover a {
	background-image:url(../images/menus/tab_generic_right_on.jpg);
	color:#4A4D40;
}

#topNavContainer li a:hover {
	background-color:transparent;
}


/* ---------- left navigation ---------- */

.leftNavContainer {
	background:url(../images/backgrounds/left-nav.gif) top left no-repeat;
	}

.leftNavContainer ul {
	margin:0 0 0 6px;
	padding:15px 0 10px 0;
	width:178px;
	}
	
.leftNavContainer ul li {
	font-size:11px;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:178px;
	display:block;
	}

.leftNavContainer ul li a {
	color:#FFFFFF;
	background-color:#1c442f;
	display:block;
	width:162px;
	padding:2px 0 2px 16px;
	text-decoration:none;
	background-image:url(../images/backgrounds/left-nav-li.gif);
	background-repeat:no-repeat;
	background-position:8px 7px;
	}

.leftNavContainer ul li a:hover {
	text-decoration:none;
	background-color:#376b4f;
	padding:2px 0 2px 16px;
	}

/* ---------- left navigation main items ---------- */

.leftNavContainer ul#main {
	margin:0 0 0 6px;
	padding:0px 0 15px 0;
	width:178px;
	}

.leftNavContainer ul#main li {
	font-size:11px;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:178px;
	display:block;
	}

.leftNavContainer ul#main li a {
	color:#FFFFFF;
	background-color:#376b4f;
	display:block;
	width:162px;
	padding:3px 0 3px 16px;
	text-decoration:none;
	background-image:url(../images/backgrounds/left-nav-li.gif);
	background-repeat:no-repeat;
	background-position:8px 7px;
	}
	
.leftNavContainer ul#main li a:hover {
	text-decoration:none;
	background-color:#1c442f;
	padding:3px 0 3px 16px;
	}
	
/* ---------- left navigation main items ---------- */

.homeSearch {
	font-family:Tahoma, Verdana;
	font-size:11px;
	padding-left:4px;
	padding-top:2px;
	width:150px;
	margin-bottom:4px;
	color:#999;
	}
	
/* ---------- footer ---------- */

.footer {
	clear:both;
	position:relative;
	border-top:1px dotted #ccc;
	margin-top:10px;
	padding-top:14px;
	font-size:10px;
	}

/* ---------- site map ---------- */

.siteMap {
	clear:both;
	background:url(../images/backgrounds/site-map.gif) top left repeat-x;
	position:relative;
	}

.siteMap .padding {
	padding:15px;
	}
	
.siteMap .smItem {
	float:left;
	width:176px;
	margin-right:10px;
	}

.siteMap h4 {
	background-image:url(../images/backgrounds/h4-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	font-size:12px;
	border-bottom:1px dotted #CCCCCC;
	padding-left:15px;
	padding-bottom:5px;
	margin-bottom:6px;
	}
	
.siteMap ul {
	margin:0;
	padding:0;
	}

.siteMap ul li {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:8px;
	background-image:url(../images/backgrounds/li-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-left:6px;
	line-height:1.4em;
	}
	
.siteMap ul li a {
	margin:0;
	padding:0;
	color:#999999;
	}

.siteMap ul li a:hover {
	margin:0;
	padding:0;
	color:#1c442f;
	}




