html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}

.main-tabs{
position: relative;
top: 20px;
width: 100%;
overflow: hidden;
}

.main-tabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.main-tabs li{
display: inline;
margin: 0;
}

.main-tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #41413D; /*right divider between tabs*/
color: white;
background: url('images/nav_bg.jpg') repeat-x; /*background of tabs (default state)*/
}

.main-tabs li a:visited{
color: white;
}

.main-tabs li a:hover, .main-tabs li.selected a{
background: url('images/nav_bg_over.jpg') repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.main-tabs #current{
background: url('images/nav_bg_over.jpg') repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#sub-header {
top: 138px;
	height: 41px;
	position: absolute;
	width: 755px;
}

.sub-tabs{
position: relative;
top: 20px;
width: 100%;
overflow: hidden;
}

.sub-tabs ul{
margin: 0;
padding: 0;
height:41px;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.sub-tabs li{
display: inline;
margin: 0;
}

.sub-tabs li a{
float: left;
height:41px;
display: block;
text-decoration: none;
margin: 0;
padding: 15px 8px; /*padding inside each tab*/
border-right: 1px solid #41413D; /*right divider between tabs*/
color: white;
background: url('') repeat-x; /*background of tabs (default state)*/
}

.sub-tabs li a:visited{
color: white;
}

.sub-tabs li a:hover, .sub-tabs li.selected a{
background: url('images/sub_up.gif') repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.sub-tabs #current{
background: url('images/sub_up.gif') repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.title {
color: #839837;
font-size: 14pt;
}

.sub_title {
color: #000000;
font-size: 12pt;
}

#headline {
	padding-top: 175px;
}

#photo {
	float: center;
	width: 761px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo div a:hover {
	border: 1px solid #41413D;
	padding: 2px;
}
#photo img {
	display: block;
}

#latest2_photo {
	width: 762px;
}
#latest2_photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}

#latest2_photo div a:hover {
text-decoration:none;
}

#latest2_photo div:hover {
	border: 1px solid #41413D;
	padding: 2px;
}

#lastest2_photo img {
	display: block;
}

#latest_photo {
	width: 356px;
}
#latest_photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}

#latest_photo div a:hover {
text-decoration:none;
}

#latest_photo div:hover {
	border: 1px solid #41413D;
	padding: 2px;
}

#lastest_photo img {
	display: block;
}

#news {
	float: right;
	width: 140px;
}
#news div {
	padding: 3px 0;
	margin: 0;
}
#news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}

.search #q {
	width: 140px;
	border: 1px solid #859D31;
}

.search {
text-align:right;
top: 145px;
right: 20px;
position:relative;
}

.search_btn {
position:relative;
top:5px;
}

a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 377px;
}
#body-right {
	float: right;
	width: 377px;
}

ul.plussbullets {
	margin-top: 15px;
	margin-left: 20px;
	padding: 0;
	font-weight: bold;
	font-size: 10pt;
}
ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	width:100%;
top: 50%;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color:#ffffff;
}