/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	margin:10px;
	text-align:center;
}
a:link,a:visited {
	color:#737e9e;
}
a:hover,a:active {
	color:#004477;
	text-decoration:none;
}
label {
	float:left;
	width:150px;
	font-weight:bold;
	text-align:right;
	margin-right:10px;
}
#form1 {
	margin-top:20px;
}
#form1 p {
	margin:-5px;
}

#wrap {
	width:770px;
	font-size:90%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
}

#clientLinks {
	background-color:#eceae5;
	margin:0;
	padding:10px 0 5px 0;
	text-align:right;
	font-size:80%;
}
#clientLinks li {
	list-style:none;
	display:inline;
	padding:0 10px;
	border-left:1px solid #75736c;
}
#clientLinks li.first {
	border-left:none;
}
#clientLinks a {
	text-decoration:none;
}

#header {
	padding:10px 20px;
	margin-top:20px;
}
img#logo {
	margin-top:10px;
}

#mainNav {
	list-style:none;
	background:url(../images/nav_bg.gif) repeat-x #737e9e;
	margin:0 20px;
	border-bottom:1px solid #004477;
	text-align:center;
}
#mainNav li {
	float:left;
	padding:6px 25px;
	background:url(../images/nav_dividers.gif) repeat-y top left;
	text-align:center;
/*	width:103px; */
}
#mainNav li.first {
	background:none;
}
#mainNav li a:link, #mainNav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#mainNav li a:hover, #mainNav li a:active {
	color:#004477;
	text-decoration:none;
	font-weight:bold;
}
#mainNav:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainGraphic {
	margin:0 20px;
	border-bottom:1px solid #004477;
}

#content {
	margin:0 20px;
/*	background:url(../images/subNav_bg.gif) repeat-y; */
}
#content p, #content h1, #content h2 {
	margin-bottom:10px;
}
#content h1, #content h2 {
	margin-top:20px;
	color:#004477;
	font-size:150%;
}
#content h3 {
	color:#004477;
	font-size:115%;
}
#content:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#leftColumn {
	width:230px;
	margin:0;
	float:left;
	border-right:1px solid #004477;
}
#leftColumn * {
	margin-right:20px;
}
#leftColumn img {
	margin-top:20px;
}
#leftColumn small {
	display:block;
	margin-bottom:20px;
}
#rightColumn {
	width:480px;
	margin:0;
	float:right;
}
#oneColumn {
	padding:0 50px 20px 50px;
}

dl.subNav {
	margin:20px;
}
dl.subNav dt {
	font-size:120%;
	font-weight:bold;
	color:#004477;
	margin-bottom:10px;
}
dl.subNav dd {
	margin-bottom:5px;
	padding-left:10px;
}

#btmBar {
	font-size:80%;
	list-style:none;
	background:url(../images/nav_bg.gif) repeat-x #008cbb;
	margin:0 20px;
	padding:6px 0;
	border-bottom:1px solid #004477;
	text-align:left;
}
#btmBar dt, #btmBar dd {
	display:inline;
	color:#FFFFFF;
	padding:0 10px;
}
#btmBar a:link, #btmBar a:visited {
	color:#a25a60;
	text-decoration:none;
}
#btmBar a:hover, #btmBar a:active {
	color:#000000;
	text-decoration:none;
}

#footer {
	width:770px;
	margin:0 auto;
	text-align:left;
}
#footer dl {
	font-size:80%;
	float:left;
	margin-top:10px;
	width:192px;
}
#footer dt {
	font-weight:bold;
	border-bottom:1px solid #75736c;
	padding-bottom:3px;
}
#footer dd {
	margin-top:3px;
}
#footer:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.rowBox {
	margin-bottom:10px;
}
.rowBox:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.cl3 {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #004477;
}

/* =========================== */
/* IE HACKS */

/* Hides from IE-mac \*/
* html #mainNav {height: 1%;}
* html #content {height: 1%;}
* html #footer {height: 1%;}
* html .rowBox {height: 1%;}
/* End hide from IE-mac */


/* IE7 Hacks */
html > body #content, html > body #mainNav {
	height:auto;
	max-height:12000px;
}
