@charset "utf-8";
body  {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background: #e5e5e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1b2858;
	font-size: 14px;
}
p, h1, h2, h3, li{
	margin: 12px 0;
}
ul{
	margin: 12px 0;
}
ul li ul li{
	margin: 6px 0;
}
.wrapper a {
	color: #17579d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.wrapper a:hover, a:focus {
	color: #57882F;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}
.wrapper #container {
	width: 802px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.hdrtxt {
	color: #1b2858;
	font-size: 125%;
	font-weight: bold;
}
.wrapper #hdrInfo {
	float: right;
	width: 300px;
	padding: 0;
	text-align: right;
	font-weight: bold;
}
.wrapper #hdrInfo h1 {
	color: #659e36;
}
.wrapper #hdrInfo .aWrap {
	padding: 2px 0 4px 0;
	background-color: #FFF;
	border: 1px solid #1b2858;
	margin: 0 0 0 120px;
	text-align: center;
}
.wrapper #navMenu {
	padding: 0;
	height: 36px;
}
#navMenu a, #navMenu a:hover, #navMenu a:focus{
	border: none;
}
.wrapper #contentWrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #1b2858;
} 
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.wrapper #sidebar1 p, #sidebar1 h1, #sidebar1 h2, #sidebar1 h3{
	padding: 14px;
}
#sidebar1 .imgs a, #sidebar1 .imgs a:hover, #sidebar1 .imgs a:focus{
	border: none;
}
.sidebox{
	border: 1px solid #1b2858;
	padding: 0 2px;
	margin: 0 4px;
	text-align: center;
	font-size: 125%;
} 
.wrapper #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.infobox{
	border: 1px solid #1b2858;
	padding: 0 12px;
	text-align: left;
} 
.wrapper #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #659e36;
	font-weight: bold;
}
.wrapper #footer a {
	color: #1b2858;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.wrapper #footer a:hover, #footer a:focus {
	color: #17579d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}
.wrapper #footer #copyright a {
	color: #659e36;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.wrapper #footer #copyright a:hover, #footer #copyright a:focus {
	color: #17579d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	color: #1b2858;
	font-size: 150%;
}
h2 {
	color: #17579d;
	font-size: 125%;
}
h3 {
	color: #659e36;
	font-size: 110%;
}
.style1 {
	color: #17579d;
	font-size: 125%;
	font-weight: bold;
}
.style1r {
	color: #C40000;
	font-size: 125%;
	font-weight: bold;
}
.style2 {
	color: #57882F;
	font-size: 110%;
	font-weight: bold;
}
.style3 {
	color: #17579d;
	font-size: 90%;
	font-weight: bold;
}
.style4 {
	color: #17579d;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
.small {
	font-size: 90%;
}
.clients {
	color: #1b2858;
	font-size: 90%;
	margin-left: 12px;
}
.clientName {
	color: #447537;
	text-align: right;
}
.toplink {
	text-align: right;
	font-size: 90%;
}
.tableWrap {
	font-size: 90%;
}
img {
	border: none;
}
.glidecontenttoggler a, .glidecontenttoggler a:hover, .glidecontenttoggler a:focus{
	border: none;
}

.form {
	color: #1b2858;
	font-size: 90%;
}

.link, .signupframe {
}
.link {
	text-decoration: none;
}
.signupframe {
	border: 1px solid #1b2858;
}

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:270px;
padding:10px 10px 10px 18px;
}
/* ----------- stylized ----------- */
#stylized{
border:solid 1px #1b2858;
background:#FFF;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#1b2858;
padding-bottom:10px;
}
#stylized label{
color:#1b2858;
font-size:11px;
display:block;
font-weight:bold;
width:250px;
padding-left:8px;
float:left;
}
#stylized .small{
color:#1b2858;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:2px;
width:250px;
margin:4px;
}
#stylized select{
float:left;
font-size:12px;
padding:2px;
width:250px;
margin:4px;
}
#stylized textarea{
float:left;
font: 11px Verdana, Helvetica, Arial, sans-serif;
padding:2px;
width:250px;
margin:4px;
}
#stylized button{
clear:both;
width:64px;
height:28px;
background:url(images/submit.gif) no-repeat;
text-align:center;
line-height:30px;
color:#FFF;
font-size:11px;
font-weight:bold;
}
#logos{
background-color: #ffffff;
}