/* CSS Document */


body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat top left;
	font-size:1em;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:2em;
	font-weight:normal;
	margin:0;
	margin-bottom:5px;
	border-bottom:1px solid #000;
	padding-bottom:2px;
}

h2 {
	display:inline;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

h3 {
	color:#624e35;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
}

a:link, a:active, a:visited {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:none;
}


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:838px;
	height:auto;
}

#header {
	width:838px;
	height:158px;
	margin:0;
	padding:0;
	background:url(images/header.png) no-repeat top left;
}

#bodytop {
	width:838px;
	height:244px;
	background:url(images/flashbg.png) repeat-y top left;
	padding-bottom:15px;
}

#navigation {
	float:left;
	width:175px;
	height:auto;
	margin-right:20px;
	margin-top:15px;
	margin-left:25px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#navigation .phone {
	font-size:21px;
	color:#efdb68;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li {
	margin-bottom:4px;
	width:174px;
}

#navigation li a {
	display:block;
	width:172px;
	height:21px;
	border:1px solid #000;
	background-color:#b5aa6a;
	color:#624e35;
	text-decoration:none;
	padding-top:4px;
}

#navigation li a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
}

#navigation li a.here {
	background-color:#FFFFFF;
}

#flash {
	float:left;
	width:603px;
	height:229px;
	margin-top:15px;
}

#bodybottom {
	width:838px;
	height:auto;
	background:url(images/bodybg.png) repeat-y top left;
	margin:0;
	padding:0;
}

#sidebar {
	position:absolute;
	left:10px;
	top:420px;
	width:180px;
	height:auto;
	padding:0px 15px 20px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#FFFFFF;
}

#sidebar ul {
	line-height:1.5em;
}

#sidebar hr {
	width:100%;
	height:1px;
	background-color:none;
	border-top:1px dashed #FFF;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:10px 0;
}

#content {
	width:570px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:.75em;	
	line-height:1.3em;
	margin-left:235px;
	padding-top:20px;
}

#footer {
	width:838px;
	height:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.7em;
	text-align:center;
	padding-top:30px;
	background:url(images/footer.png) no-repeat top left;
	margin-bottom:20px;
}

#footer a {
	color:#000;
}

.input {
	border:1px solid #333;
}

fieldset {
	width:450px;
	border:1px solid #333;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#624e35;
}

.noshow {
	display:none;
}

.floatright {
	float:right;
	margin:0 0 15px 15px;
}

.floatleft {
	float:left;
	margin:0 15px 15px 0;
}

.pic {
	border:1px solid #000;
}

.redtext {
	color:#FF0000;
	font-weight:bold;
}

.bluetext {
	color:#0000FF;
	font-weight:bold;
}

.smaller {
	font-size:.8em;
	font-style:italic;
}

blockquote.tests {
	background:url(images/leftquote.gif) no-repeat top left;
	font-size:16px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px 0 0 15px;
	font-style:italic;
}

blockquote.tests p {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:42px;
	text-align:right;
	font-weight:bold;
	color:#624e35;
	background:url(images/rightquote.gif) no-repeat right top;
	padding-top:4px;
}