@charset "utf-8";
/* ----------------------------------
  CompanyName Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
Color Scheme

menu grey: 4d4d4d
header geren:  006837
Menu Green:  38b34a
*/

/* PRINT ------------------------------------------------------ PRINT */
/*The @ media does not function correctly in IE so 
the best bet is simply to move the a:after to the print style sheet.*/
@media print {a:after {content: "  (" attr(href) ")  ";}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;}
}

body, div, table,tr, td, form {margin:0;padding:0;}
body {
	margin:0;
	padding:0;
	font:100% Georgia, "Times New Roman", Times, serif; /*or 11px sometimes works well*/
	background:#fff url(../img/theme/pageBackground.gif) repeat-x;
	color: #000;
	line-height:1.5;}
/* LINKS ------------------------------------------------------ LINKS */
a {color:#006837;
text-decoration:none;}
a:visited {color:#006837;}
a:hover {text-decoration:underline;}

#footer a {color:#38B34A;}
/* LAYOUT ELEMENTS ------------------------------------- LAYOUT ELEMENTS  */
#wrapper{	
	width:907px;
	background-color:#fff;
	position:relative;
	margin:auto;
	margin-top:20px;}
	#header{
		height:130px;
		background:#fff url(../img/theme/headerRoundedCorners.gif) no-repeat 0 0;}
		#headerContact {
			width:350px;
			float:right;
			margin:50px 18px 0 0;
			text-align:right;}
	#flashBlock {height:227px;width:870px;margin:auto;}
	#mainBody{
		background:#fff url(../img/theme/twoColumnDivider.gif) repeat-y left top;
		padding:0 18px;
		text-align:justify;}
		#sidebar1{
			display:none;}
		#content{
			width:540px;
			float:left;
			padding:10px;
			padding-top:0;}
		#sidebar2{
			/*font-size:90%;*/
			width:290px;
			float:right;
			padding:10px;
			padding-top:0;}
	#footer{
		clear:both;
		color:#fff;
		text-align:center;
		height:27px;
		position:relative;
		background:#4d4d4d url(../img/theme/footerBackground.gif) repeat-x;}
		#footerRight{
			background:#123456 url(../img/theme/footerRight.gif) no-repeat 0 100%;
			width:12px;
			height:100%;
			float:right;}
	#pageFooter{
		text-align:center;
		font-size:85%;margin-top:.5em;}
	#pageFooter a {color:#000 !important;}


#oneColumn #content {width:880px;}
#oneColumn #sidebar1, #oneColumn #sidebar2 {display:none;}
#twoColumn #content {width: 700px;}
#twoColumn #sidebar2 {display:none;}

form#headerSearch {margin-top:10px;}
input#searchMe,input#searchBtn {
	margin-left:10px;
	float:right;}
	
input#searchMe {
	border:3px solid #38b34a;
	height:23px;
	width:200px;}
/* NAVIGATION ------------------------------------------------- NAVIGATION */

/* TEXT ------------------------------------------------------- TEXT */
	
h1, h2, h3, h4, h5, h6, p {margin-top: 0; color:#006837}
p {color:#000;}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {
	margin-bottom: .2em;
	font-size: 110%;}
h4 {
	margin-bottom: 0;
	font-size: 100%;}
h5, h6 {font-size: 100%;}	
ul {padding:1em;}
li {line-height:1.25;}

.tinytext {font-size:80%;}
.tiniertext {font-size:70%;}
/* LISTS ------------------------------------------------------ LISTS */
/* IMAGES ----------------------------------------------------- IMAGES */
img {border: none;}
/* TABLES ----------------------------------------------------- TABLES */
/* FORMS ------------------------------------------------------ FORMS */

/* MISC ------------------------------------------------------ MISC */
.clearing{clear:both;}
/* Clear the container item so short pages won't "stick out" the menu*/	

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

div.error , input.error,  select.error {
background-color:#FFFFD5;
border:2px solid red;
color:red;
margin:0;
}
