/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
img.left {float: left; margin: 0 10px 5px 0;}
img.right {float: right; margin: 0 0 5px 10px}
img.center {margin: 0 auto; display: block;}

/* BODY */
/* ----------------------------------------- */

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
	background: #f4f5ed;
}

.wrapper {
	width: 954px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

a { color: #302104; }

/* HEADLINE */
/* ----------------------------------------- */

#headline {
	height: 67px;
	overflow: hidden;
	background: url(../images/headline.jpg) repeat-x;
}
#headline .wrapper {
	height: 67px;
	background: url(../images/stars.png) no-repeat top right;
}
#head_left {
	float: left;
	padding: 15px 0 0 42px;
}
#head_left p {
	font-size: 21px;
	color: #cabd9d;
	font-style: italic;
}
#head_left p.indent {
	margin-left: 75px;
}
#head_right {
	float: right;
	margin-right: 35px;
	padding-top: 5px;
}
#head_right ul li {
	display: inline;
}

/* NAVIGATION */
/* ----------------------------------------- */

#navigation {
	height: 115px;
	background: url(../images/navigation.jpg) repeat-x 0 39px;
	margin-top: -39px;
}
#navigation #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 394px;
	z-index: 2;
}
#navigation #left_nav {
	float: left;
	margin-left: 36px;
	width: 360px;
}
#navigation #right_nav {
	float: right ;
	margin-right: 33px;
	width: 408px;
}
#navigation .nav {
	margin-top: 45px;
}
#navigation .nav li {
	float: left;
	line-height: 25px;
	margin: 0 40px 0 0;
}
#navigation .nav li cufon {
	margin: 5px 0;
}
#navigation .nav li.no_marg {
	margin-right: 0;
}
#navigation .nav li a {
	font-size: 16px;
	color: #65470f;
	text-decoration: none;
}
#navigation .nav li a:hover {
	color: #a77414;
}
.left_link {
	text-align: center;
	font-size: 33px;
	float: left;
	width: 390px;
	margin-left: 40px;
	margin-top: 58px;
}
.left_link a {
	color: #65470f;
	text-decoration: none;
}
.left_link a:hover {
	color: #a77414;
}
.right_link {
	text-align: center;
	font-size: 33px;
	float: right;
	width: 390px;
	margin-right: 60px;
	margin-top: 58px;
}
.right_link a {
	color: #65470f;
	text-decoration: none;
}
.right_link a:hover {
	color: #a77414;
}

#content .error { color: red; }

/* CONTENT */
/* ----------------------------------------- */

#content_1 {
	background: #e4dece url(../images/cont_2.png) repeat-x bottom;
	margin-top: -14px;
}
#content_2 {
	background: url(../images/cont_1.jpg) repeat-x top;
}
#content {
	background: url(../images/cont_bg.png) repeat-y;
	padding: 35px 55px 0;
	font-size: 12px;
	color: #65470f;
}
#content p {
	margin-bottom: 20px;
	margin-left: 10px;
}
#content ul li {
	list-style: disc;
	margin-left: 25px;
}
#content ol li {
	list-style: decimal;
	margin-left: 25px;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
}
#content h1.med {
	display: block;
	width: 359px;
	background: url(../images/head_med.png) no-repeat;
	text-align: center;
	font-size: 28px;
	color: #65470f;
	margin-bottom: 20px;
}
#content h1.big {
	display: block;
	width: 600px;
	background: url(../images/head_big.png) no-repeat;
	font-size: 18px;
	color: #65470f;
	margin-bottom: 20px;
	padding-left: 25px;
	font-weight: normal;
}
#content h1.big a {
	color: #65470f;
	text-decoration: none;
	font-style: italic;
}
#left_side {
	float: left;
	padding-right: 40px;
	width: 360px;
	border-right: 1px solid #d9ceb7;
}
#right_side {
	float: left;
	width: 360px;
	padding-left: 40px;
	border-left: 1px solid #d9ceb7;
	margin-left: -1px;
}
#cont {
	float: left;
	width: 625px;
}
#content_bott {
	background: url(../images/cont_bott.png) no-repeat;
	width: 954px;
	height: 39px;
	overflow: hidden;
}
#content form p {
	margin: 5px 0;
}
#content form p label {
	display: inline-block;
	width: 120px;
}
#content form p input {
	width: 150px;
}
#content form p select {
	width: 152px;
}
/* SIDEBAR */
/* ----------------------------------------- */


#sidebar {
	float: right;
	width: 181px;
}
#sidebar .item h1.small {
	display: block;
	width: 156px;
	background: url(../images/head_small.png) no-repeat;
	font-size: 16px;
	color: #65470f;
	margin-bottom: 5px;
	padding-left: 25px;
	font-weight: normal;
	font-style: italic;
}
#sidebar .item ul li {
	list-style: none;
	margin-left: 5px;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	height: 71px;
	background: url(../images/footer.jpg) repeat-x;
	padding-top: 15px;
}
#footer .left {
	float: left;
}
#footer .left p {
	font-size: 11px;
	color: #9e8960;
	margin-left: 43px;
}
#footer .right {
	float: right;
}
#footer .right p {
	font-size: 11px;
	color: #9e8960;
	padding-right: 45px;
	position: relative;
	margin-right: 40px;
}
#footer .right p img {
	position: absolute;
	top: 0;
	right: 0;
}