@charset "utf-8";
/*---------------------------Layout---------------------------*/
body {
	background-image: url(../images/layout/brow_bg.jpg);
	background-position: left top;
	background-color: #E9E7D8;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #4d4b42;
}
#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftcol {
	float: left;
	width:230px;
}
#nav {
	height: 580px;
	margin-top:20px;
}
#rightcol {
	float: left;
	width:230px;
	margin-top: 170px;
}
#wrap {
	float: left;
	width:535px;
	margin: 130px 10px 0;

}
#content {
	width: 100%;
	border: 1px solid #c3c3b3;
	background-color: #FFFFFF;
	margin-top: 10px;
	line-height: 20px;
	min-height:850px;
}
#ads {
	clear:both;
	margin-top:10px;
}
#ads ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#ads ul li {
	vertical-align: middle;
	display:inline;
}
#footer {
	clear:both;
	padding-top: 10px;
}
	#footer .add{
	width: 230px;
	}
	#footer hr{
	color:#C3C3B3;
	clear:both;
	}
/*---------------------------Layout---------------------------*/
/*---------------------------Styles---------------------------*/
img {
	border:none;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;

}
h1 {
	color: #2c4158;
	font-size:18px;
	padding: 20px 0 0 5px;
	background-image: url(../images/layout/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:53px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C2C3B3;
}
h2 {
	padding:3px;
	color: #962b24;
	font-size:16px;
	padding-left:10px;
}
h2.casefiles {
	background-image: url(../images/layout/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	background-color:#E1DFD2;
}
p,h3 {
	padding: 0 10px;
}
a:link {
	color: #2c4158;
}
a:visited {
	color: #2c4158;
}
a:hover {
	color: #962b24;
}
a:active {
	color: #962b24;
}
/*---------------------------Styles---------------------------*/
/*---------------------------Classes---------------------------*/
.box {
	width: 100%;
	border: 1px solid #c3c3b3;
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image: url(../images/layout/box_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding-bottom:10px;
}
.watermark {
	background-image: url(../images/layout/usapi_watermark.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.brd {
	border: 3px solid #2c4158;
}
img.logobrd {
	border: 1px solid #2c4158;

}
.sub #wrap{
	width: 770px;
}
.smtxt {
	font-size: 10px;
}
ul.logos {
	list-style-type:none;
}
ul.logos li{
	display:inline;
	float:left;
	padding-right: 10px;
	padding-bottom: 20px;
	height: 120px;
}
.checkmsg {
	display: none;
}

.checkboxRequiredState .checkmsg{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
	padding:5px;
}
.imgleft {	
	float:left;
	margin-right:10px;
	margin-bottom:10px;

}
.error
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
	padding:5px;
}
/*---------------------------Classes---------------------------*/
