/*---------- Base ----------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url("images/bg-all.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #F1F1F1;
}

table {
	font-size: 100%;
}

a {
	color: #CC0000;
}
img {
	border: none;
	vertical-align: middle;
}
p {
	margin: 0 0 0.75em 0;
	line-height: 1.5em;
}

p img {
	border: none;
	margin: 0;
}

hr {
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #B21107;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	margin: 0 0 0.25em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #B21107 !important;
	text-decoration: none;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 145%;
	font-weight: bold;
}

h4 {
	font-size: 108%;
	font-weight: bold;
}

h5 {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

h6 {
	color: #333333;
	font-size: 0.9em;
	border-bottom: none;
	font-weight: bold;
}

ul {
	line-height: 1.5em;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	list-style-type: square;
}

ol {
	line-height: 1.5em;
	margin: 0.5em 0 0 2.5em;
	padding: 0;
	list-style-image: none;
}

li {
	margin-bottom: 0.5em;
}

fieldset {
	border: 1px solid #999999;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}
legend {
	padding: 0.5em;
	font-size: 90%;
}

form {
	border: none;
	margin: 0;
}

label {
	font-weight: bold;
}

textarea {
	font-size: 100%;
	border: 1px solid #9D977D;
	color: #333333;
	background-color: White;
	width: 99%;
}

input {
	font-size: 100%;
	border: 1px solid #9D977D;
	color: #333333;
	vertical-align: middle;
	background-color: White;
}
select {
	border: 1px solid #9D977D;
	color: #000000;
	background-color: White;
	vertical-align: top;
}

blockquote {
	padding-left: 0.5em;
	margin-left: 0;
	color: #888888;
}


/* Helper element to work with CSS floats */

.visualClear {
	display: block;
	clear: both;
	height: 5px;
	line-height: 5px;
}

/* Elements */
.imageFloatLeft{
	margin: 0 15px 15px 0;
	float: left;
}
.imageFloatRight{
	margin: 0 0 15px 15px;
	float: right;
}
.floatRight{
	float: right;
}

.bulletNumber{
	vertical-align: baseline;
}

/* Hiding Print Element */
.printImage {
	display: none;
}

.noUnderline{
	text-decoration:none;
}

/*---------- Layout ----------*/
#imageBanner{
	background-color: #FFFFFF;
	clear: both;
	margin: 0;
	padding: 0;
}
#homeLayout{
	background-image: url("images/bg-all.jpg");
}
#portalWrapper{
	margin: 0 auto;
	padding: 0;
	width: 780px;
	text-align: left;

}
#headerWrapper{
	margin: 0;
	padding: 0;
	background-image: url(images/bg-topbanner-expand.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	display: block;
	height: 99px;
	clear: both;
}
#header{
	margin: 0;
	padding: 0;
	background-image: url(images/bg-topbanner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	width: 780px;
	height: 99px;	
}
#logo{
	float: left;
}

#mainNavigation{
	clear: both;
	background-image: url(images/bg-navigation.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#navbar {
	height: 25px;
	overflow: hidden;
	display: block;
}
#navbar,
#navbar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar li {
	display: inline;
	float: left;
}
#navbar li a {
	display: block;
	margin: 0;
	width: 111px;
	height: 25px;
	overflow: hidden;
	padding-top: 25px;
	background-postion: 0 0;
	background-repeat: no-repeat;
}
*html #navbar li a {
	height: 1px;
	padding-top: 24px;
	cursor: pointer;
}
#navbar li a:hover,
#navbar li a.selected {
	background-position:  0 -25px;
}
#nav01 a { background-image: url(images/nav01.gif); }
#nav02 a { background-image: url(images/nav02.gif); }
#nav03 a { background-image: url(images/nav03.gif); }
#nav04 a { background-image: url(images/nav04.gif); }
#nav05 a { background-image: url(images/nav05.gif); }
#nav06 a { background-image: url(images/nav06.gif); }
#nav07 a { background-image: url(images/nav07.gif); width: 114px !important; }

#contentWrapper{
	clear: both;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-bottom: 4px solid #000000;
	/*min-height: 350px;*/
	background-image: url(images/bg-leftcolumn.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
* html #contentWrapper{
	/*height: 350px;*/
}
#columnLeft{
	width: 205px;
	float: left;	
}

