body {
	color: #333;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(/img/site/header.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #D3D3D3;
	text-align: center;
	line-height: 150%;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#header h1 a {
	display: block;
	height: 215px;
	outline: none;
	text-indent: -9999px;
	width: 408px;
}

h1 {
	font-size: 18px;
	color: #333;
	font-family: Arial, Verdana, serif;
}

h2 {
	font-size: 16px;
	color: #666;
	font-family: Arial, Verdana, serif;
}

h3 {
	font-size: 14px;
	color: #666;
	font-family: Arial, Verdana, serif;
}

a, a:link, a:active, a:visited {
	color: #506A4A;
}

a:hover {
	color: #666;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;

}

#contentCont {
	background-color: #FFF;
	border-top: 1px solid #C3C2C3;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#header {
	width: 961px;
	margin-top: -8px;
}

#header1 {
	padding-left: 2px;
}

#address {
	width: 960px;
	height: 20px;
	font-size: 10px;
	color: #333;
	text-align: left;
	background-color: #FFF;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #C3C2C3;
	padding: 5px 0px;
	clear: both;
}

#address div {
		display: inline;
}

form.dA-search {display: inline; }

#nav {
	width: 220px;
	padding: 10px;
	background-color: #FFF;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}

#nav a:hover{
	color: #666;
}

#rightCol {
	width: 220px;
		padding: 10px;
	background-color: #FFF;
}

body#content {
	text-align: left;
	background-color: #FFF;
	background-image: none;
}

#content {
	background-color: #fff;
	width: 460px;
	margin: 0px;
	padding: 0px 10px;
}

#footer {
/* 	width: 960px; */
	height: 20px;
	clear: both;
	padding-top: 3px;
	margin: 0 auto;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	color: #666;
}

#footer #copyright {
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#footer #cms {
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

.hidden {
	position: absolute;
	top: -10000px;
	display: none;
}

.floatL {
	float: left;
	}
	
.floatR {
	float: right;
	}
	
.clear {
	clear:both;
}

.whtBG {
	 background-color: #FFF;
}

#logo {
	width: 439px;
	height: 215px;
	position: relative;
	top:0px;
	left:0px;

}


#boxes {
	width: 960px;
	background-image: url(/img/site/box_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 16px;
	clear: both;
}

#boxes ul {
	margin-top: 10px;
	margin-bottom: 0;
}

#boxes li{
	list-style-image: url(/img/site/yellow_bullet.gif);
	list-style-position: outside;
	font-size: 10px;
}

#boxes a, #boxes a:link, #boxes a:active, #boxes a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

#boxes a:hover {
	color: #666;
	text-decoration: underline;
}

.boxes_header a, .boxes_header a:link, .boxes_header a:active, .boxes_header a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #333;
	}

.box {
	width: 220px;
	padding: 10px;
	vertical-align: top;
	}

/* main navigation styles --------------------------------------------------- */
.active {
	background-color: #F9CC2A !important;
}

#nav {
	z-index: 2;
}

ul#navigation {
	z-index: 2;
	margin: 0px;

	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 178; /* set 1px less than menu width */
	top: 0px;
}

ul#navigation li ul li ul {
	left: 178; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #FFF; /* IE6 bug */
	padding: 5px;
	font-weight: bold;
	text-align: left;
	width:180px;

	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #000;
	background-color: #F9CC2A;
	font-weight: bold;
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #FCFADD;
	color: #373737;
	width: 180px;
	display: block;
	border: 1px solid #EEE;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	font-weight: normal;
	font-size: 12px !important;

	
}
ul#navigation li ul li a:hover {
	background-color: #FFF;
	color: #373737;
	width: 180px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	font-weight: normal;
	font-size: 12px !important;
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; text-align: left; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	width: 150px;/*106*/
	text-align: center;
}

.input{
	width: 150px;
}

 .textarea, .text {
 	margin-bottom: 10px;
 }


#copyright {
width:950px;
padding:5px;
height: 40px;
background-color:#D3D3D3;
clear:both;
padding-top:3px;
color:#666;
margin:0 auto;
}
#copyrightL {
width:400px;
height: 20px;
float:left;
text-align:left;
font-size:10px;
}
#copyrightR {
width:400px;
height: 20px;
float:right;
text-align:right;
font-size:10px;
}

#externalConfirmation {
	display: none;
}

p.external-confirmation { 
	text-align: center;
}

#tb_window {
	border: 5px solid #999 !important;
}

#TB_overlay {
	background-color: #ccc !important;
}