/*
Theme Name: CSC
Theme URI: http://www.markadvertising.com
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
body {
	background-color:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	/*font-family: 'Asap', sans-serif;*/
	background-image: url(includes/images/bg/page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color:#3d3f3f;
}
body.home {
	background-image: url(includes/images/bg/home-light.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#home_headline h1 {
	font-family: 'Asap', sans-serif;
	font-size:26px;
	margin-bottom:5px;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
#home_headline p {
	font-size:13px;
	line-height:1.5em;
	color: #000;
	/*text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);*/
}
h2 {
	line-height:30px;
	height:30px;
	margin-bottom: 10px;
	color:#c64e00;
	font-family: 'Asap', sans-serif;
	font-size:24px;
}
h2.title {
	border-bottom:1px solid #abafb2;
	padding-left:20px;
	font-size:16px;
}
h2.slider {
	padding-left:10px;
	font-size:16px;
}
h3 {
	color:#303030;
	font-size:18px;
	font-family: 'Asap', sans-serif;
	margin-bottom:10px;
}
p {
	margin-bottom:10px;
	line-height:1.4em;
}
a:link {
	color:#515d31;
	text-decoration:underline;
}
a:active {
	color:#515d31;
	text-decoration:underline;
}
a:visited {
	color:#515d31;
	text-decoration:underline;
}
a:hover {
	color:#515d31;
	text-decoration:none;
}


br.all {clear:both;}
form {
	padding:10px 20px;
}

.ohidden {overflow:hidden;}
label {
	display:block;
	margin-bottom:3px;
}
input, textarea {
	background-color:#f8f7f5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #abafb2;
	display:block;
	padding:4px;
	margin-bottom:10px;
}

textarea {
	height:150px;
}
#searchform {padding:0px;}
#searchform input {margin:0px;}
#contact_sidebar {position:relative;}
#contact_sidebar input, textarea {
	width:173px;
}
#contact_sidebar input[type="submit"] {
	margin: 0px auto;
	width: 80px;
	text-align: center;
	padding: 6px;
	background-color: #536032;
	background-image: url(includes/images/bg/submit.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color:#ffffff;
	font-weight:700;
	font-size:1.1em;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}
#contact_sidebar input[type="submit"]:hover {
	background-image: url(includes/images/bg/submit-over.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#logo {
	position:absolute;
	width:363px;
	height:169px;
	left: 45px;
	top: 5px;
	z-index: 200;
}
#logo_click {
	position:absolute;
	width:363px;
	height:169px;
	top: 5px;
	left: 45px;
	display:block;
	z-index: 201;
}
#home_headline {
	position: absolute;
	width: 270px;
	height: 220px;
	left: 60px;
	top: 190px;
	z-index: 100;
}
.wrapper {
}
.container {
	width:962px;
	padding:0px 30px;
	margin:0px auto;
}
#top_container {
	height:201px;
	position:relative;
}

