@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	padding-top: 84px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #FBA535;
	text-decoration: none;
}
a:hover {
	color: #326BB2;
}


ul {
	margin-bottom: 16px;
}

#container {
	background-color: #B5B5B5;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#leftcol {
	float: left;
	width: 260px;
}
#nav {
	margin-left: 42px;
}
#nav ul {
	margin-bottom: 50px;
	list-style-type: none;
	line-height: 0px;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 54px;
	width: 838px;
	display: block;
	padding-top: 80px;
	padding-left: 162px;
	top: -125px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding: 25px;
	float: left;
	width: 610px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F8AE4B;
	border-bottom-color: #F8AE4B;
	border-left-color: #F8AE4B;
	color: #6D6E71;
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 6px;
}
#headerarea   {
	float: left;
	height: 196px;
	width: 285px;
	margin-bottom: 16px;
}
#headerarea td {
	vertical-align: bottom;
}

#headerarea h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
#content h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 18px;
}
#content ul li {
	background-image: url(../images/orange_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 25px;
	margin-bottom: 8px;
	list-style-type: none;
}
#content  h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 8px;
}
#bottomnav {
	width: 660px;
	margin-left: 260px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 200;
	position: relative;
}
#bottomnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#bottomnav a:hover {
	color: #326BB2;
}
.hottopic {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
}
#content h3 a {
	line-height: 34px;
	color: #FBA535;
	text-decoration: none;
	height: 34px;
	width: 595px;
	background-image: url(../images/bg_bio_link.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
}
#content h3 a:hover {
	color: #326BB2;
}

.bio {
	display: block;
	padding: 15px;
	margin-bottom: 25px;
	font-size: 12px;
	margin-left: 21px;
	background-color: #F7F7F7;
	background-image: url(../images/bg_bio_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	top: -8px;
}

.niceform {
	background-color: #F8F8F8;
	background-image: url(../images/bg_form.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px;
	width: 330px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	border: 2px solid #FAA635;
	font-size: 12px;
}
.formfields {
	color: #666666;
	width: 320px;
	margin-bottom: 4px;
	font-size: 14px;
}
.caption {
	font-size: 11px;
}

