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

/*css*/
html {height:101%;
}

/* Main Layout*/
body {
	border:0px;
	padding:0px;
	margin:0px;
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:13px;
	background-color: #43110a;
	color:#FFFFFF;
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;


}
a:link {
	color: #c84747;
}
a:visited {
	color: #c84747;
}
a:hover {
	color: #c84747;
	text-decoration:none;
}
a:active {
	color: #c84747;
}

blockquote {
	color:#c84747;	
}
#wrapper {
	width:980px;
	margin:0px auto;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#1e0704;
	margin-top:20px;
	border-bottom:5px solid #1e0704;
}
#header {
	height:61px;
	clear:both;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:3px solid #1e0704;
}
#header_logo {
	width:324px;
	height:36px;
	margin:15px 0px 0px 20px;
	float:left;
}
#top_menu {
	width:200px;
	height:20px;
	float:right;
	margin:25px 25px 0 0;
	color:#ffb8b8;
	font-size:14px;

}
#side_menu_container {
	width:189px;
	float:left;
	margin-left:3px;
}
#side_menu {
	margin:10px 0px 43px 0px;
	padding:0px;
	width:178px;
}
ul#side_menu li {
	list-style:none;
	padding:6px 0px 6px 0px;
	margin:0px;
	border-bottom:1px solid #45241e;
	width:189px; 
}
ul#side_menu a {
	color:#ffffff; /*this is the color of the menu text*/
	padding:3px 0px 3px 3px;
	margin-left:17px;
	text-decoration:none;
	outline:none;
	
}
ul#side_menu a:hover {
	color:#e55151;
	outline:none;
}

ul#side_menu li, ul#side_menu li a.current, ul#side_menu li a.current{
color:#e55151;
	outline:none;
}
/*Box under menu*/
.side_menu_box {
	width:189px;
	color:#e6b6b4;
	margin:0px;
	margin-bottom:20px;
	border-top:3px solid #631714;

}
.side_menu_box .top {
	width:179px;
	height:15px;
	background-color:#1e0704;
	padding:5px 5px 5px 10px;
}
.side_menu_box p {
	margin:0px;
	padding:0px;
}
.address {
	padding:10px;
}
#content_body {
	padding:15px;
	line-height:1.5em;
	min-height:400px;
	width:755px; /*775px minus padding*/
	float:right;
}
#footer {
	height:30px;
	width:980px;
	margin:0px auto;
	color:#866965;
	font-size:10px;
	padding-top:10px;
	clear:both;
	border-top:3px solid #5a1a16;
}
#footer a, #footer a:link, #footer a:visited {
	color:#866965;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:300px;
	float:left;
}
.search {
	margin:5px 10px 0px 10px;
}
.search .left {
	float:left;
}
.search .right {
	float:right;
}
/* General Content*/

.padding_bottom {
	padding-bottom:5px;
}
.clear {
	clear:both;
	visibility:hidden;
}
form {
	margin:0px;
	padding:0px;
}
.forms_field {
	background-color:#260c0b !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	height:18px;
	width:200px;
	padding:2px;
}
.forms_field_active {
    background-color:#F2D148; !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#000000;
	height:18px;
	width:200px;
	padding:2px;
}
.text_field {
	background-color:#260c0b !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	height:50px;
	width:200px;
	padding:2px;
}
.text_field_active {
	background-color:#F2D148 !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#000000;
	height:50px;
	width:200px;
	padding:2px;
}
.forms_button {
	background-color:#461614 !important;
	border:1px solid #70231d !important;
	margin:3px 0px 0px 0px;
	color:#dd9b9b;
	height:23px;
	padding:2px;
}
h1 {
	
	font-size:18px;
	font-weight:normal;
	color:#c84747;
}
h2 {
	
	font-size:14px;
	color:#f4afaf;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.image_border {
	border-bottom:3px solid #631714;
	margin:3px 3px 0px 3px;
	padding:0px;
}
hr {
	border: 0;
	color: #631714;
	background-color: #631714;
	height: 1px;
	width: 100%;
}

/*home page*/


#banner {
	height:215px;
	padding:0;
	clear:both;
	margin-bottom:10px;
}

#left_content {
	width:470px; /*480px minus padding*/
	float:left;
	padding-left:10px;
}
.right_content {
	width:230px;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#330E08;
}
.featured_container {
	height:22px;
	width:181px; /*211px minus padding*/
	border-bottom:1px solid #631714;
	padding-left:30px;
	margin-bottom:3px;
}
.featured_number {
	float:left;
	margin:3px 5px 0px 0px;
	width:20px;
	text-align:center;
	vertical-align:bottom;
}
.featured_icon {
	float:left;
	margin:5px 5px 0px 0px;
	width:20px;
	text-align:center;
	vertical-align:bottom;
}
.feature_text {
	width:211px;
	color:#e6b6b4;
	font-size:11px;
	line-height:normal;
	text-align:justify;
}
.feature_text p {
	margin:0px;
	padding:0px;
}
#load {
position:relative;
	left:450px;
	top: -200px;
	background: url(images/ajax-loader.gif);
	width: 32px;
	height: 32px;
	z-index:1
}