body {
	background: #8c867c url(../images/bg_main.gif) repeat-x;
	margin: 17px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #615f4e;
}

a img {
	border: none;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* grid structure */

div#container {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 831px;
	border: 1px solid #aba69d;
	padding: 0px 4px 0px 4px;
	background: #fff url(../images/bg_container.gif) repeat-y;
}

div.row {
	display: block;
	clear: both;
	width: 831px;
}

div.row div.left {
	display: block;
	float: left;
	width: 327px;
	border-right: 3px solid #fff;
}

div.row div.right {
	display: block;
	float: right;
	width: 501px;
}

div.row div.right div.col1 {
	display: block;
	float: left;
	width: 249px;
	border-right: 3px solid #fff;
}

div.row div.right div.col2 {
	display: block;
	float: right;
	width: 249px;
}

div.row div.right div.rightrow {
	display: block;
	clear: both;
	width: 501px;
}

div.row div.left div#leftcontent {
	display: block;
	clear: both;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
}


/* nav */

ul#nav {
	display: block;
	clear: both;
	width: 327px;
	margin: 0px;
	padding: 0px;
	border-top: 8px solid #fff;
	list-style: none;
	list-style-position: outside;
}

ul#nav li {
	display: block;
	float: left;
	width: 107px;
}

ul#nav li#nav_about,
ul#nav li#nav_services {
	border-right: 3px solid #fff;
}

ul#nav li a#hn_about {
	display: block;
	clear: both;
	width: 107px;
	height: 105px;
	background: #8e260d url(../images/nav/hn_about_off.gif) no-repeat left top;
}

ul#nav li a#hn_about:hover {
	background: #8e260d url(../images/nav/hn_about_on.gif) no-repeat left top;
}

ul#nav li a#hn_services {
	display: block;
	clear: both;
	width: 107px;
	height: 105px;
	background: #8e260d url(../images/nav/hn_services_off.gif) no-repeat left top;
}

ul#nav li a#hn_services:hover {
	background: #8e260d url(../images/nav/hn_services_on.gif) no-repeat left top;
}

ul#nav li a#hn_tools {
	display: block;
	clear: both;
	width: 107px;
	height: 105px;
	background: #8e260d url(../images/nav/hn_tools_off.gif) no-repeat left top;
}

ul#nav li a#hn_tools:hover {
	background: #8e260d url(../images/nav/hn_tools_on.gif) no-repeat left top;
}

ul#nav li a#mn_about {
	display: block;
	clear: both;
	width: 107px;
	height: 26px;
	background: #8e260d url(../images/nav/mn_about_off.gif) no-repeat left top;
}

ul#nav li a#mn_about:hover {
	background: #8e260d url(../images/nav/mn_about_on.gif) no-repeat left top;
}

ul#nav li.active a#mn_about {
	background: #a6b255 url(../images/nav/mn_about_act.gif) no-repeat left top;
}

ul#nav li a#mn_services {
	display: block;
	clear: both;
	width: 107px;
	height: 26px;
	background: #8e260d url(../images/nav/mn_services_off.gif) no-repeat left top;
}

ul#nav li a#mn_services:hover {
	background: #8e260d url(../images/nav/mn_services_on.gif) no-repeat left top;
}

ul#nav li.active a#mn_services {
	background: #a6b255 url(../images/nav/mn_services_act.gif) no-repeat left top;
}

ul#nav li a#mn_tools {
	display: block;
	clear: both;
	width: 107px;
	height: 26px;
	background: #8e260d url(../images/nav/mn_tools_off.gif) no-repeat left top;
}

ul#nav li a#mn_tools:hover {
	background: #8e260d url(../images/nav/mn_tools_on.gif) no-repeat left top;
}

ul#nav li.active a#mn_tools {
	background: #a6b255 url(../images/nav/mn_tools_act.gif) no-repeat left top;
}

