@charset "UTF-8";
/* CSS Document */

* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(snaps/sandsb.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: auto;	
}

#container {
	width: 902px;
	background: #FFFFFF;
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	border: 0; /*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	position: relative;
}
 
#header {
	background: #dddddf;
	width: 901px;
	height: 240px;
	background-image: url(snaps/header_tower-header.jpg);
	border-bottom: solid #000 2px;
	background-repeat: no-repeat;
	position: relative;
} 

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header p	{
	font-size: 9px;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 570px;
}

#logo	{
	position: absolute;
	top: 140px;
	width: 83px;
	height: 150;
	left: 8px;
	}
	
#signin	{
	position: absolute;
	top: 15px;
	left: 700px;
	width: 125px;
	font-size: 10px;
}

#navbar {
	position: absolute;
	height: 20px;
	width: 500px;
	font-size: small;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	background-image: url(images/navbar_background.jpg);
	vertical-align: middle;
	top: 218px;
	font: verdana;
	left: 250px;
}

#navigation li	{
	display: inline;
}
 
#navigation a	{
	text-decoration: none;
}
 
#navigation a:link, #navigation a:visited	{
	color: #000000;
	padding: 0px 0px 0px 10px;
}
 
#navigation a:hover	{
	color: #0000FF;
	padding: 0px 0px 0px 10px;
}
        
#navigation a:active,
    .home #navigation #home a,
    .info #navigation #info a,
	.directory #navigation #directory a,
	.documents #navigation #documemts a,    
    .contact #navigation #contact a	{
	color: #006C9E;
	padding: 0px 0px 0px 10px;
}

#sidebarleft {
	width: 270px;
	background: #fff;
	padding: 15px 10px;
	float: left;
	margin: 0 60px;
}

#sidebarright	{
	width: 300px;
	background-color: #fff;
	padding: 15px 10px;
	float: right;
	text-align: center;
	margin: 0 60px;
}	

#mainContent {
	margin: 5px 0px 5px 0px; /* padding is space inside div box, margin is space outside div box */
	background-color: #fff;
	width: 880px;
	height: 100	px;
	padding: 0;
	position: relative;
} 

#mainContent img	{
	margin: 5px 20px;
}

#mainContent p	{
	padding: 15px 30px;
	text-align: center;
	font-size: 15px;
	color: #000066;
	height: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#blog	{
	position: relative;
	height: 555px;
	width: 800px;
	margin: 10px auto;
	border: #000 thin solid;
	} 	

#content {
	margin: 5px 0 5px 0;
	background-color: #f3f6f9;
	width: 880px;
	height: auto;
	padding: 0 10px 0 10px; /* padding is space inside div box, margin is space outside div box */
	}
	
#content td	{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
#contentlt {
	float: left;
	margin: 5px 0 5px 0;
	width: 410px;
	height: auto;
	padding: 0 10px 0 10px; /* padding is space inside div box, margin is space outside div box */
}
	
#contentlt td	{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
	
#contentrt {
	float: right;
	top: 1px;
	margin: 20px 0 5px 0;
	width: 410px;
	height: auto;
	padding: 0 10px 0 10px; /* padding is space inside div box, margin is space outside div box */
}
	
#contentrt td	{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
		
#contentpositions {
	margin: 0 auto; /* auto margins (in conjunction with a width) center the page */
	margin: 5px 0 5px o;
	background-color: #FFFFFF;
	width: 500px;
	height: auto;
	padding: 0 10px 0 10px; /* padding is space inside div box, margin is space outside div box */
	text-align: center;
	position: relative;
	margin-left: 200px;
}
	
#contentpositions th	{
	font: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#contentpositions td	{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align:center;
}
	
#commNav	{
	width: 230px;
	position: relative;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
	left: -10px;
	top: 15px;
	text-decoration: none;
}	

#commNav td	{
	text-align: center;
	top: 15px;
}
		
#commNav a {
	text-decoration: none;
	color: #000;
}			

#mainText	{
	width: 513px;
	position: relative;
	height: 175px;
	font-size: 82%;
	text-align: center;
	top: 5px;
	left: 10px;
}

#infoContent img	{
	position: relative;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#infoContent p	{ padding: 5px 175px; font-size:14px;}			

#footer {
	padding: 5px 10px;
	position: relative;
	width: 898px;
	margin: 0 auto;
	border: 0;
	height: 38px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
position: absolute;
margin-left: 190px;	
font-size: 60%;
width: 500px;
}

.copy	{
	font-size: xx-small;
	text-align: center;
}

.rightside { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	position: absolute;
	top: 5px;
	margin-left: 775px;
font-size: 70%;
}

.leftside { /* this class can be used to float an element left in your page */
	position: absolute;
	left: 15px;
	margin-left: 15px;
font-size: 70%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.members	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color:#000033;
}

.positions	{
	text-align: center;
	font-size: 85%;
	color:#000033;
}
	
.center	{
	margin: 0 auto;
	padding: 0;
}

