*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em verdana, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
	background: url(../images/container_bkgd.gif) repeat-y center;
}

.creditimage
{
	width: 100%;
	background: #e5eb0b;
	height: 57px;
}

a img
{
	border: 0;
}

address
{
	font-style: normal;
	padding-left: 20px;
	margin-top: -10px;
	font-size: 0.8em;
	font-weight: bold;
}

#sidebar a img
{
	margin-bottom: 10px;
}

.staffimage
{
	margin-left: 20px;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6 /* HEADER TEXT */
{
	color: #000;
	font-family: verdana, Helvetica, sans-serif, serif;
}

h2
{
	margin-bottom: 10px;
}

h1
{
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 10px;
}

#credit
{
	padding-top: 15px;
	padding-left: 15px;
}

#contact
{
	padding-top: 15px;
	padding-left: 20px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	color: #092f2f;
	font-size: 0.8em;
	line-height: 170%;
	padding-left: 20px;
	padding-right: 10px;
}

#sidebar p
{
	font-size: 0.8em;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	background: url(../images/arrow.gif) no-repeat;
	margin-right: 30px;
	list-style: none;
	padding-left: 40px;
	font-size: 0.8em;
	margin-bottom: 35px;
	font-weight: bold;
	
}

#nav ul /* NAVIGATION STYLE */
{
	padding: 50px 0px 0px 60px
}

/* LAYOUT DIVS *************************/

#container
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header1
{
	width: 100%;
	height: 114px;
	background: url(../images/header1.jpg) no-repeat left top;
}

#header2
{
	width: 100%;
	height: 432px;
	background: url(../images/header2.jpg) no-repeat right #dde6d1;
	margin-top: 0;
	
}

#nav
{
	width: 319px;
	height: 432px;
	background: url(../images/nav_bkgd.jpg) no-repeat #dde6d1;
	margin-top: 0;
	
}

#content
{
	float: left;
	width: 66.4%;
}

#contentleft
{
	width: 50%;
	float: left;
	background: url(../images/content_bkgd.jpg) repeat-y #dde6d1;
	overflow: hidden;
}

#contentright
{
	width: 49.95%;
	float: left;
	background: url(../images/content_bkgd.jpg) repeat-y #dde6d1;
	overflow: hidden;
}		

#sidebar
{
	float: left;
	width: 319px;
	height: 454px;
	background: url(../images/fresh_image.jpg) no-repeat #dde6d1;
}

#footer
{
	background: #092f2f;
	height: 49px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

#nav a
{
	color: #ffffff;
	text-decoration: none;
}

#nav a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover
{
	color: #e5eb0b;
	text-decoration: none;
}

/* CONTACT FORM **************************************/

form
{
	margin-bottom: 30px;
	width: 630px;
}

#contentleft form
{
width: 280px;
margin-left: 15px;
}

label
{
	display: block;
	font-size: 0.8em;
}

fieldset label
{
	padding-top: 10px;
	padding-bottom: 5px;
}

fieldset
{
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

legend
{
	font-size: 0.8em;
	padding: 5px 5px 0px 5px;
}

input[type=text]
{
	display: block;
	width: 97%;
	padding: 3px;
}

.address
{
	margin-top: 5px;
}

textarea
{
	width: 97%;
	padding: 3px;
	font: 0.8em Arial, Helvetica, sans-serif;
	height: 100px;
}

input[type=submit]
{
	width: 100%;
	padding: 3px;
	margin-top: 15px;
	background: green;
	color: white;
}

#formright
{
	float: right;
	width: 46%;
	border: 0;
	margin-right: 5px;
}

#formleft
{
	float: left;
	width: 46%;
	border: 0;
	margin-left: 10px;
}