/* CSS Document */
/* POD STYLES */
.capTop_2col,
.capBottom_2col,
.capTop_1col,
.capBottom_1col {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 8px;
}
.capTop_2col {
	background: url(../images/pods/CapTop_2col.gif) no-repeat;
}
.capBottom_2col {
	height: 21px;
	margin-bottom: 0;
	background: url(../images/pods/CapBottom_2col.gif) bottom no-repeat;
}
.capTop_1col {
	background: url(../images/pods/CapTop_1col.gif) no-repeat;
}
.capBottom_1col {
	height: 21px;
	margin-bottom: 0;
	background: url(../images/pods/CapBottom_1col.gif) bottom no-repeat;
}
.layout_2col,
.layout_1col {
	width: 760px;
	min-height: 400px;
}
.layout_2col {
	background: url(../images/pods/LayoutBG_2col.gif) repeat-y;
}
.layout_1col {
	background: url(../images/pods/LayoutBG_1col.gif) repeat-y;
}
/* IE hack for layout min-height */
* html .layout_2col {
	height: 400px;
}
* html .layout_1col {
	height: 400px;
}
/* CSS Hack - hide overflow command from IE */
html>body .layout_2col{
	overflow: auto;
}
html>body .layout_1col{
	overflow: auto;
}

#contentBody {
	padding: 4px 15px 10px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.layout_2col #contentBody {
	width: 520px;
}

.layout_1col #contentBody {
	width: 730px;
}

#podColumn {
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
}
.pod {
	width: 200px;
	padding-bottom: 25px;
	background: url(../images/pods/pod_separator.gif) bottom center no-repeat ;
}

.pod h1 {
	background: #00007d;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 6px 4px 6px;
	text-align: center;
	margin: 0;
	border: 1px solid #000066;
	border-top-width: 0;
}

.pod .first {
	background: #00007d;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 6px 4px 6px;
	text-align: center;
	margin: 0;
	border: 1px solid #000066;
	border-top-width: 0;
}



.pod p {
	padding: 8px;
	margin: 0;
}

.print-link {
	float: right;
	color: #999;
	font-size: 10px;
}
.print-link a{
	text-decoration: none;
	color: #999;
}
.print-link a:hover{
	text-decoration: underline;
	color: #666666;
}
.print-link img{
	border: 0;
}

#whatsNew ul{
	margin: 0;
	padding: 10px;
}
#whatsNew li{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
#whatsNew ul li img{
	vertical-align: middle;
	padding: 0 5px 0 0;
}

.sectionHeader {
	padding: 5px 0 6px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	color: #00007D;
	/* background: url(../images/SectionHeaderBG.gif) bottom repeat-x; */
}	
h1.sectionHeader {
	font-size: 20px;
}
.quote-highlight {
	text-align: center;
	font-size:16px;
	font-weight: bold;
	color: #000099;
}

/* SECTION MENU */
#sectionMenu ul, #sectionMenu li{
	list-style: none;
	margin: 0;
	padding: 5px 5px 10px 10px;
}

#sectionMenu li{
	font-weight: bold;
	margin: 6px 0;
	padding: 0;
	color: #999;
	padding-left: 10px;
}
#sectionMenu a{
	text-decoration: none;
	color: #666666;
}

#sectionMenu a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#sectionMenu li#current{
	background: url(../images/section_menu_triangle.gif) top left no-repeat;
	color: #999;
}

/* BREADCRUMBS */
#breadcrumbs {
	margin-top: -8px;
	padding: 0 0 8px 0;
	color: #999;
	font-weight: normal;
	font-size: .9em;
}
#breadcrumbs a {
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
#breadcrumbs a:hover {
	color: #0000FF;
}
#breadcrumbs a#current {
	font-weight: bold;
}


.pod#last {
	background: none;
	padding-bottom: 5px;
}

/* RESOURCE MENU STYLES */
#resources ul{
  padding: 0;
  margin: 0;
}
#resources ul li{
	list-style: none;
	margin: 0;
	display: inline;
}
#resources ul li a {
	display: block;
	padding: 4px 8px;
	margin: 0 1px;
	color: #555555;
	text-decoration: none;
	background: #d9d9d9;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
}

#resources a:hover {
	background: #efefef;
}

/* Calculators */

.Calculator {
	font-size: 11px;
	padding: 5px 2px;
	display: none;
	border: 1px solid #666;
	border-width: 0px 1px 1px 1px;
	background: url(../images/CalculatorBG.jpg) top left repeat-x #FFFFFF;
}
.Calculator form {
	margin: 0;
	padding: 0;
}
.Calculator input {
	font-size: 12px;
	text-align: right;
	background: #FFFFFF;
}
.Calculator h3 {
	background: #000099;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 4px;
}
.Calculator p {
	padding: 2px 5px 5px 5px;
	margin: 0;
}
.Calculator #close-link a, .Calculator #close-link a:hover {
	text-align: center;
	padding: 2px;
	font-size: 10px;
	display: inline;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #0033FF;
	border: none;
	background: #EFEFEF;
}
.Calculator .description-text {
	font-size: 9px; color: #999999; 
}

