body {
	background-color: #7d5502;
	margin: 0px;
	padding: 0px;
    color: #cccccc;
    font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size: 11px;
}

a {
    color: #d6b033;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: white;
}

.copyright {
	color: #a7a7a7;
	font-family: Verdana, Tahoma, Helvetica, Arial; 
	font-size: 9px;
	margin-bottom: 2px;
	margin-top: 15px;
}

.footerlink {
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica, Arial; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footerlink:hover {
	text-decoration: underline;
}

#contactbox {
	font-size: 9px;
	padding: 20px;
	line-height: 8px;
}

.more_contacts_link {
	color: #4d9ce0;
}

.menu_button {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 0px;
	margin-left: 2px;
	display: block; 
	width: 139px;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-family: Helvetica, Arial;
	letter-spacing: 1px;
	background-image: url('/images/menu_button.png');
	background-repeat: no-repeat;
	float: left;
	text-transform: uppercase;
}
.menu_button:hover {
	color: #000000;
	background-position: 0 -39px;
}

.menu_button_active {
    color: #000000;
    background-position: 0 -39px;
}

.cont_div {
    display: none;
}

#search_btn { 
	width: 32px;
	height: 22px;
	border: 0px;
	background: url('/images/search_button.jpg') no-repeat;
	background-position: 0 3px;
	
}

#search {
	color: #291d01;
	font-family: Verdana, Tahoma, Helvetica, Arial; 
	font-size: 11px;
	width: 130px;
	
}

#email_container {
	padding-top: 20px;
	padding-right: 25px;
	float: right;
}

#email_link {
	font-family: Verdana, Tahoma, Helvetica, Arial; 
	font-size: 8px;
	color: #e4c664;
	text-decoration: none;
}

#email_link:hover {
	text-decoration: underline;
}

h1 {
	color: #ba9432;
	/*font-size: 20px;
	  font-family: HeadingFont;*/
	font-style: italic;
	font-family: Verdana, Tahoma, Helvetica, Arial;
    font-size: 18px; 
	letter-spacing: 1px;
	padding-left: 10px;
}

h2 {
    color: #000000;
	background: url('/images/heading_stripe.jpg') no-repeat;
	height: 27px;
	width: 518px;
	font-size: 20px;
	font-style: italic;
	font-family: HeadingFont;
	padding-left: 5px;
}

h3 {
    color: #000000;
	background: url('/images/heading_stripe2.jpg') no-repeat;
	height: 27px;
	width: 518px;
	font-size: 20px;
	font-style: italic;
	font-family: HeadingFont;
	padding-left: 5px;
}


@font-face {
	font-family: "HeadingFont";
	src:url('/images/headingfont.ttf') format("truetype");
}

#background_container {
	background-image: url('/images/bg_header_repeat.jpg'); 
	background-repeat: repeat-x; 
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 1259px; 
	text-align: left;
    height: 1000px;
	margin: 0px;
	padding: 0px;
}

#page_left_bg {
    background-image: url('/images/bg_left_repeat.png'); 
    background-repeat: repeat-y; 
    background-position: top right;
    vertical-align: top;
}

#page_right_bg {
    background-image: url('/images/bg_right_repeat.png'); 
    background-repeat: repeat-y; 
    background-position: top left;
    vertical-align: top;
}

#center_container {
    width: 819px;
}

#header_container {
	background-image: url('/images/header.jpg'); 
	background-repeat: no-repeat; 
	width: 819px; 
	height: 153px;
}

#content_wrapper {
	background-image: url('/images/bg_content.jpg'); 
	background-repeat: repeat-x; 
	background-color: #343434; 
    background-position: bottom;
}

#content {
	width: 562px; 
	margin-left: 30px; 
	float: left; 
	background-color: #1d1d1d; 
	min-height: 750px;
}

#right_column {
	width: 227px; 
	float: right;
}

#right_logos {
	text-align: center; 
	margin-top: 70px; 
	font-style: italic; 
	font-size: 1.1em; 
	line-height: 18px;
}

#footer_container {
	width: 562px; 
	height: 75px; 
	text-align: center; 
	margin-left: 30px; 
	margin-top: 15px;
}

#email_link2 {
    color: #d6b033;
    text-decoration: none;
}

#email_link2:hover {
    text-decoration: underline;
}

hr {
    height: 0; 
    border-bottom: 1px dotted #303030; 
}

.list_link {
    text-decoration: none;
    color: #cccccc;
    padding-left: 20px;
}

.list_link:hover {
    color: #3d73a0;
    background-image: url('/images/arrow.png');
    background-position: 0px;
    background-repeat: no-repeat;
    text-decoration: none;
}
