@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #E3EAEE;

}	
#container {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: square;
	padding: 0px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(ST09-images/images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
	font-size: 0.9em;
	color: 18475c;
	position: relative;
} 

/*-------------------main navigation menu
-----------------------*/
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
}	
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header li a:link, a:visited {
	display: block;
	background: #FFFFFF;
	padding: .2em .5em;
	font: 1em/1.2;
	text-decoration: none;
	color: #18475C;
	border-right-style: dotted;
	border-right-color: #18475C;
	border-right-width: thin;
	}

#header li a:hover, a:active {
	display: block;
	background: #FFFFFF;
	padding: .2em .5em;
	text-decoration: none;
	color: #49A7CF;
	border-right-style: dotted;
	border-right-color: #18475C;
	border-right-width: thin;
	font-size: 1em;
	line-height: 1.2;
	}

#header li {
	float: left;
	}	
	
#header li a.current,#header li a.current:hover,#header li a.current:active {
	display: block;
	background: #FFFFFF;
	padding: .2em .5em;
	text-decoration: none;
	color: #49A7CF;
	border-right-style: dotted;
	border-right-color: #18475C;
	border-right-width: thin;
	font-size: 1em;
	line-height: 1.2;
	cursor: default;
}

#header ul a.last {
	border-right: none
	}

#header ul a.last_contact {
	display: block;
	background: #FFFFFF;
	padding: .2em .5em;
	text-decoration: none;
	color: #49A7CF;
	border-right: none;
	font-size: 1em;
	line-height: 1.2;
	cursor: default;
	}

/*-----------------------horizontal lines
---------------------*/
#top_line {
	background-color: 18475c;
	height: 5px;
	font-size: 0.5em;
	line-height: 0.5em;
	background-image: url(ST09-images/images/green_line.gif);
	background-repeat: repeat-x;
	border-top-color: 18475c;
	border-right-color: 18475c;
	border-bottom-color: 18475c;
	border-left-color: 18475c;
}


#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	list-style-type: circle;
	height: 800px;
}


#footer {
	padding: 0 10px;
	background-color: #FFFFFF;
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .8em;
}
#bottom_line {
	background-color: 18475c;
	height: 5px;
	font-size: 0.5em;
	line-height: 0.5em;
	background-image: url(ST09-images/images/green_line.gif);
}
/*------------------------floated divs for images
--------------------------------*/

#pic_float_why {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#pic_float_advertising {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#pic_float_contact {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 25px;
}
#webmaster {
	font-size: .9em;
	color: #1F3540;
}
#locationList {
	font-size: .9em;
	color: #203842;
}