#columnContent {
	margin: 0;
	padding: 0;
	width: 575px;
	float: left;	
}
#columnLeft .visualPadding{
	padding: 15px 10px;
}
#columnContent .visualPadding{
	padding: 15px 15px;
}
#columnLeft .header{
	display: block;
	height: 36px;
	background-image: url(images/bg-header.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.contentColumnLeft{
	width: 265px;
	float: left;
	margin: 0;
	padding: 0;
}
.contentColumnRight{
	width: 265px;
	float: right;
	margin: 0;
	padding: 0;
}

#pageHeader{
	background-image: url(images/bg-header.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#content{
	font-size: 110%;
}

/*Sub Navigation*/
.subNavigation{
	font-size: 1.3em;
	margin-bottom: 2em;
}
.subNavigation a{
	color: #777777;
}
.subNavigation a:link,
.subNavigation a:visited{
	text-decoration: none;
}
.subNavigation a:hover,
.subNavigation a:visited:hover{
	text-decoration: underline;
}

/*Form*/
.regform td{
	padding-top: 10px;
	padding-bottom: 2px;
}
.required{
	font-size: 10px;
	line-height: 12px;
	color: #DD0000;
}
.inputw30{
	width: 30px;
}
.inputw80{
	width: 80px;
}
.inputw120{
	width: 120px;
}
.input{
	width: 200px;
}

.footnote {
	font-size: 0.9em;
	color: #888888;
	line-height: 1.2em;
}

/*Disclaimer*/
.disclaimer {
	font-size: 0.9em;
	color: #888888;
	background-color: transparent;
	/*background-color: #F6F6F6;*/
	line-height: 0.5em;
	margin: 0;
	padding: 5px 10px;
	
	border-top: 1px solid #EFEFEF;
}

/*Footer*/
#footerWrapper{
	background-image: url(images/bg-footer.gif);
	background-position: top;
	padding: 0em;
	text-align: center;
	color: #DDDDDD;
	font-size: 0.9em;
}
#footerWrapper .visualPadding{
	padding: 15px 10px 5px;
}
#footerWrapper a{
	color: #DDDDDD;
}
#footerLeft{
	width: 190px;
	float: left;
	padding-top: 15px;	
}

#footerRight {
	margin: 0;
	padding: 0;
	width: 550px;
	float: right;	
}


/*Floor Plans*/
.mainFloorplans h2{
	margin-bottom: 0.5em;
}
.unitLink{
	line-height: 4.2em;
}
.unitLink a{
	padding: 1.2em 0.4em;
	border: 1px solid #CCCCCC;
	color: #333333;
	text-decoration: none;	
	font-weight: bold;	
}
.unitLink a:hover{
	background-color: #FFFFDD;
	color: #B21107;
	border-color: #000000;
}
.dividerLightGray{
	border-top: 5px solid #EDEDED;
	line-height: 5px;
}

.downloadPlan {
	background-image: url(images/download-icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
	display: block;
	height: 16px;
}

/*Thumbnail Images*/
.thumbnailImage img{
	margin-right: 8px;
}
.thumbnailImage img.noRightMargin{
	margin-right: 0px;
}

/*Text Colors*/
.textYellow{
	color: #c59000;
}
.textBiggest{
	font-size: 1.4em;
}
.textBigger{
	font-size: 1.2em;
}.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B21107;
}


/* Spotlight Models table */
.spotlightModels {
}
.spotlightModels a {
	color: #333333;
}
.spotlightModels caption {
	padding: 0.5em 0.25em;
	font-size: 1.3334em;
	background-color: #231F20;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}
.spotlightModels th {
	color: #FFFFFF;
	background-color: #231F20;
	border-top: 1px solid #231F20;
	border-right: 1px solid #231F20;
	text-align: center;
}
.spotlightModels td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.spotlightModels td.firstColumn {
	border-left: 1px solid #dedede;
}
.spotlightModels tr.evenRow td {
	background-color: #f6f6f6;
}
.sold {
	color: #B21107;
	font-weight: bold;
}
.modellink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B21107;
}
