﻿/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	background:url(images/bg_body.gif) repeat-x top; 
	background-color: #edfbff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a; 
	margin: 0px;
	text-align: left;
	line-height: 18px;
}
#main_wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#wrapper {
	width: 980px;
	background:url(images/bg_main.jpg) repeat-y;
	margin-top: 10px;
}
#wrapper_top {
	width: 957px;
	padding-left: 11px;
	padding-right: 12px;
	background:url(images/bg_top.jpg) no-repeat top;
	padding-bottom: 10px;
}
#wrapper_sec {
	width: 980px;
	background:url(images/bg_main.gif) repeat-y;
	
}
#wrapper_top_sec {
	width: 957px;
	padding-left: 11px;
	padding-right: 12px;
	background:url(images/bg_top_sec.jpg) no-repeat top;
	padding-bottom: 10px;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#topnav{
	padding-right: 10px;
	text-align: right;
	color: #555555;
	height: 25px;
	padding-top:2px;
}
#topnav a {
	text-decoration:none;
	color: #555555;
}
#topnav a:hover {
	text-decoration: underline;
	color: #555555;
}
#nav {
	padding-right: 26px;
	padding-top: 31px;
	float: right;
}

/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#subnav_in_main {
	width: 217px;
	padding-bottom: 17px;
}
#subnav_in {
	width: 217px;
	display:block;
	background:url(images/bg_sub1.png) repeat-y left;
	padding-bottom: 10px;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_sub1.png",sizingMethod=scale);
}
#subnav_in div.NavLevel0 {
	font-size: 11px;
	color: #626161;
	border-bottom: solid 1px #c5ccd0;
	padding: 8px 0px 8px 22px;
	background:url(images/bullet2.gif) no-repeat 1px 10px;
	line-height: 14px;
	margin: 0px 25px 0px 20px;
}
#subnav_in div.NavLevel0 a {
	color:#626161;
	text-decoration:none;
}
#subnav_in div.NavLevel0 a:hover {
	color:#59a6ec; 
	text-decoration:none;
}
#subnav_in div.NavLevel0 a.current {
	color:#59a6ec; 
	text-decoration:none;
}

#subnav_main_sec {
	width: 217px;
	padding-bottom: 24px;
}
#subnav_sec {
	margin-top:-5px;
	width: 205px;
	display:block;
	background:url(images/bg_sub2.png) repeat-y left;
	padding: 0px 11px 0px 1px;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_sub2.png",sizingMethod=scale);
	
}
#subnav_sec h2 {
	color:#f5fafc;
	font-size: 17px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #c5ccd0;
	padding: 0px 0px 3px 10px;
	margin: 0px 17px 0px 16px;
	font-weight:normal;
}
	
#subnav_sec_bg {
	width: 205px;
	background:url(images/bg_subnav2.jpg) no-repeat top;
	padding: 0px 0px 0px 0px;
}

#subnav_sec div.NavLevel0{
	font-size: 11px;
	color: #ffffff;
	border-bottom: solid 1px #c5ccd0;
	padding: 8px 0px 8px 13px;
	line-height: 14px;
	margin: 0px 17px 0px 16px;
}
#subnav_sec div.NavLevel0 a{
	color:#ffffff;
	text-decoration:none;
}
#subnav_sec div.NavLevel0 a:hover {
	color:#59a6ec; 
	text-decoration:none;
}
#subnav_sec div.NavLevel0 a.current {
	color:#59a6ec; 
	text-decoration:none;
}
#subnav_sec div.NavLevel1{
	font-size: 10px;
	color: #ffffff;
	line-height: 14px;
	padding-left: 10px;
	padding-top: 4px;
}
#subnav_sec div.NavLevel1 a{
	color:#9decff;
	text-decoration:none;
	background:url(images/bullet3.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
#subnav_sec div.NavLevel1 a:hover {
	color:#59a6ec; 
	text-decoration:none;
}
#subnav_sec div.NavLevel1 a.current {
	color:#59a6ec; 
	text-decoration:none;
}

/* @@@@@[  Header / Footer  ]@@@@@ */
#logo {
	float:left;
	padding-left: 31px;
	padding-top: 18px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px;
	width: 940px;
	background:url(images/bg_bot.png) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #373737; 
	text-decoration: none;
}
#footer a:hover {
	color: #373737; 
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #373737; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #373737;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}

/* @@@@@[  Index Page  ]@@@@@ */
#left_col {
	float:left;
	padding-left: 21px;
	padding-top: 9px;
	width: 217px;
}