body.home #top_container {
	height:425px;
	position:relative;
	width:1024px;
}
#main_container_wrapper {
	background-image: url(includes/images/bg/main_content.jpg);
	background-repeat: repeat-x;
	background-position: center 27px;
}
#main_container {
	background-color:#ffffff;
	border:1px solid #abafb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 10px 2px #abafb2;
	box-shadow: 0px 2px 10px 2px #abafb2;
	width: 960px;
}
#main_content {
	clear:both;
	padding:10px 10px 0px 10px;
	min-height:400px;
	overflow:hidden;
	width: 940px;
}
.main_content_container {
	overflow:hidden;
	margin-bottom:10px;
	width:950px;
}
.home_top_buttons {
	float: left;
	width:218px;
	border:1px solid #abafb2;
	margin:0px 0px 0px 20px;
	padding:0px;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
.home_top_buttons_bg {
	width:216px;
	height:130px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-image: url(includes/images/bg/home-top-button-light.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:1px solid #ffffff;
}
.home_top_buttons_img {
	position:absolute;
	width:110px;
	height:100px;
	right: 2px;
	top: 5px;
	z-index:2;
}
.home_top_buttons_text{
	position:absolute;
	width:200px;;
	height:40px;
	left: 15px;
	bottom: 10px;
	z-index:2;
	font-size:16px;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	font-family:Helvetica, sans-serif
}
.home_top_buttons_text span{
	font-size:22px;
	color:#f37c2e;
	text-transform:uppercase;
}
.home_top_buttons_img_hover {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(includes/images/bg/home-top-button-hover.png);
	background-repeat: repeat;
	background-position: center center;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	display:none;
	z-index:1;
}
.home_top_buttons_learn_more {
	height:24px;
	border:1px solid #ffffff;
	border-top:none;
	line-height:24px;
	color:#ffffff;
	background-color:#f57d2f;
	font-size:11px;
	padding:0px 25px;
	width:166px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background-image: url(includes/images/bg/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.hover {
	background-color:#a74200;
}
.first {
	margin-left:0px;
}



#services_home_slider {
	width:538px;
	border:1px solid #abafb2;
	margin:0px;
	padding:0px;
	background-color:#ffffff;;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height:200px;
	float:left;
	position:relative;
}
#hours_home {
	float:left;
	margin-left:20px;
	height:200px;
	width:178px;
	background-color:#ffffff;;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #abafb2;
	padding:0px;
}
#hours_page {
	background-color:#ffffff;;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #abafb2;
	padding:0px;
}
#ad_home {
	float:left;
	margin-left:20px;
	height:200px;
	width:178px;
	background-color:#ffffff;;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #abafb2;
	padding:0px;
}
.add_box {
	text-align:center;
	overflow: hidden;
	height: 100px;
}
ul.hours {
	margin-left:20px;
}
ul.hours li {
	margin:11px 0px;
	color:#595959;
	font-size:11px;
}
.sidebar_box {
	background-color:#ffffff;;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #abafb2;
	padding:0px;
	margin-bottom:20px;
}

blockquote {
	text-align: right;
}

#home_photo_slider {
	border:1px solid #abafb2;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(includes/images/bg/photo-slider.png);
	background-repeat: repeat;
	background-position: center center;
	position:relative;
}
#slider_next {
	position:absolute;
	right:5px;
	top:55px;
	height:14px;
	width:8px;
}
#slider_prev {
	position:absolute;
	left:5px;
	top:55px;
	height:14px;
	width:8px;
}
#slider_outer_container {
	width:920px;
	margin:0px 10px 20px;
}
#slider_container {
	width:920px;
	position:relative;
	height:64px;
}
.slider_image {
	width:115px;
	height:64px;
}
.slider_image img {
	width:91px;
	height:60px;
	background-color:#ffffff;
	margin:0px 10px;
	padding:1px;
	border:1px solid #abafb2;
	cursor:pointer;
}




#bottom_nav {
	background-image: url(includes/images/bg/footer-light.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:40px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#bottom_nav_links {
	margin-left:40px;
	color:#ffffff;
	position:relative;
}
#acreditations {
	position:absolute;
	right:20px;
	top:2px;
	background-image: url(includes/images/acreditations.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:34px;
	cursor:pointer;
	line-height: 34px;
	color: black;
}
#bottom_nav_links a {
	line-height:40px;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
#footer_container {
	margin:10px auto;
	color:#3d3f3f;
	font-size:11px;
}
#footer_container p {
	text-align:center;
	margin:3px;
}



#top_banner {
	height:45px;
}

#slideshow_container {
	width: 1024px;
	height: 380px;
}








.service_image {
	float:left;
	margin:10px 0px 0px 20px;
	height:159px;
	width:120px;
}
.service_image img {
	padding:1px;
	background-color:#ffffff;
	border:1px solid #abafb2;
}
.service_text {
	margin:10px 20px 0px 20px;
	float:left;
	width:358px;
	height:159px;
}

.service_image_page {
	float:left;
	margin:10px 0px 0px 0px;
	height:140px;
	width:120px;
}
.service_image_page img {
	padding:1px;
	background-color:#ffffff;
	border:1px solid #abafb2;
}
.service_text_page {
	margin:10px 00px 0px 20px;
	float:left;
	width:300px;
	height:140px;
}

#service_nav {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:25px;
}
#service_nav a {
	display:block;
	font-size:10px;
	height:15px;
	width:15px;
	line-height:15px;
	margin:7px 0px 0px 5px;
	color:#595959;
	text-align:center;
	float:left;
	text-decoration:none;
	background:none;
}
#service_nav a.activeSlide {
	color:#ffffff;
	background-image: url(includes/images/bg/pager-light.png);
	background-repeat: no-repeat;
	background-position: center center;
}
a.learn_more {
	color:#c64e00;
	text-decoration:none;
	background-image: url(includes/images/bg/arrow-right-orange.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 960px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom:1px solid #313939;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	background-color:#36450f;
	/* darker
	background-color: #2b380c;
	*/
	background-image: url(includes/images/bg/nav-light.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	/*width: 960px;*/
	float: left;
	border-right:1px solid #2b380c;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-right:1px;
	background-image: url(includes/images/bg/nav-light.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-left:1px solid #36450f;
	border-right:1px solid #889c57;
	-webkit-box-shadow: inset 1px 0px 0px 0px #889c57;
	box-shadow: inset 1px 0px 0px 0px #889c57;
	/* darker
	border-left:1px solid #2b380c;
	border-right:1px solid #3d4e11;
	-webkit-box-shadow: inset 1px 0px 0px 0px #3d4e11;
	box-shadow: inset 1px 0px 0px 0px #3d4e11;
	*/
}
#access a {
	color: #ffffff;
	display: block;
	line-height: 37px;
	padding: 0 25px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	float: left;
	width: 225px;
	z-index: 99999;
	border: 1px solid #a0a1a1;
	border-top:1px solid #36450f;
	/* darker
	border-top:1px solid #2b380c;
	*/
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background:none;
	background-color:#ffffff;
}
#access ul ul li {
	min-width: 225px;
	border:none;
	border-bottom: 1px solid #a0a1a1;
	-webkit-box-shadow: inset 0px 0px 0px 0px #889c57;
	box-shadow: inset 0px 0px 0px 0px #889c57;
	/* darker
	-webkit-box-shadow: inset 0px 0px 0px 0px #3d4e11;
	box-shadow: inset 0px 0px 0px 0px #3d4e11;
	*/
	background:none;
	background-color:#ffffff;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #ffffff;
	line-height: 1em;
	padding: 9px 25px;
	width: 175px;
	height: auto;
	color:#3d3f3f;
	text-shadow: none;
	filter: dropshadow(none);
	border:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background-color: #2b380c;
	-webkit-box-shadow: inset 1px 0px 0px 0px #889c57;
	box-shadow: inset 1px 0px 0px 0px #889c57;
	/* darker
	background-color: #2b380c;
	-webkit-box-shadow: inset 1px 0px 0px 0px #3d4e11;
	box-shadow: inset 1px 0px 0px 0px #3d4e11;
	*/
	background-image: url(includes/images/bg/nav-over-light.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#access ul ul li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background-image: url(includes/images/bg/nav-drop-hover-light.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	background-color:#143b6f;
	border-bottom:1px solid #36450f;
	border-top:1px solid #36450f;
	/* darker
	border-bottom:1px solid #2b380c;
	border-top:1px solid #2b380c;
	*/
	-webkit-box-shadow: none;
	box-shadow: none;
}
#access li:first-child, #access li:first-child a:hover {
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	border-left:none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#access ul li ul li:first-child, #access ul li ul li:first-child a:hover {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
#access ul li ul li:last-child, #access ul li ul li:last-child a, #access ul li ul li:last-child a:hover {
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
}

#search_box {
	width:175px;
	height:21px;
	line-height:21px;
	float:right;
	margin-top:8px;
	background-image: url(includes/images/bg/search-input.png);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
#search_box input{
	width:155px;
	height:15px;
	line-height:15px;
	padding:3px;
	margin-left:5px;
	font-size:11px;
	display:block;
	border:none;
	background-color:none;
	background:none;
}
#search_box a {
	display:block;
	width:21px;
	height:21px;
	margin:0px;
	position:absolute;
	top:0px;
	left:140px;
	padding:0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}
.screen-reader-text {display:none;}
#top_banner {
	height: 45px;
	color: #575757;
}




#sub_nav {
	padding-left:10px;
}
#sub_nav li {
	text-transform:uppercase;
	font-weight:700;
	margin-top:10px;
}
#sub_nav li a {
	color:#3d3f3f;
	text-decoration:none;
	padding:3px 0px;
}
#sub_nav li a:hover {
	color:#536032;
	border-bottom:1px dotted #536032;
}
#sub_nav li ul {
	margin-top:5px;
}
#sub_nav li ul li {
	text-transform:none;
	font-weight:400;
	margin:0px;
	padding:3px 0px;
}
#sub_nav li ul li.current_page_item a {
	border-bottom:none;
	color:#536032;
	border-bottom:1px dotted #536032;
}
#sub_nav li ul li a {
	padding:3px 0px;
	color:#3d3f3f;
	border-bottom:1px dotted #3d3f3f;
	text-decoration:none;
	line-height: 20px;
}
#sub_nav li ul li a:hover {
	color:#536032;
	border-bottom:1px dotted #536032;
}
#supporting_image_container {
	margin-bottom:20px;
}
.supporting_image {
	padding:1px;
	border:1px solid #a6a6a8;
}
.caption {
	font-size:.8em;
	font-style:italic;
}


.col_single {
	float:left;
	margin:10px 0px 40px 20px;
	width:225px;
	min-height:1px;
}
.col_double {
	float:left;
	margin:10px 0px 40px 20px;
	width:450px;
	min-height:1px;
}
.col_triple {
	float:left;
	margin:10px 0px 40px 20px;
	width:695px;
	min-height:1px;
}
.first_col {
	margin-left:0px;
}




#main_content div.col_double ul {
	padding:0px 10px 10px 20px;
	list-style:outside;
	list-style-type:disc;
}
#main_content div.col_double ul li {
	padding:3px 0px;
	line-height: 1.4em;
}





#map_canvas {
	width:100%;
	height:300px;
	background-color:#CCC;
	line-height: normal;
}
.directions_input_container {
	float:left;
	margin-right:10px;
}
#submit_directions, #undo {
	background-image: url(includes/images/bg/submit.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	color:#ffffff;
}
label.error {
	color:#F00;
	margin:-10px 0px 15px;
}
#overlay{
	width: 100%;
	background: white;
	z-index: 2;
	position: absolute;
	text-align: center;
	font-size:14px;
	line-height:28px;
	color:#3D3F3F;
	display:none;
	height:100%;
	top:0px;
	left:0px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.addthis_toolbox {
	display:none;
}
.addthis_toolbox a {
}


#header_image_container {
	height: 156px;
	background-image: url(includes/images/bg/header-default.png);
	background-repeat: no-repeat;
	background-position: right top;
}
h3.accordion_header a {
	display:block;
	padding:5px;
	text-decoration:none;
}
h3.accordion_header {
	background: #FAFAFA;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.accordion_content {
	margin:10px 3px 30px;
	padding:10px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
}
.size-thumbnail {
	padding:5px;
	border:1px solid #ccc;
	margin:0 25px 10px 0px;
}

.page-id-50 .col_double p {
	text-align:center;
}