/*********** START CLEAN ***********/
@import url(_resets.css);

/*********** CORE STRUCTURE AND STYLES ***********/
body  {
	margin:20px 0;
	font:12px/18px Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	background:url(images/_bg_main.gif) repeat-x #d9d1c6;
}

a, a:link, a:visited, a:active {
	color:#0d3ba2;
	text-decoration:underline;
}

a:hover {
	color:#0a53fa;
	text-decoration:none;
}

p {
	margin-bottom:15px;
}

#subnav ul{
	margin:5px 12px 15px 12px;
	list-style:none;
	font-size:14px;
}
#subnav li {
	padding:10px 17px 0 17px;
	list-style:none;
	background:url(images/_bullet_arrow.gif) 0 13px no-repeat;
	line-height:16px;
}
#subnav ul li ul {
	margin:0;
	background:none;
	font-size:11px;
}
#subnav ul li ul li {
	padding:5px 0 0 0;
	background:none;
	font-size:11px;
	list-style-type: circle;
	margin:0 0 0 15px;
	color:#f2eeaa;
	line-height:14px;
}

#subnav a, #subnav a:link, #subnav a:visited {
	color:#fff;
	text-decoration:none;
}
#subnav a:hover {
	color:#f0e206;
	text-decoration:none;
}


#subnav a.level2, #subnav a:link.level2, #subnav a:visited.level2 {
	color:#f2eeaa;
	text-decoration:none;
}
#subnav a.level2 {
	color:#f2eeaa;
	text-decoration:none;
}
#subnav a.level2:hover {
	color:#fff;
	text-decoration:none;
}

ol {
	margin:15px 10px;
	list-style:none;
}
blockquote {
	margin:12px auto;
	width:550px;
	font:14px/20px Georgia, "Times New Roman", Times, serif;
}

h1 {
	font:24px Arial, Helvetica, sans-serif;
	color:#055ca7;
	padding:0 0 5px 0;
	letter-spacing:1px;	
	margin:0;
}

h2 {
	font:16px/22px Arial, Helvetica, sans-serif;
	color:#196c93;
	padding:12px 0 3px 0;
	letter-spacing:1px;
}

h2.top {
	padding:0 0 5px 0;
}

h3 {
	font:bold 14px Geneva, Arial, Helvetica, sans-serif;
	padding:6px 0 1px 0;
}


#container {
	margin:0px auto;
	width:940px;
	border:10px solid #fff;
	background:#e4eaec;
}

.clr {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	visibility:hidden;
}

.clr10 {
	clear:both;
	height:10px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

.center, img.center {
	text-align:center;
}

form {
	margin:0;
	padding:0;
}

input, textarea, select {
	border:1px solid #999;
	width:98%;
	font:12px Geneva, Arial, Helvetica, sans-serif;
}

/***** HEAD *****/

#head {
	background:#bad5e1;
	height:124px;
	border-bottom:7px solid #234f64
}

.headLeft {
	float:left;
	width:390px;
}
.headLeft img {
	margin:16px 0 0 16px;
	border:0;
	width:358px;
	height:92px;
}

.headRight {
	float:right;
	width:545px;
}

.tagline {
	font:italic 26px Geneva, Arial, Helvetica, sans-serif;
	color:#053ebf;
	text-align:center;
	margin-top:30px;
	height:63px;
}

/***** NAV *****/
#nav {
	clear:both;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right:5px;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited, #nav a:hover, #nav a.current {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:5px 8px 0 8px;
	height:22px;
	border:4px solid #fff;
	border-bottom:0;
	float:right;
	text-decoration:none;
	margin-left:5px;
	background:#096088;
	letter-spacing:1px;
}

#nav a:hover {
	background:#234f64;
}

#nav a.current {
	background:#234f64;
}

#nav a.first {
	margin-left:0;
}

/***** CONTENT *****/

#contentWrap {
	clear:both;
	background:#e4eaec;
	min-height:300px;
}

.home#contentWrap  {
	background:url(images/banner_home.jpg) no-repeat;
}

.sec#contentWrap  {
	background:url(images/banner_sec.jpg) no-repeat;
}

.contentLeft {
	float:left;
	width:628px;
	margin:303px 0 15px 0;
	padding-left:24px;
}

.contentRight {
	float:right;
	width:245px;
	margin:51px 0 12px 0;
	padding-right:11px;
	background:url(images/_bg_content_right.jpg) repeat-y;
	color:#fff;
}

.contentRight .homeRightTop {
	background:url(images/_bg_right_home.jpg) no-repeat;
	padding:43px 28px 22px 28px;
	min-height:200px;
	margin:0px auto;
}

.contentRight .secRightTop {
	background:url(images/_bg_right_sec.jpg) no-repeat;
	padding:14px 14px 22px 14px;
	min-height:200px;
	margin:0px auto;
}

.secRightTop h2 {
	color:#fff;
	font:bold 20px Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 10px;
	display:block;
	background:#0079b0;
}

.contentRight .contentRightBottom {
	background: url(images/_bg_content_right_bottom.jpg) bottom no-repeat;
	height:15px;
}

/***** FOOT *****/

#foot {
	margin:15px auto;
	width:960px;
	font-size:11px;
	color:#49330b;
}

.footLeft {
	float:left;
	width:600px;
}

#foot a {
	margin:0 10px;
}

#foot a.first {
	margin-left:0;
}
#foot a.lastst {
	margin-right:0;
}

#foot a, #foot a:link, #foot a:visited, #foot a:active {
	color:#49330b;
	text-decoration:none;
}
#foot a:hover {
	color:#65512e;
	text-decoration:underline;
}
.footRight {
	float:left;
	width:360px;
	text-align:right;
}
#foot .footRight a {
	margin:0;
	text-decoration:underline;
}
#foot .footRight a:hover {
	color:#65512e;
	text-decoration:none;
}

/***** CALLOUTS AND OTHER STYLES *****/

.noStyle {
	border:none;
	background:none;
}

/* ads */
.adWrapLeft {
	float:left;
	margin:3px 15px 15px 0;
}
.adWrapRight {
	float:right;
	margin:3px 0 15px 15px;
}

.ad_lg_rec {
	width:336px;
	height:280px;
}

.ad_banner {
	width:468px;
	height:60px;
	clear:both;
	margin:15px auto;
}

.contentRight .ad_sky {
	padding:25px 0 0 30px;
}

.contentRight .homeRightTop .ad_sky {
	padding:0 0 0 15px;
}

#siteMap ul{
	margin:5px 12px 15px 12px;
	list-style:none;
	font-size:14px;
}
#siteMap li {
	padding:10px 17px 0 17px;
	list-style:none;
	background:url(images/_bullet_arrow2.gif) 0 14px no-repeat;
	line-height:16px;
}
#siteMap ul li ul {
	margin:3px 0 0 0 ;
	background:none;
	font-size:12px;
}
#siteMap ul li ul li {
	padding:5px 0 0 0;
	background:none;
	font-size:12px;
	list-style-type: circle;
	margin:0 0 0 15px;
	color:#096088;
	line-height:14px;
}

#siteMap ul li ul li ul {
	margin:0 0 7px 0;
	background:none;
	font-size:11px;
}
#siteMap ul li ul li ul li {
	padding:5px 0 0 0;
	background:none;
	font-size:11px;
	list-style-type:square;
	margin:0 0 0 15px;
	color:#096088;
	line-height:14px;
}
