/* CSS Document */

html, body {
	height: 100%;
	margin:0px;
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#445b71;
}

#sitecontainer
{
	width:958px;
	background-image:url(../images/contentborders.gif);
	background-repeat:repeat-y;
	padding:0px;
	text-align:center;
	margin:0px auto;
	min-height:100%;
	
}
#content
{
	width:950px; 
	padding: 0px;
	text-align:left;
	margin: 0px auto;
}
#content a
{
	color:#003366;
	text-decoration:underline;
}
#content a:hover
{
	text-decoration:underline;
	color:#FF0000;
}
#right670
{
	float:right;
	width:630px;
	margin:20px 0px 20px 0px;
	padding: 0px 20px 20px 20px;
	text-align:left;

}
#left280
{
	float:left;
	width:240px;
	padding:20px;
	text-align:left;
}
#dotseperate
{
float:right;
margin-top:20px;
margin-bottom:20px;
padding:0px;
width:5px;
	background-image:url(../images/got.gif);
	background:repeat-y;
}
#slideshowcontainer
{
	width: 958px;
	padding:0px;
	margin:0px auto;
	background-image:url(../images/contentborders.gif);
	background-repeat:repeat-y;
	padding: 0px 4px 0px 4px;
}
#servicetimes
{
	background-image:url(../images/servicetimesbg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	width:264px;
	float:left;
	padding:8px;
	text-align:left;
	height:184px;
}
#servicetimes a
{
	color:#FFFFFF;
}
#slideshow
{
	width:670px;
	height:200px;
	float:left;
}
#daystimes
{
	float:left; 
	padding: 7px 15px 5px 17px;
	margin:0px auto;
}
#footer
{
	
	height:75px;
 	background-image:url(../images/bottombg.jpg);
}
#footer a{
	color:#FFFFFF; 
	text-decoration:underline;
}
#footercontainer
{
	padding-top: 15px;
	width:950px;
	margin: 0px auto;
}
#top
{
background-image:url(../images/topbg.gif);
width:935px;
height:40px;
margin:0px auto;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-align:right;
padding:5px;
padding-right:10px;


}