body {
	background-image: none;
	background-color: #eee;
	background-image: url(/assets/bg-blend.gif);
	background-repeat: repeat-x;
}
#container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
	padding: 0 20px;
	border-top: none;
	border-right: none;
	float: left;
	width: 960px;
}
.content {
width:600px;
float: left;
padding-top: 20px;
padding-bottom: 20px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #ddd;


}

.hide {
display: none;}
a img {
	border:none;
}

ol li {

margin-bottom: 5px;}
/* Typography ************/

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
a {
}
a:link {
	color: #ba131a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ba131a;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #555555;
	line-height: 20px;
	font-weight: 500;
}
h2 {
	font-size: 16px;
	color: #555555;
	line-height: 16px;
	margin-bottom:3px;
}
h3 {
	font-size:12px;
	color: #555555;
	line-height: 18px;
	letter-spacing: .5px;
}

p {
margin-top: 0;}
.addressBlue {
	color: #114575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 9px;
	font-weight: bold;
}

ul{
margin-top: 0;
}

.redpagetitle {
	color: #C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-size: 36px;
	font-weight: normal;
}

.redlist {
	color: #C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.pagetopbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	line-height: 16px;
	
}
/* End Typography ********/


/* Header ****************/



#header {
	background-image: url(/assets/header2.jpg);
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	float: left;
}
#header img {
	border: none;
}
.logo {
	width: 300px;
	float: left;
	background-image: url(/rev2/assets/logo.png);
	background-repeat: no-repeat;
	height: 100px;
	margin: 20px;
	float: left;
}
#info {
	height: 125px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
}
#nav {
	padding: 0;
	float: right;
	width: 1000px;
	background-color: black;
	background-image: url(/rev2/assets/nav-bg.jpg);
	height: 37px;
	overflow: hidden;
}
#nav li {
	float: left;
	list-style: none;
	height: 137px;
}
#nav a {
	font-size: 20px;
	color: #fff;
	padding: 0px;
	line-height: 40px;
	height:37px;
	display: block;
	font-family: "Myriad Pro", "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	float: left;
}
#nav a:hover img {
	margin-top: -37px;
}
#nav li.active a img {
	margin-top: -37px;
}
/* BIO ***************/

/* this is how you ajust the whole bio section, like giving it more room at the top or bottom or giving it a background... */

#bio {
	height: 283px;
	position:relative;
	margin-top: 1px;/* deleete this comment if you want it to extend the width of the site and use the below code. replace the width with the below width too. position: relative; left: -20px; width: 100px;*/
}
/* this is how you ajust the individual box's */



.bio_box {
	width: 300px;
	float: left;
	background-color: white;
	padding: 0px;
	margin: 0; /* gives space between each box, you may want */
}
/* If you want space between each box and you set the margin on the above .bio_box but not on the last box... uncomment this and add _right to the last div's class in index.html. it 
.bio_box_right {
margin-right: 0px;
}



*/

/* End Bio ***************/



/* End Header ************/


#calendarbutton {
	width: 960px;
	float:left;
	margin-bottom:20px;
}
#calendarbutton ul {
	list-style:none;
	padding: 0;
	margin: 0;
	display:block;
}
#calendarbutton li {
	float:left;
	list-style:none;
	display:block;
	margin-top: 15px;
}
#calendarbutton li a {
	color:black;
	background-image: url(/assets/secondary_nav_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #ddd;
	text-align:center;
	margin-right:10px;
}
#calendarbutton li a:hover {
	color:red;
}
#calendarbutton li.active a {
	background:none white;
	color: black;
}
/* Left Sidebar ************/



