/*BASIC HTML STYLES*/
html, body, p, form, fieldset, a {
	margin-top: 0;
}

table {font-size:1em;}
body {text-align:center}
form {margin-bottom: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin:0px auto;
	width:980px;
	background-image:url(../images/bodybg.gif);
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.3em;
}


a:link { color: #FF0000; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: none; }
a:visited { color: #FF0000; text-decoration: underline; }
a:visited:hover { color: #FF0000; text-decoration: none; }

h1 {
	font-size: 150%;
	font-weight:bold;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 25px;
}

h2 {
	font-size: 120%;
	font-weight:bold;
	color: #FF1900;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
}

h3 {
	font-size: 115%;
	font-weight:bold;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;
}


.floatingrightborderpic {float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 1px;
	border: 1px solid #363636;
	clear:both;
}

/*GENERAL STYLES*/





#content ul li{
	list-style : none;
	background-image : url(../images/bullet.gif);
	background-position : 0px 2px;
	background-repeat : no-repeat;
	margin : 0px 15px 5px 0px;
	padding : 1px 0 10px 20px;

}


#header {
	text-align:right;
	width:940px;

}

#header .quote {float: left;}
/*#header .logo {}*/

#nav{
	background-image:url(../images/headernavbg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 22px;
	margin-bottom: 10px;
}
#tabs { font-weight:bold;
		font-size: 90%;
}
#tabs a{ color:#000000;
	text-decoration:none;
}
#tabs a:hover{ color:#FF0000;
}
.tabon {	
	float: left;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	border-top: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:0px;
}
.taboff {	
	float: left;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	border-top: 1px solid #CCCCCC;
	margin-bottom:0px;
}

.tabconnect {float: left; margin: 0px;}

#white {background-color:#FFFFFF;}
#container {
	left:50%;
	background-color: #FFFFFF;
	background-image:url(../images/containerbg2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border: 10px solid #CCCCCC;
	padding: 0px;
	text-align:left;
	width: 980px;

}

#innercontainer {
	margin:17px;
	clear:both;
}

#headerlogo {
	height:45px;
	margin-left: 0px;
	margin-bottom:0px;
	float:right;
}

#navmenucontainer {padding-left: 1px; padding-right: 1px;
	background-image:url(../images/jsmenucontainerbg.gif);
}

#banner {margin-bottom: 25px;
	clear:both;
	
}



#horizontalnav {
	width:92px;
	margin-left: 0px;
	margin-bottom:0px;
	background-color:#CCCCCC;
	clear: both;
}

#tel {
	width:940px;
	height:1.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#666666;
	color: #FFFFFF;
	font-size:90%;
	text-align:right;
	background-image:url(../images/datebg2.gif);

	padding-bottom: 5px;
	padding-top: 5px;
	font-weight:bold;
}

#tel a{
	color:#FFFFFF;
}

#content {
	width: 900px;
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;}

#content li{

	padding: 0.5em;

}


#clear {clear:both;}

#footer {
	width: 960;
	font-size: 80%;
	clear: both;
	padding: 0px;
	text-align: center;
	background-color:#FFFFFF;
	border-top: 1px solid #DADADA;
	padding-top: 15px;
	padding-bottom: 20px;
}
#footer a{
	color: #333333;
}
