body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(webimages/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}
#container {
	width: 1000px;
	margin: auto;
}

#topbar {
	width: 1000px;
	height: 104px;
	background-image:url(webimages/images/main_01.jpg);
	text-align: right;
}
.phonenumber {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
	padding-top: 35px;
}

#nav {
	width: 1000px;
	height: 31px;
}
ul.nav{
	list-style:none;
	font-size:18px;
	font-family: tahoma;
	margin:0;
	padding: 0px 0px 0 0px;
	
}
ul.nav li{
	padding-top: 3px;
	padding-right: 80px;
	list-style-type:none;
	text-align:center;
	margin:0px;
	float: left;
}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{
	margin-left: 0px;
	color:#ffffff;
	display:block;
	text-decoration:none;
	
}
ul.nav li a:hover,ul.nav li a:active{
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
}
ul.nav li.home a{
	text-decoration:none;
}
ul.nav li ul{
	margin:0;
	padding:0;
}

#leftside {
	width: 225px;
	border-right: 1px dotted #666666;
	float: left;
	clear: left;
	margin-top: 10px;
}

#content {
	width: 520px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.posttitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	padding-top:12px;
}
a.posttitle:link,active,visited {
	color: #333333;
	text-decoration:none;
}
.entry {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-align:justify;
}

#rightsidecontainer {
	 width: 225px;
	 float:right;
	 background-color: #d1d5d8;
}
#righttext {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	padding: 0 10px 0 10px;
}
#righttext a {
	text-decoration: none;
	color: #666666;
}
#righttext a:hover {
	text-decoration: underline;
	color: #666666;
}
#righttext h4 {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}

.page {
height: 80%;
position: relative;
}
.footer{
width:100%;
float:left;
height:60px;
margin-top:15px;
padding-top: 25px;
position: relative;
text-align:center;
background-color:#CCCCCC;
font-family: tahoma;
	font-size: 11px;
	color:#999999;
}

#banner {
	width: 1000px;
	height: 185px;
	background-image:url(webimages/images/main_02.jpg);
}
.bannertext {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color: #fff;
	padding-top: 77px;
	padding-left: 650px;
}
#scott_dropdown
{
	/* font-size: 14px; */
}

.scott_dropdown_toplevel > li
{
	/* padding: 15px 1em 15px 1em;	*/
}

.scott_dropdown_toplevel a
{
/*
	text-decoration: none;
	color: #333;	
*/
}

.scott_dropdown_menubox
{
	display: block;
	background-color: #CCCCCC;
	opacity: .90;
	filter: alpha(opacity=90);
	border: 1px solid #000;
}

.scott_dropdown_menubox a
{
	color: #000;
	margin: .25em;
}

.scott_dropdown_menubox > li
{
	clear: left;
	/* padding: .25em 0 .25em 0; */
	opacity: 1;
	filter: alpha(opacity=100);
	/* width: 100%; */
	padding: 3px;
}

.scott_dropdown_menubox li:hover
{
	background-color: #DDD;
	padding: 3px;
	/* width: 100%; */
}

	