/* Homepage Flash Banner */
#fma-home {
	margin-bottom: 8px;
}

/* Home Styles */
.floorplan {
	clear: both;
	text-align: center;
	margin: 20px 0;
}
.fine-print {
	font-size: 0.8em;
	color: #666666;
}
#home-info #details{
	padding-left: 5px;
}
#home-info .price{
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
#home-info .alternate-price-link a{
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 4px 0;
}
#home-info #alternate-price{
	padding: 2px 5px;
	border:1px solid #999;
	background: #D5DFFF url(../images/PalmTreeBG.gif) right bottom no-repeat;
	display: block;
}
#home-info #description{
	padding: 8px 0 4px;
}
#home-info #variations{
	font-weight: bold;
	margin: 8px 0;
	padding: 5px 0;
	border: 1px solid #999;
	border-width: 1px 0;
}
#home-info .elevation{
	float: left;
}
#home-info .elevation img{
	border: 1px solid #999;
	margin-right: 10px;
	padding: 0;
}
#home-info #data-sheet{
	padding: 5px 0;
	text-align: center;
	color: #999999;
	font-weight: normal;
	display: block;
}
#home-info #data-sheet a{
	color: #0000CC;
	text-decoration: none;
}
#home-info #data-sheet a:hover{
	color: #990000;
	text-decoration: underline;
}
#home-info #data-sheet a img{
	border: 0;
	text-decoration: none;
	margin-right: 0;
	padding: 0 3px 0 0;
	vertical-align: middle;
}
#home-info #data-sheet #acrobat-link{
	font-size: 10px;
	margin-top: -5px;
}
#home-info #data-sheet #acrobat-link a{
	text-decoration: underline;
	color: #999999;	
}
#home-info #data-sheet #acrobat-link a:hover{
	color: #990000;	
}
#design-gallery-images {
	border: 1px solid #999;
	border-width: 1px 0;
	margin: 8px 0;
	text-align: center;
	padding: 6px 4px;	
}
#design-gallery-images h3{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 5px 0;
}
#design-gallery-images a{
	margin: 4px;
}
#design-gallery-images a:hover .gallery-image{
	border: 1px solid #0033FF;
}

/* GALLERY STYLES */
.gallery-link {
	padding: 0 6px 10px 6px;
	text-align: center;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}
.gallery-link a h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.gallery-image {
	border: 1px solid #999;
	margin: 2px;
}
.gallery-link a:hover .gallery-image{
	border: 1px solid #0033FF;
}
/* Page links */
.page-links {
	padding: 0 0 5px;
}
.page-links a, .page-links #current {
	padding: 0 4px;
	border: 1px solid #999;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
	font-size: 11px;
}
.page-links a:hover{
	background-color: #000099;
	color: #FFFFFF;
}
.page-links #current {
	background-color: #EDEDED;
	color: #666;
}

.page-links #elipses {
	padding: 0;
	margin-right: 5px;
	font-weight: bold;
	color:#000099;
}

.hopw-footprint {
	clear: both;
	margin: 10px 0 5px 10px;
	min-height: 32px;
}

/* Display Messages */
.messages {
	width: 500px;
	margin: 0 auto 8px;
	padding: 5px 8px;
	border: 1px solid #999;
	background-color: #FFFFCC;
}
.message {
	color: #333333;
	padding: 0 0 4px 18px;
	vertical-align: top;
	background: url(../images/SymbolInformation.gif) left top no-repeat;
}
.errorMessage {
	color: #FF0000;
	padding: 0 0 4px 18px;
	vertical-align: top;
	background: url(../images/ErrorMessage.gif) left top no-repeat;
}
.messages h3, .errorMessages h3 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0;
	margin: 0;
}

/*FOOTER*/
.footer{
	font-size: 11px;
	color: #666;
	text-align: center;
	padding-bottom: 10px;
}
.footer a{
	color: #666;
}
.footer a:hover{
	color: #990000;
}


/* Added by SEOInc. */
.nob {font-weight:normal; font-style:normal;}
.dil {display:inline; font-size:12px;}
.seoh1 {
	color: #00007D;
	font-size: 1.3em;
	font-weight: bold; 
	letter-spacing: 4;
	padding: 0 0 2px 0;
	margin: 4px 0 7px 0;;
}