#left {
	width: 200px;
	list-style: none;
	float: left;
	margin-right: 20px;
	padding-top: 40px;
}
#left ul {
	list-style: none;
	padding: 0;
	position: relative;
	right: 20px;
	margin: 0;
}
#left li a {
	display: block;
	color:black;
	font-size: 10px;
	background-image: url(/assets/secondary_nav_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px 10px;
	border: 1px solid #ddd;
	list-style: none;
	margin: 0;
	width: 180px;
}
#left li a:hover {
	color: red;
	display: block;
	background: none white;
}
#left li.active a {
	display: block;
	background: none white;
	width:181px;
	border-right: none;
}
/* End Left Sidebar ************/

/* Body ******************/

.float-right {
	float: right;
}
#content {
	width: 500px;
	float: left;
	padding: 0 20px 30px;
}
#contentwd {
	width: 650px;
	float: left;
	padding: 0 20px 30px;
}

#main {
	padding: 40px 0;
	clear: both;
}
#maintext {
	padding: 20px 40px 20px 40px;
	width: 600px;
}
.wide {
	width:960px;
	clear:both;
}

#objects{
float: left;
}

.object {
width: 280px;
padding-right:20px;
float: left;
}

.object_right{
width: 300px;
padding-right:0;
float: left;
}
.object_right_wide {
padding-right:0;
float: left;
width: 400px;
}
.row {
float: left;
padding-top: 10px;

}

.row h2 a{
line-height: 14px;
}

.serve_block {
float: left;
width: 275px;
background-image: url(/assets/serveblockbg.jpg);
background-repeat: no-repeat;
margin: 10px;
padding: 15px;
height: 190px;
}

.serve_block h2 a{
font-size: 28px;
font-weight:400; 
}

.serve_block h3{
font-size: 16px; 
font-weight: 400;
margin-bottom: 20px;
}

.banner_buttons {
	position: relative;
	width: 1000px;
	bottom: 45px;
	display: block;
}
.serve_blocks {
	margin: 10px;
	height: 280px;
}
.serve_blocks a {
display: block;
}

#banners {
width: 1000px;
height: 205px;
float: left;
overflow: hidden;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* End Body **************/



/* right Sidebar ************/

#right {
	width: 305px;
	float: right;
}

#right_blue {
background-image:url(/assets/sidebar_blue.jpg);
	width: 280px;
	float: right;
	min-height: 500px;
	padding:10px;
	background-repeat: no-repeat;
	position: relative;
	left: 20px;
}

.sidebar_buttons {
padding-top: 30px;
padding-bottom: 30px;
border-bottom: #4089c1 groove 2px;
}
.sidebar_buttons:last-child {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: none;
}
#right h2 {
}
/* End Left Sidebar ************/

#footer .footer-top {
	clear: both;
	padding: 5px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.footer-top {
	clear: both;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 0 20px;
	border-top: solid 5px #aaa;
	background-color: #aaa;
}
#footer a img {
	border: none;
}


.credit {

text-align: center;}
/* End Footer *************/


/* gallery */


#featured {
	position:relative;
	height:300px;
	background:#111;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#featured ul.ui-tabs-nav {
	position:absolute;
	top:0;
	left:750px;
	list-style:none;
	padding:0;
	margin:0;
	width:210px;
	overflow: none;
}
#featured ul.ui-tabs-nav li {
	margin:0 8px 10px 0;
	font-size:30px;
	color:#666;
	border:1px solid black;
}
/* I don't know what the below does

#featured ul.ui-tabs-nav li span{
	font-size:11px; font-family:Verdana;
	line-height:18px;

}
*/

#featured .ui-tabs-panel {
	width:740px;
	/*height:280px; */
	background:#fff;
	position:relative;
	overflow:hidden;
	margin: 1px 0;
	border:1px solid black;/* padding: none; */

}
#featured .ui-tabs-hide {
	display:none;
}



/* don't know what below does
#featured li.ui-tabs-nav-item a{  /*On Hover Style make sure to close comment here
	height:100px;
	color:#333;  
	background:#fff;
	line-height:20px;
	outline:none;
    */
   /* dont know what below does 
}
#featured li.ui-tabs-nav-item a:hover{
	background:#fff;
}



*/

