﻿/* CSS Document */

* { 
	margin:0; padding:0;
	border:0;
}

body{
	
	background:url(images/bg_top.jpg) top repeat-x #fff;
	border:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px; line-height:20px; color:#808080;
}


/* ============================= main layout ====================== */

a{ color:#00923E; text-decoration:underline}
a:hover{ text-decoration:none}
li{ list-style:none}
h3{ font-size:28px; line-height:33px; color:#454646;}
h4{ font-size:25px; line-height:25px; color:#00923e;}
h5{ font-size:16px; line-height:25px; color:#00923e;}



/* ============================= content ====================== */

.pad_top1{ padding-top:12px;}
.pad_top2{ padding-top:18px}
.pad_right1{ padding-right:40px;}
.pad_right2{ padding-right:21px;}
.pad_bot1{ padding-bottom:25px;}
.pad_bot2{ padding-bottom:10px;}
.pad_bot3{ padding-bottom:38px;}
.pad_bot5{ padding-bottom:19px;}
.pad_bot6{ padding-bottom:5px}

.marg_right1{ margin-right:20px}
.marg_right2{ margin-right:72px}

.color1{ color:#777;}
.color2{ color:#626161;}
.color3{ color:#838383;}
.color4{ color:#5db000;}

.link1{text-decoration:underline;}
.link1:hover{ text-decoration:none}

.link2{ font:12px Arial, Helvetica, sans-serif; color:#6a6a6a; text-decoration:none; background:url(images/marker_1.jpg) right no-repeat; padding-right:6px; }
.link2:hover{ text-decoration:underline}

.link3{ background:url(images/marker_3.jpg) bottom left no-repeat; font-size:12px; color:#4f4f4f; font-weight:bold; text-decoration:underline; padding-left:26px; line-height:25px; }
.link3:hover{ text-decoration:none}

.link4 a{ font:12px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; padding:0px 20px 0px 6px; background:url(images/marker_4.jpg) right no-repeat; line-height:18px}
.link4{ background:#717171; display:block; float:left; padding:1px 0px 4px 0px;}
.link4 a:hover{ text-decoration:underline}
.link5{background:url(images/marker_3.jpg) bottom left no-repeat; font-size:12px; color:#4f4f4f; font-weight:bold; padding-left:26px; line-height:25px; }

.list1 li{ background:url(images/marker_2.jpg) left no-repeat; line-height:28px; padding-left:15px;}
.list1 li a{ color:#838383; text-decoration:underline; padding-left:15px;}
.list1 li a:hover{ text-decoration:none}
/* ============================= footer ====================== */

#footer { padding-bottom:39px}
#footer span{ color:#363737}
#footer a{ color:#9c9c9c; text-decoration:underline }
#footer a:hover{ color:#00923e; text-decoration:none}
#footer_menu {float:left;}
#footer_menu li {display:inline; padding:0 37px 0 0px;}
#footer_menu li a{ color:#737374; text-decoration:none}
#footer_menu li a:hover{ text-decoration:underline}
#icon{ float:left; padding-bottom:4px;}
#icon li {float:left; padding:24px 7px 0 0;}

/* ============================= forms ============================= */

#ContactForm {padding:3px 0 0 0;}
#ContactForm a{ padding-left:20px;}

.input {width:183px; height:22px; border:1px solid #dfdfdf; background:none; padding:0 5px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#a7a7a7; margin-bottom:6px;}
textarea {width:183px; height:172px; border:1px solid #dfdfdf; background:none; padding:0 5px;margin-bottom:15px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#a7a7a7;}
