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,h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h1 {
	font: 12px 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: 190px;
	position: absolute;
}
#header h1 {
	margin-top: 35px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}

#headline {
	padding-top: 190px;
}

#photo {
	float: left;
	width: 622px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#frontphoto {
	float: left;
	width: 757px;
}
#frontphoto div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#frontphoto img {
	display: block;
}
#photosmall {
	float: left;
	width: 140px;
}
#photosmall div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photosmall img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 141px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
#frontsearch-news {
	float: left;
	width: 140px;
}
#frontsearch-news div {
	padding: 3px 0;
	margin: 0;
}
#frontsearch-news #q {
	width: 141px;
	border: 1px solid #859D31;
}
#frontsearch-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#frontsearch-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#frontsearch-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}



a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
}

#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet.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;
}

#calcbg {
	color: #ffffff;
	background: url(images/calc_back.gif);
	width: 404px;
	height: 300px;
	
}

#calcbg table{
	color: #ffffff;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer_SEO {
	color: #FFFFFF;
	background: #42453D url(images/footer_seo.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height:17px;
	vertical-align: middle;
}
.footer_SEO {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.footer_SEO a:hover{
	text-decoration:underline;
}

/*- Menu Tabs 9--------------------------- */

    #tabs9 {
      float:left;
      width:100%;
      font-size:93%;
	  border-bottom:0px solid #091e31;
      line-height:normal;
      }
    #tabs9 ul {
	  margin:0;
	  padding: 10px 0px 0px 0px;
	  list-style:none;
      }
    #tabs9 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs9 a {
      float:left;
      background:url("images/tableft9.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
      background:url("images/tabright9.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }
	  #tabs9 a:hover span, #tabs9 a#activetab span { 
	  background-position:100% -42px;
	  color: white; 
	  }
	  
	  #tabs9 a:link#activetab, #tabs9 a:visited#activetab, #tabs9 a:hover { 
	  background-position: 0% -42px;
	  }