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

a {
	color:#bf311b;
}

a:hover {
	color:#999;
	text-decoration:none;
}

.border {
	border:1px solid #000;
}

.divider {
	border-bottom:1px solid #B8B8B8;
	width:100%;
	display:block;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
}

/*.borderRight {
	border:1px solid #000;
	margin-right:12px;
	margin-bottom:12px;
}
*/
.borderRight {
  width:69px;
  height: 80px;
  border:1px solid #000;
  margin-right:12px;
  margin-bottom:12px;
  /*background: url("emailUs.gif") no-repeat 0 0;*/

}

.borderRight:hover
{ 
  background-position: 0 -23px;
}


a:hover .borderRight {
	border-color:#bf311b;
}

body {
	margin:0;
	background-color:#bf311b;
}

.clear {
	clear:both;
	display:block;
	height:0px;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(../_images/bkgdWrapper.gif) repeat-y;
}

/***** HEADER & MAIN NAV *****/

#header {
	width:930px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:100px;
}

.logo {
	/*float:left;*/
	border:0;
	position:absolute;
	left:25px;
	top:15px;
}

#mainNav {
	/*float:right;*/
	/*background-color:#0F3;*/
	position:absolute;
	bottom:15px;
	right:17px;
	/*margin:79px 0px 0px 0px;*/
}

#mainNav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	/*background-color:#033;*/
}

#mainNav ul li {
	display:inline;
	/*background-color:#0C3;*/
}

#mainNav a {
	font-size:14px;
	/*margin-left:4px;*/
	color:#000;
	text-decoration:none;
	/*background-color:#063;*/
	padding:10px 10px 5px 10px;
}

#mainNav a:hover {
	border-bottom:7px solid #ececec;
	color:#bf311b;
}

#mainNav a:hover .on {
	border-bottom:7px solid #ececec;
	color:#bf311b;
}

#headerAuxNav {
	margin:0;
	padding:0;
	position:absolute;
	top:15px;
	right:25px;
	list-style:none;
	display:block;
}

#headerAuxNav li {
	float:left;
}

#headerAuxNav a {
	display:block;
	width:30px;
	height:30px;
	margin-left:10px;
	text-indent:-9999px;
}

#headerAuxNav a.fb {
	background:url(../_images/auxNavFB.gif) no-repeat;
}

#headerAuxNav a.twitter {
	background:url(../_images/auxNavTwitter.gif) no-repeat;
}

#headerAuxNav a.linkedIn {
	background:url(../_images/auxNavLinked.gif) no-repeat;
}

/***** FLASH *****/

#flash {
	display:block;
	width:964px;
	margin-left:auto;
	margin-right:auto;
}
#flash object {
	display:block;
}

/***** MAP CANVAS *****/

#map_canvas {
	display:block;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	overflow:hidden;
}

/***** CONTENT *****/

#contentWrapper {
	padding:20px;
	width:924px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#0C3;*/
}

.contentRightWide {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.contentRightWide h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0;
}

.contentRightWide p {
	margin:0px 0px 10px 0px;
	font-size:13px;
	line-height:20px;
}

/**********/

.contentRight {
	float:right;
	width:640px;
	padding-left:20px;
	border-left:1px solid #000;
}

.contentRight h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0;
}

.contentRight h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0;
}

.contentRight h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	padding:0;
}

.contentRight p {
	margin:0px 0px 10px 0px;
	font-size:13px;
	line-height:20px;
}

.contentRight h4 {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#bf311b;
}

.contentRight ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

.contentRight li {
	margin-bottom:10px;
	padding-right:60px;
}

/**********/

.contentStaff {
	float:right;
	width:556px;
	padding-left:20px;
	border-left:1px solid #000;
	min-height:725px;
}

.contentStaff h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0;
}

.contentStaff h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0;
}

.contentStaff h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	padding:0;
}

.contentStaff p {
	margin:0px 0px 10px 0px;
	font-size:13px;
	line-height:20px;
}

.contentStaff h4 {
	margin:0;
	padding:0;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color:#bf311b;
}

.contentStaff ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

.contentStaff li {
	margin-bottom:10px;
	padding-right:60px;
}

.disclaimer {
	font-size:10px;
}

#contactSide {
	float:left;
}

#contactSide h2 {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0;
	font-weight:bold;
}

#contactSide p {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
}

#contactSide input {
	display:block;
	margin-bottom:10px;
}

#contactSide img {
	margin-right:12px;
	margin-bottom:12px;
}

#contactSide a:hover img {
	border-color:#bf311b;
}

#subnav {
	float:left;
}

#subnav h2 {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0;
	font-weight:bold;
}

#subnav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#subnav a {
	display:block;
	width:225px;
	height:32px;
	background-image:url(../_images/subnavBkgd.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:10px;
	font-size:14px;
	color:#FFF;
	line-height:30px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}

#subnav a:hover {
	background-position:0px -32px;
	color:#91351e;
}

.crescentLink {
	margin-left:10px;
	margin-bottom:10px;
}

/*.introCopy {
	float:left;
	width:450px;
	padding-right:20px;
	border-right:1px solid #000;
}*/

/***** CONTACT INFO *****/

#contact {
	width:90%;
	padding:10px;
	background-color:#ececec;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contact a {
	color:#bf311b;
}

#contact a:hover {
	text-decoration:none;
	color:#000;
}

#contact .red {
	color:#bf311b;
}

.disclaimer .red {
	color:#F00;
}

img.eho {
	float:right;
	border:0;
	margin-left:10px;
	display:inline;
}

.address {
	margin-top:25px;
}

/***** AUX NAV *****/

#auxNav {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	width:750px;
}

#auxNav ul {
	list-style-type:none;
	margin:0;
	padding:7px;
}

#auxNav li {
	display:inline;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #bf311b;
}

#auxNav li.noRightList {
	margin-right:0px;
	padding-right:0px;
	border-right:0px;
}

#auxNav a {
	color:#000;
	text-decoration:none;
}

#auxNav a:hover {
	color:#999;
}


.cap {
	width:1000px;
	height:39px;
	background-image:url(../_images/wrapperCap.gif);
	background-repeat:no-repeat;
}

/***** FOOTER *****/

#footer {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-transform:uppercase;
}

.nahb a {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:510px;
	display:block;
	color:#FFF;
	text-decoration:none;
	line-height:21px;
	font-size:16px;
}

.nahb a:hover {
	text-decoration:underline;
}

.nahb a img {
	border:0;
}

.small {
	text-transform:none;
}

.small2 {
	text-transform:none;
	font-size:11px;
}

.nahb img {
	margin-right:5px;
}

a.slug {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	color:#FFF;
	text-decoration:none;
	float:right;
	display:block;
/*	margin-top:-42px;*/
}

a:hover.slug {
	text-decoration:underline;
}

label.error {
	display:block;
	font-size:12px;
	color:#F00;
}

input.error {
	border:1px solid #F00;
}

.pdf {
	background:url(../_images/pdf.png) no-repeat 5px 5px #ECECEC;
	padding:15px 5px 5px 100px;
	display:block;
	min-height:65px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:27px;
}
