 /*------keeps page from jumping on shorter pages---------*/
html {overflow-y: scroll; } 
/*------end keeps page from jumping on shorter pages---------*/

html
{
height: 100%;
margin-bottom: 1px;
}


* {
	margin: 0;
	padding: 0;
}

body {
	background: #8dc5e4;
	color: #555555;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
    background: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: none;
}

#header {
	height: 165px;
	background: #FFFFFF url(images/header.jpg) left 10px no-repeat;
	padding: 10px 0;
	position: relative;

	
}
#contact-info {
	width: 250px;
	color: #053859;
	font-weight:100;
	text-align:right;
	margin-left:630px;
	margin-top:40px;
    height: 100px;
    position: relative;
}


#content {
   clear: both;
	overflow:hidden;
	background: #FFFF;
	margin: 0;
	padding:  0 20px 0;
	background: #FFFFFF;
}

#primaryGalleryArea {
clear: both;
margin: 0 auto;
}

/*----left side - MAIN CONTENT AREA----*/
#main {
	float:left;
	width: 590px;
	margin: 0px 15px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	}


div#main ul {
list-style-type: none;
padding: 0px 0px 0px 40px;
color: #555555;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

div#main ul li{
background:url(images/bullets.jpg) no-repeat 0 6px; 
padding: 2px 20px 0px 10px; 
height: auto;
 
}

		
/*----right side----*/
#sidebar {
	width: 240px;
	margin-left:620px;
	color: #555555; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px;
}

/* FOOTER - where graphic is located */	

#footer {
    padding: 0;
	padding-top: 0px;
	margin: 0;
	background: #fff url(images/divider.jpg) top center no-repeat;
}

/* NAV menu */

div#nav{
	padding: 0;
	width: 100%;
	background: #FFFFFF;
	voice-family: "\"}\"";
	voice-family: inherit;
}

div#nav ul{
	font: bold 11px Verdana;
	margin:0;
	margin-left: 25px; /*margin between first menu item and left edge*/
	padding: 0;
	list-style: none;
}

div#nav li{
	display: inline;
	margin: 0 2px 0 2px;
	padding: 0;
	text-transform:uppercase;
}

div#nav a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each nav item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #007CC2; /*Default nav color*/

}

div#nav a:hover{
	background-color: #8dc5e4; /*nav hover bgcolor*/
}

div#nav a#current { /*tab of current open page*/
	background-color: #72BF44; 

}


/* Headers */
h2 {
	margin: 16px 0 20px 0;
	font-size: 20px;
}
h1 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #539D68;
}

h2 {
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007CC2;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #539D68;
}
#header h1 {
	font-size: 24px;
	font-family: Verdana;
	letter-spacing: 1px;
	margin: 8px 20px;
	}

#header h2 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 20px;
	color: #186777;

/* ----Right Side Text info */
}
#sidebar h2 {
   font: bold 15px Arial;
	background:none; 
	padding: 2px 0px 2px 0px;
	text-align: center; 
	color: #007CC2;
}
#sidebar ul  {
	list-style: square;
	font-color: #007cc2;
}

#sidebar ul li a:hover {
	color:#539d68;
	background: #FFFFFF url(images/bullet.gif) left center no-repeat;
}


a, a:visited {
	text-decoration: none;
	color: #007cc2;
}
a:hover {
	color: #539d68;
	
}
a.w3c, a:visited.w3c, a img, a:visited img {
	border: 0 none;
	padding: 10px 10px 10px
}


p {
	font-size: 12px;
	margin: 8px 16px 8px 0;
	line-height: 21px;
}

#footer p {
	text-align: center;
	padding: 10px;
	margin: 0;
}
#footer p.link {
	text-align: right;
	padding: 5px;
	font-size: 13px;
	color: #007cc2;
}
#footer p.link a {
	border: 0 none;
}
address {
	font-style: normal;
	line-height: 21px;
	
}
/* Ende Text  */



.align-right {
	float:right;
	margin: 0px 0 0px 0px;
}

.align-left {
	float:left;
	margin: 0px 0px 0px 0;
}

.header1 {
	color: white;
}