/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */
*
{
	margin: 0px;
	padding: 0px;
}
/* *************************************** Main structure *************************** */
BODY
{
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	background: #Fffffc;
}
#container
{
	width: 842px;
	margin: auto;
	font-size: 1.2em;
}
#top_nav
{
	background-image: url("images/nav_top.jpg");
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #FFFFCC;
}
#header
{
	background-image: url("images/header4.jpg");
	height: 235px;
}
#main_nav
{
	background-image: url("images/main_nav.jpg");
	height: 56px;
	padding-left: 9px;
}
#contentwrapper
{
	background-image: url("images/contentwrapper.jpg");
	background-repeat: repeat-y;
}
#left
{
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px !important;
	margin-left: 7px;
	font-size: 0.9em;
}
#right
{
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px !important;
	margin-right: 7px;
	font-size: 0.9em;
}
#content
{
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0px;
	color: #333333;
}
#footer
{
	background-image: url("images/footer.jpg");
	height: 45px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-size: 0.9em;
}
/* *************************************** text, images, lists *************************** */
IMG.float_right
{
	float: right;
	margin-right: 10px;
}
IMG.float_left
{
	float: left;
	margin-right: 10px;
}
P
{
	margin-top: 20px;
	margin-bottom: 20px;
}
P.topnav, .copyright
{
	margin: 0px;
}
H2
{
	font-size: 1em;
	color: #669933;
	background-image: url("images/h2.jpg");
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}
H3
{
	background-image: url("images/sidebar_heading.jpg");
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFCC;
	padding-top: 3px;
	padding-left: 24px;
}
H4
{
	background-image: url("images/sidebar_heading_2.jpg");
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFCC;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}
DL
{
	margin-top: 20px;
	margin-bottom: 20px;
}
DT
{
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url("images/dt_bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
DD
{
	margin-bottom: 12px;
}
.news:first-letter
{
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}
.contact_form
{
	color: #DC4A23;
}
/* *************************************** Menu *************************** */
#navcontainer UL
{
	color: white;
	float: left;
	width: 100%;
	height: 54px;
}
#navcontainer UL LI
{
	display: inline;
}
#navcontainer UL LI A
{
	padding: 18px 1em;
	height: 18px;
	color: #FFFFCC;
	text-decoration: none;
	float: left;
	background-image: url("images/menu_right_border.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
#navcontainer UL LI A:hover
{
	color: #FFFFFF;
	background-image: url("images/menu_hover.jpg");
	background-repeat: repeat-x;
}
/* *************************************** Contact form *************************** */
LABEL
{
	font-style: italic;
}
FORM.contact_us
{
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}
INPUT.fields_contact_us
{
	display: block;
	width: 155px;
	background: #FFFFFF;
	border-top: 1px solid #E5E3E4;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	margin-top: 3px;
	margin-bottom: 3px;
}
TEXTAREA
{
	width: 155px;
	background: #FFFFFF;
	border-top: 1px solid #E5E3E4;
	border-left: 1px solid #E5E3E4;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	display: block;
	margin-top: 3px;
}
.submit_button_contact
{
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}