ul#nav a em {
	display: none;
}

ul.dropdown {
	position: absolute;
	background: tomato;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
	border-top: 3px solid #fff;
	background: url(../images/tranny2.png);
	width: 107px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.dropdown li {
	display: block;
	clear: both;
}

ul.dropdown li a {
	display: block;
	clear: both;
	width: 102px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

ul.dropdown li a:hover {
	background: #555343;
}

div.hero ul#slidenav {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 47px;
	list-style: none;
	list-style-position: outside;
}

div.hero ul#slidenav li {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 249px;
	height: 28px;
}

div.hero ul#slidenav li a {
	display: block;
	clear: both;
}

div.hero ul#slidenav li#sn_order {
	border-bottom: 1px solid #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 30px;
	overflow: hidden;
	float: right;
}

div.hero ul#slidenav li#sn_rates {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff;
	width: 30px;
	overflow: hidden;
	float: right;
}

div.hero ul#slidenav li#sn_office {
	border-top: 1px solid #fff;
	border-left: 2px solid #fff;
	width: 30px;
	overflow: hidden;
	float: right;
}

h3 {
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
}

ul#quicklinks {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	list-style: none;
	list-style-position: outside;
	font-size: 12px;
}

ul#quicklinks li {
	display: block;
	clear: both;
	padding-top: 2px;
	padding-bottom: 3px;
}

ul#quicklinks a {
	text-decoration: none;
	color: #114d75;
}

ul#quicklinks a:hover {
	color: #923011;
}

/* login */

div.rightrow div#dashboard_login {
	display: block;
	clear: both;
	background: #e8e3dd;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 5px;
	font-size: 12px;
}

div.rightrow div#dashboard_login b {
	display: block;
	clear: both;
	padding-bottom: 5px;
}

div.rightrow div#dashboard_login form {
	padding: 7px 10px 10px;
}

div.rightrow div#dashboard_login form input.login {
	display: inline;
	padding: 4px 2px 3px 2px;
	width: 200px;
	margin-right: 5px;
}

div.rightrow div#dashboard_login a {
	display: block;
	clear: both;
	padding-top: 4px;
	font-size: 12px;
}

/* calculator */

table#calculator {
	display: block;
	clear: both;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	width: 480px;
	font-size: 12px;
	color: #615f4e;
}

table#calculator td.td {
	height: 1px;
	width: 80px;
}

table#calculator td.border {
	border-bottom: 3px solid #fff;
}

table#calculator tr.light {
	background: #E8E3DD;
}

table#calculator tr.dark {
	background: #CCC5BB;
}

table#calculator td {
	vertical-align: middle;
/*	padding: 5px; */
}

table#calculator td.required {
	background: #E8E3DD url(../images/required.gif) no-repeat top right;
}

table#calculator td.calc_left {
	width: 240px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#calculator td.calc_right {
	width: 240px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#calculator td.calc_one {
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#calculator td.calc3_left {
	padding: 5px;
	border-right: 2px solid #fff;
}

table#calculator td.calc3_mid {
	padding: 5px;
	border-left: 1px solid #fff;
	border-right: 2px solid #fff;
}

table#calculator td.calc3_right {
	padding: 5px;
	border-left: 1px solid #fff;
}


table#calculator input.calculator_submit {
	font-size: 11px;
	width: 220px;
	background: url(../images/bg_select.gif) repeat-x;
	border: 1px solid #857c77;
	margin: 0px;
	padding: 0px;
}



table#calculator select.calculator_select {
	font-size: 11px;
	width: 220px;
	background: #fff;
	border: 1px solid #857c77;
	margin: 0px;
	padding: 0px;
}

table#calculator select.calculator_select option {
	background: #fff;
	margin: 0px;
	padding: 1px;
	border: none;
}

