*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	background:url(../images/footer_reflection.jpg) bottom no-repeat;
	margin-bottom:58px;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color:#333;
}

h2
{
	margin-bottom: 10px;
}

p, li  /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	color:#333;
	font:normal 0.88em/130% Arial, Helvetica, sans-serif;
}

#header h1
{
	background:url(../images/contact_info.gif) no-repeat 323px 29px;
	height:99px;
}

h2#content_heading
{
	background:url(../images/content_heading.gif) no-repeat 0 0;
	height:50px;
	text-indent:-9999px;
}

#sidebar p
{
	font:normal 1.13em Arial, Helvetica, sans-serif;
}

#footer p
{
	margin-left:40%;
	padding-top: 25px;
	font-size: 0.8em;
	color:#745a33;
	background:url(../images/footer_logo.gif) no-repeat  409px 0;
	height:25px;
}

/* LIST STYLES *************************/
li
{
	list-style:inside;
}

#nav ul
{
	margin:240px 0 0 34px;
	
}

#nav li /* NAVIGATION STYLE */
{
	border-bottom:1px solid #FFF;
	margin:7px 31px 12px 0;
	list-style:none outside;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 900px;
	height: auto;
	margin:0 auto 0px;
	text-align: left;

}

#header_container
{
	background: url(../images/header_btm.gif) no-repeat 0 bottom;
	height:384px;
	width:100%;
	border:#989898 solid;
	border-width:0 1px;
}

#nav
{
	background:#745a33 url(../images/logo.gif) no-repeat 32px 29px;
	width: 37.25%;
	height: auto;
	float:left;
	display:inline;
	height: 374px;
}

#header
{
	width: 62.75%;
	height: 374px;
	text-indent: -9999px;
	float:left;
	display:inline;
	background:url(../images/team.jpg) no-repeat left bottom;
}

#content_container
{
	width:100%;
	background:url(../images/content_bg.gif) repeat-y;
	overflow:auto;
	padding-top:15px;
	border:#989898 solid;
	border-width:0 1px;
}

#sidebar
{
	float: left;
	display:inline;
	width: 30.15%;
	height: auto;
	margin:0 3.5%;
}

#content
{
	float: left;
	display:inline;
	margin-right:4%;
	margin-left:2.5%;
	width: 56.25%;
	height: auto;
}

#footer
{
	clear:both;
	background:url(../images/content_bg.gif) repeat-y 0 0;
	margin-right: -2px;
	border:#989898 solid;
	border-width:0 1px 1px;
}

#footer span#l_corner, #footer span#r_corner
{
	height:15px;
	width:15px;	
	display:inline;
	margin-top:-14px;
}

#footer span#l_corner
{
	background: url(../images/l_corner.gif) no-repeat 0 0;
	float:left;
	margin-left: -1px;
}

#footer span#r_corner
{
	background: url(../images/r_corner.gif) no-repeat 0 0;
	float:right;
	margin-right: -1px;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #333;
}

a:visited
{
	text-decoration: underline;
	color: #333;
}

a:hover
{
	text-decoration: underline;
	color: #777;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
