
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
color: #2a3137;
}

h1, h2 {
	color: #3a6b87;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: bold;
	}

h3 {
	color: #3a6b87;
	font-size:18px;
	line-height: 0.9em;
	font-weight: bold;
	}
	
h4 {
	color: #3a6b87;
	font-size: 16px;
	font-weight: normal;
	line-height: 11px;
	}
	
h5 {
	color: #3a6b87;
	font-size:15px;
	font-weight: normal;
	font-style: italic;
	}
	
h6 {
	color: #3a6b87;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	}	

h7 {
	color: #ffffff;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	}
	
p
{
	line-height: 1.4em;
}

a {text-decoration: underline;}
a img {border: none;}
a:link, a:visited {color: #3a6b84;}
html body a:hover {color: #478caf;}

.displayNone {
	display: none;
}

.hidden {
	visibility: hidden;
	display: none;
}

img {
margin:0;
padding:0;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #2a3137;
color: white;
}

#logo {
margin:16px auto 30px auto;
width:93px;
height:131px;
background:transparent url(img/ses_logo.gif) top center no-repeat;
}

#logo h2 {
	width: 93px; height: 131px; margin: 0 0 0 55px; padding: 0; text-indent: -10000px; font-size: 9px;
}
#logo h2 a {
	width: 93px; height: 131px; margin: 0 0 0 55px; padding: 0; display: block; text-decoration: none; 
}


#address {
font-size: 11px;
line-height: 15px;
margin: 20px 0px 10px 15px;
}

#address a:link, a:visited, a:hover {
color: #98b4cb;
text-decoration: underline; 
}

#address a:hover {
color: #fff;
text-decoration: underline; 
}

#virtual_tour {
font-size: 11px;
line-height: 15px;
margin: 10px 0 10px 15px;
}

#maincontent {
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.left {
  float: left;
  margin: 5px;
  }
  
.right {
  float: right;
  margin: 5px;
  } 
  
#rotatingphotos {
float:right;
width:431px;
height:356px;
margin: 5px 0px 10px 16px;
border: 10px #6b8ca7 solid;
padding:0;
}

.photo {
margin: 5px;
border: 10px #6b8ca7 solid;
}

.photo_right {
float: right;
margin: 5px 0px 10px 16px;
border: 10px #6b8ca7 solid;
}

.sidebar_photo {
border: 3px #6b8ca7 solid;
}

div.container {
  }

div.float {
  float: left;
  }
  
div.float p {
   width: 180px;
   text-align: left;
   margin: 0px 0px 0px 15px;
   padding: 0;
   }
   
div.spacer {
  clear: both;
  }   

.innertube{
width: 100%;
margin: 0; /*Margins for inner DIV inside each DIV (to provide padding)*/
padding:0;
}

.innertube2 {
width: 90%;
margin: 15px 0 20px 20px; /*Margins for inner DIV inside each DIV (to provide padding)*/
padding:0;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#header  {
	width: 100%;
	height: 150px;
	margin: 0;
	background-color: #2a3137;
}

#header h1 {
	width: 533px; height: 137px;margin:0;padding:0; display: block; text-decoration: none;
}
#header h1 a {
	width: 533px; height: 137px; display: block; text-decoration: none;
	background: #2a3137 url("img/header.gif") 0 16px no-repeat;
}

#footer {
	width: 70%;
	height: 30px;
	background-color: #fff;
	}