table#calculator input.calculator_amount {
	background: #fff url(../images/money.gif) no-repeat 3px 5px;
	border: 1px solid #857c77;
	font-size: 11px;
	padding: 3px 12px 3px 12px;
	text-align:right;
	width: 193px;
}

table#calculator small {
	display: block;
	clear: both;
	font-size: 10px;
}

table#calculator big {
	display: block;
	clear: both;
	padding-top: 2px;
	font-size: 14px;
}

table#calculator tr.dark big {
	color: #00456B;
}

table#calculator td.redleft {
	background: #CCC5BB url(../images/bg_calc_right.gif) no-repeat left top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#calculator td.redright {
	background: #CCC5BB url(../images/bg_calc_left.gif) no-repeat right top;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#calculator td.push3 {
	text-align: center;
	padding-top: 10px;
}

.bigfont
{
	padding-top: 2px;
	font-size: 20px;
	color: #00456B;
	
}


/* people */

div#people_title {
	display: block;
	width: 579px;
	height: 59px;
	float: left;
	border-right: 3px solid #fff;
}

div#people_filter {
	background: #abb436 url(../images/bg_peoplefilter.gif) repeat-x;
	display: block;
	float: right;
	height: 59px;
	width: 249px;
}

div#people_list {
	height: 380px;
	overflow-x:hidden;
	overflow-y:scroll;
}

.people_content a {
	text-decoration: none;
	color: #114d75;
}


.people_content a:hover
{
	color: #923011;
}
.people_content p 
{
	
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 15px;
}

.people_content
{
	display: block;
	float: left;
	width: 249px;
	border-right: 3px solid #fff;
	color: #615f4e;
	border-top: 3px solid #fff;
}

.people_content h1 {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-left: 12px;
	padding-right: 15px;
	font-size: 18px;
}

.people_content em {
	display: block;
	clear: both;
	font-style: normal;
	font-size: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
}

.people_content img
{
	display: block;	
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	
}

div#people_content img {
	display: block;	
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

div#people_content h1 {
	padding-bottom: 0px;
}

div#people_content em {
	display: block;
	clear: both;
	font-style: normal;
	font-size: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
}

div#people_left h2 {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 15px;
}

div#people_left dl {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 15px;
}

div#people_left dl dt {
	display: block;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

div#people_left dl dd {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	padding-bottom: 15px;
}

div#peoplefilter {
	padding-left: 12px;
	padding-top: 4px;
}

div#peoplefilter b {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	clear: both;
}

div#peoplefilter select {
	display: block;
	clear: both;
	width: 223px;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: none;
}

.people_text
{
	clear: none !important;
	float: left;
	margin-right: 3px;
	width: 210px;
	font-size: 11px;
	border: none;
	padding-left: 3px;
}

div#peoplefilter input#people_text {
	clear: none !important;
	float: left;
	margin-right: 3px;
	width: 210px;
	font-size: 11px;
	border: none;
	padding-left: 3px;
}

.people_arrow {
	margin-left: 3px;
	display: inline;
	float: left !important;
}


div#peoplefilter select {
	margin-bottom: 3px;
}

div#peoplefilter input {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #fff;
}

div#container.people {
	background: url(../images/bg_people.gif) repeat-y center top;
}

div.person {
	display: block;
	clear: both;
	border-bottom: 2px solid #fff;
	padding-right: 9px;
	cursor: pointer;
}

div.person.active {
	background: #D3CCC3;
}

div.person img {
	display: block;
	float: left;
}


div.person span {
	display: block;
	float: left;
	width: 130px;
	padding-right: 3px;
	padding-left: 5px;
	font-size: 12px;
}

div.person span h1 {
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}

div.person span em {
	display: block;
	padding-left: 5px;
	clear: both;
}

div.person span a {
	display: block;
	clear: both;
	padding-bottom: 6px;
	color: #114d75;
}

.linkButtonClass 
{
	display: block;
	clear: both;
	text-decoration: none;
	padding-bottom : 2px;
	padding-top : 15px;
	color: #615f4e
	
}

