/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:url(images/body-bg.gif) top center;
	text-align:center;
	padding:33px 0 0 0;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.417em;
		color:#898989;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#74b310;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
strong a {color:#333333;}
strong {color:#333333;}

/* ============================= main layout ====================== */

#main { width:977px; margin:0 auto; text-align:left; background:url(images/main-bg.jpg) no-repeat 0 0; height:687px;}


.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}

.col-left {width:461px; float:left; background:url(images/left-tail.gif) repeat-y 177px 0;}
.col-right {width:486px; float:left; background:url(images/right-tail.gif) repeat-y 0 0; height:657px;}

.col-1 {width:185px;}

.indent {padding:15px;}

li { background:url(images/marker2.gif) no-repeat 0 9px; padding-left:14px; line-height:1.833em;}
li a {color:#565656; font-weight:bold;}

.imgindent {margin:0 20px 0 0; float:left;}

h2 {color:#343434; font-size:2.667em; line-height:1em; font-weight:normal; margin-bottom:30px;}
h2 span {display:block; color:#5a5a5a; font-size:0.719em; line-height:1em; margin-top:-3px;}
h3 {color:#5a5a5a; font-weight:normal; font-size:2.167em; margin-bottom:35px; padding:0 0 0 5px;}
h3 span {color:#343434;}
h4 {color:#272727; text-transform:uppercase;}

/* ============================= header ====================== */

#header {padding:29px 0 0 25px; height:571px;}
.menu-bg {background:url(images/menu-bg2.jpg) no-repeat right top; height:657px;}
#page1 .menu-bg {background:url(images/menu-bg1.jpg) no-repeat right top; height:657px;}
.logo {background:url(images/line.gif) left bottom repeat-x; padding:0 0 34px 16px; margin-right:236px;}

.menu {padding-top:37px;}
.menu li {padding:0 0 41px 8px; font-size:1.75em; line-height:1em; background:none;}
.menu li a {display:block; width:342px; height:46px; text-decoration:none; color:#2a2a2a; font-weight:normal; cursor:pointer;}
.menu li a:hover, .menu li .active {text-decoration:none; color:#fff;}
.menu li a span {display:block; width:166px; text-align:right; padding:12px 0 0 0;}
.menu .m1 a {background:url(images/m1.png) no-repeat 0 0;}
.menu .m1 a:hover, .menu .m1 .active {background:url(images/m1-act.png) no-repeat 0 0;}
.menu .m2 a {background:url(images/m2.png) no-repeat 0 0;}
.menu .m2 a:hover, .menu .m2 .active {background:url(images/m2-act.png) no-repeat 0 0;}
.menu .m3 a {background:url(images/m3.png) no-repeat 0 0;}
.menu .m3 a:hover, .menu .m3 .active {background:url(images/m3-act.png) no-repeat 0 0;}
.menu .m4 a {background:url(images/m4.png) no-repeat 0 0;}
.menu .m4 a:hover, .menu .m4 .active {background:url(images/m4-act.png) no-repeat 0 0;}
.menu .m5 a {background:url(images/m5.png) no-repeat 0 0;}
.menu .m5 a:hover, .menu .m5 .active {background:url(images/m5-act.png) no-repeat 0 0;}

/* ============================= content ====================== */

#content {padding:44px 32px 20px 41px;}

.col-pad {padding-right:31px;}
.margin0 {margin-top:0px !important;}
.margin1 {margin-top:22px;}
.margin2 {margin-top:15px;}

.link {background:url(images/marker1.gif) no-repeat 0 7px; padding-left:10px; color:#272727; font-weight:bold; text-decoration:none; display:inline-block; margin-top:12px;}
.link2 {background:url(images/line.gif) left top repeat-x; margin-top:20px; padding:15px 0 0 0}
.link2 a {background:url(images/marker1.gif) no-repeat 0 6px; padding-left:10px; color:#272727; font-weight:bold; text-decoration:none;}
.link2 a strong {text-decoration:none;}

.line {background:url(images/line.gif) bottom left repeat-x; padding-bottom:22px; margin-bottom:34px;}
.line2 {background:url(images/line.gif) bottom left repeat-x; padding-bottom:15px; margin-bottom:24px;}

.phone {float:left; width:112px;}

/* ============================= footer ====================== */

#footer {background:url(images/line.gif) left top repeat-x; margin:0 236px 0 25px; color:#a1a1a1; padding:20px 0 0 7px;}
#footer a {color:#a1a1a1;}

/* ============================= forms ============================= */


#ContactForm .rowi {height:25px;}
#ContactForm .link2 {text-align:right;}
#ContactForm .link2 a{margin-left:15px;}

.input {width:178px; height:18px; border:1px solid #d3d3d3; background:none; padding:0 0 0 5px; font-size:1em;}
textarea {width:178px; height:120px; border:1px solid #d3d3d3; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
