*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #e8531a url('../images/bg.gif') repeat-x top left;
	text-align: center;
}

a img, fieldset
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#header h1
{
	text-indent: -9999px;
	display:none;
}

h2
{
	margin-bottom: 10px;
	font-size:1.5em;
	color:#fff;
}

h3
{
	margin-bottom: 6px;
	font-size:.94em;
	color:#e8531a;
}

h4
{
	margin:3px 0 5px 0;
	color:#fff;
	background:#e8531a;
	font-weight:normal!important;
	padding-left:4px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size:.81em;
}

#sidebar p a
{
	color:#e8531a;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#footer p
{
  display:inline;
  float:left;
  margin-left:200px;
  margin-top:8px;
}

strong
{
  font-weight:bold;
  color:#E8531A;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
	font-size:.81em;
}

.nav_col
{
	float:left;
	display:inline;
	border-left:#f08f6a 1px solid;
	padding-left:6px;
	margin-right:15px;
}

#nav li
{
	margin-bottom:1px;
	padding-left:10px;
	list-style:none outside;
	color:#e8531a;
	background:url('../images/bullet.gif') center left no-repeat;
	font-size:.81em;
}

ul#address
{
	margin-bottom:10px;
	list-style:none outside;
}

ul#address li
{
	margin-bottom:2px;
}

#footer ul
{
  display:inline;
  float:right;
  margin-top:-5px;
}

#footer li
{
  display:inline;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 864px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background:#fff;
	padding:15px 29px;
	overflow:auto;
}

#header
{
	background: url('../images/logo.gif') no-repeat top right;
	height:135px;
	margin-bottom:15px;
}

#nav
{
	float:left;
	display:inline;
	width: 850px;
}

#content
{
	margin-top:14px;
	float:left;
	display:inline;
	width:74%;
	margin-right:.75%;
}

#box_1
{
	margin-right:2%;
}

#box_1, #box_2
{
	float:left;
	display:inline;
	width:48%;	
}

#box_1 span a, #box_2 span a
{
	position:relative;
	top:-23px;
	left:5px;
	color:#fff;
	text-decoration:none;
}

#box_1 p, #box_2 p
{
	font-size:0.71em;
	line-height:1.35em;
	margin:-13px 0 15px;
}

#sidebar
{
	float:left;
	display:inline;
	width:22%;
	background:#f8cdbd;
	padding:12px;
	margin-top:14px;
}

#footer
{
	border-top:1px solid #E8531A;
	clear:both;
	float:left;
	margin-top:15px;
	padding-top:10px;
	text-align: center;
	width:860px;
	
}
.servicelist_1, .servicelist_2
{
	float:left;
	display:inline;
	margin-top:5px;
}
.servicelist_2
{
	padding-left:50px;
}
/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #E95D0F;
}

a:visited
{
	text-decoration: underline;
	color: #E95D0F;
}

a:hover
{
	text-decoration: underline;
	color: #E95D0F;
}

#nav a
{
	color: #000;
	text-decoration: none;
	padding-top:4px;
}

#nav a:visited
{
	color: #000;
	text-decoration: none;
}

#nav a:hover, #nav a.active
{
	text-decoration: none;
	border-bottom:#e95d0f 1px solid;
}

/* FORM **/

form
{
	width:57%;
}

label
{
	display: block;
	padding: 10px 0 5px 0;
	font-size: .81em;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
	border:1px solid #bbb;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
	border:1px solid #bbb;
	margin-bottom:10px;
	display:block;
}

p.warning
{
	background:#E8531A;
	color:#FFF;
	padding:5px;
}