.linkClass
{
	text-decoration: none;
	
}

.linkClass:hover
{
	cursor: pointer;
}

/* locations */

div#location_map {
	display: block;
	clear: both;
	width: 327px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

div#location_map a#location_directions {
	display: none;
	clear: both !important;
/*	position: absolute; */
	width: 110px;
	height: 19px;
	background: url(../images/tranny2.png);
	font-size: 12px;
	padding-top: 6px;
	padding-left: 10px;
	margin-top: -25px;
	text-decoration: none;
	z-index: 999;
	color: #fff;
}

h1#location_people_title {
	display: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	padding: 5px 10px 5px 10px;
	border-bottom: 3px solid #fff;
	background: #93A12A;
}

div#location_people {
	display: none;
	clear: both;
	width: 327px;
	height: 175px;
	overflow: auto;
}

div#location_people div.location_row {
	display: block;
	clear: both;
	padding: 5px 10px 5px 10px;
	background: #D3CCC3;
	border-bottom: 2px solid #DDDCD5;
	font-size: 12px;
	line-height: 16px;
	color: #5B514C;
}

div#location_people div.location_row em {
	color: #908682;
}

div#location_people div.location_row a {
	color: #114d75;
	text-decoration: none;
}

div#location_map a#location_directions:hover {
	background: #afb765;
}

dl#location_list {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 9px;
	padding-top: 10px;
}

dt.location_title {
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 12px;
	border-bottom: 3px solid #fff;
	background: #D3CCC3 url(../images/bg_locationtitle_off.gif) no-repeat 460px center;
	font-size: 12px;
	font-weight: bold;
	color: #615f4e;
}

dt.location_title.active {
	background: #eae8df url(../images/bg_locationtitle_on.gif) no-repeat 460px center;
	border: none;
}

dt.location_title a {
	display: block;
	color: #615f4e !important;
}

dd.location_info {
	display: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding: 0px 12px 12px 12px;
	background: #eae8df;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 3px solid #fff;
}

dd.location_info.active {
	display: block;
}

dd.location_info div.location_info_left {
	display: block;
	width: 220px;
	float: left;
}

dd.location_info div.location_info_right {
	display: block;
	width: 220px;
	float: right;
}

/* others */

div#shortfix {
	display: block;
	clear: both;
	width: 100px;
	height: 120px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div#required {
	display: block;
	background: url(../images/required.gif) no-repeat right center;
	font-size: 11px;
	text-align: left;
	padding-top: 12px;
	padding-right: 15px;
	border-right: 9px solid #fff;
}

div.hero.about {
	background: url(../images/topimg_about.jpg) no-repeat left top;
}

div.hero.services {
	background: url(../images/topimg_services.jpg) no-repeat left top;
}

div.hero.tools {
	background: url(../images/topimg_tools.jpg) no-repeat left top;
}

div.hero.default 
{
	background: url(../images/topimg_default.jpg) no-repeat left top;
}

.break {
	display: block;
	clear: both;
}

.topborder {
	border-top: 3px solid #fff;
}

div.dark {
	background: #E8E3DD;
}

div.bodytext {
	color: #615f4e;
}

div.bodytext a {
	text-decoration: none;
	color: #114d75;
}

div.bodytext a:hover {
	color: #923011;
	text-decoration:underline;
}

div.bodytext h1 {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 15px;
	font-size: 18px;
}

div.bodytext p {
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 15px;
}

div#green {
	display: block;
	float: left;
	width: 323px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #93A12A;
}

a#logo {
	display: block;
	border-top: 4px solid #fff;
}

div#topbar {
	display: block;
	clear: both;
	width: 501px;
	height: 23px;
	background: url(../images/topbar.gif) repeat-x;
	border-top: 4px solid #fff;
	border-bottom: 3px solid #fff;
}

