/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background:#5e7b69;
	/*background:#cae6f8 url(images/bg.gif) repeat-x;*/
	margin:0 0 2px 0;
		font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#site_container {
	/*Container for site including bg effects*/
	width:780px; /* Width of site including bg, drop-shadow, effects, etc. */
	margin:auto;
	overflow:auto;	
}

#page_contents {
	/*Container for actual content sans bg effects*/
	width:758px;
	background:#ffffff;
	overflow:auto;
	padding:0px 1px 1px 1px;
/*	text-align:center;*/
}

#main_header {
	height:75px;
	background-image:url(images/header.gif);
	overflow:hidden;
}

.main_content {
	overflow:auto;
	padding:14px 2em;
}

.featured_services {
	overflow:auto;
	padding:0px 2em 14px 2em;
}

.partners {
	overflow:auto;
	margin:1em 2em 0 2em;
}

.partners a img {
	border:none;	
	margin:1em 0 0 0;
	float:left;
}

.credit_card {
	margin-top:1em;
	text-align:center;
	overflow:auto;
}

.credit_card img {
	margin:0 0.25em;
	border:#106333 solid 1px;
}

.directions_intro {
	overflow:auto;
	margin-bottom:1em;
	border-bottom:#106133 solid 1px;
}

.staff_block, .content_block {
	border-top:#CCCCCC solid 1px;
	overflow:auto;
	padding:1em 0;
}

#contact_block {
	text-align:center;
	width:100%;
}

.float_container {
	overflow:auto;
	padding:1em 0;
	clear:both;
}


.sidebar_contact {
	font-size:12px;
	color:#042400;
	overflow:auto;
	padding:14px 1.5em;
	font-weight:bold;
}

.sidebar_content {
	font-size:12px;
	color:#042400;
	overflow:auto;
	padding:14px 1.5em;
/*	border-top:#106333 solid 1px;*/
	border-bottom:#106333 solid 1px;
}

.sidebar_content ul {
	margin:1em 0 0 0;	
}

.sidebar_address {
/*	padding-left:1em; */
}

.sidebar_menu {
	background:#8dc63f;
	color:#042400;
	overflow:auto;
	padding:1em 1.5em;
}

.sidebar_link {
	padding:0.5em;
	border-bottom:1px solid #7bad37;
}


#title_bar {
	height:37px;
	color:#ffffff;
	font-weight:bold;
	margin-top:14px;
	background:url(images/title_bar.gif) no-repeat;
	font-size:16px;
	padding:14px 28px;
	/*font-style:italic;*/
}

#title_bar h1 {
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	margin:none;
	padding:none;
}

#title_bar h2 {
	text-align:left; 
	font-size:12px; 
	color:#FFFF55;
	margin:none;
	padding:none;
}

#title_bar_home {
	height:37px;
	color:#ffffff;
	font-weight:bold;
	margin-top:14px;
	background:url(images/title_bar.gif) no-repeat;
	font-size:15px;
	padding:14px 28px;
	/*font-style:italic;*/
}

#sub_title {
	text-align:left; 
	font-size:12px; 
	color:#FFFF55;
}

#title_bar_alt {
	margin-top:14px;
}

.text_02 {
	padding:4px 7px;	
}

.pdf_icon {
	border:none !important;	
}


/*------------------------------------------------------------*/
/*---------------------------Floats---------------------------*/
/*------------------------------------------------------------*/

.left_top {
	float:left;
	margin:0 1em 1em 0;
	overflow:auto;
}

.right_top {
	float:right;
	margin:0 0 1em 1em;
	overflow:auto;
}

.left {
	float:left;
	margin:1em 1em 1em 0;
	overflow:auto;
}

.right {
	float:right;
	margin:1em 0 1em 1em;
	overflow:auto;
}

.left_half {
	float:left;
	width:48%;
	padding-right:7px;
	border-right:#cccccc solid 1px;;
}

.right_half {
	float:right;
	padding-left:7px;
	width:48%;
}

/*------------------------------------------------------------*/
/*---------------------------Images---------------------------*/
/*------------------------------------------------------------*/

.main_content img {
	border:#106133 solid 1px;
}

/*------------------------------------------------------------*/
/*---------------------------Links----------------------------*/
/*------------------------------------------------------------*/

