@charset "UTF-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav_top {
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-right: 27px;
	padding-top: 10px;
	vertical-align: top;
}
#content {
	background-image: url(images/content-bg.jpg);
	padding-right: 37px;
	padding-left: 10px;
	font-size: 12px;
	clear:left;
	padding-bottom: 20px;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 27px;
	text-align: center;
	font-size: 10px;
	vertical-align: top;
	padding-top: 1px;
	padding-bottom: 50px;
	color: #FFFFFF;
}
#footer img{
	margin-top: 20px;	
}
#copyright {
	color: #000000;
}
#footer a {
	color: #FFFFFF;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: right;
position: relative;
}

.mainitems{
	font-size: 13px;
}

.mainitems a{
	margin-right: 28px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
}
.mainitems a:hover{
	text-decoration: underline;
}

.subuls{
	display: none;
	width: 170px;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #CCCCCC;
	border: 1px solid black;
	font-size: 11px;
}

.subuls li{
	width: 100%;
	padding-bottom: 6px;
	padding-top: 6px;
}

.subuls li a{
	text-decoration: none;
	color: #010166;
}
.subuls li:hover{
	background-color:#999999;
	color: #FFFFFF;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}





#content a:link{
	color: #51889A;
}
#content a:visited{
	color: #51889A;
}
#content h1{
	font-size: 21px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #193540;
	padding-bottom: 5px;
	margin-top: 0px;
}
#content h2{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h3{
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	color: #488798;
}
#content h6 {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	color: #488798;
	font-weight: normal;
}
#content p{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 12px;
	margin-top: 0px;
}
#content ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.home_boxes {
	width: 395px;
	float: left;
	padding: 10px;
}
.item_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_box_span {
	clear: left;
	padding: 10px;
}
.clear_cols {
	clear: both;
}
.item_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#referral h3 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 10px;
	color: #488798;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8CFCB;
	padding-bottom: 2px;
}
#referral {
	margin-bottom: 20px;
}
.label {
	width: 150px;
}
#content #referral td label {
	margin-right: 20px;
	margin-left: 0px;
}
td.input input.text {
	width: 230px;
}
td.input input {
	font-size: 12px;
}
td.textarea textarea {
	font-size: 12px;
	margin-left: 5px;
}
.make_referral {
	font-size: 20px;
	font-weight: bold;
}
