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

body 
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#301a0e;
	height:100%;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFFFFF;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}

hr {
	color: #63512f;
	background-color: #63512f;
	height: 1px;
	border: 0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
}

#container {	
	margin: 0px auto;
	width: 900px;
	background-image:url(../images/container_bottom.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#header {
	width: 900px;
}

#header .logoTop {
	float:left;
	width:206px;
}

#header .nav {
	float:right;
	width:694px;
}

#photoContainer {
	width: 900px;
	height: 200px;
	border:0;
	padding:0px !important;
	margin:0px !important;
	clear:both;
}

#header .weatherContainer {
	width: 900px;
	height: 50px;
	background-image:url(../images/weather_bar.png);
}

#content {
	width: 900px;
}

#contentLeft {
	width: 165px;
	min-height: 567px;
	float: left;
	background-image:url(../images/left_bar_bg_bottom.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

#contentLeft .searchBox {
	background-image:url(../images/search_box.jpg);
	width: 165px;
	height: 67px;
}

#contentLeft .leftBar {
	background-image:url(../images/left_bar_bg_top.jpg);
	background-repeat:no-repeat;
	width: 165px;
	min-height: 500px;
}

#contentLeft .text {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:14px;
	padding-left:4px;
	padding-right:12px;
	background-image:url(../images/sub_links_bg_.png);
	background-repeat:repeat-y;
	background-position:top;
}

#contentLeft .text a:link, #contentLeft .text a:visited, #contentLeft .text a:active {
	color: #C9B48B;
	text-decoration: none;
}

#contentLeft .text a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#contentRight {
	width: 735px;
	min-height: 567px;
	float: right;
	background-image:url(../images/content_bg_bottom.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

#contentRight .mainBox {
	background-image:url(../images/content_bg_top.jpg);
	background-repeat:no-repeat;
	width: 735px;
	min-height: 567px;
}

#contentRight .mainBoxLeft {
	width: 485px;
	float: left;
}

#contentRight .mainBoxRight {
	width: 250px;
	float: right;
}

#contentRight .textContainer {
	padding: 0px 20px 20px 34px;
	margin-bottom:20px;
}

#contentRight .textBreadCrumbs {
	font-family:Arial, Helvetica, sans-serif;
	color:#604e2c;
	font-size:11px;
}

#contentRight .textBreadCrumbs a:link, #contentRight .textBreadCrumbs a:visited, #contentRight .textBreadCrumbs a:active {
	color: #604e2c;
	text-decoration: underline;
}

#contentRight .textBreadCrumbs a:hover {
	color: #937744;
	text-decoration: none;
}

#contentRight .text {
	font-family:Arial, Helvetica, sans-serif;
	color:#604e2c;
	font-size:12px;
	padding-bottom:20px;
}

#contentRight .text a:link, #contentRight .text a:visited, #contentRight .text a:active{
	color: #604e2c;
	text-decoration: underline;
}

#contentRight .text a:hover {
	color: #937744;
	text-decoration: none;
}

#contentRight .textHeader {
	font-family:"Times New Roman", Times, serif;
	color:#b02b17;
	font-size:24px;
	border-bottom-style:dotted;
	border-bottom-color:#604e2c;
	padding-bottom:4px;
}

#contentRight .textHeaderSub {
	font-family:"Times New Roman", Times, serif;
	color:#604e2c;
	font-size:18px;
	border-bottom:1px solid #604e2c;
	padding-top:10px;
}

#contentRight .textHeaderSub a:link, #contentRight .textHeaderSub a:visited, #contentRight .textHeaderSub a:active {
	color: #604e2c;
	text-decoration: none;
}

#contentRight .textHeaderSub a:hover {
	color: #937744;
	text-decoration: underline;
}

#contentRight .textContainerSide {
	padding: 10px 20px 20px 4px;
}

#contentRight .textSide {
	font-family:Arial, Helvetica, sans-serif;
	color:#604e2c;
	font-size:12px;
}

#contentRight .textSide a:link, #contentRight .textSide a:visited, #contentRight .textSide a:active {
	color: #604e2c;
	text-decoration: underline;
}

#contentRight .textSide a:hover {
	color: #937744;
	text-decoration: none;
}

#contentRight .textSideHighlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#b02b17;
	font-size:12px;
	font-weight:bold;
}

#contentRight .textHeaderSide {
	font-family:"Times New Roman", Times, serif;
	color:#604e2c;
	font-size:18px;
	border-bottom-style:dotted;
	border-bottom-color:#63512f;
	padding-bottom:4px;
}

#footerSpacer {	
	margin: 0px auto;
	width: 900px;
	height: 56px;
}

#clearFooter {	
	clear:both;
}

#footer {	
	margin: 0px auto;
	height: 60px;
	background-color: #1f0e06;
	clear:both;
	text-align:center;
}

#footer .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:16px;
	text-align:left;
	margin: 0px auto;
	width: 900px;
	padding:6px 0px 0px 0px;
	
}

#footer .text a:link, #footer .text a:visited, #footer .text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .text a:hover {
	color: #999999;
	text-decoration: underline;
}