div#topbar a#dashboard {
	display: block;
	float: right;
	font-size: 12px;
	color: #fff;
	padding-right: 12px;
	padding-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div#topbar a#home {
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	padding-left: 12px;
	padding-top: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div#home_hero {
	display: block;
	clear: both;
	width: 501px;
	height: 216px;
	background: #eae8df;
}

div#home_hero div#slideshow {
	display: block;
	clear: both;
	width: 501px;
	height: 216px;
}

div.hero {
	display: block;
	clear: both;
	width: 501px;
	height: 137px;
	background: #eae8df;
}

div.row div.left div.blurb {
	display: block;
	clear: both;
	width: 327px;
	border-top: 3px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #615f4e;
}

div.row div.left div.blurb p {
	padding-left:10px;
	padding-right:15px;
	text-align:left;
}

div.row div.right div#home_quote {
	display: block;
	clear: both;
	width: 249px;
	height: 104px;
	border-top: 3px solid #fff;

	background: url(../images/bg_quote4.gif) no-repeat top left;
	background-repeat: repeat-x;
}

div.row div.right div#home_quote b {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #635a56;
}

div.row div.right div#home_quote a 
{	
	text-decoration: none;
	color: #114d75;
}

div.row div.right div#home_quote a:hover {
	color: #923011;
}

div.row div.right div#home_quote div
{
	padding-top : 6px;
	padding-left: 10px;
	padding-right: 18px;
	font-size: 13px;
	line-height: 20px;
	color: #7c7965;
}

div.row div.right div#home_quote p {
	padding: 0px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 18px;
	font-size: 13px;
	line-height: 20px;
	color: #7c7965;
}

div.row div.right div#home_quote p small {
	font-size: 11px;
}

div.row div.right div#home_login {
	background: #acb660 url(../images/bg_login.gif) repeat-x;
	border-top: 3px solid #fff;
	clear: both;
	display: block;
	height: 104px;
	width: 249px;
}

div.row div.right div#home_login form {
	padding: 10px;
}

div.row div.right div#content_login {
	display: block;
	clear: both;
	width: 249px;
	height: 98px;
	border-top: 3px solid #fff;
	background: #e8e3dd;
}

div.row div.right div#content_login form {
	padding: 15px;
}


div.row div.right div#home_login div.textfield {
	display: block;
	clear: both;
	width: 210px;
	background: #fff;
	padding: 3px;
	margin-bottom: 4px;
}

div.textfield2 {
	display: block;
	clear: both;
	width: 120px;
	background: #fff;
	padding: 3px;
	margin-bottom: 4px;
}

div.row div.right div#home_login div.textfield2 a.question {
	float: right;
}

div.row div.right div.block {
	display: block;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #746d6a;
}

div.row div.right div.block a {
	text-decoration: none;
	color: #114d75;
}

div.row div.right div.block a:hover {
	color: #923011;
}

div.row div.right div.block h2 {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 4px;
	padding-left: 9px;
	color: #453d2c;
}

div.row div.right div.block p {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 9px;
}

div.row div.right div.block ul {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	list-style: none;
	list-style-position: outside;
	padding-left: 9px;
	padding-right: 9px;
}

div.row div.right div.block ul li {
	display: block;
	clear: both;
	margin-top: 4px;
	padding-left: 8px;
	background: url(../images/bullet.gif) no-repeat 0px 6px;
}

div.row div.right div.block a.homepush {
	display: block;
	clear: both;
	border-bottom: 3px solid #fff;
}

div.footer {
	background: url(../images/bg_footer.gif) repeat-x;
	font-size: 11px;
	color: #fff;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 3px solid #fff;
	border-bottom: 4px solid #fff;
}

ul#footer {
	font-size: 11px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	list-style-position: outside;
}

ul#footer li {
	display: block;
	float: left;
	height: 11px;
	font-size: 11px;
	line-height: 11px;
	padding-left: 10px;
	padding-right: 12px;
}