#quote_in {
	width: 168px;
	background:url(images/bg_quote.png) no-repeat top;
	margin-left: 6px;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
}
#quote_in p {
	margin-bottom: 0px;
}
#mid_col {
	float:left;
	width: 652px;
	padding-right: 18px;
	padding-left: 31px;
	padding-top: 6px;
}
#mid_col ul {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 13px;
}
#mid_col ul ul {
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
}
#mid_col ul li {
	list-style: none;
	background:url(images/bullet4.gif) no-repeat 0px 9px;
	padding-left: 8px;
}
#mid_col h2 {
	margin: 0px;
	padding-bottom: 6px;
	color:#2c2a2a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 17px;
}
#right_col {
	float:right;
	width: 258px;
	padding-right: 19px;
	padding-top: 8px;
}
.col_main {
	width: 258px;
	padding-bottom: 6px;
}
.col {
	width: 213px;
	padding-left: 20px;
	padding-right: 25px;
	background:url(images/bg_pro.png) repeat-y;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_pro.png",sizingMethod=scale);
}
.col h2 {
	font-size: 16px;
	color:#25507b;
	padding-left: 22px;
	background:url(images/bullet1.gif) no-repeat 0px 5px;
	font-weight:normal;
}
.col p{
	padding-top: 15px;
	margin-bottom: 0px;
}
#but_top {
	padding-left: 10px;
	width: 236px;
	padding-top: 5px;
}
/* @@@@@[  Secondary Page  ]@@@@@ */
.but_bg {
	width: 209px;
	height: 37px;
	display:block;
	background:url(images/bg_but_n.png) no-repeat;
}
#left_col .but_bg a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
	height: 32px;
	padding-top: 5px;
	padding-left: 15px;
	display:block;
}
#left_col .but_bg a:hover{
	color:#285786;
	text-decoration:none;
}
#content_sec_main {
	width:691px;
	float:left;
	margin-top: 9px;
	padding-bottom: 5px;
}
#content_sec {
	width: 637px;
	background:url(images/bg_content_sec_top.jpg) no-repeat top;
	background-color:#FFFFFF;
	padding-left: 30px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 365px;
}
#content_sec ul {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 13px;
}
#content_sec ul ul {
	margin: 0px;
	padding-left: 20px;
	padding-bottom:0;
}
#content_sec ul li {
	list-style: none;
	background:url(images/bullet4.gif) no-repeat 0px 9px;
	padding-left: 8px;
}
.quote_sec {
	width: 559px;
	margin-left: 32px;
	margin-bottom: 13px;
	font-size: 17px;
	color:#2c2a2a;
	line-height: 22px;
	padding-top: 12px;
}
.quote_sec_content {	
	background:url(images/bg_quote_sec.gif) no-repeat top;
	width: 487px;
	padding-left: 52px;
	padding-right: 20px;
	background-color: #d0e7f1;
}
.content_sec_bot {
 	float:right;
	padding-right: 38px;
}
/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #32597e; 
	text-decoration: underline;
}
a:hover {
	color: #32597e; 
	text-decoration: none;
	}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 10px;
	font-size: 17px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #174370;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight:normal;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
	height: 0px;
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.right_text {
	text-align:right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
 	float: left;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: 11px; 
	color: #4a4a4a; 
	background: #fff; 
	border: 1px solid #c7c7c7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input.clean {
	border-style: none; 
	background: none;
}
img, #footer, #quote_in, .but_bg { behavior: url(images/iepngfix.htc) };

#search {
	padding: 18px 0px 0px 10px;
	margin-left: 15px;
}

#search p {
	margin: 0;
	padding: 0;
}

#search_main {
	padding: 18px 0px 0px 10px;
	margin-left: 6px;
}

#search_main p {
	color: #fff;
	margin: 0;
	padding: 0;
}

input.searchTxt {
	width:142px;
	border:none;
	font-style:italic;
	color:#666;
	text-indent:3px;
	height:14px;
}
.btnSearch  {
	text-align:right;
}

.btnSearch input {
	width:auto !important;
	height:auto !important;
	background:#316595 !important;
	border:none;
	color:#fff !important;
	margin:3px 14px 0px 0px;
	padding:0px 3px !important;
	float:right;
}
.testi {
}

.author {
	text-align:right;
	font-size: 10px;
	font-style:italic;
	padding-top:10px;
}
.line {
	clear:both;
	border-bottom: dashed 1px #a8d4ea;
	margin-bottom: 12px;
}
.top  {
background : url(images/btop.gif) no-repeat right;
height : 23px;
line-height : 23px;
border-bottom : 1px dashed #a8d4ea;
margin-top : 15px;
margin-bottom : 10px;
padding-right : 22px;
text-align : right;
}

.line  {
border-bottom : 1px dashed #a8d4ea;
margin-top : 10px;
margin-bottom : 10px;
padding-right : 22px;
}

.contentSecBottom {
	width:691px;
	background:url(images/bg_content_sec_bot.gif) no-repeat bottom;
	height:10px;
	font-size:0px; 
 	line-height:0px; 
 	margin: 0px; 
 	padding: 0px;
}

a img {
	border: none;
}

.pdf {
	background:url(images/pdf_icon2.gif) no-repeat 0 1px;
	padding-left: 20px;
	margin: 5px 0 5px 15px;
	display: box;
}

#callout_main {
	width: 217px;
	padding-bottom: 17px;
}
#callout_main_in {
	width: 197px;
	display:block;
	background:url(images/bg_sub1.png) repeat-y left;
	padding: 0 5px 10px 15px;
	*background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_sub1.png",sizingMethod=scale);
}


.table-newsletter {
	background-color:#E1EDF9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px auto;
	border:solid 1px #B9D7E4;
}
.table-newsletter td {
	border-bottom:solid 1px #B9D7E4;
}
.table-newsletter td.last {
	border-bottom:none;
}
.table-newsletter p {
	margin:0px;
	padding-bottom:3px;
	padding-top:4px;
}
.indent-bottom {
	padding-bottom:7px;
}
.red{
	color:#C40005;
	font-size:11px;
}
