/* CSS Document */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	behavior: url(csshover.htc);
	background-color: #e8e8e8;
}

hr {
	color: #ffc001;
	background-color: #ffc001;
}

h1 {
	color: #76756e;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	color: #76756e;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	color: #76756e;
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #76756e;
	font-size: 11px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.formstuff
{
	border: 1px solid #ffc001;
	background:#ffffff;
	color:#000000;
}

a:link, a:visited {
	color: #0012ff;
	text-decoration: none;
	font-size:12px;
}

a:hover {
	color: #0012ff;
	text-decoration: underline;
	font-size:12px;
}

#master {
	width: 100%;
}

#page {
	
	text-align: left;
}

/* 
Page Definition:
Page is separated by Top, Middle and Bottom Sections
*/

#top {
	height: 0px;
}

#middle {
	/*border: 1px #CCCCCC solid;*/
	padding: 0px;
	margin: 0px;
}

#middle_content {
	padding: 0px;
	margin: 0px;
}

#bottom {
	font-size: 9px;
	margin-top: 5px;
	color: #7c8692;
	height: 8px;
	margin: 0px;
	padding: 0px;
}

#bottom_left {
	width: 49%;
	position: relative;
	float: left;
}

#bottom_right {
	width: 49%;
	position: relative;
	float: right;
	text-align: right;
}

#bottom_full {
	width: 100%;
	position: relative;
	float: center;
	text-align: center;
}

#bottom_right a {
	color: #7c8692;
}

/* 
Navigation Definition
*/

#nav_holder {
	/*height: 22px;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 130%;*/
	/*text-align: center;*/
	width: 100%;
}

#nav_home_top {
	float: left;
	height: 89px;
	width: 300px;
}

#nav_home_bottom {
	float: left;
	height: 35px;
	width: 300px;
}

#nav_login {
	padding: 70px 30px 0px 0px;
	color: #FFFFFF;
}

#nav_login a {
	color: #FFFFFF;
}

/* 
Middle Section Definition:
The middle section has the header, navigation and main content area.
*/

#banner {
	width: 100%;
	min-width: 770px;
	height: 126px;
	color: #76746d;
	background: url(../images/banner_back_02.jpg) repeat-x;
}

#banner_left {
	background: url(../images/banner_back_01.jpg) left no-repeat;
	/*width: 305px;
	height: 126px;
	float: left;*/
}

#banner_right {
	background: url(../images/banner_back_03.jpg) right no-repeat;
	/*width: 445px;
	height: 126px;
	float: right;*/
}

#banner_top {
	height: 89px;
	bottom: 0px;
	text-align: right;
}

#banner_bottom {
	height: 37px;
	/*padding-top: 12px;*/
	text-align: right;
	line-height: 37px;
}

#banner_bottom a {
	padding: 0px 10px 0px 10px;
	
}

#main {
	width: 100%;
	padding: 15px 0px 0px 0px;	
	background: url(../images/gradient_top.gif) #ffffff repeat-x top;
}

#main_holder {
	width: 100%;
	background: url(../images/gradient_bottom.gif) repeat-x bottom;
}

#main_content {
	width: 770px;
	padding: 0px 15px 0px 15px;
}

#main_left {
	width: 210px;
	position: relative;
	float: left;
}

#main_right {
	z-index: 1;
	width: 524px;
	position: relative;
	float: right;
}

#main_full {
	width: 100%;
	position: relative;
	float: left;
}

.ad_top {
	height: 68px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.ad_bottom {
	text-align: center;
}

#search_box {
	height: 78px;
}

#recent_box {
}

.recent_box_item {
	background-color: #efefef;	
	margin-bottom: 5px;
}

.results_box_item {
	background-color: #efefef;	
	margin-bottom: 5px;
}

.category_box_item {
	margin-bottom: 10px;
	float: left;
}

.category_box_item_center {
	margin: 0px 5px 10px 5px;
	float: left;
}

.category_content {
	background-color: #efefef;	
	padding: 5px;
	text-align: center;
}

#footer {
	width: 100%;
	height: 29px;
	min-width: 770px;
	color: #FFFFFF;
	background: url(../images/footer_back.jpg) #2b2b2b top repeat-x;
}

#footer  a {
	color: #FFFFFF;
}

#footer_left {
	width: 65%;
	float: left;
	text-align: left;
}

#footer_right {
	width: 35%;
	float: right;
	text-align: right;
}

#footer_full {
	width: 100%;
	text-align: center;
}


.footer_content {
	padding: 7px 10px 0px 10px;
}


hr.dotted {
	height: 1px; 
	width: 100%;
	border-top: 1px dashed #999999;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.content {
	padding: 10px 10px 10px 10px;
	background-color: #efefef;
}

.video {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.mandatory
{
	color:#ff0000;
}

.thumb {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 5px;
}

.clear {
	clear: both;
}

.border
{
	border: 1px solid #ffc001;
}

.yellow
{
	color:#ffc001;
}

.bigyellow
{
	color:#ffc001;
	font-size:12px;
	font-weight:bold;
}

a.sniffer:link, a.sniffer:visited, a.sniffer:hover, a.sniffer:active
{
	color: #ff0000;
	text-decoration: underline;
	font-size:12px;
	background-color: #e8e8e8;
}