@charset "utf-8";

/*----------------------------------------------------
// Created By: Seehawer
/----------------------------------------------------*/

/*------------ Standard CSS --------------------------*/

* {
	margin:0;
	padding:0;
}

html[xmlns^="http"] {
	overflow-y:scroll;
}

body {
	font:62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bg.jpg) #9f9f9f fixed;
}

html, body {
	width:100%;
	height:100%;
}

/*------------ Standard CSS: END ----------------------*/

div#container {
	margin:0 auto;
	padding:0 79px;
	width:826px;
	min-height:100%;
	background:url(../images/bg-container.png) repeat-y;
	behavior:url("css/iepngfix.htc");
}

div#header {
	height:135px;
	background:url(../images/bg-header.gif) no-repeat;
}

div#header h1,
div#header blockquote {
	text-indent:-2000px;
	float:left;
	display:block;
}

div#header h1 a {
	display:block;
	width:317px;
	height:80px;
	margin-top:32px;
	outline:none;
}

div#header ul {
	list-style:none;
	float:right;
	height:25px;
	padding-top:79px;
}

div#header ul li {
	float:left;
	height:25px;
	color:#ccc;
	padding-left:6px;
}

div#header ul li a {
	font-size:1.2em;
	color:#666;
	text-decoration:none;
}

div#header ul li a:hover,
div#header ul li a.active {
	color:#02932d;
	text-decoration:underline;
}

#flashGallery {
	height:282px;
}

div#contentContainer {
	background:url(../images/bg-contentContainer.gif) no-repeat;
	width:826px;
	min-height:276px;
}

div#separator {
	font:1.4em/28px Georgia, "Times New Roman", Times, serif;
	color:#666;
	height:28px;
	border-bottom:6px solid #02932d;
}

div#separator a {
	color:#333;
	text-decoration:none;
}

div#separator a:hover,
div#separator a.active {
	color:#02932d;
	text-decoration:underline;
}

div#naviHeader {
	float:left;
	width:245px;
	height:28px;
	padding-left:12px;
}

div#location {
	float:left;
	height:28px;
}

div#navi {
	float:left;
	width:228px;
}

div#navi ul {
	list-style:none;
}

div#navi ul li {
	width:228px;
	background:url(../images/bg-navigation-li.gif) repeat-x bottom;
	padding-bottom:1px;
}

div#navi ul li.subNavi {
	width:228px;
}

div#navi ul li.subNavi li a {
	text-indent:23px;
	text-decoration:none;
}

div#navi ul li.subNavi li {
	background:none;
}

div#navi ul li a {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	color:#333;
	display:block;
	line-height:25px;
	text-indent:12px;
	text-decoration:none;
}

div#navi ul li a:hover,
div#navi ul li a.active {
	background:url(../images/bg-navigation-a.gif);
	color:#093;
}

div#content {
	float:right;
	padding:30px 15px 40px 0;
	width:554px;
}

div#content h3 {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	color:#333;
}

div#content h2 {
	font:2.2em Georgia, "Times New Roman", Times, serif;
	color:#02932d;
}

div#content p {
	font-size:1.2em;
	line-height:1.5em;
	color:#333;
	margin:1.2em 0;
}

div#content a, div#footer a {
	color:#333;
}

div#content a:hover, div#footer a:hover {
	color:#02932d;
}

div#content ul {
	margin:1.2em 0 1.5em 2.5em;
	list-style-image:url(../images/tick.png);
}

div#content ul li {
	font-size:1.2em;
	line-height:1.5em;
	margin:0.7em;
}

div#content .img_left {
	float:left;
	margin:0 10px 10px 0;
}

div#content .img_right {
	float:right;
	margin:0 10px 0 10px;
}

div#footer {
	clear:both;
	height:160px;
	background:url(../images/bg-footer.gif) repeat-x;
}

div#footer h3 {
	float:left;
	display:block;
	font:1.8em Georgia, "Times New Roman", Times, serif;
	color:#333;
	width:230px;
	height:116px;
	padding:22px 0;
	text-align:right;
}


div#footer footer {
	float:left;
	display:block;
	font:1.8em Georgia, "Times New Roman", Times, serif;
	color:#333;
	width:230px;
	padding:22px 0;
	text-align:right;
}

div#footer p {
	float:left;
	display:block;
	width:200px;
	padding:11px 0 0 27px;
	font-size:1.2em;
	line-height:1.5em;
	color:#333;
	margin:1.2em 0;
}

.clear {
	clear:both;
}
