html,body{
	background-color:#000000;
	text-align:center;
	margin:0;padding:0;
	font:12px Arial,Helvetica, sans-serif;
	height:100%;
}
table, td{
	font:12px Arial,Helvetica, sans-serif;
}
#container{
	text-align:left;
	margin:0 auto;
	padding:0;
	position:relative;
	width:900px;
}
#leftCol{
	position:absolute;
	top:200px;
	left:0;
	width:196px;
}
#leftCol table{
	width:180px;
	font-size:12px;
}
#menu{
	list-style-type:none;
	margin:0;padding:0;
}
#menu li{
	list-style-type:none;
	margin-bottom:10px;
}
#menu li a{
	display:block;
	background:#426552;
	line-height:16px;
	width:181px;
	#width:196px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	border:2px solid #423029;
	padding:5px;
	padding-left:10px;
}
#menu li a:hover{
	background:#ffffff;
	color:#426552;
	font-weight:bold;
	text-decoration:none;
}
#menu li.subMenu{
	margin-bottom:5px;
}
#menu li.subMenu a{
	margin:0;
	margin-left:20px;
	text-align:left;
	display:block;
	line-height:16px;
	width:161px;
	#width:176px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	border:2px solid #423029;
	padding:5px;
	padding-left:10px;
}
#menu li.subMenu a:hover{
	background:#ffffff;
	color:#426552;
	font-weight:bold;
	text-decoration:none;
}
#contents{
	margin-left:180px;
	background:#c4bb80;
	padding:10px 20px 20px 30px;
	border:4px solid;
	border-color:#d0c894 #a79e63 #a79e63 #d0c894;
	min-height:950px;
	  height:auto !important;
	  height:950px;
}
#phone{
	color:#efe058;
	/* color:#d8cb59; */
}
#logo{
	position:absolute;
	top:0;left:0;
	text-align:center;
	width:196px;
}
a#twitter{
	float:left;
	display:block;
	width:25px;
	height:25px;
	background:url(/assets/images/link_twitter.jpg) no-repeat;
}
a#twitter:hover{
	background:url(/assets/images/link_twitter-over.jpg) no-repeat;
}
a#facebook{
	float:right;
	display:block;
	width:25px;
	height:25px;
	background:url(/assets/images/link_facebook.jpg) no-repeat;
}
a#facebook:hover{
	background:url(/assets/images/link_facebook-over.jpg) no-repeat;
}
#header{
	margin-left:200px;
	padding:20px;
	text-align:center;
	color:#d8cb59; 
	font-family:'palatino linotype', 'Book Antiqua', Palatino, serif; 
	font-size: 35px; font-style:italic;
}
#footer{
	text-align:center;
	padding:10px 0 20px 200px;
	color:#c4bb80;
}
#footer a{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
#footer a:hover{
	color:#d8cb59;
}
#pageTitle{
	font-weight:bold;
	color:#808080;
}
#topNav{text-align:center; margin-bottom:10px;}
#topNav, #topNav a{
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
a {color:#49342b}
a:hover{color:#426552;}
h2,.subhead{font-weight:bold;font-size:14px;}
h1{
font-family: arial, helvetica, san serif;
font-style: normal;
font-weight : bold;
font-size: 18px;
color: #000000;
line-height: 20px;
}
.tableHeader{
	border-bottom:1px solid white;
	border-right:1px solid white;
	background-color:#000000;
	color:#ffffff;
}
.table1{background-color:#a39b64}
#divider{padding:0;margin:5px 0;background:#000000;font-size:2px;height:2px;}

/* New Top Nav */

#topNav{
	position:absolute;
	top:110px;
	#top:136px;
	left:180px;
	#width:730px;
}
#topNav a{
	display:block;
	float:left;
	border:3px solid #423029;
	background:#426552;
	color:#ffffff;
	width:235px;
	#width:240px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}
#topNav a#middle{
	border-width:3px 0 3px 0;
}
#topNav a#end{
	width:238px;
	#width:245px;
}
#topNav a:hover{
	border-color:#423029;
	background:#ffffff;
	color:#426552;
}
#contents{padding-top:50px;}
#menu{
	#padding-top:10px;
}
#topNav a.on,#topNav a.on:hover{
	background:#c4bb80;
	border-bottom-color:#c4bb80;
	color:#000000;
}

