/* Page Layout */
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #CED7E1;
}
#wrap {width:921px; margin: 10px auto 5px auto; padding:0px;}
#header {
	width:921px;
	height:157px;
	background-image: url(/images/structure/home/header_bg.jpg);
	background-repeat: no-repeat;
}
#image_panel {
	width:921px;
	height:157px;
	background-image: url(/images/structure/home/image_panel_bg.jpg);
	background-repeat: no-repeat;
}
#wrap #image_panel #homelogo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 20px;
	width: 300px;
	float: left;
	height: 90px;
}
#topnav {
	height:29px;
	background-image: url(/images/structure/home/topnav_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#crumbnav {
	height:25px;
	background-image: url(/images/structure/home/crumbnav_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#breadcrumb {
	margin-left: 15px;
	color: #EAEDF2;
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;

}
#topcontent {
	width:857px;
	padding:3px;
	margin-left: 0px;
	background-image: url(/images/structure/home/content_bg.jpg);
	background-repeat: repeat-y;
}
#content {
	padding:5px 0 5px 0px;
	color:#666666;
	background-image: url(/images/structure/home/content_bg.jpg);
	background-repeat: repeat-y;
	width: 921px;
}
#sidebar {
	width:190px;
	float:left;
	padding:0px;
	height: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftnav {
	width:160px;
	padding:0px;
	float:left;
	color: #FFFFFF;
	background-image: url(/images/structure/home/leftnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#topleft {
	width:285px;
	height: 111px;
	padding:0px;
	float:left;
	color: #4078AA;
	background-image: url(/images/structure/inner/vignette_on_phone.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 5px;
}
#bottomleft {
	width:285px;
	height: auto;
	padding:0px;
	float:left;
	color: #FFFFFF;
	background-image: url(/images/structure/inner/left_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 5px;
}
#bottomleft p {
	width: 262px;
}

#maincontent {
	width:493px;
	float:left;
	color: #123972;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-right-style: solid;
	margin-right: 5px;
}

#maincontent_wide {
	width:700px;
	float:left;
	color: #123972;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	border-right-style: none;
	margin-right: 5px;
}
#pagecontent {width:921px; padding:0px; float:left;}
.clear {clear:both;	height:1px;	font-size:1px;	margin:0; padding:0; display: block;}
.clear2 {clear:left; height:1px; font-size:1px; margin:0; padding:0; display:block;}
#footer {
	height:30px;
	padding:5px;
	color:#EFEFEF;
	background-image: url(/images/structure/home/footer_bg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
#credit {
	font-size:12px;
	color:#333333;
	width:750px;
	margin:10px auto 0 auto;
	text-align: center;
	font-family: "Verdana Ref", "century gothic", Arial, sans-serif;
}
#description {display:block; font-size:10px; color:#999933; margin:0; padding:0 0 0 48px;}
/*Content Style*/
#content #pagecontent p {
	line-height:18px;
	margin:5px 0 10px 0;
	font-size: 13px;
}
#pagecontent h1, h2, h3, h4, h5 {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}
h1{font-weight:bold; font-size:18px; color:#123972;}
h2 {
	font-size:15px;
	color:#123972;
	font-weight: bold;
}
h3 {font-size:14px; color:#99BADB;}
h4 {font-size:12px; color:#A8A8A8;}
.seo{ display:block; background:#F4F8ED; font-size:10px; font-weight:normal; color:#666666; display:block; margin:0 0 15px 0; padding:2px;}
a {color:#123972;}
a:visited, active {color:#123972;}
a:hover{color:#6C84A6; text-decoration:none;}

/*LeftNav Style*/
#content #pagecontent #leftnav p{
	padding-left: 12px;
	padding-right: 8px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D2F0F9;
}
#leftnav .title, #sidebar .title{
	font-size: 16px;
	font-weight: bold;
	color: #CED6E1;
	font-family: "Times New Roman", Times, serif;
	background-color: #6C84A6;
	display: block;
	height: 30px;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	text-indent: 8px;
}
#leftnav a {
	color: #FFFFFF;
}
#leftnav a:visited, active {}
#leftnav a:hover{color:#123972; text-decoration:underline;}
#leftnav h2 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #D2F0F9;
}
#leftnav h3 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrap #leftnav ul {
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#wrap #leftnav ul li {
	padding:0px;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	line-height: 35px;
}
#wrap #leftnav ul li a{
	text-decoration: none;
	display: block;
	width: 155px;
	color: #6C84A6;
	font-size: 12px;
	text-align: left;
	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C84A6;
}
#wrap #leftnav ul li a:hover{
	color: #465973;
	text-decoration: none;
	background-color: #E1E8EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECF0F3;
}
#wrap #leftnav ul span{
	text-decoration: none;
	display: block;
	color: #465973;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6C84A6;
}
.subnav {
	font-weight: bold;
	text-indent: 15px;
    
}

