/* CSS Style Sheet for equusnevada.com */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #88977A;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	color: #006600;
	text-decoration: underline;
}
a:hover, #header .header_bar_left a:hover, #footer .footer_bar_left a:hover {
	color: #C8D1C0;
	text-decoration: none;
}
table {
	font-size: 11px;
}
th {
	background-color: #006633;
	color: #FFFFFF;
	text-align: center;
}
.odd {
	background-color: #C8D1C0;
}
.even {
	background: #EBEEE8;
}
#mid_bar {
	background-image: url(images/mid_bar_bg.gif);
	background-color: #C8D1C0;
	height: 30px;
	border-top: 1px solid #85907C;
	border-bottom: 1px solid #85907C;
}
#cta_bar {
	color: #FFFFFF;
	background: #000000;
	border-top: 2px solid #FFFFFF;
	height: 23px;
	vertical-align: middle;
}
table#base {
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 100%;
	width: 703px;
	vertical-align: top;
}
#search_panel_header {
	background: #007335;
	border-left: 4px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#search_panel {
	background: #545A50;
	color: #CCCCCC;
}
#search_panel table{
	color: #CCCCCC;
}
.fineprint {
	font-size: 10px;
	color: #999999;
}

}
.fineprintG {
	font-size: 10px;
	color: #006633;
}


#header .header_bar_left {
	background-color: #000000;
	vertical-align: middle;
	height: 25px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
}
#header .header_bar_right {
	background-color: #C8D1C0;
	padding-right: 10px;
	text-align: right;
}
#header .header_bar_right a {
	color: #000000;
	text-decoration: none;
}
#header .header_bar_right a:hover {
	color: #FFFFFF;
}
#footer .footer_bar_left {
	background-color: #000000;
	vertical-align: middle;
	height: 25px;
	width: 240px;
	padding-left: 20px;
	border-right: 1px solid #FFFFFF;
}
#footer .footer_bar_right {
	background-color: #C8D1C0;
	width: 433px;
	padding-right: 10px;
	text-align: right;
}
#header .header_bar_left a, #footer .footer_bar_left a, #search_panel a{
	color: #FFFFFF;
	text-decoration: none;
}
#navigation {
	border-bottom: 1px solid #FFFFFF;
	height: 20px;
}
#navigation .tab {
	background-color: #000000;
	border-right: 1px solid #FFFFFF;
}
#navigation .tab a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 18px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
}
#navigation td:hover, #navigation .tab a:hover { /*the second one is used for IE, IE will ignore the first*/
	background-color: #007335;
}

/* bof dhtml nav ------------------------------------------*/
div#dropdown {
	text-align: left;
}
div#dropdown #link {
	background-color: #007335;
	border-bottom: 1px solid #FFFFFF;
}
div#dropdown #link a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding-left: 15px;
	height: 100%;
	width: 100%;
}
div#dropdown #link a:hover {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
}
td div {
    /* this makes TDs a container with their own coordinate system.
       absolutely-positioned elements will be offset relative to them */
    position:relative;
}
/* eof dhtml nav -------------------------------------*/


#subnav {
	width: 150;
}
#subnav .link {
	padding-left: 20px;
}
#subnav .link a{
	font-weight: bold;
}
.bodycopy {
	padding: 15px;
	height: 100px;
}
.heading {
	color: #006633;
	font-weight: bold;
	font-size: 14px;
}
.sub_heading {
	color: #006633;
	font-weight: bold;
	font-size: 13px;
}
#left_col_cta {
	background-color: #C8D1C0;
	border: 1px solid #577B05;
}


