@charset "utf-8";
/* CSS Document */
/*import global styles*/
@import url("/assets/css/trans-global.css");
/*navigation*/
#nav {
	width: 172px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav h2 {
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #000000;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul {
	margin-top: 0px;
	margin-left: 5px;
	display: block;
	margin-right: 5px;
	padding: 0px;
}
#nav li {
	list-style-type:none;
}
#nav .item-active a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #E4E5D7;
	padding-left: 5px;
	border: 1px solid #999999;
	color: #993300;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#nav .item-active a:hover {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #993333;
	padding-left: 5px;
	border: 1px solid #999999;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
.topsidenav {
}
#sidenav {
	float: right;
	width: 160px;
	background-color: #fff;
	margin-left: 10px;
	margin-top: -20px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#sidenav h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	background-color: #F0F0E0;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#sidenav ul {
	padding-right: 0px;
	padding-left: 2px;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidenav ul li {
	background-image: url(/assets/images/arrowpixel.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	list-style-type: none;
	margin: 0px;
	background-color: #fff;
}
/*side nav slider */
#sidenav-slide {
	width: 160px;
	background-color: #fff;
	float: right;
	margin-top: 25px;
}
/*uncomment the stle below to activate sliding in IE7 and FF */
/*#main > #sidenav-slide{ 
	position: fixed;
	margin-left: 420px;
	
}*/
#sidenav-slide h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F0F0E0;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#sidenav-slide ul {
	padding-right: 0px;
	padding-left: 2px;
	margin: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidenav-slide ul li {
	background-image: url(/assets/images/arrowpixel.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	list-style-type: none;
	margin: 0px;
	background-color: #fff;
}
/*--/ sidenav slider */ 
.sidesector {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.sidesector a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidesector #map {
	text-align: center;
}
#map img {
	margin: 5px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*main area*/
#page-title h1 {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 2.0em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/assets/images/double_white.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#main {
	margin-left: 182px;
}
#container {
	/*background-image: url(/assets/images/background.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	margin: 0px;
	padding: 0px;
}
/*misc classes*/
.clear {
	clear:both;
}
.strong {
	display: block;
	font-weight: bold;
	padding: 2px;
}
/*classes*/
.content {
	padding: 5px;
	margin: 5px;
}
.content h2 {
	color: #3366CC;
	text-transform: uppercase;
	background-image: url(/assets/images/grayline.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}
/*states subsection*/
#state-wrap {
	float: left;
	width: 280px;
	border: 1px solid #ccc;
	margin: 5px;
}
#state-wrap h2 {
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.subsection {
	float:left;
	width:138px;
}
.subsection ul {
	/*display: block;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.subsection ul li {
	list-style-type: none;
	margin: 0px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: none;
}
table {
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
}
#state-listing {
	width: 410px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#state-listing h2 {
	background-color: #3366CC;
	padding: 5px;
}
#state-listing h2 a {
	color: #fff;
}
#state-listing h2 a:hover {
	text-decoration: none;
}
#state-listing ul {
	margin: 0px;
	padding: 0px;
}
#state-listing li {
	background-color: #E7EFF7;
	list-style-type: none;
	padding: 5px;
	margin: 2px;
}
/*microformat*/
.vcard {
	color: #333333;
	margin: 2px;
}
.vcard div {
	padding: 2px;
}
/*ajx form*/
#notify{
	background-color: #F3E472;
	display: none;
}
#success{
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding: 10px;
	background-color: #FFFFDD;
	color: #333333;
	margin: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#failed{
	background:#CC6633;
}
#sent{
	background:#00CC33;
}
#contactFormArea{
	margin: 0px;
	padding: 0px;
}
/*input.text, textarea {
	width:300px;
	font:12px/12px 'courier new', courier, monospace;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
}
input.submit {
	padding:2px 5px;
	font:bold 12px/12px verdana, arial, sans-serif;
}*/
