* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	background: #382124;
	color: #8A7C7E;
}

h1 {
	font-size: 150%;
	line-height: 110%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h2 {
	font-size: 135%;
	line-height: 110%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 120%;
	line-height: 120%;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h5 {
	font-size: 85%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h6 {
	font-size: 80%;
	line-height: 140%;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}


a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}

.layout {
	font-size: 95%;
}
.layout-width {
	width: 90%;
	min-width: 980px;
	margin: 0 auto;
}
* html .layout-min-width {
	padding-left: 980px;
}
* html .layout-fix-1 {
	position: relative;
}
* html .layout-fix-2 {
	margin-left: -980px;
	position: relative;
}
/*\*/
* html .layout-min-width, * html .layout-fix-1, * html .layout-fix-2, * html .layout-container {
	height: 1px;
}
/**/
.layout-container {
	float: left;
	width: 100%;
}
.layout-sidespace {
	margin: 0px 50px 0px 50px;
}




.header {
	position: relative;
	float: left;
	width: 100%;
	height: 210px;
	background: url('../images/header-title.gif') no-repeat 90% 120px;
}
.header .logo {
	position: absolute;
	top: 30px;
	left: 0px;
}


.menu-top {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	left: -30px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu-top li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.menu-top a,
.menu-top a:hover,
.menu-top span {
	display: block;
	float: left;
	padding: 10px 30px;
}
.menu-top span {
	color: #8E8182;
}




.left {
	position: relative;
	width: 30%;
	float: left;
	clear: both;
	padding: 50px 0px 0px 0px;
}

.left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	height: 1%;
	font-family: Georgia,Times,serif;
	font-style: italic;
	font-weight: bold;
}
.left ul li {
	padding: 7px 0px 7px 20px;
	margin: 0px;
	height: 1%;
	background: url('../images/menu-main-dash.gif') no-repeat 0px 1.1em;
}
.left ul a,
.left ul a:hover,
.left ul span {
	padding: 7px 0px;
	color: #5CA037;
}
.left ul a.selected,
.left ul a:hover.selected,
.left ul span.selected {
	color: #FFFFFF;
	text-decoration: none;
}


.left ul ul {
	padding: 10px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
}
.left ul ul li {
	padding: 3px 0px;
	margin: 0px;
	background: none;
}
.left ul ul a,
.left ul ul a:hover,
.left ul ul span {
	padding: 3px 0px;
}


.left .banners {
	margin-top: 20px;
}
.left .banners img {
	border: none;
	margin-bottom: 10px;
}



.right {
	width: 65%;
	float: right;
}	
.right .spacer {
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 50px 0px;
}	
.right h1,
.right h2,
.right h3 {
	font-family: Georgia,Times,serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}


.menu-path {
	margin: 20px 0px;
}



.menu-bottom {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 70px;
}

.menu-bottom ul {
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
.menu-bottom ul li {
	padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
.menu-bottom ul li.first {
	padding-left: 0;
}
.menu-bottom ul li.last {
	padding-right: 0;
	border-right: none;
}


.menu-bottom form {
	float: right;
}
.menu-bottom form .input-text {
	background: #382124;
	color: #656464;
	border: 1px solid #584547;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	float: left;
	font-size: 90%;
}
.menu-bottom form .input-submit {
	background: #382124;
	border: none;
	font-weight: normal;
	color: #8E8182;
	cursor: pointer;
	float: left;
	padding: 0px;
	margin: 2px 0px;
	text-decoration: underline;
	font-size: 90%;
}


.footer {
	position: relative;
	clear: both;
	padding: 50px 0px 40px 0px;
	height: 1%;
}
.footer .author {
	position: relative;
	float: right;
	padding: 0px 110px 0px 30px;
	font-size: 90%;
}
.footer .author img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.footer .copyright {
	float: left;
	color: #AFA6A7;
}	


.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
