/*
=general
*/


/*
=general
---------------------------------------------- */

html, body
{
	height: 100%;
}

body
{
	background: #392D1D url(/images/apartment_strip.gif) repeat-y left;
	font-family: Georgia, times, 'times new roman',  serif;
	font-size: 75%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #A58E8E;
}

table, tr, td, input, select, textarea, ol, ul
{
	font-family: Georgia, times, 'times new roman',  serif;
	font-size: 100%;
}

a img, img
{
    border: 0;
}

a
{
    color: #F90;
    text-decoration: none;
}

a:hover, a.active
{
	text-decoration: underline;
	color: #f90;
}

.hide
{
    position: absolute;
    left: -999em;
    width: 999em;
}

h2
{
	font-size: 100%;
	line-height: 1.6em;
    color: #fff;
    font-weight: normal;
	border-top: 1px solid #504435;
	padding: 3px 0px 0px 0px;
	margin: 18px 2px 5px 0px;
}


/*
=page structure
-----------------------------------------------------*/
#content {
	margin: 0 0 0 341px;
	padding:  48px 0 40px;
	width: 530px;
    min-height: 400px;
}

#navigation {
    color:  #6D5A56;
    position:  absolute;
    left: 0;
    top: 0;
    width: 150px;
    margin: 106px 0 0 126px;
    padding: 6px 0 0;
    height:  500px;
}

#nav_position {
    height: 254px;
    position: relative;
}

#footer {
    color: #fff;
	padding: 15px 0 15px 0;
	background: #000;
	text-align: center;
	width: 744px;
	clear: both;
}

/*
=navigation
-----------------------------------------------------*/

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

#flashheader img {
    width: 150px !important;
    height: 60px !important;
}

ul#apt_nav {
    position: absolute;
    bottom: 0;
    margin: 0;
}

#navigation li {
    width: 100%;
    padding: 0;
    margin: 0;
    display:  inline; /* IE bug fix. removes space */
}

#navigation img {
    width: 149px;
    height: 27px;
    display:  block; /* non-IE bug fix. removes space */
	padding: 0px;
}


#navigation a {
    color: #836D6D;
    text-decoration: none;
    margin: 0;
    display: block;
}

/*
=subnav
-----------------------------------------------------*/

#navigation ul.apt_subnav {
    margin: 0;
    padding:  0 0 6px;
    background-color: #392D1D;
    border-bottom:  1px solid #504435;
    line-height: 1.3em;
}


#navigation .apt_subnav li {
    height: auto;
    margin:  0;
}

#navigation .apt_subnav  a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .85em;
    margin: 0 4px;
    padding: 1px 0 1px 20px;
    display:  block;
}

#navigation .apt_subnav a:hover {
    color: #fff;

}

#navigation .apt_subnav .active a {
    color: #fff;
    background: #443724;
}


/*
=utility nav
-----------------------------------------------------*/
#navigation ul#util {
    margin: 34px 0 0;
}

#navigation #util li {
}

#navigation #util img {
}

#navigation #util a {
}


/*
=content
-----------------------------------------------------*/

.flash {
    margin: 0px 0px 23px -12px;
}

#content .news {
    background: #3E3120;
    border: 1px solid #362A1A;
    padding: .5em 0;
    margin: 0;
}

#content .news h2 {
    border-top: 0;
    font-size: 20px;
    padding: 0;
    margin-top: 0;
    margin-left: 15px;
}

#content .news p {
    max-width: 498px;
     margin-left: 15px;
}

#content .padding {
    margin-left: 15px;
}

#content .padding h2{
    border-top: none;
}

#content p {
    max-width: 380px;
	margin: 3px 15px 12px 0px;
}

#content a {
	color: #E1D4D4;
	border-bottom: 1px solid #A38E8E;
}

#content a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

p strong {
    color: #fff;
    font-weight: normal;
}

p em {
	color: #E1D4D4;
	font-style: normal;
}

.thumb {
    background: #2F2416;
    float:  right;
    width: 250px;
    margin: 1em 0 1em 1em;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.3em;
}

.thumb a {
    color: inherit;
}

.thumb a:hover {
    color: #F90;
}


#content .thumb p {
    padding: 6px 12px 6px 6px;
    margin: 0;
    width: auto;
}

.thumb img{
    border: 1px solid #8F8475;
    float:  left;
    width: 99px;
    height: 53px;
    margin: 0 10px 0 0;
}


/*
=contact form
-----------------------------------------------------*/
table.contact-form td {
	padding-bottom: 5px;
}

td input, td select {
	border: none;
	border-bottom: 1px solid #261d12;
	border-right: 1px solid #261d12;
	background: #6D5F4E;
	padding: 1px 1px 1px 2px;
	color: #fff;
	width: 170px;
}

td select {
	border: 1px solid #261d12;
	width: 173px;
}

td span {
	color: #fff;
}

/*
=contact page styles
-----------------------------------------------------*/
ul.phone-numbers {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	color: #e1d4cd;
}
