/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com | www.dieter.no*/

/*
DOCUMENT ORDER

1. Page
2. Header
3. Navigation
4. Wrappers
5. Content
6. Sidebar
7. Footer
8. Content Elements

*/

/* 1 - PAGE */

* {
	margin: 0;
	padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background: transparent url(../images/body.jpg) no-repeat top center ;}

/* 2 - HEADER */

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 208px;}

#header h1{
	padding-top: 10px;
	padding-left: 15px;
	color: white;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;}

#header h2 {
	padding-top: 0px;
	padding-left: 20px;
	color:white;
	font-style: italic;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;}

/* 3 - NAVIGATION */

#navlist{
	height: 42px;
	padding: 20px 0px 0px 4px;
	background-image: url(../images/linkbar_bg.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;}

#navlist a, #navlist a:link, #navlist a:visited{
	border: 0px solid #FFFFFF;
	padding: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFFFFF;
	text-decoration: none;}

#navlist a:hover, #navlist a:active, #navlist a:focus{
	border: 0px solid #FFFFFF;
	color: #FFFFCC;
	padding: 11px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;}

#navlist li{
	padding-right: 1px;
	display: inline;}

#navlist .active a {
	color: #FFFFCC;
	font-weight: bold;}

/* 4 - WRAPPERS */

#container {
    width: 771px;
	margin: 25px auto;}

#contentwrapper {background: #2B7425 url(../images/content_bg2.jpg) no-repeat;}

/* 5 - CONTENT */

#content {
	clear: none;
	float: left;
	width: 711px;
	padding: 30px;
	font-size: 1.2em;}

/* 6 - SIDEBAR */

#right {
	float: right;
	width: 170px;
	margin-right: 37px!important;
	margin-right: 19px;
	margin-top: 15px;
	font-size: 1.1em;
	margin-bottom: 20px;}

.right_ul {
	margin-left: 6px;
	list-style-type: none;}

/* 7 - FOOTER*/

#footer{
	clear: both;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: 1px dotted white;}

/* CONTENT ELEMENTS  */

a:link {color: #99CCFF}
a:visited {color: #99CCFF}
a:hover {color: #FFFFFF}
a:active {color: #FFFFCC}

img {
	border:0px solid white;
	padding: 1px;}

.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;}

h3 {
	margin: 20px 0;
	color: #EEF2FD;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	padding: 3px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;}

h4 {
	margin-bottom: 10px;
	color: #EEF2FD;
	font-size: 1.2em;
	border-bottom: 1px solid #AEC9DE;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;}

blockquote {margin: 15px; font-style: italic;}
blockquote b,blockquote strong {font-weight: bold; font-style: normal;}

strong {color: #FFFFCC;}
