@import url("header_nav.css");
/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background: url(images/bg-top.gif) top repeat-x;
	text-align:center;
}

html, input, textarea
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.25em;
		color:#525252;
	}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.aligncenter { text-align:center;}
.alignleft { text-align:left;}
.alignright { text-align:right;}

input, select { vertical-align:middle; font-weight:normal;}
a {color:#161616; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p {padding-top:15px;}
a img { border:0;}
ul { list-style:none;}
img {vertical-align:top;}
em { font-size:1.167em; color:#2F7677;}

.color1 { color:#DE8963;}
.color2 { color:#2F7677;}
.color3 { color:#AE8D78;}
.link1 { background: url(images/marker.gif) 0 3px no-repeat; text-decoration:none; padding-left:10px;}
.text1 { background:url(images/marker3.gif) 0 3px no-repeat; padding-left:18px; color:#AE8D78; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}
.text2 { color:#F36C24; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}
.text3 { color:#AE8D78; font-weight:bold; text-transform:uppercase; margin:0 0 10px;}

/* ============================= main layout ====================== */
.imgindent { float:left; margin-right:21px;}
.space1 { margin-top:37px;}
.space2 { margin-top:20px;}
.space3 { margin-right:40px;}
.space4 { margin-top:30px;}
.space5 { margin-right:60px;}
.space6 { margin-top:130px;}
/* ============================= header ====================== */
.logo { margin-top:40px;}
.menu { margin-top:16px;}
.menu ul { width:100%; overflow:hidden;}
.menu li { float:left;}
/* ============================= content ====================== */
#content { padding:0 0 32px; }
.box1 { height:312px; background:url(images/bg-1.jpg) top center no-repeat;}
.row-1 { height:191px;}
.slogan { margin:20px 0 0 30px;}
.row-3 .col-1 { padding:30px 17px 35px 33px; border:1px solid #E4E4E2; background:#FFF;}
.list1 li a { background:url(images/marker2.gif) 0 4px no-repeat; line-height:1.75em; padding-left:19px; font-weight:bold;}
.list1 li a:hover { color:#F36C24;}
.line { border-top:1px solid #EFEFEF; height:20px; margin-top:20px;}
.line2 { border-top:1px solid #D7D7D5; height:20px; margin-top:20px;}
.button1 { background:url(images/button1-tail.gif) top repeat-x; display:inline-block; font-size:0.917em; color:#FFF; line-height:1em; text-decoration:none; cursor:pointer;}
.button1 span { background:url(images/button1-left.gif) top left no-repeat; display:inline-block; height:19px; line-height:1em; }
.button1 span span { background:url(images/button1-right.gif) top right no-repeat; height:16px; padding:3px 10px 0 17px;}
.button1:hover { color:#000;}
* html .button1 span span { height:15px; padding:4px 10px 0 17px;}
*+html .button1 span span { height:15px; padding:4px 10px 0 17px;}
.button2 { background:url(images/button2-tail.gif) top repeat-x; display:inline-block; font-size:0.917em; color:#FFF; line-height:1em; text-decoration:none; cursor:pointer;}
.button2 span { background:url(images/button2-left.gif) top left no-repeat; display:inline-block; height:19px; line-height:1em; }
.button2 span span { background:url(images/button2-right.gif) top right no-repeat; height:16px; padding:3px 10px 0 17px;}
.button2:hover { color:#000;}
* html .button2 span span { height:15px; padding:4px 10px 0 17px;}
*+html .button2 span span { height:15px; padding:4px 10px 0 17px;}
.box2 .corner-top-left { background:url(images/corner-top-left.gif) top left no-repeat;}
.box2 .corner-top-right { background:url(images/corner-top-right.gif) top right no-repeat; padding:0 14px; }
.box2 .bg { background-color:#FFF; height:14px; line-height:1em; font-size:0em;}
.box2 .corner-bot-left { background:url(images/corner-bot-left.gif) bottom left no-repeat;}
.box2 .corner-bot-right { background:url(images/corner-bot-right.gif) bottom right no-repeat; padding:0 14px;}
.box2 .main { background:#FFF; padding:25px 0 30px 33px;}
.phone { float:left; width:76px;}

/* ============================= footer ====================== */
#footer .indent {width:904px; margin:0 auto; text-align:left; padding:27px 0 0 21px; color:#897F6A;}
#footer a {color:#897F6A;}
/* ============================= forms ============================= */
#ContactForm {line-height:1em;}
label { height:50px; display:block;} 
#ContactForm input {width:235px; height:18px; border:1px solid #E5E5E4; padding:3px 0 0 5px; font-size:1em; line-height:15px !important; margin-top:2px;}
#ContactForm textarea {width:276px; height:119px; border:1px solid #E5E5E4; background:#FFFFFF; padding:2px 0 0 5px; overflow:auto; font-size:1em; line-height:1em; margin-top:2px;}

