@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: georgia, verdana, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #d6d2c6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 18px;
}

#mainimage {
	height: 205px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 106px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header #logo {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	top: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 45px;
	background-image: url(images/logo.gif);
}

#header #logo a:link,
#header #logo a:visited,
#header #logo a:hover,
#header #logo a:active  {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 498px;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
}



/*  Navigation
*******************************************************************************************************************/

	#nav 								{
	text-align: center;
	width: 900px;
	height: 52px;
	background-image: url(images/navigation_bar.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
}

#nav ul {
}

#nav  li  			{
	display: inline;
	list-style: none;
	text-align: center;
	margin-top: 15px;
}
	#nav a:link, #nav a:visited {
	line-height: 14px;
	text-decoration: none;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
	#nav a:link#current, #nav a:visited#current, #nav a:hover {
	color: #ddd2b5;
}
	#nav a:hover {
	color: #ddd2b5;
}

#iconnav {
	height: 25px;
	width: 125px;
	position: absolute;
	top: 50px;
	right: 25px;
}

#iconnav ul{
	width:140px;
	height:25px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}

#iconnav ul li.home{width:47px; height:29px; float:left;}

#iconnav ul li.home a{
	width:22px;
	height:18px;
	display:block;
	text-indent:-20000px;
	background-image: url(images/home-nor.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#iconnav ul li.home a:hover{
	background-image: url(images/home-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#iconnav ul li.sitemap{width:43px; height:29px; float:left;}

#iconnav ul li.sitemap a{
	width:22px;
	height:18px;
	display:block;
	text-indent:-20000px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	background-image: url(images/sitemap-nor.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#iconnav ul li.sitemap a:hover{
	background-image: url(images/sitemap-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#iconnav ul li.contact{width:43px; height:29px; float:left;}

#iconnav ul li.contact a{
	width:22px;
	height:18px;
	display:block;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	text-indent: -2000px;
	background-image: url(images/contact-nor.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#iconnav ul li.contact a:hover{
	background-image: url(images/contact-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* links */

a,
a:visited {
	color: #893a23;
	text-decoration: none;
}

a:hover {
	color: #933e25;
	text-decoration: underline;
}
#content  {
	background-image: url(images/content_back.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.center {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
}

#footer {
	height: 75px;
	padding-top: 15px;
	font: normal 11px arial;
	color: #000;
	background-color: #d6d2c6;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}


.maincol {
	width: 550px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 26px;
}


.subcol {
	width: 265px;
}


.subcol h3 {
	color: #000;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: georgia;
	font-size: 13px;
	font-weight: bold;
}
.subcol p {
	color: #000;
	font-family: georgia;
	font-size: 11px;
	padding-right: 40px;
}
.subcol   a {
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}
.subcol img {
	border: 1px solid #FFFFFF;
	background-color: #f1ede0;
	padding: 6px;
	margin-top: 3px;
}
#subcolnoborder {
}
#subcolnoborder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}



/* text */

h1 {
	letter-spacing: -1px;
	color: #5b5149;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: georgia;
	font-size: 26px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	color: #000;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: georgia;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p {
	margin: 15px 0px 15px 0px;
}

.maincol p {
}

.maincol img {
	border: 1px solid #FFFFFF;
	background-color: #ddd2b5;
	padding: 6px;
	margin-right: 10px;
	margin-bottom: 4px;
}

.maincol ul, .maincol ol { padding: 0 0 0 25px; }h4 {
	color: #5b5149;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: georgia;
	font-size: 13px;
	font-weight: bold;
}
.colums  {
	width: 250px;
	float: left;
}
.clearIt {
	clear:both;
	}

.warning {
	font-weight:bold;
	color:#FF0000;
	}
.leftfooter {
	float: left;
	padding-top: 10px;
	padding-left: 24px;
}
.rightfooter {
	float: right;
	padding-right: 35px;
}