/* Breadcrumb Nav */
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active  {
	color: #D7DFE6;
	font-size: 11px;
	font-weight: bold;
}
#breadcrumb a:hover{color:#FFFFFF; text-decoration:none;}
#footer a, #footer a:visited, #footer active  {
	color: #EFEFEF;
	font-weight: bold;
}
#footer a:hover{color:#666666; text-decoration:none;}
#credit a {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
#credit a:visited, active {color:#333333;}
#credit a:hover{color:#000000; text-decoration:none;}
blockquote cite {color:#000000}
blockquote p{line-height:25px; margin:5px;}
.hide {display:none;}
code { display:block; width:95%; padding:10px; background:#EBEBEB; border-top:solid #cccccc 1px; border-bottom:solid #cccccc 1px; font:"Courier New", Courier, monospace; font-size:12px;}
.box {	display:block;	float:left;	line-height:1px; font-size:1px;	widows:5px;	height:5px;	border:solid 3px #F0F3E4;	width: 5px;	padding: 3px; margin: 5px 3px 3px 3px;}
.highlight {background:#ffffcc; color:#000000;}
#pagecontent .postinfo {display:block; margin:5px 0 0 10px; padding:3px; background:#efefef;}
/*unordered list*/
#pagecontent ul li.bigBullet {
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 40px;
}
#pagecontent ul {
	padding:0px;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#pagecontent ul li {
	color: #123972;
	font-size: 13px;
	list-style-position: outside;
	padding: 0px;
	margin: 3px;
}
#pagecontent ul li a{
	text-decoration: underline;
}
/*ordered list*/
#pagecontent ol {margin:10px; padding:10px; list-style:decimal;}
#pagecontent ol li {display:block; padding:3px; border-bottom:dashed 1px #DEE4C2;}

#sidebar ul {
	margin:0px;
	padding:0px;
	list-style-type: square;
}
#sidebar ul li {
	display:block;
	padding:2px;
	border-bottom:dashed 1px #DEE4C2;
	margin-left: 5px;
}
#sidebar a, #sidebar a:visited,#sidebar a:active  {
	display:block;
	padding:0;
	color:#5E789B;
	font-size: 14px;
}
#sidebar a:hover {color:#123972}
.sidebar_top{
	background-image: url(/images/structure/home/sidebar_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 12px;
}
.sidebar_bot{
	background-image: url(/images/structure/home/sidebar_bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.sidebar_title{
	color: #CC9900;
	font-weight: bold;
	font-size: 110%;

}
#sidebar h2 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #449CE0;
}
#sidebar h3 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;
}
#sidebar h4 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#CEA682}

/*Forms*/
form {margin:0; padding:0;}
.textfield {display: block; float:left; width:190px; background-color: #F3F4E8; margin:3px;	border: 1px solid #D6D9AE;}
label {	display: block;	float: left; text-align:right; font-weight:bold; width: 150px; margin:3px; padding: 5px;}
.button {display: block; float:left; padding:0px; background-color:#E3E6C8; margin:3px;	border: 2px solid #efefef; color:#999933;}
.textfield:hover {background:#FBFCF8;}
.textfield:focus {background:#ffffff;}
#pagecontent .leftalign{float:left;}
#pagecontent .rightalign{float:right;}
.image_bumper_rt {
	margin-right: 20px;
}

#wrap #header #topnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #CCCCCC;
	margin-top: 20px;
	margin-right: 30px;
	width: 400px;
	float: right;
}

.bodytext {
	font-size: 13px;
}
.tabOn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #7BA7CE;
	border-right-color: #7BA7CE;
	border-bottom-color: #7BA7CE;
	border-left-color: #7BA7CE;
	border-left-style: solid;
	background-color: #E8F4FD;
}
.tabOff {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #7BA7CE;
	border-left-color: #999999;
	border-left-style: solid;
	background-color: #EFF0F0;
}
.tabBlank {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: #7BA7CE;
	border-right-color: #7BA7CE;
	border-bottom-color: #7BA7CE;
	border-left-color: #7BA7CE;
	border-left-style: dotted;
}
.tabBody {


	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #7BA7CE;
	border-right-color: #7BA7CE;
	border-bottom-color: #7BA7CE;
	border-left-color: #7BA7CE;
	border-left-style: solid;
}

.topnav_bar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sidebar #features {
	margin: 0px;
	padding-right: 3px;
	padding-left: 5px;
	color: #333333;
}
#features {
	min-height: 50px;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}
#wrap #crumbnav #breadcrumb #client_login {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAEDF2;
	text-decoration: none;
	float: right;
	width: 100px;
	padding: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 15px;
	margin-top: 2px;
}
#client_login a:link, #client_login a:visited, #client_login a:active{
	text-decoration: none;
}
#client_login a:hover{
	text-decoration: underline;
}
 