ul#footer li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

ul#footer li a:hover {
	color: #453d2c;
}

div.footer a#landamerica {
	display: block;
	float: right;
	padding-right: 10px;
}

/* forms */

div.col1.contactcolumn,
div.col2.contactcolumn {
	padding: 12px;
	width: 223px !important;
	font-size: 12px;
	line-height: 16px;
	color: #615f4e;
}

div.contactcolumn em {
	font-size: 13px;
	padding-bottom: 2px;
	font-style: normal;
	font-weight: bold;
	color: #8e260d;
}

div.contactform
{
	background: #E8E3DD;
	font-size: 12px;
	margin:5px;
	padding-left: 12px;
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 7px;	
}

form#contactform {
	margin-left: 12px;
	margin-right: 9px;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 5px;
	background: #E8E3DD;
}

input.login {
	background: #fff;
	border: none;
	color: #504440;
	float: left;
	font-size: 10px; 
	height: 12px;
	width: 210px;
}

.logintext 
{
	border: none;
	color: #504440;
	float: left;
	font-size: 10px; 
	height: 12px;
	width: 100px;
	
}

.logintext2
{
	border: none;
	color: #fff;
	float: left;
	font-size: 10px; 
	height: 12px;
	width: 100px;
	
}


input.login2 {
	background: #fff;
	border: 1px solid #857c77;
	color: #504440;
	float: left;
	font-size: 10px; 
	padding-left:3px;
	height: 12px;
	width: 193px;
}

input.login3 
{
	border: none;
	color: #504440;
	float: left;
	font-size: 10px; 
	height: 12px;
	background: #fff;
	padding-left:3px;
	width: 143px;
}

input.loginTall {
	background: #fff;
	border: none;
	color: #504440;
	float: left;
	font-size: 11px;
	height: 13px;
}
select.login {
	background: #fff;
	border: none;
	float: left;
	font-size: 11px;
	height: 20px;
	color: #504440;
	width: 223px;
}

input.longtext {
	display: block;
	clear: both;
	width: 300px;
	font-size: 12px;
	border: 1px solid #857c77;
	margin-top: 3px;
	margin-bottom: 5px;
}

textarea.mediumtextarea {
	display: block;
	clear: both;
	width: 450px;
	height: 100px;
	font-size: 12px;
	border: 1px solid #857c77;
	margin-top: 3px;
	margin-bottom: 5px;
}

input.submit {
	display: block;
	clear: both;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/bg_select.gif) repeat-x;
	border: 1px solid #857c77;
}


/* clearfix hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.checkBoxStyle
{
	float: left;
	font-size: 10px;
    color: White;
	border : none;
}

.checkBoxStyle2
{
	float: left;
	font-size: 10px;
    color: Black;
	border : none;
}


.fontred{color:#FF0000}
.fontblue{color:#214a66}

/******Office Locator******/
.loc_title {
	
	padding: 0px;
	margin: 0px;
	padding: 12px;
	border-bottom: 3px solid #fff;
	background: #eeece5;
	font-size: 12px;
	font-weight: bold;
	color: #615f4e;
}
.loc_head {
	height:21px;
	background:#c5bfb4;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	padding-left:10px
}
.wht {
	color:#FFFFFF
}
.address-box {
	background: #eeece5;
	font-size: 12px;
	color: #615f4e;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:2px
}
.add-line {
	padding-bottom:5px;
	font-weight:bold;
	height:16px
}
.add-lft {
	width:205px;
	float:left;
	line-height:18px
}
.add-rgt {
	float: left;
	padding-top: 0px;
	line-height:18px;
	width:105px;
	padding-top:20px
}
.clr {
	clear:both
}

.ph-hd{float:left; width:15px; font-weight:bold} 

input.submita {
	color:White;
	clear: both;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/topbar.gif) ;
	border: 1px solid #857c77;
}
