* {
	margin: 0 auto; padding: 0;
} 
body {

	margin: 0; padding: 0;
	text-align: center;

	margin-right:0px;
	padding-right:0px;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
/*	background: url(img/headerbg-orange.gif) repeat-x ;*/
	color: #666666;
}

a {
	background: inherit;
	color: #EC981F; 
}
a:hover {
	background: inherit;
	color: #806B4D;
}

h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; text-transform: none; color: #696969}


#main h1, #rightbar h1 {
	padding: 10px 0 5px 0px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa; /*#f2f2f2;*/
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #EC981F;
}
ul span, ol span {
	color: #666666;
}

img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
form {
	margin:10px; padding: 0;
	border: 1px solid #ddd;
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #aaa;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #aaa;
	height:100px;
	display:block;
	color:#777;
}
#wrap {
/*	margin: 0 auto;*/
	width:864px;
	text-align: left;
	background: #FFF;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
#content-wrap {
	clear:both;
	margin: 0;
	padding:0;
	width:848px;
	text-align:left;
}
#header {
	position: relative;
	background: url(img/headerbg-orange.gif) repeat-x top right;
	padding:0;
	margin:0;
	height: 84px;
	margin-top:10px;
}
#header h1#company {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	top: 0; left: 5px;
}

#header h1#company a { text-decoration:none; }

#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 48px; left:65px;
}

#header #logo {
	position: absolute;
	top:5px;
	right:3px;
}

#header #logo h1{
	color:#ff4500;
}

#main {
	float: left;
	margin-left: 15px;
	padding: 0px 0px 0px 5px;
	width: 64%;
	border-left: 1px solid #f2f2f2;
}

#rightbar {
	float: right;
	width: 31%;
	padding: 0;
	margin: 0;
	margin-left:20px;
}

#rightbar img {
	border: none;
}

#rightbar ul {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;
	padding-right: 0;
	text-decoration: none;
}
#rightbar ul li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 5px 2px 20px;
}

* html body #rightbar ul li {
	height: 1%; 
}

#rightbar ul a {
	background-image: none;
	text-decoration: none;
}

#footer {
	clear: both;
	background: #FFF url(img/footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	height: 80px;
	text-align:center;
}
#footer a {
	text-decoration: none;
}

#menu {
	clear: both;
	margin: 0; padding: 0;
	width:848px;
}

#menu ul {
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 864px;
	border: 1px solid #808080;
	border-width: 0 0 4px 0;
	list-style: none;
}

#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(img/menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menu ul li.current_page_item a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

.float-left   { float: left;}
.float-right  { float: right;}
.align-left   { text-align: left;}
.align-right  { text-align: right;}
.align-center { text-align: center;}
.align-justify { text-align: justify;}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.link_list {
	float:left;
	text-align:left;
	display: table;
	padding-top:5px;
	border-top: 1px dotted #aaa; /*#f2f2f2;*/
}

.link_list h2 {
	margin-left:15px;
}

.link_list_wrapper a {
	text-decoration:none;
}

.link_list_wrapper a:hover {
	text-decoration:underline;
}

.link_list_wrapper li {
  list-style-type: none;
}

.link_list_wrapper ol {
	margin:0px 0px 0px 10px;
	width:46em;
}

.link_list_wrapper ol li {
	float: left;
	width:23em;
}

.link_list_wrapper br {
	clear:left;
}
.link_list_wrapper {
	margin-bottom: 1em;
	display: table;
	width:560px;
	float:left;
}

.associates {
	margin-left: 15px;
	border-left: 1px solid #f2f2f2;
	width:90%;
}
.associates img {
	border:none;
}
.associates li {
	list-style-type: none;
}

.associates ul {
	margin-left:0px;
	padding-left:0px;
}

.listing_box {
	float:left;
	text-align: left;
	overflow:hidden;
	font-size:0.9em;
}

.listing_box ol {
	width:45em;
	list-style-type: none;
}

.listing_box ol li {
	padding-left:2em;
	float:left;
	width:20em;
}

.listing_box br {
	clear: left;
}
