@import "layout.css";
@import "page.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background:url(/images/bg_html.jpg);
	height:100%;
	width:100%
}

body{
	font:normal 72.5%/1 arial,helvetica,sans-serif;
	color:#000;
	text-align:center;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:10px 0;
	color:#265536;
}

h1{
	font-size:1.8em;
}

h2{
	font-size:1.3em;
}

h3{
	font-weight:bold;
	font-size:1.2em;
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 10px;
	line-height:1.5;
	text-align:justify;
}

span{
	
}

address{
	font:normal 1.1em/1.3;
	margin:0 0 10px;
	font-style:normal;
}

blockquote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0 0 10px 30px;	
}

li{
	line-height:1.4;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	margin:0;
}

dt{
	clear:left;
	float:left;
	margin:0 15px 0 0;
	width:100%;
}
	
dd{
	margin-bottom:15px;
	clear:left;
	float:left;
	width:100%;
}

dt, dd{
	line-height:1.2;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#5e8d00;
	text-decoration:none;
}
#maplink{
	color:#5e8d00;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}


a.pdf{
	margin-top:15px;
	background:url(../images/logo_pdf.gif) no-repeat left;
	padding-left:25px;
	line-height:16px;
}
/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
	
.hline{
	background:#e3d5aa url(../../images/hline.gif) repeat-x;
	line-height:2px;
	height:2px;
	font-size:2px;
	width:100%;
	margin:10px auto;
	clear:both;
}

.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #999;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}


.hr{
	border-bottom:1px solid #e3d5aa;
	width:100%;
	margin:15px 0;
}

#index_h1, #index_h1 span{
	background:transparent url(/images/index_h1_bg.gif) no-repeat top left;
	width:310px;
	height:20px;
}

#services_h1, #services_h1 span{
	background:transparent url(/images/services_h1_bg.gif) no-repeat top left;
	width:125px;
	height:17px;
}
