body {
	font: 100% "Tahoma", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color:#2f2f2f;
	background:#ffffdd url(/images/bground.gif);
	background-position:center;
}
#wrapper {
	position: relative;
	width:740px;
	margin: auto;
	text-align: left;
}
#main {
	font-size: 1em;
	line-height: 1.4em;
	background:url(/images/main.jpg) repeat-y;
	width:720px;
	padding:5px 10px 5px 10px;

}
#content{
	width:520px;
	float:left;
		
}
#main img {
	border: 1px solid black;
	margin:5px;
}
.breadcrumb {
	font-size: 0.8em;
	margin: 1em 0 0 0;
}

#sidebar, .pullquote{
display:none;
	

}
#servicebar{
	float:right;
	width:177px;
	background:url(/images/sidebar_wrap.jpg) repeat-y;
	text-align:center;

}
#servicelist {
	color:#FFFFFF;
	list-style:none;
	padding:0;
	margin: 0 5px 0 0;
	line-height:1.6em;
	font-size:14px;

}
.service_footer {
	height:48px;
	background:url(/images/sidebar_foot.jpg) no-repeat;
	width:177px;
}
#servicebar ul{
	margin-top:-15px;
}


#servicebar h5 {
	color:#FFFFFF;
	padding: 15px 0 0 0;
	margin: 0 5px 0 0;
	width:177px;
	height:56px;
	background:url(/images/sidebar_head.jpg) no-repeat;

}
a{
	color:#2f2f2f;
}

p em, dd em{
	font-size:0.8em;
	font-weight:bold;
}

#masthead{
	position:absolute;
	top:150px;
	left:0;
}

/*-------------------------------------------------------------------- search box ----------------------------------*/

#searchform {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	/*border: 1px solid #ccc;*/
}
#searchform input {
	width: 70px;
	float: none;
}


/*-------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	padding-top:20px;
	margin: 0;
	padding:0;
	text-indent:-999em;
	height:292px;
	width:740px;
	background:url(/images/masthead.jpg) bottom no-repeat;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color:#BE060E;
}

/*-------------------------------------------------------- tables --------------------------------------------------*/
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}

/*-------------------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/*--------------------------------------------------------------- FOOTER ---------------------------------------------------*/
#footer {
	font-size: 0.7em;
	clear: both;
	text-align: center;
	background:url(/images/footer.jpg) no-repeat;
	height:59px;
	padding-bottom:20px;

}
#footer h2 {
    font-size: 1em;
	font-weight:normal;
	margin-top:30px;
}

#footerclear {
	clear:both;
	
}

#footer p{
	margin:0;
	padding-top:25px;
	color:#fff;
}

#footer p a{
	color:#fff;
	
}


#footer p a:hover{
	text-decoration:none;	
}