a:link {color: #09321b;}     /* unvisited link */
a:visited {color: #09321b;}  /* visited link */
a:hover {color:#FFF000;}   /* mouse over link */
a:active {color: #09321b;}   /* selected link */

.main_content a:link {color:#00aa00;}     /* unvisited link */
.main_content a:visited {color: #00aa00;}  /* visited link */
.main_content a:hover {color:#3399FF;}   /* mouse over link */
.main_content a:active {color: #09321b;}   /* selected link */

.sidebar_content a {
	text-decoration:none;
}

/*------------------------------------------------------------*/
/*---------------------------Lists----------------------------*/
/*------------------------------------------------------------*/


.main_content ul, .sidebar_content ul, .featured_services ul{
	list-style-type:none;
	margin-left:0px;
	padding:0px;
}

.featured_services li {
	background:url(images/check_bullet.jpg) no-repeat;
	margin-left:0.5em;
	padding-left:1.5em !important;
	margin-bottom:0.5em;
}

.main_content li {
	background:url(images/bullet.jpg) no-repeat;
	margin-left:0.5em;
	margin-bottom:0.5em;
	padding-left:1.5em !important;
}

.sidebar_content li {
	background:url(images/sidebar_bullet.jpg) no-repeat;
	margin-left:0.5em;
	margin-bottom:0.5em;
	padding-left:1.5em !important;
/*	font-weight:bold;*/
}	

/*------------------------------------------------------------*/
/*----------------------------Type----------------------------*/
/*------------------------------------------------------------*/

.emphasize {
	font-weight:bold;
}

.sidebar_contact .highlight, .sidebar_contact .heading_01, .sidebar_content .heading_01 {
	color:#106333;
}

.sidebar_contact .hours {
	margin:1em 0 0 0;
	color:#106333;
}

.heading_01 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5em;
	color:#272727;
}

.sidebar_contact h2, .sidebar_content h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5em;
	color:#106333;		
}

.featured_services h2, .partners h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5em;
	color:#272727;	
}

.heading_02 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5em;
	background:#0E7A1D;
	color:#ffffff;
	padding:4px 7px;
}

.heading_03 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:0.5em;
	color:#0E7A1D;
}

.main_content h1 {
	font-weight:bold;
	font-size:20px;
	margin-bottom:1em;
}

.main_content h2 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:0.5em;
	color:#0E7A1D;	
}

.main_content h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:0.5em;
	color:#272727;	
}

/*------------------------------------------------------------*/
/*--------------------------Menu Bar--------------------------*/
/*------------------------------------------------------------*/
/*
#menu_bar {
	width:758px; 
	overflow:hidden; 
	background:url(images/rollover.gif) repeat-x;
	border-bottom:#106333 solid 1px;
	border-top:#106333 solid 1px;
}

#menu_bar ul {
	overflow:visible;
	margin:0 auto;
	float:left;
	position:relative;
	left:50%;
	list-style:none;
	padding:0px;
}
*/

#menu_bar {
	width:758px; 
	background:#666666;
	border-bottom:#106333 solid 2px;
	border-top:#106333 solid 2px;
	clear:both;
	overflow:auto;
	font-size:10px;
	height:17px;
}

/*------------------------------------------------------------*/
/*-------------------Suckerfish-Menu--------------------------*/
/*------------------------------------------------------------*/

#sfnav, #sfnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background:#666666;
	position:absolute;
	z-index:100;
}

#sfnav a {
	display: block;
	padding:0.25em 0.75em;
	background:#666666;	
	font-weight:bold;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	text-decoration:none;/*Remove the underline*/	
}

#sfnav li {
	float: left;
}

#sfnav li a:hover {
	color:#ffff00;
	background:#353435;
}

#sfnav li ul {
	position: absolute;
	width: 0.5em;
	left: -999em;
	font-size:10px;		
}

#sfnav li ul li a {
	width: 10em;
	background:#888888;
	font-size:10px;
	border-top:1px solid #106333;
	border-right:1px solid #106333;
	border-left:1px solid #106333;	
}

.last_item {
	border-bottom:1px solid #106333;	
}

#sfnav li ul li a:hover {
	background:#464546;
}

#sfnav li:hover ul, #sfnav li.sfhover ul {
	left: auto;
}

/*------------------------------------------------------------*/
/*--------------------------Side Bar--------------------------*/
/*------------------------------------------------------------*/

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page container */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#d6f3aa;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background: url(images/sidebar_shadow.png) repeat-y #ffffff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 0 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:200px;
        position:relative;
        right:200px;
    }
	
	.col1 ul {
		margin:1em 0em;
	}
	
	

/*------------------------------------------------------------*/
/*-------------------------Rollovers--------------------------*/
/*------------------------------------------------------------*/
/*.rollover {
	position:relative;
	right:50%;
	float:left;
}*/

.first {
	border-left:#ffffff solid 1px;
}

.last {
	border-right:#ffffff solid 1px;
}

.rollover a {
/*	display:block;
	width:auto;
	height:14px;*/
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
/*	background:url(images/rollover.gif) repeat-x;*/
	color:#ffffff !important;
	border-left:#ffffff solid 1px;
	border-right:#ffffff solid 1px;
/*	padding:5px 1em;	*/
}



.rollover a:hover {
/*	background-position:0px -24px;*/
	color:#fff000 !important;
}



/*------------------------------------------------------------*/
/*------------------------Drop Shadow-------------------------*/
/*------------------------------------------------------------*/

#right_bg {
	/*Drop Shadow transparent */
	margin:0;
	padding-right:10px;
	background:url(images/right_ds.png) top right repeat-y;
}

#left_bg {
	/*Drop Shadow transparent */
	margin:0;
	padding-left:10px;
	background:url(images/left_ds.png) top left repeat-y;
}

#bottom_ds {
	margin:0;
	padding-bottom:10px;
	background:url(images/bottom_ds.png) bottom center repeat-x;
}

#bottom_left_corner_ds {
	margin:0;
	padding-left:10px;
	background:url(images/left_bottom_ds.png) bottom left no-repeat;
}

#bottom_right_corner_ds {
	margin:0;
	padding-right:10px;
	background:url(images/right_bottom_ds.png) bottom right no-repeat;
}

/*------------------------------------------------------------*/
/*--------------------------Footer----------------------------*/
/*------------------------------------------------------------*/

#footer {
	color:#ffffff;
	/*background:#8dc63f;*/
	background:#106333;
	text-align:center;
	padding:0.5em 0;
	clear:both;
	font-size:12px;
}