@charset "utf-8";
/* CSS Document */

body,tr,td,table,div,span{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#E37907;
	text-decoration:none;
}
a:hover{
	color:#E39D07;
	text-decoration:underline;
}

h1{
	margin:0;
	padding:30px 0 5px 0;
	font-size:18px;
	color:#E39D07;
}
h2{
	margin:0;
	padding:0px 0 5px 0;
	font-size:14px;
	color:#FFF;
}

.title{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}
.side_text{
	font-size:18px;
	color:#505050;
	padding-right:30px;
}
.content{
	line-height:20px;
	padding-top:20px;
}

.regular{
	font-size:12px;
}

.orange{
	color:#E39D07;
}

.orange_dark{
	color:#FF8400;
}

.footer{
	font-size:9px;
	color:#3C3C3C;
}



.button {
	vertical-align:top;
	text-align: center;
	padding:0 10px 0 10px;
	border-left:1px solid #E2630E;
	height:27px;
}
/* (CM) button in selected state "you are here clue" - This is for the catagory button in the include menu */
.button_selected{
	vertical-align:top;
	text-align: center;
	padding:0 10px 0 10px;
	border-left:1px solid #E2630E;
	height:27px;
}
/* (CM) button in when it is hovered over */
.button_first{
	border-left:none;
}
/*(CM) The text in the button (CM)*/
.button_text {
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	text-transform:uppercase;
}
/*(CM) The text in the button when it is a selected menu item (you are here clue)  (CM)*/
.button_text_selected {
	font-size: 12px;
	text-decoration: none;
	color: #E37907;
	text-transform:uppercase;
}
/*(CM) The text in the button (CM)*/
.button_text:hover {
	color:#E37907;
	text-decoration: none;
	text-transform:uppercase;
}
.button_text_selected:hover {
	color:#FFF;
	text-decoration: none;
	text-transform:uppercase;
}
/* (CM) Footer can be used to do a bar footer or text */


/* Listing Info */
.listing_info{
	padding:3px 10px 3px 10px;
	font-size:11px;
} 
.listing_title{
	font-size:14px;
	color:#E39D07;
	padding:10px 10px 0px 10px;
}
.listing_sub_title{
	font-size:14px;
	color:#FFF;
	padding:5px 0 5px 10px;
}
.even{
	background:#999999;
	border-bottom:3px solid #7B7D79;
	padding:3px;
}
.odd{
	background:#616161;
	margin-bottom:3px;
	border-bottom:3px solid #7B7D79;
	padding:3px;
}

.brochure a{
	font-size:12px;
}
.clear{
	clear:both;
	line-height:0;
}

