
html, body { margin: 0; padding: 0; }
body { padding-bottom: 20px; text-align: center; }
#container {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 4px; 
	border-right-width: 4px; 
	border-left-color: #EEEEEE;
	border-right-color: #EEEEEE;
	
}		
#header {
	margin: 9px;
	padding: 2px;

}
#navbar {
	width: 930px;
	height: 35px;
	background-color: #161616;
	font-family: Arial;
	font-size: 14px;
	color: #DDDDDD;
	margin: 9px 0px 0px 9px;
	font-weight: bold;

}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 9px;

}

#navbar li {
	margin: 0;
	padding: 0;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: center;
	line-height: 35px;
	border-left-width: 1px;
	border-left-color: #EEEEEE;
}

#navbar #selected, #navbar #selected a {
	background: #FFF;
	color: #000000;
}

#navbar a {
	color: #DDDDDD;
	display: block;      
	text-decoration: none;

}

#navbar a:hover  {
	color: #000;
	text-decoration: underline;
	background: #FFFFFF;
}

#sidebarleft {
	
	width: 187px;
	margin-left: 20px;
	float: left;
	margin-top: 40px;
	display: inline; /* floats are handled as block elements, this is to fix 
					   a margin collapsing bug in IE */
}


#leftnav {
	border: 1px solid #2aa6e4;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: -5px;
	width: 180px;
	margin-left:2px;
}

#leftnavecomm {
	border: 1px solid #518f2a;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: -5px;
	width: 180px;
	margin-left:2px;
}

#leftnavinn {
	border: 1px solid #bf3799;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: -5px;
	width: 180px;
	margin-left:2px;
}


#leftnav #selected, #leftnavecomm #selected, #leftnavinn #selected {
	text-decoration: underline;
}

#sidebarleft ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#sidebarleft li {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 5px 15px;
	border-bottom: 1px solid #2aa6e4;

}

#sidebarleft #leftnavecomm li {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 5px 15px;
	border-bottom: 1px solid #518f2a;

}

#sidebarleft #leftnavinn li {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 2px 5px 15px;
	border-bottom: 1px solid #bf3799;

}

#sidebarleft a {
	color: #333;
	text-decoration: none;
}

#sidebarleft a:hover {
	text-decoration: underline;
}

#sidebarright {
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	width: 200px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: right;
	background: #f8f8f8;
	display: inline; /* floats are handled as block elements, this is to fix 
					   a margin collapsing bug in IE */
}

.quote {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	line-height: 19px;
	margin: 15px 15px 15px 15px;

}

#quote img {
	margin: 5px 5px 5px 5px;
}

#success {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	line-height: 19px;
	margin: 15px 15px 15px 15px;
}

#success img {
	vertical-align: middle;
	float: left;
	margin: 0px 15px 5px 5px;
	
}


.quoter {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	line-height: 15px;
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 50px 0px; 
	border-bottom-style: solid;
	border-bottom-width: 2px; 
	border-bottom-color: #e4e4e4;
}

#content {
	margin-left: 230px;
	margin-right: 270px;
	padding: 2px;
}

#contenthome{
	margin-right: 270px;
	margin-left: 30px;
	padding: 2px;
	
}

#footer {
	margin: 0px 20px 0px 20px;
	clear: right;
	border-top-style: solid;
	border-top-width: 2px; 	
	border-top-color: #DDD;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	line-height: 15px;
	padding-top: 5px;
	text-align: center;
	}

#footer a {
	font-family: Arial;
	font-size: 11px;
	color: #333;
}

	
#phonenum {
	font-family: Helvetica;
	font-size: 25px;
	color: #333;
	
}
		
.leftfloat {
	display: inline;
	float: left;
	padding-right: 30px;
}


.rightfloat {
	display: inline;
	float: right;
	padding: 0px 0px 10px 5px;
}

.introtextbig {
	font-family: Arial;
	font-size: 19px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}

.introtextmedium {
	font-family: Arial;
	font-size: 17px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	font-size: 19px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 17px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
}

p, #contenthome li, #content li{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}

.introtextsmall {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 25px;
}

#homecenter {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	margin-right: 270px;
	margin-left: 30px;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #e4e4e4;
	
}

.homesubhead {
	width: 210px;
	padding: 7px 7px 7px 7px;
	float: left;
	
	
}

img {
	border: 0px;
}

