﻿@import url(layout.css);
body {
	color: #000;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
/*	height:100%;
	min-height:100%;*/
	margin: 0 auto;
}
#masthead {
	width: 100%;
	position:relative;
}
#masthead_l {
 	height:144px;
 	width:40%;
 	position: absolute;
 	left:0;
	background-image: url('../images/hdr_l.jpg');
	background-repeat:repeat-x;
	z-index:0;

}
#masthead_r {
	height:144px;
	width:40%;
	position: absolute;
	right:0;  
	background-image:url('../images/hdr_r.jpg');
	background-repeat:repeat-x;
	z-index:0;
}

#masthead_hdr {
	width:780px;
	height:144px;
	margin: auto;
	position:relative;
	z-index:10;
}

#menudiv {
	width: 780px;
	height: 144px;
	margin: 115px auto;
	z-index:20;
}


#page_content {
	font-size:.8em;
	width:780px;
	margin: auto;
	padding: 0;
/*	background: url(../images/content_tile.gif) top;
	background-repeat: repeat-y;*/
	position:relative;
		z-index:0;
}

#column_l {
	width: 560px;
	margin: 0;
	padding: 0 0 10px 0;
	position:relative;
}
#column_r {
	width: 205px;
	margin: 10px 0 0 0;
	float: right;
	position: relative;
}
#footer {
	text-align: center;
	background-color: #669966;
	height:45px;
	overflow: hidden;
	border-top-color: #666699;
	border-top-style: solid;
	border-top-width: 2px;
	padding: 0 0 6px 0;
	position:relative;
}

/* Styles for Content */
h1 {
	color: #666699;
	font-size: 1.75em;
	margin: 10px 0 10px 0;
}
h2 {
	color: #666699;
	font-size: 1.4em;
	margin: 10px 0 10px 0;
}
h3 {
	color: #666699;
	font-size: 1em;
	margin: 6px 0 6px 0;
}
h4 {
	color: #666699;
	font-size: .9em;
	margin: 0 0 0 0;
}
h5 {
	color: #666699;
	font-size: 1em;
}
h5.red{
	color: #FF0000;
}

h6 {
	color: #666699;
	font-size: 0.5em;
}
big {
	color: #666699;
	font-size: medium;
}
#column_l ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0;

}

#column_l li {
	background-image: url('../images/square.gif'); 
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1em;
	margin:12px 0 0 0;
	
}
#column_r p {
	font-size: .9em;
	margin: 6px 0 10px 0;
}
.column_r_img
{
	border-width: none;
	text-align:center;
	padding: 10px 0 10px 0;
}

.img_l {
	margin: 10px 10px 10px 0;
	padding: 0 0 0 0;
	float:left;
	
}

.img_r {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 0;
	float:right;

}

.piccap{
	color: #669966;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
	margin: 2px 0 0 0;
}
.testimonial
{
	font-style: italic;
	margin: 6px 0 0 0 ;
}
.testimonial-who
{
	margin:4px 0 0 0;
	font-weight:bold;
}
hr.divide {
	border: none 0; 
	border-top: 1px dashed #669966;
	border-bottom: 1px dashed #fff;
	width: 100%;
	height: 2px;
	margin: 10px 0 6px 0;
	text-align: center;
	}	


/*
#column_r ul {
	margin-left: 15px;
	padding-top: 0;
	padding-left: 10px	
}
#column_r ul li {
	margin-top:10px;
	display: list-item;
	list-style-position: outside;
}

/* Styles for Contact Forms */
#nospam {
float:left;
}
label
{
width: 400px;
float: left;
display: block;
}

.submit input
{
margin-left: 134px;
} 
/*input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}*/

#contact p {
	margin: 6px 0 0 10px;
}

fieldset
{
	position: relative;
	background: #DCE7D2;
	border: 1px #000000 solid;
	width: 500px;
}

legend
{
	position: absolute;
	top: -1em;
	left: 1.5em;
	color: #003366;
	background: #FFFFCC;
	border: 1px #003366 solid;
	padding: 2px 6px;
	font-weight: bold;
} 

.required{
	color: #FF0000;
	font-size: .9em;
	font-style: italic;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin: 6px 0 3px 0;
	padding:6px 0 0 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}






