/*********************** LAYOUT STYLES ***********************/

html {
	height:100%;
	margin: 0px; 
	padding: 0px;
}

body { 
    height: 100%;
	margin: 0px; 
	padding: 0px;
	font-size: 12px;
	color: #fefefe;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: url(body_background.gif);
} 

#outerall {
	overflow: hidden;
}

#outer {
	width: 900px;
	margin: 0 auto;
}

#top-search {}

#logo {
	width: 560px;
	float: left;
	text-align: left;
	padding: 8px 0 0 20px;
}

#search {
	height: 46px;
	width: 258px;
	float: right;
	text-align: left;
	background: url(top_background.gif) top left no-repeat;
	padding: 27px 0 0 59px;
}

#header {}

#menu-top {
	height: 49px;
	width: 900px;
	border-top: 2px solid #936b00;
	background: url(menu_background.gif) top left repeat-x;
}

#pathway {
	width: 100%;
	background:#38261a;
}

#content-all {
	padding: 15px;
}

#content-banner {
	padding: 15px 0 0 0;
}

#footer {
	background: #32271c;
	color: #fff;
	padding: 8px 20px 5px 20px;
	font-family: Georgia;
	font-size: 11px;
	line-height: 17px;
}

#copyrights {
	float: left;
	width: 70%;
}

#design {
	float: right;
	text-align: right;
}

#maincontent {}

#wrapper #left {
	width: 200px;
	float: left;
	padding: 25px 0 0 0;
}

#wrapper #right {
	width: 200px;
	float: right;
	padding: 25px 0 0 0;
}

#wrapper.scheme_3 #content {
	width: 500px;
	float: left;
}

#wrapper.scheme_2 #content {
	width: 700px;
	float: left;
}
#wrapper.scheme_1 #content {
	width: 900px;
}

#wrapper.scheme_1 {
	background: #301d11;
}

#wrapper.scheme_2.noleft {
	background: url(scheme_2-noleft.png) repeat-y top left;
}

#wrapper.scheme_2.noright {
	background: url(scheme_2-noright.png) repeat-y top left;
}

#wrapper.scheme_3 {
	background: url(scheme_3.png) repeat-y top left;
}

/*

#left .inside {
	padding: 25px 15px 25px 13px; 
}

#right .inside {
	padding: 25px 13px 25px 15px; 
}

*/

/* CLEAR FIX*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */