@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#181615 url(images/highlight.png) center no-repeat;
}

a {
	outline:none;
}

.clear {
	clear:both;
}
#background {
	background: url(images/background.png) center top no-repeat;
}

#container {
	background:#fff;
	clear:both;
	padding:20px;
	position:relative;
	width:920px;
	margin:0 auto;
	text-align:left;
	z-index:10;
}

#container h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#logo {
	width:960px;
	margin:20px auto;
	padding-bottom:20px;
}

#logo img{
	float:left;
	margin-bottom:20px;
}

/*----------Main Navigation-----*/
#mainNav h2 {
	display:none;
}
#mainNav ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style:none;
	margin:-65px -40px 0 0;
}

#mainNav li {
	background:url(images/nav_left.png) left top no-repeat;
	float:right;
	padding:10px;
	margin-left:-8px;
	position:relative;
}

#mainNav a {
	background:url(images/nav_right.png) top right no-repeat;
	font-size:1.3em;
	padding:10px 30px 10px 10px;
	text-decoration:none;
	color:#fff;
}

#mainNav li.current_page_item, #mainNav li.current_page_parent {
	background:url(images/left_current_tab.png) left top no-repeat;
	float:right;
	padding:10px;
	margin-left:-8px;
}

#mainNav li.current_page_item a, #mainNav li.current_page_parent a {
	background:url(images/right_current_tab.png) top right no-repeat;
	font-size:1.3em;
	padding:10px 30px 10px 10px;
	text-decoration:none;
	color:#420101;
}

#mainNav li:hover {
	background:url(images/left_current_tab.png) left top no-repeat;
	float:right;
	padding:10px;
	margin-left:-8px;
}

#mainNav a:hover {
	background:url(images/right_current_tab.png) top right no-repeat;
	font-size:1.3em;
	padding:10px 30px 10px 10px;
	text-decoration:none;
	color:#420101;
}

/*Drop Down Menu*/
#mainNav ul ul {
	display:none;
	position:absolute;
	top:35px;
	left:1px;
	background:white;
	width:220px;
	border-right:1px #ccc solid;
	border-left:1px #ccc solid;
	border-bottom:1px #ccc solid;
	list-style-type:none;
	margin:0;
	padding:0;

}

#mainNav ul ul li, #mainNav ul ul li:hover {
	float:none;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}


#mainNav ul li.current_page_parent ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


#mainNav ul ul li.current_page_item {
	background:none;
	margin-right:-10px;
}

#mainNav ul li:hover ul {
	display:block;
}

#mainNav ul li:hover a {
	background:url(images/right_current_tab.png) top right no-repeat;
	color:#420101;

}

#mainNav ul li:hover ul a {
	background:none;
	color:#5c5451;
	font-size:1em;

}

#mainNav ul li:hover ul a:hover {
	color: #C75603;
	text-decoration:underline;
}


	
	
#mainNav li.pagenav {list-style: none;background:none;}
#mainNav li.pagenav h2 {display:none;}

/*--------------Home Page----------------------------*/

/*Header*/
#headerHome  {
	width:100%;
}

#headerHome .entry  img {
	padding:20px 20px 30px 20px;
	z-index:100;
	margin:-35px 0 0 -30px;
	background:url(images/header_img_bkg.png) 3px -9px no-repeat;
}

#headerHome .entry  {
	color:#525252;
	font-size:1.2em;
	line-height:1.3em;
}

#headerHome .entry strong {
	color:#420101;
	display:inline;
	font-size:1.5em;
}

#headerHome .entry em {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:bold;
	color:#420101;
}
/*Home Page Boxes*/
#headerHome .entry #box1 {
	border:1px #ccc solid;
	width:46%;
	float:left;
	margin-right:20px;
	margin-top:20px;
	padding:10px;

}

#headerHome .entry #box2  {
	border:1px #ccc solid;
	width:46%;
	float:left;
	padding:10px;
	margin-top:20px;
}


#headerHome .entry #box1 h1, #headerHome .entry #box2 h1 {
	color:#420101;
	font-size:1.5em;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#headerHome .entry #box1 img, #headerHome .entry #box2 img {
	background:url(images/home_img_frame.jpg) 2px 7px no-repeat;
	float:right;
	margin:0px -20px -25px 0px;

}

#headerHome .boxInfo {
	float:left;
	width:40%;
}

#headerHome .entry #box1 a, #headerHome .entry #box2 a {
    text-decoration:none;
    color:black;
 }

#headerHome .entry #box1 a:hover, #headerHome .entry #box2 a:hover {
	color: #C75603;
	text-decoration:underline;
 }

#headerHome .entry .boxInfo {
	color:#525252;
	float:left;

}

/*---------------------Category (Landing) Page --------------------*/

#landingContent div {
	float:left;
	margin-right:40px;
	width:45%;
}

#landingContent a {
	font-size:1.2em;
	color:black;
	text-decoration:none;
}

#landingContent a:hover {
	font-weight:bold;
}
	

#landingContent img {
	border:none;
    padding:28px 29px 33px 20px;
	background:url(images/landing_img_frame.jpg) -2px -4px no-repeat;
	width:410px;
	height:272px;
}

#landingContent p {
	text-align:center;
}

/*-------------------------Individual Pages (Res. Services, Com. Services, etc.)----------*/

#sidebar {
	float:left;
	width:180px;
	padding-right:20px;
}

#sidebar h2 {
	font-size:1.2em;
	color:#420101;
}

#sidebar h3 {
	font-size:.9em;
	color:#5c5451;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar ul {
	list-style-type:none;
	line-height:1.7em;
	margin:0;
	padding:0;
}
	
#sidebar a {color:#948888;text-decoration:none;}
#sidebar a:hover {color:#420101;}

.post {
	float:left;
	width:700px;
	padding-left:20px;
}

.post h2, h2 {
	font-size:1.7em;
	color:#5c5451;
}

.post a {
	color: #C75603;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.post a:hover {
	text-decoration:underline;
}
.item {
	clear:both;
}

.item img {
    background: url(images/page_img_frame.jpg) 9px 5px no-repeat;
    padding:20px;
    float:left;
    margin-right:10px;
	margin-left:-10px;
}


.item h3, .post h3 {
	border-bottom:1px solid #948888;
	color:#420101;
	font-size:1.2em;
	float:left;
	padding-bottom:10px;
	width:100%;
}

.item h3 a, .post h3 a {
	text-decoration:none;
	color:#420101;
	font-family:Arial, Helvetica, sans-serif;
}

.item h3 a:hover, .post h3 a:hover {
	text-decoration:none;
}



.item p {
    line-height:1.7em;
}

/*---------Contact Us Page--------------*/
.contactform {
	float:left;
}

.contactform label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#420101;
	float:left;
	display:block;
	margin:10px 0px;
}
.contactform input{
	float:left;
	width:90%;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;

}

.contactform textarea{
	float:left;
	width:90%;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
}

#contactsubmit {
	width:100px;
	margin-top:20px;
	background:#420101;
	color:#fff;
}

/*------Footer-----*/
#footer {
	clear:both;
	padding:20px;
	width:100%;
	text-align:center;
	color:#5c5451;
	line-height:.5em;
}

#footer a {
	color:#420101;
}
#footer p {
	font-size:.8em;
}