/* CSS Document */

* {margin:0;padding:0;font-family: Verdana, sans-serif;}

h1 {
    font-size: x-large;
    color: #31583d;
    font-weight: bold;
    border-bottom: 2px solid #31583d;
    margin: 12px 12px 0px 12px;
}
h2 {
    font-size: large;
    color: #31583d;
    font-weight: bold;
    margin: 12px 12px 0px 12px;
}
h3 {
    font-size: normal;
    color: #31583d;
    font-weight: bold;
    margin: 12px 12px 0px 12px;
}
h4 {
    font-size: small;
    font-weight: bold;
    color: #31583d;
    margin: 12px 12px 0px 12px;
}
h5 {
    font-size: small;
    font-weight: normal;
    color: #31583d;
    margin: 12px 12px 0px 12px;
}
p {
    font-size: small;
    color: #000;
    margin: 4px 12px 12px 12px;
}
a {
    font-size: small;
    color: #31583d;
    text-decoration: none;
}
a:active {
    text-decoration: none;
    color: #31583d;
}
a:visited {
    text-decoration: none;
    color:  #31583d;
}
a:hover {
    text-decoration: underline;
    color: #31583d;
}

#navigation {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	background:#339933 url("../images/navigation_bg.gif") repeat-x bottom;
	height: 50px;
	margin: 0px;
}
#navcontainer {
    clear: both;
    margin: 0 auto;
    width: 800px;
    height: 50px;
}
#navfillspace {
    float: left;
    width: 240px;
    height: 50px;
}
#navitems {
    float: left;
    width: 560px;
    height: 50px;
}
#navitems .navitem {
    float: left;
    width: 104px;
    height: 36px;
    padding: 4px;
    padding-top: 10px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}
#navitems .navitemover {
    float: left;
    width: 104px;
    height: 36px;
    padding: 4px;
    padding-top: 10px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    color: #FFF;
    background: #31583d url("../images/navigation_bg_over.gif") repeat-x bottom;
    cursor: pointer;
}
#header {
	width: 800px;
	margin: 0 auto;
	top: 0px;
}

#logo {
	background-color:#FFF;
	width: 220px;
	height: 150px;
	float: left;
	vertical-align: middle;
	padding: 10px;
}

#phototeaser {
	background-color: #66CC99;
	width: 560px;
	height: 150px;
	left: 200px;
	position:inherit;
	float: left;
}

#content {
	clear: both;
	width: 800px;
	margin: 0 auto;
	position: relative;
	top: 30px;
	left: 0px;
    text-align: left;	
}

#content .right {
	
    float: left;
	background: #99cc99 url("../images/content_bottom_bg.gif") no-repeat bottom left;
	width: 560px;
	padding-bottom: 40px;
}

#content .left {
    
    float: left;
    background-color: #FFF;
    width: 240px;
}

#content .left .normal{
    padding: 4px;
    margin: 2px;
    background-color: #99cc99;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
}
#content .left .hover {
    padding: 4px;
    margin: 2px;
    background-color: #FFF;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
}
#content .left .bottom {
    background: #99cc99 url("../images/subnav_bottom_bg.gif") no-repeat bottom left;
    height: 60px;
    margin: 2px;
    padding: 4px;
}
#content ul {
	list-style:inside square;
	margin-left: 16px;
	font-size: small;
	
}   
#footer {
	font-size: 10px;
	height: 25px;
	padding: 4px;
	text-align: center;
}