
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E0E0E0 url(/style/images/bg_01.gif) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #949393;
height:100%;
}

h1, h2, h4 {
	margin: 20px 0px 10px 0px;
	text-transform: lowercase;
	font-weight: normal;
	color: #878787;
}

h1 span, h2 span {
	color: #535353;
}

h1 {
	padding: 0px 0px 0px 55px;
	background: url(/style/images/homepage_09.gif) no-repeat left center;
	letter-spacing: -2px;
	font-size: 34px;
}

h2 {
	padding: 0px 0px 0px 35px;
	background: url(/style/images/homepage_10.gif) no-repeat left center;
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

h4 {
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 22px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.8;
	text-align: justify;
}

strong {
	color: #5E5E5E;
}

a {
	color: #EC7700;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LIST STYLES */

ul.style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 2.2;
}

ul.style1 li {
	padding-left: 19px;
	background: url(/style/images/homepage_11.gif) no-repeat left center;
}

ul.style2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.75;
}

ul.style2 li {
}

ul.style2 b {
	padding: 2px 5px;
	background: #E9E9E9;
	color: #999999;
}

ul.style2 a {
	padding-left: 5px;
}

ul.style2 p {
	padding-left: 10px;
}

ul.style3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.style3 li {
	margin-bottom: 10px;
}

ul.style3 img {
	margin-top: 5px;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 900px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 88px;
}

/** SEARCH */

#search {
	float: right;
	width: 400px;
	height: 88px;
	background: url(/style/images/bg_02.gif) no-repeat left top;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search form {
	padding: 116px 0px 0px 69px;
}

#search input {
	float: left;
}

#search .input-text {
	width: 229px;
	height: 18px;
	padding: 5px 5px 0px 5px;
	background: #FEFEFE url(/style/images/homepage_03.gif) repeat-x left top;
	border: 1px solid #DEDEDE;
	font: 12px Arial, Helvetica, sans-serif;
	color: #949393;
}

#search .input-submit {
	width: 51px;
	height: 25px;
	margin: 0px 0px 0px 10px;
	background: #F37E00 url(/style/images/homepage_04.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** BANNER */

#banner {
	margin-bottom: 10px;
}

/** MENU */

#menu {
	height: 62px;
	margin-bottom: 10px;
	background: url(/style/images/bg_03.gif) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 16px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
	margin: 0px 30px 0px 0px;
	padding: 0px 1px 0px 0px;
}

#menu a {
	float: left;
	height: 26px;
	padding: 4px 14px 0px 15px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #535353;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: url(/style/images/bg1_01.gif) no-repeat right top;
}

#menu li.active a {
	background: url(/style/images/bg1_01.gif) no-repeat right top;
	color: #FFFFFF;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(/style/images/bg_04.gif) repeat-y left top;
}

.subpage2 #page {
	background-image: url(/style/images/bg1_02.gif);
}

.subpage3 #page {
	background-image: url(/style/images/subpage3_01.gif);
}

/** CONTENT */

#content {
	float: left;
	width: 540px;
	padding: 30px 30px 10px 30px;
	background: url(/style/images/bg_05.gif) no-repeat left top;
}

.subpage2 #content {
	float: right;
	background: url(/style/images/bg1_03.gif) no-repeat right top;
}

.subpage3 #content {
	float: none;
	width: auto;
	background: url(/style/images/subpage3_02.gif) no-repeat left top;
}

/** 2-COLUMN LAYOUT */

.two-columns {
	width: 100%;
	overflow: hidden;
}

.two-columns .column1 {
	float: left;
	width: 255px;
}

.two-columns .column2 {
	float: right;
	width: 255px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 230px;
	height:100%;
	padding: 30px 30px 10px 30px;
	background: url(/style/images/bg_05.gif) no-repeat right top;
}

.subpage2 #sidebar {
	float: left;
	background: url(/style/images/bg1_03.gif) no-repeat left top;
}

/** FOOTER */

#footer {
	background: url(/style/images/bg_06.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 70px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #ABAAAA;
}

.subpage2 #footer {
	background-image: url(/style/images/bg1_04.gif);
}

.subpage3 #footer {
	background-image: url(/style/images/subpage3_03.gif);
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}


img.left {
  float:left;
  margin:0 1em 1em 0;
}

img.right {
  float:right;
  margin:0 0 1em 1em;
  border:1px solid #000;
}

img.left, img.right {
  border:1px solid #000;
  padding:4px;
}

.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
	}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}