/* reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a{
	color: blue;
}
a:hover{
	text-decoration:underline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main */
h2{
	font-size:14px;
	font-weight:400;
	margin-bottom:15px;
	text-align:left;
}
h3{
	color:#3b4e63;
	text-transform:uppercase;
}
html{
	background-color: #B8BEC0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#container{
	margin: 21px auto 50px;
	position:relative;
	width: 950px;
}
#clientDiv{
	color: #FFF;
	font-size:12px;
	margin:7px 0;
}
#clientDiv a{
	color: #FFF;
	margin:0 5px;
}
#whiteBox{
	background-color:#FFF;
	overflow:hidden;
	position:relative;
}
#header{
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}
#navMap{
	position:absolute;
	right:0px;
	top:0px;
	z-index:999;
}
#logo{
	margin: 60px 0 75px 30px;
}
#subHead{
	height:16px;
	line-height:16px;
	margin-bottom:25px;
}
#mainBox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	overflow:hidden;
	padding-bottom:25px;
	position:relative;
}
#mainBox p{
	margin-bottom:18px;
}
.eye{
	background-image:url(../images/homepage_eye.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.insideLeft{
	float:left;
	margin:0 0 45px 194px;
	overflow:hidden;
	width: 306px;
}
.insideLeft .logos{
	bottom:0px;
/*	float:right;*/
	left:61px;
	position:absolute;
	width:440px;
}
.insideLeft .logos li{
	display:inline;
}
#insideRight{
	float:left;
	margin:0 0 25px 27px;
	overflow:hidden;
	width: 312px;
}
#insideRight ul{
	list-style:disc;
	margin:0 0 18px 25px;
}
#insideRight ul li{
	line-height:18px;
	margin-left:15px;
}
.insideCenter{
	margin:25px auto;
	width: 560px;
}
.insideCenter fieldset legend{
	cursor:pointer;
	font-style:italic;
	font-weight:bold;
	margin-left:8px;
}
.insideCenter fieldset form{
	margin:10px auto;
	width:515px;
}
.divOpener{
	font-style:normal;
}
.subH2{
	font-size:90%;
	font-style:italic;
}
#footer{
	clear:both;
	color:#647589;
	font-size:12px;
	padding:10px 0;
}
#footerCopyright{
	float:right;
	margin: 0 -30px 0 0;
	width:440px;
}
#footerCopyright li{
	color:#000;
	display:inline;
	margin:0 0 0 5px;
}
#footerCopyright li a{
	color:#000;
	text-decoration:underline;
}
#footerCopyright li a:hover{
	color:#000;
	text-decoration:underline;
}

/*Forms*/
.form label {display:block;margin:2px;}
label.nopad {display:inline; margin:0; font-weight:400;}
.form {padding:0 0 10px 0;margin:0px; width:500px;position:relative;}
.form li {width:500px;margin:3px;padding:5px 5px 5px 38px;list-style:none;position:relative;}
.form li input[type='text'],.form li input[type='password']{width:420px;}
.form .error {border:1px solid #A90000;padding:4px;background-color:#F8E5E5;}
.form .success {border:1px solid #74F019;padding:4px;background-color:#DEF8CA;}
a.button {
    /* Sliding right image */
    background: transparent url('../images/button_right.png') no-repeat scroll top right; 
	cursor:pointer;
	display: block;
	float: left;
	height: 18px;
	margin-right: 6px;
	padding-right: 10px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
a.button span {
	/* Background left image */ 
	background: transparent url('../images/button_left.png') no-repeat; 
	color:#FFF;
	display: block;
	line-height: 15px;
	padding: 2px 5px 5px 12px;
} 