/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    background-image: url(../../images/bg_category.png);
    background-color: #FFFFFF;
    font: 11px "Lucida Sans" , Arial, san-serif;
    color: #736357;
}


#wrapper {
    text-align: left;
    margin: 0px auto;
    width: 933px;
    height: auto;
}

#logo {
    margin: 10px 0px 0px 20px;
    width: 300px;
    height: 93px;
    background-image: url(../../images/logo_main.png);
    z-index: 10;
    position: absolute;
}

#logo a {
    display: block;
    width: 300px;
    height: 93px;
}

#contact {
    margin: 40px 0px 0px 700px;
    text-align: right;
    font-size: 10px;
    color: #736357;
    font-weight: normal;
    line-height: 16px;
    width: 250px;
    z-index: 10;
    position: absolute;
}

#contact a {
    color: #736357;
    text-decoration: none;
}

#contact a:hover {
    text-decoration: underline;
}

#tagline {
    width: 500px;
    height: 30px;
    display: block;
    margin: 100px 0px 0px 215px;
    font: 12px "Lucida Sans" , sans-serif;
    color: #736357;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
}

/*The menu */
#menu {
    position: absolute;
    top: 142px;
    left: 0px;
    width: 100%;
    height: 20px;
    padding-top: 5px;
    background: #FFFFFF;
    border-bottom: 3px solid #b0c3b7;
}

#menu ul {
    /*margin-left: 200px;*/ /*margin-top: 1px;*/
    width: 933px;
    position: relative;
    left: 90px;
    padding-left: 25px;
    padding-top:0px;
    margin: 0px auto;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px "Arial" , sans-serif;
    background: url(../../images/categorynav_off.png) no-repeat;
    color: #534741;
    padding-left: 20px;
    padding-top: 2px;
    margin-right: 20px;
}

#menu a:hover {
    background: url(../../images/categorynav_on.png) no-repeat;
    color: #5697BF;
}


/*Content area*/
#maincontent {
    position: relative;
    top: 170px;
    left: 90px;
    width: 740px;
    height: auto;
    display: block;
    padding: 20px;
    background: #f0edde;
    border: 5px solid #B0C3B7;
    border-top: none;
}

/* Columns for Content */
div.lefthalf {
    float: left;
    width: 48%;
}

div.righthalf {
    float: right;
    width: 48%;
}

div.lefthalf_66percent {
    float:left;
    width:66%;
}

div.righthalf_33percent {
    float:right;
    width:33%;
}



/*Footer*/
#address {
    position: relative;
    top: 170px;
    left: 90px;
    width: 790px;
    height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 16px;
    font: 10px "Arial" , san-serif;
    color: #92b19d;
}

/* Photo Gallery - for Lightview thumbnails */
#gallery {
    width: 740px;
    margin: 10px auto;
    text-align: center;
}

#gallery a img {
    padding: 5px 10px;
}

/* Floorplan Gallery - for Lightview thumbnails */
#floorplans {
    width: 440px;
    float: left;
    margin: 20px 0px;
}


div.oneplan {
    width: 145px;
    float: left;
    padding-bottom: 10px;
}

div.oneplan p {
    padding-left: 10px;
    display: inline;
    clear: both;
}

#floorplans a img {
    padding: 5px 10px;
}

#floor_text {
    width: 285px;
    float: right;
    margin: 20px 0px;
    text-align: left;
    padding-left: 15px;
}

#floor_text ul {
    padding-bottom: 15px;
    list-style: disc;
    padding-left: 0;
}

/* Styles for tables used on leasing page */
.mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.mytable2 {
	width: 500px;
	padding: 0;
	margin: 0;
}

caption2 {
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../../images/bg_header_BV.jpg) no-repeat;
}

th.alt {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../../images/bg_header_BV.jpg) no-repeat;
}


th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.mytable td, .mytable2 td{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.spec2 {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #ccc url(../../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
	color: #82827e;
	background: #CAE8EA url(../../images/bg_header2.jpg) repeat-x;

}



th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f0f0ea url(../../images/bullet2b.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

td.blankcell {
    border:none;
    border-bottom: 1px solid #C1DAD7;
    background-color:Transparent;
    font-size:0.9em;
}

/*General Styles*/
.clearfloats {
    clear: both;
}

h1.maincopy_header {
    height: 25px;
    margin-bottom: 10px;
    text-align: left;
    padding: 3px 8px 0 10px;
    font: 18px "Lucida Sans" , Arial, san-serif;
    color: #736357;
    background: url(../../images/bg_maincopy_header.png) repeat-x;
}

p {
    color: #4c4c4c;
    line-height: 15px;
    margin-top: 0.8em;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    color: #f79a42;
    padding-top: 0.6em;
}

h2 {
    font-size: 14px;
    font-weight: normal;
    color: #f79a42;
    padding-top: 0.6em;
}

h3 {
    font-size: 12px;
    padding-top: 0px;
    color: #f79a42;
    padding-top: 0.6em;
}

h4 {
    text-transform: uppercase;
    font: 10px "Arial" , san-serif;
    color: #736357;
    padding-top: 0px;
    line-height: 10px;
    padding-bottom: 0px;
}
a {
    color: #eb790d;
    text-decoration:none;
}
a:hover {
    color:#5697BF;
    text-decoration:underline;
}

a img {
    border: none;
}

ul {
    list-style: disc;
    padding-top:0.4em;
    padding-left: 20px;
    padding-bottom: 15px;
}

.smalltext {font-size:0.8em;}

.clearfloats {clear:both;}
.imgRight {float:right; padding-left:15px;}
.imgLeft {float:left; padding-right:15px;}

