/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background: url(images/bg.gif) top;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

.align-center { text-align:center;}
.align-left { text-align:left;}
.align-right { text-align:right;}

html, input, textarea
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:1.0em;
		line-height:1.154em;
		color:#99978d;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#FFAA00; text-decoration:underline; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:5px;}

.link { font-size:1.077em;}
.link1 { color:#FFAA00;}
.link2 { font-size:1.077em; margin-right:14px;}

/* ============================= main layout ====================== */

.imgindent {margin:0 15px 0 0; float:left;}
.imgindent1 {padding:10px 0 8px;}
.imgindent2 { padding:0 0 0 5px; vertical-align:middle;}


.indent1 { padding-top:20px;}
.indent2 { padding-top:25px;}
.indent3 { padding-top:30px;}
.indent4 { padding-top:15px;}
.indent5 { padding-top:40px;}
.indent6 { padding-top:10px;}
.indent7 { padding-top:70px;}
.indent8 { padding-top:13px;}

.text1 { font-size:1.154em; line-height:1.333em;}
.text2 { color:#9B9B9B;}


/* ============================= header ====================== */
#header { width:840px; margin:0 auto; text-align:left;}

.logo { position:absolute; margin:26px 0 0 1px;}

.row-1 { height:81px; }
.row-1 ul { font-size:0.923em; color:#6f8168; padding:52px 4px 0 0; line-height:1em;}
.row-1 li { display:inline; padding-left:3px; background:none;}
.row-1 li a { color:#6f8168; padding-right:6px; text-decoration:none;}
.row-1 li a:hover { color:#FFFFFF;}

#header .col-1 { width:659px;}
#header .col-2 { width:240px;}

.row-2 { width:800px; height:47px; margin-left:11px; background:url(images/bg.gif) bottom repeat-x;}
.row-2 ul { font-size:1.077em; line-height:1em;}
.row-2 li { float:left; background:none; }
.row-2 li a { display:inline-block; height:29px; color:#99978d; text-decoration:none; padding:16px 13px 0 12px;}
.row-2 li a:hover, .row-2 .active a { background:#777777; color:#FFFFFF;}

/* ============================= content ====================== */
#content { width:820px; margin:0 auto; background: url(images/bg.gif) bottom repeat-x #272626; text-align:left;}

#content ul { line-height:1.923em;}
#content li { background:url(images/marker.gif) 10px 8px no-repeat; vertical-align:top;}
#content li a { padding-left:24px; color:#494949;}
#content li a:hover { color:#FFFFFF;}

.phone { float:left; width:76px;}
.phone2 { float:left; width:81px;}

/* ============================= footer ====================== */
#footer { width:860px; height:33px; margin:0 auto; text-align:left;	}
.policy { font-size:.7em; padding:30px 0px 0px 30px; }
.rs { position:absolute; margin:27px 0px 0px 842px;}
.rs a { color:#494949; background:url(images/rs.gif) top right no-repeat; padding-right:21px; text-decoration:none;}
.rs a:hover { color:#FFFFFF;}
/* ============================= forms ============================= */

#SearchForm {line-height:1em; }
#SearchForm input {width:165px; height:20px; border:0px; font-size:1em; background:#1A1A1A; padding:1px 0 0 3px; }
#SearchForm .button { width:54px; height:21px; border:0px; margin:0 0 0 4px; vertical-align:middle; cursor:pointer; outline:none; }

label { height:30px; display:block;} 
#ContactForm {height:33px; line-height:1em;}
#ContactForm input {width:176px; height:18px; border:1px solid #525252; font-size:1em; background:#C4C4C4; padding:1px 0 0 3px; }
#ContactForm textarea {width:176px; height:171px; border:1px solid #525252; font-size:1em; background:#C4C4C4; padding:0 0 0 2px; overflow:auto;    }
 