*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #006f3a url(../images/bg_x.jpg) top left repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
}

#content h2
{
	font-size: 1em;
	text-transform: uppercase;
	font-style: italic;
}

#sidebar h2
{
	color: #fff;
	font-style: italic;
	font-size: 1em;
	padding-top: 5px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#sidebar p
{
	font-size: 0.95em;
	width: 210px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li
{
	list-style: none;
	margin-bottom: 0;
}

#nav #nav_two
{
	background-position: 0 -30px;
}

#nav #nav_three
{
	background-position: 0 -60px;
}

#nav a
{
	display: block;
	background: url(../images/nav.gif) top left no-repeat;
	height: 30px;
	text-indent: -9999px;
}

#sidebar ul
{
	
	font-style: italic;
	margin-top: 10px;
	width: 200px;
	font-weight: 700;
}

#sidebar li
{
	list-style: outside;
	list-style-type: none;
	border-bottom: 1px solid #004423;
	margin-bottom: 0;
	padding: 2px 0;

}

.highlight
{
	border-top: 1px solid #4d886c;
}

.last
{
	border-bottom: 0;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 960px;
	background: url(../images/bg_container.png) top left repeat-y;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header
{
	float: left;
	background: url(../images/logo.gif) top left no-repeat;
	margin-left: 36px;
	width: 400px;
	height: 150px;
	text-indent: -9999px;
}

#nav
{
	display: inline;
	margin-top: 25px;
	margin-right: 46px;
	float: right;
	width: 154px;
	height: 90px;
}

#slider_outer, #slider
{
	margin: 0 0px 0 20px;
	overflow: hidden;
	width: 840px;
	height: 210px;
}

#slider_outer
{
	padding-left: 25px;
	margin-bottom: 25px;
}


#content
{
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8125em;
	margin-right: 46px;
	padding: 25px 45px 0 25px;
	float: right;
	width: 529px;
	height: auto;
}

.logos
{
	float: right;
	margin: 25px 0;
}

#sidebar
{
	display: inline;
	background: url(../images/services.jpg) top right no-repeat;
	color: #fff;
	font-family: 'Myriad Pro' sans-serif;
	font-size: 1.25em;
	margin: 0 0 25px 36px;
	padding: 5px 0 0 50px;
	float: left;
	width: 225px;
	height: auto;
}

#sidebar span
{
	color: #ffff00;
	font-weight: 700;
}



#footer
{
	background: #000;
	margin: 0 46px 0 36px;
	height: 30px;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #000;
}

a:visited
{
	text-decoration: underline;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

#sidebar a
{
	color: #fff;
	text-decoration: none;
}

#sidebar p a
{
	font-style: italic;
	text-decoration: underline;
}

/* FORM **/

fieldset{
	border: none;
}

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;
}