/* CSS Document */

body {
	background-color:#e6e6e6;
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	}
	
.clearboth {
	clear:both;
	}
		
/*Wrapper*/
#wrapper {
	width:780px;
	margin:0 auto;
	height:auto;
	}
	
/*Header*/
#header {
	width:780px;
	height:70px;
	}
	
#header h1 {
	float:left;
	background-image:url(../images/logo.jpg);
	width:231px;
	height:63px;
	text-indent:-999em;
	}	
	
#header h2 {
	float:right;
	background-image:url(../images/telephone-bg.jpg);
	width:148px;
	height:63px;
	text-indent:-999em;
	}	
	
/*Nav and Top Image*/
#content-header {
	background-image:url(../images/header-bg.jpg);
	width:780px;
	height:163px;
	}
	
#nav {
	padding-top:2px;
	float:left;
	width:auto;
	}
	
#nav li {
	line-height:1.9em;
	padding-left:20px;
	text-align:left;
	}		
	
#nav li a {
	color:#FFF;
	text-decoration:none;
	}	
	
.home {
 	background-image:url(../images/home-nav-bg.gif);
 	background-repeat:no-repeat;
	width:130px;
	height:26px;
	margin-left:2px;
	}	
	
.unselected_home {
	background-image:url(../images/home-nav-grey-bg.gif);
 	background-repeat:no-repeat;
	width:130px;
	height:26px;
	margin-left:2px;
	}	
	
.unselected {
	background-image:url(../images/nav-grey-bg.gif);
	background-repeat:no-repeat;
	width:130px;
	height:26px;
	margin-left:2px;
	margin-top:1px;
	}	
	
.active {
	background-image:url(../images/nav-blue-bg.gif);
	background-repeat:no-repeat;
	width:130px;
	height:26px;
	margin-left:2px;
	margin-top:1px;
	}	
	
/*Blue bar next to nav*/
#content-header-middle {
	background-image:url(../images/nav-right-bar.jpg);
	width:5px;
	height:161px;
	float:left;
	margin-top:2px;
	}	
	
#content-header img {
	margin-top:2px;
	padding-right: 2px;
	float: right;
	}	
	
#player {
	padding-top:2px;
	padding-right: 2px;
	float: right;
	}
	
/*Content*/
#content {
	border-left:1px solid #b7b8b8;
	border-right:1px solid #b7b8b8;
	width:778px;
	height:auto;
	background-color:#FFF;
	}		
	
#left {
	width:165px;
	float:left;
	height:auto;
	}
	
#left img {
	margin-top:10px;
	}
	
#left h3 {
	color:#bf0000;
	font-size:1.1em;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	}	
	
#left address {
	font-style:normal;
	line-height:1.3em;
	color:#707070;
	margin-left:10px;
	}

#left address a {
	color:#707070;
	}	
	
#middle {
	width:360px;
	float:left;
	height:auto;
	}	
	
#middle h3 {
	color:#bf0000;
	font-size:1.3em;
	margin-top:20px;
	margin-bottom:10px;
	}	

#middle p {
	line-height:1.4em;
	margin-bottom:8px;
	color:#707070;
	}	
	
#map-container {
	float:right;
	width:230px;
	height:auto;
	padding-top:25px;
	padding-right:10px;
	}	
			
	
#right {
	float:left;
	width:610px;
	height:auto;
	}
	
#right h3 {
	color:#bf0000;
	font-size:1.3em;
	margin-top:20px;
	margin-bottom:10px;
	}	

#right p {
	line-height:1.4em;
	margin-bottom:8px;
	color:#707070;
	}
	
#right ol {
	margin-bottom: 8px;
}
#right ol li {
	line-height:1.3em;	
	color:#707070;
	list-style-type:circle;
	margin-left:15px;
	}
	
#right a {
	text-decoration:none;
	color:#bf0000;
	}	
	
/*Testimonial Container*/
#testimonial-container {
	width:590px;
	height:auto;
	background-color:#eaeaea;
	padding:6px;
	border:1px solid #c2c2c2;
	margin-bottom:10px;
	margin-top:10px;
	}
	
#testimonial-container h4 {
	color:#505050;
	font-weight:bold;
	font-size:1em;
	}	
		
	
/*Contact Form*/
#contact_form {
	margin-top:20px;
	}
	
#contact_form label {
	float:left;
	width:70px;
	color:#707070;
	}			
	
#contact_form input {
	width:200px;
	margin-bottom:10px;
	color:#bf0000;
	}	
	
#contact_form textarea {
	width:200px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#bf0000;
	margin-bottom:10px;
	}	
	
#contact_form input.submit {
	width:70px !important;
	margin-left:207px;
	}	
	
/*Footer*/
#footer {
	background-image:url(../images/footer-bg.jpg);
	width:780px;
	height:28px;
	background-position:top;
	background-repeat:no-repeat;
	}
	
#footer ul li {
	display:inline;
	border-right:1px solid #8d8e8e;
	margin-right:5px;
	padding-right:5px;
	font-size:0.8em;
	margin-top:12px;
	float:left;
	}		
	
#footer ul li a {
	color:#8d8e8e;
	text-decoration:none;
	}	
	
.no-border {
	border:none !important;
	}			