/* GENERIC */
*
{
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-family: "Courier New", Courier, monospace;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
a, a:hover, a:visited
{
	text-decoration: none;
}
html, body
{
	background-color: #000000;
}
body
{
	min-height: 300px;
	min-width: 748px;
	
	height: 300px;

	margin: 1em;
	margin-left: auto;
	margin-right: auto;
}

span.phone_number, span.email
{
	white-space: nowrap;
}

.ie6 body
{
	text-align: center;
}

body, #main, #footer
{
	width: 800px;
}

.extend_hack
{
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}

.ie6 .extend_hack
{
	display: none;
}

/* MAIN */
#main
{
	border: 6px solid #FFFFFF;
}

#header .left
{
	/*float: left;*/
	width: 200px;
	height: 110px;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
}
#header .right
{
	/*width: 582px;*/
	height: 110px;
	background-image: url(../images/banner/banner1.jpg);
	border-bottom: 6px solid #FFFFFF;
}
#nav_container
{
	float: left;
	background-color: #c46618;
	width: 200px;
	border-right: 6px solid #FFFFFF;
	height: 100%;
}

#nav
{
	height: 340px;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#nav ol li a
{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #373638;
	padding-left: 12px;
}
.ie6 #nav ol li a
{
	display: inline;
	width: 200px;
}

#nav ol li ol
{
	display: none;
}
#nav ol li.current
{
	border-top: 1px solid #b1b3b6;
}
#nav ol li.current a
{
	background-color: #000000;
}
#nav ol li.current ol
{
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#nav ol li.current ol li
{
	/*border-top: 1px solid #a49f9f;*/
	border-bottom: 1px solid #a49f9f;
}
#nav ol li.current ol li a
{
	background-color: #7d7676;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav ol li.current ol li.current a
{
	background-color: #b1b3b6;
}

#nav_container #testimonials
{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#nav_container #testimonials .quote
{
	font-size: 15px;
	font-weight: bold;
}


#content
{
	background-color: #dddddd;
	width: 574px;
	padding: 10px;
	margin-left: 206px;
}
/* HACK AND SLASH! */
.gecko #content, .opera #content, .safari #content
{
}
.ie6 #content
{
	margin-left: 200px;
	width: 585px;
}
#content #main_content
{
	border: 2px solid #6f6e70;
	padding: 10px;
	height: 350px;
}
#content #main_content #real_content
{
	height: 350px;
	overflow: auto;
	overflow-x: hidden;
}
#content *
{
	color: #000000;
}

/* FOOTER */
#footer a, #footer a:hover, #footer a:visited
{
	color: #FFFFFF;
}
#footer
{
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
#footer img
{
	vertical-align: middle;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
#footer .bar
{
	margin-left: 0.75em;
	margin-right: 0.75em;
}
