@charset "utf-8";
/* CSS Document */

/*{border: 1px solid black;}*/

html {height: 100.5%}

body {
	color: #000; 
	background: #e5efe3; 
	margin: 0;
	position: relative;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h1,h2,ul,li {
  margin: 0;
  padding: 0;
}

a {text-decoration:none;color: #069FD9;}

a:hover{text-decoration:underline;}

p { 
	text-align: justify;
	font: 80%em, Trebuchet, Verdana, Helvetica, sans-serif;
}

img {border: none;}

input.text {
	margin-top:5px;
	width: 100px;
	border: solid 1px #A6A6A6;
	border-right: solid 2px #A6A6A6;
	border-bottom: solid 2px #A6A6A6;
}

input.button {
	background: url(decoration/menu.gif);
	border: solid 1px #919191;
	width: 30px;
	padding:1px 0 1px 0;
	text-align:center;
}

/* font styles */
h1 {font-family: "Lucida Grande", "Lucida Sans Unicode";}

h2 {font-family:  "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;}

/* div specific styles */
#container {
	width: 980px;
	margin: 10px auto 0px auto;
	background: transparent;
}

#header {
	background: #32a832 url(decoration/top_left_corner.gif) no-repeat top left;
	color: #ffffff;
	height: 95px;
}	

#header h1{
	background: url(decoration/erickson_xl.gif) bottom left no-repeat;
	height: 55px;
	padding: 10px 0 0 0;
}

#header h2{
	background: url(decoration/tag.gif) 50px 5px no-repeat;
	height: 25px;
}

#header span{display: none;}

#header_right{
	background: transparent url(decoration/header_right.jpg) no-repeat top right;
	height: 96px;
	padding-left: 165px;
}

#header_left{background: transparent url(decoration/exl_logo.gif) no-repeat 20px 15px;}

#menu{
	background: #919191 url(decoration/menu.gif) repeat-x;
	height:34px;
	font: 1.2em  "Lucida Grande", Tahoma, sans-serif;
	border-top: solid 1px #919191;
	border-bottom: solid 1px #919191;
	text-align: center;
}

#menu ul{margin-left: 25%;}

#menu ul li{
	display: inline;
	float: left;
	border-left: solid 1px #919191;
	border-right: solid 1px #919191;
	margin-left: -1px;
}

#menu a{
	padding-top: 3px;
	display: block;
	color: #484848;
	text-decoration:none;
	height:34px;
	width: 99px;
}

#menu a:hover{
	color:#ffffff;
	background:transparent url(decoration/button_on.gif) no-repeat top right;
	cursor:pointer;
}

#menu a.current{
	color: #ffffff;
	background:transparent url(/decoration/button_on.gif) no-repeat top right;
}

#telephone{
	color: #484848;
	margin-top: 4px;
	text-align: center;
	font: 1em  "Lucida Grande", Tahoma, sans-serif;
	letter-spacing: 0.05em;
}

#leftsidebar {
	padding-top: 20px;
	width: 170px;
	margin-left: -100%;
	z-index:100;
	text-align:center;
}

#leftsidebar h4 {
	font: bold 1em georgia, serif;
	color: #339999;
	margin-bottom: 0;
}

#leftsidebar h5{
	margin:0;
	padding:5px 0 0 0;
	color:#484848;
}

#leftsidebar p {
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
}

.nav_category{
	margin:0 auto 0 auto;
	width: 160px;
	height: 30px;
	background:transparent url(decoration/menu.gif) repeat-x top left;
}

.nav_box{
	padding:8px 0 10px 0;
	margin:0 auto 0 auto;
	width: 158px;
	border: 1px solid #919191;
}

#quicklinks{
	padding: 10px 0 0 0;
}
#partlinks{
	padding: 10px 0 0 0;
}

li.cat{
	text-align: left;
	list-style-image: url(decoration/arrow.gif);
	margin:2px 0 0 25px;
	font: .9em Geneva, Arial, Helvetica, sans-serif;
}

li.mnf{
	text-align: left;
	list-style: none;
	margin-left:15px;
	font-size:1em;
}

#main{background: #fff;}

#contentarea{
	margin-left:-100%;
	width:75%;
	padding-top: 20px;
	padding-left: 210px;
	min-height: 540px;
}

/*#contentarea h3{font:  1.2em Geneva, Arial, Helvetica, sans-serif;}

#contentarea h4{font: .9em Geneva, Arial, Helvetica, sans-serif;}*/

.item{
	background:#fff;
	float:left;
	left:100%;
	overflow:hidden;
	position:relative;
}

.line{
	background:transparent;
	display:block;
	float:left;
	overflow: hidden;
	position:relative;
	width:100%;
}

.column{
	margin-bottom:-5000px;
	padding-bottom:5000px;
}

.content_header {
	padding-left: 15px;
	height: 30px;
	background:transparent url(decoration/menu.gif) repeat-x top left;
}

.content_header h2{
	font: 1.2em "Lucida Sans", Verdana, Arial,san-serif;
	color:#484848;
	line-height:30px;
}
#footer{
	padding: 10px 0 10px 0;
	margin: 0 0 0 -100%;
	width: 100%;
	text-align: center;	
}

#footer li{
	display: inline;
	text-decoration: none;
}

#footer li a{white-space:nowrap;}

label,input.feedback {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75pt;
	padding-right: 20px;
}

br{clear: left;}

.num_list p{margin:0;}

.map_column {
	float: left;
	width: 15em;
}