/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background: url(images/bg-top-tail.gif) top repeat-x #292623;
	text-align:center;
}

html, input, textarea
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.333em;
		color:#ACA9A6;
	}

.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:#FFFFFF; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p {padding-top:15px; line-height:1.333em;}
a img { border:0;}
ul { list-style:none;}
img {vertical-align:top;}

h3 { font-size:2.75em; color:#E6E5E4; line-height:1.2em; padding:12px 0 19px;}

strong { color:#F9AD16; text-transform:uppercase;}

object { outline:none;}

.link1 { text-decoration:none;}
.link1:hover { text-decoration: underline;}

.link2 { color:#F9AD16;}

/* ============================= main layout ====================== */
.imgindent { float:left; margin-right:15px;}

.indent1 { padding-left:6px;}
.indent2 { padding-top:6px;}
.indent3 { padding-left:24px;}
.indent4 { padding-bottom:25px;}

.space1 { margin-right:24px;}
.space2 { margin-top:35px;}
.space3 { margin-top:15px;}
.space4 { margin-right:20px;}

/* ============================= header ====================== */
.row-1 { height:128px; padding-top:1px; }
.row-2 { height:300px;}

/* ============================= content ====================== */
#content { padding:11px 0 15px; }

.column4 { width:1px; background:url(images/separator.gif) bottom no-repeat #3F3C39;}
.list1 { margin-top:-7px;}
.list1 li { line-height:2.167em;}
.list1 li a { background:url(images/marker1.gif) 0 5px no-repeat; padding-left:12px; color:#ACA9A6; text-decoration:underline;}
.list1 li a:hover { color:#fff; text-decoration:underline;}

.phone { float:left; width:135px;}
.email { float:left; width:84px;}

/* ============================= footer ====================== */
#footer .tail { background:url(images/footer-bg-tail.gif) top repeat-x;}
#footer .bg-left { background:url(images/footer-bg-left.gif) top left no-repeat;}
#footer .bg-right { background:url(images/footer-bg-right.gif) top right no-repeat; text-align:center; padding-top:29px; height:47px; }
#footer a { color:#ACA9A6;}
/* ============================= forms ============================= */
#ContactForm {line-height:1em;}
label { height:30px; display:block;} 
#ContactForm input {width:282px; height:16px; border:1px solid #A4A4A4; background:#34312E; padding:2px 0 0 5px; font-size:1em; line-height:1em;}
#ContactForm textarea {width:282px; height:206px; border:1px solid #A4A4A4; background:#34312E; padding:2px 0 0 5px; overflow:auto; font-size:1em; line-height:1em;}
