/************************************
   Copyright 2003 Advantage Homes
   All rights Reserved

   Developed by Rahul Gupta (http://www.grabbagdesign.com)
   Designed by Pamela Lee (http://www.webfeet.com)
*************************************/


body { 
 background: #ffffff;
 color: #000000;
 margin: 0px;
 font-family: arial,verdana,trebuchet,sans-serif; 
 font-size: 14px; 
/* line-height: 1.5em;*/
 text-align: left;
}

div#container{width:780px;margin-right:auto;margin-left:auto;margin-top:15px;border:3px solid #000;overflow:hidden;}

TD {
	font-size: 14px;
}

/* header/logo formatting */

#header {

}


#navContainer{
	width:100%;
	background: #000;
	clear:both;
	padding:0px;margin:0px;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #000;
	font-weight: bold;
	padding: 0;
	border: solid #AE1939;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav{
	float: left;
	list-style: none;
	line-height: 1;
	background: #000;
	font-weight: bold;
	padding: 0;
	width:100%;
	margin:0px;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url('../rightarrow2.gif') center right no-repeat;
}

#nav li {
	font-weight:bold;
	float: left;
	padding: 0;

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #AE1939;
}

#leftColumn{
	background-color:#F7F3E1;
	padding-bottom:5px;
}

#subNav{
padding:6px;
}


/* sub-site office name bar*/

#nameBar {
	clear: both;
	width: 100%; 
	color: #FFFFFF; 
	background: #AE1939; 
	font-size: 13px; 
	font-weight: 600; 
	margin-left: 29px;
	border-left: solid 3px #000000; 
	padding-left: 21px;
	padding-bottom: 2px; 
	}

#nameBar A{
	text-decoration: none;
	color: #FFFFFF;
}
#officeSelect{
margin: 5px 0px 0px 5px;
}
#offices_list{
	width: 150px; 
	padding: 5px; 
	z-index: 10; 
	border: 1px solid #AE1939; 
	position: absolute; 
	left: 185px; 
	top: 160px; 
	font-size: 9px; 
	text-align: left; 
	color: black; 
	background: white;
	line-height: 1.5em;
}	


#offices_list A{
	text-decoration: none;
	color: #000;
}

/* body formatting */
#mainbody {
  width:100%;
  padding: 0px;
  padding-left: 0px;
  clear: both;
}

#bodyTable {
  padding: 15px;
  font-size: 12px;
}

#officeBodyTable { /* formatting for the office sub pages */
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}

#defaultBodyTable{
  padding: 15px;
  font-size: 10px;
}

#officesBodyTable{ /* formatting for offices.php */
  margin-top: 15px;
}

#officesBodyTable TD{
  padding: 5px;
  vertical-align: top;
  text-align: center;
  font-size: 10px;
}

#officesBodyTable A, .officeLink {
  text-decoration: none;
  color: #000000;
  background-color:#fff;
  }

#officesBodyTable A:hover, .officeLink:hover, .officeLinkHovered {
  text-decoration: none;
  background-color:#AE1949;
  color: #FFF;
}


.officeLink {
  text-decoration: none;
  color: #000000;
  background-color:#fff;
  }

.officeLink:hover, .officeLinkHovered {
  text-decoration: none;
  background-color:#AE1949;
  color: #FFF;
}


.addressBox{
position:absolute;z-index:10; left:110px;top:148px; width:140px;border:0px solid #ff0000;font-size:10px;text-align:center;
}
  
.offices_title {
	font-size: 11px;
	font-weight: 600;
}

.floorplan {
	margin-bottom: 10px;
}

/* specials page formatting */

#tdpic {
	width: 110px;
/*	padding-right: 10;*/
}

#tdtext { 
  width: 500px;
  padding-left: 10px;
}

#tdspacer {
	background-color: #AE1939;
}

#tdSpecialPic {
	width: 460px;
	padding-right: 5px;
	padding-left: 5px;
}

#tdSpecialText {
	width: 240px;
	padding-right: 5px;
	padding-left: 5px;
}


/* Sidebar styles */
#sidebar {
 font-size: 14px;
 border: 2px dashed #999;
 padding: 8px;
 width: 200px;
 text-align: center;
}
#sidebar h2 {
 font: bold 18px/24px;
 padding: 0px;
 margin: 0px;
}
#sidebar p {
}
#sidebar strong {
 font-weight: bold;
}
#sidebar #phone {
 font: bold 18px/24px;
 padding: 5px 0px;
}


/* footer formatting */

#footer{width:780px;margin-right:auto;margin-left:auto;}


#footer_content {
  color: #AE1939;
  font-size: 12px;
  font-weight: 600;
  text-align:left;
  text-transform: lowercase;
  white-space: nowrap;
  }

#footer_links{
	margin: 10px 0px 5px 0px;
	color: #000;
}

#footer_links td{
	font-weight: 300;
	font-size: 11px;
}

/* faq formatting */
  
.faq_section {
 font-size: 15px;
 font-weight: 600;
 text-transform: uppercase;
 margin-top: 24px;
}

.faq_question { 
 font-weight: 600;
 margin-top: 5px;
 }

/* general formatting */
.emphasis {
  }	

A {
  color: #AE1939;
  text-decoration: underline;
}  

.pagetitle {
  color: #AE1939;
  font-weight: 600;
  margin-bottom: 10px;
}

P { 
  line-height: 1.25em;
  }

.sectionHeaderDiv{
	text-align:center;
	padding:10px;
}

.sectionContent{
padding:40px; padding-top:0px;
}
