/*
Designer: Marje Cannon Anexio New Media
Author: Marje Cannon Anexio New Media
version 04.17.2007
version 04.20.2007
version 04.24.2007
version 04.25.2007
version 04.27.2007
version 05.01.2007
version 05.03.2007
version 07.23.2007
*/

/*--------------- default settings  ----------------------*/
html, body, ul ,ol, li, dl, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
    margin: 0;
    padding: 0;
    color: #3F6F9E;
    background-color: #FFFFF9;
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;  
    font-size: 13px;
    line-height: 1.5;
}
body {
	text-align: center;
}

/*-------------- font plusses -----------------*/
.plus1 {
	font-size: 110% !important;
	font-weight: normal;
}
.plus2 {
	font-size: 125% !important;
	font-weight: normal;
}
.plus3 {
	font-size: 140% !important;
	font-weight: normal;
}
.small {
	font-size: 85% !important;
}

/* --------------- misc --------------- */
.clear {
	clear: both;
}
.bold {
   font-weight: bold;
}
.red {
   color: #FF3F0F;
	background-color: transparent;
}
.redbold, p.redbold {
   color: #FF3F0F !important;
	background-color: transparent;
	font-weight: bold !important;
}
.greenbold, p.greenbold  {
	color: #87AC39;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
#backtotop {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}
/*---------- headings ------------ */

#contentleft h1, #contentlefthome h1 {
	clear: both;
	font-size: 140%;
	font-weight: normal;
	margin: 38px 10px 12px 40px;
	color: #187BBB;
	background-color: transparent;
}	
#contentleft h2, #contentlefthome h2  {
	clear: both;
	font-size: 130%;
	font-weight: normal;
	margin: 30px 10px 12px 40px;
	color: #187BBB;
	background-color: transparent;
}
#contentright .cssbox-head h2, #contentrighthome .cssbox-head h2 {
	clear: both;
	font-size: 130%;
	font-weight: normal;
	margin: 3px 3px 3px 3px;
	color: #187BBB;
	background-color: transparent;
}
#contentleft h3, #contentlefthome h3 {
	clear: both;
	font-size: 130%;
	font-weight: normal;
	margin: 30px 10px 12px 40px;
	color: #FF3300;
	background-color: transparent;
}
#contentleft h4, #contentlefthome h4 {
	clear: both;
	font-size: 110%;
	font-weight: normal;
	margin: 30px 10px 12px 40px;
	color: #187BBB;
	background-color: transparent;
}
#contentleft h5, #contentlefthome h5 {
	clear: both;
	font-size: 110%;
	font-weight: normal;
	margin: 30px 10px 12px 40px;
	color: #FF3300;
	background-color: transparent;
}
/* --------------- outerwrap layout --------------- */
#outerwrap {
	position: relative;
	width: 910px;
	margin: 0 auto 0 auto; 
   background-image: url(resources/bg-diag.jpg);
	text-align: center;
}
/* --------------- absolutely positioned --------------- */
#topbuttons {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50px;
}
#topemail {
	position: absolute;
	z-index: 1;
	top: 130px;
	right: 68px;
	width: 93px;
	height: 39px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
/* --------------- header layout home --------------- */
#header {
	position: relative;
	margin: 0 auto 0 auto; 
	width: 910px;
	height: 220px;
	background-image: url(resources/bg-heading.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}
#header #logo {
	float: left;
	}

	/* --------------- header layout interior pages --------------- */
#headerinterior {
	position: relative;
	margin: 0 auto 0 auto; 
	width: 910px;
	height: 187px;
   background-image: url(resources/bg-heading-blue.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	}
#headerinterior h6 {
	color: #FFFFFF;
	background-color: transparent;
	width: 500px;
	float: left;
	font-size: 100% !important;
	font-weight: normal;
	margin: 25px 0 0 0 !important;
	padding: 10px 0 0 0;
}
#headerinterior #logoinnerpage {
	float: left;
	margin: 0 0 0 25px;
}
/* --------------- wrap layout --------------- */
#wrap {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto; 
	color: #3F6F9E;
   background-color: #FFFFF9;
	text-align: left;
}


/* --------------- colored boxes --------------- */
#coloredboxes {
	clear: both;
	position: relative;
	width: 800px;
	height: 182px;
	color: #3F6F9E;
   background-color: #FFFFF9;
	margin: 0;
	padding: 0;
}
.coloredbox {
	position: relative;
	width: 202.2px;
	height: 182px;
	float: left;
}
.coloredboxtxt {
	margin: 124px 10px 10px 25px;
	font-size: 12px;
}
.coloredboxtxt a:link {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: underline;
}
.coloredboxtxt a:visited {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: underline;
}
.coloredboxtxt a:hover {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: none;
}
.coloredboxtxt a:active {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: none;
}
.coloredboxtxt p {
	margin: 7px 0 0 0;
}
.orange {
	background-image: url(resources/bg-coloredbox-orange.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.blue {
	background-image: url(resources/bg-coloredbox-blue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.green {
	background-image: url(resources/bg-coloredbox-green.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.coloredboxyellow {
	position: relative;
	width: 193px;
	height: 182px;
	float: right;
	background-image: url(resources/bg-coloredbox-yellow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.coloredboxyellow .coloredboxtxt  {
	margin: 124px 10px 10px 25px;
	font-size: 12px;
}

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

#content {
	clear: both !important;
	position: relative;
	width: 800px;
	margin: 0;
	padding: 0;
}
/*--------------contentlefthome-----------------*/
#contentlefthome {
	position: relative;
	float: left;
	/* width: 540px; */
	width: 530px;
	background-image: url(resources/bg-palmtree.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#contentlefthome p {
	/* margin: 11px 38px 11px 40px; */
	margin: 11px 30px 11px 40px;
	color: #3F6F9E;
   background-color: transparent;
	font-size: 13px;
}

/*--------------contentleft-----------------*/
#contentleft {
	position: relative;
	float: left;
	width: 590px;
	background-image: url(resources/bg-palmtree.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#contentleft p {
	margin: 11px 38px 11px 40px;
	color: #3F6F9E;
   background-color: transparent;
	font-size: 13px;
}

/* --------------- breadcrumbs --------------- */
#contentleft #breadcrumbs {
	height: 20px;
	width: 450px;
	float: right;
}
#contentleft #breadcrumbs p {
	margin: 0 14px 12px 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px !important;
	text-align: right !important;
}
#contentleft #breadcrumbs * {
	color: #005596;
	background-color: transparent;
}




/*--------------contentrighthome-----------------*/
#contentrighthome {
	position: relative;
	float: right;
	width: 256px;
}
/*--------------contentright-----------------*/
#contentright {
	position: relative;
	float: right;
	width: 200px;
}



/* ----------- pullquote ---------------- */
#contentlefthome p.pullquote, #contentleft p.pullquote  {
	width: 230px;
	margin: 10px 0 20px 0;
	padding: 0 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FF3300;
	background-color: transparent;
	line-height: 1.7;
	text-align: right;
	float: left;
}	

/*---------- footer------------ */

#footer {
	clear: both;
	position: relative;
	width: 800px;
	height: 268px;
	background-image: url(resources/bg-footer-blue.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#logofooterinterior {
	float: right;
	margin-left: 10px;
}

#footer-menuinterior {
	float: left;
	margin: 146px 0 10px 0;
}



/*---------- footer home------------ */

#home #footer {
	clear: both;
	position: relative;
	width: 800px;
	height: 184px;
	background-image: url(resources/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#home #logofooter {
	float: left;
	margin-left: 10px;
}

#home #footer-menu {
	float: right;
	margin: 60px 0 10px 0;
}


/* -------------- copyright info --------------- */

#belowfooter {
   margin: 30px auto 30px auto;
	width: 800px;
	position: relative;
		}
#belowfooter p {
	font-size: 11px !important;
		}
#belowfooter .belowfooterleft {
	width: 390px;
	text-align: left;
	float: left;
   color: #5B8DBD !important;
   background-color: #FFFFF9;
}
#belowfooter .belowfooterright {
	width: 398px;
	text-align: right;
	float: right;
   color: #5B8DBD;
   background-color: #FFFFF9;
}
#belowfooter a:link {
   color: #5B8DBD;
   background-color: #FFFFF9;
	text-decoration: none;
}
#belowfooter a:visited {
   color: #5B8DBD;
   background-color: #FFFFF9;
	text-decoration: none;
}
#belowfooter a:hover {
   color: #5B8DBD;
   background-color: #FFFFF9;
	text-decoration: none;
}
#belowfooter a:active {
   color: #5B8DBD;
   background-color: #FFFFF9;
	text-decoration: none;
}

/* ------------lists ---------------- */

#contentleft ul {
	/* margin: 20px 60px 20px 50px; */
	margin: 20px 60px 20px 80px;
	padding: 0;
}
#contentleft ol {
	/* margin: 20px 60px 20px 55px; */
		margin: 20px 60px 20px 85px;
		padding: 0;
}
/* --------------- link styles --------------- */
a:link {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: underline;
}
a:visited {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: underline;
}
a:hover {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: none;
}
a:active {
    color: #3F6F9E;
    background-color: transparent;
	 text-decoration: none;
}

/*------ blueboxes ------ */

#contentright #bluebox1, #bluebox2, #bluebox3, #bluebox-ads { 
   margin-top: 20px;
   width: 200px;
   background-color: #E8F6FA;
}
#blueboxslogan { 
   height: 300px;
   width: 200px;
   background-color: #FFFFF9;

}
#home #bluebox1, #home #bluebox2, #home #bluebox3, #home #bluebox-ads{ 
   margin-top: 20px;
   width: 256px;
   background-color: #E8F6FA;
}
#bluebox1 p, #bluebox2 p, #bluebox3 p, #bluebox-ads p { 
   margin: 15px 15px 0 17px;
	font-size: 12px;
	line-height: 1.6;
	color: #2D4E6E;
   background-color: transparent;
} 

b.rtop, b.rbottom {
   display: block;
   background-color: #FFFFFF;
}

b.rtop b, b.rbottom b {
   display: block;
   height: 1px;
   overflow: hidden; 
   background-color: #E8F6FA;
	 }
b.r1 {
   margin: 0 5px;
}
b.r2 {
   margin: 0 3px;
}
b.r3 {
   margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
   margin: 0 1px;
   height: 2px;
}
#bluebox-ads table td {
	text-align: center;
}
#bluebox-ads table td img {
	margin-top: 2px;
	margin-bottom: 2px;
}


/* --------------- image styles --------------- */
.imgrightnomargin {
	float: right;
	margin: 0;
	padding: 0;
}
.imgleftnomargin {
	float: left;
	margin: 0;
	padding: 0;
}
.imgrightborder {
	float: right;
	padding: 6px;
	background-color: transparent;
	border: 1px solid #75C5F0;
	margin: 4px 0 12px 14px;
}
.imgleftborder {
	float: left;
	padding: 6px;
	background-color: transparent;
	border: 1px solid #75C5F0;
	margin: 4px 14px 12px 0;
}
.imgrightwithoutborder {
	float: right;
	background-color: transparent;
	margin: 2px 0 8px 14px;
}
.imgleftwithoutborder {
	float: left;
	background-color: transparent;
	margin: 2px 14px 8px 0;
}


/*-----top navigation interior pages -----------*/

#headerinterior #navcontainer {
	position: relative;
	width: 670px;
	float: right;
	background-color: transparent;
	text-align: left;
	padding: 0;
	margin: 0;
}

#headerinterior #navcontainer ul#navlist {
	margin:  76px 0 0 0;
	width: 100%; /* to fix hasLayout issues */ 
	padding: 0;
	border: 0;
	background-color: transparent;
}

#headerinterior ul#navlist li {
	list-style-type: none;
	font-size: 14px;
	border-left: 1px solid #9BBAD7;
	background-color: transparent;
	float: left;
	line-height: 1 !important;
	margin: 3px .5em 3px -.5em;
	padding: 3px .5em 3px .5em;
}
#headerinterior ul#navlist li.noborder {
	border-left: none !important;
	background-color: transparent;
}

#headerinterior #navcontainer ul#navlist li a:link {
    color: #3F6F9E;
    background-color: transparent;
	text-decoration: none !important;
}
#headerinterior #navcontainer ul#navlist li a:visited {
    color: #3F6F9E;
    background-color: transparent;
	text-decoration: none !important;
}
#headerinterior #navcontainer ul#navlist li a:hover {
    color: #FF3300;
    background-color: transparent;
	text-decoration: underline !important;
}
#headerinterior #navcontainer ul#navlist li a:active {
    color: #FF3300;
    background-color: transparent;
	text-decoration: underline !important;
}
/*-----top navigation home page -----------*/

#home #header #navcontainer {
	position: relative;
	/* margin-bottom: 1em; */
	/* overflow: hidden; */
	width: 550px;
	float: left;
	background-color: transparent;
	height: 100px;
	text-align: left;
	padding: 0;
	margin: 0;
}
#home ul#navlist, #home ul#navlist2 {
	background-color: transparent;
}
#home ul#navlist {
	/* margin:  14px 0 0 0; */
		margin:  26px 0 0 0;
	width: 100%; /* to fix hasLayout issues */
	padding: 0;
	border: 0;
}
#home ul#navlist2 {
	clear: both;
	width: 100%; /* to fix hasLayout issues */
	margin:  0 0 0 17px !important;
	padding: 0 !important;
	border: 0;
}
#home ul#navlist li, #home ul#navlist2 li {
	list-style-type: none;
	font-size: 14px;
	border-left: 1px solid #9BBAD7;
	background-color: transparent;
	float: left;
	line-height: 1 !important;
	margin: 3px .5em 3px -.5em;
	padding: 3px .5em 3px .5em;
}
#home ul#navlist li.noborder, #home ul#navlist2 li.noborder {
	border-left: none !important;
	background-color: transparent;
}

#home #header #navcontainer ul#navlist li a:link, #home #header #navcontainer ul#navlist2 li a:link {
color: #3F6F9E;
    background-color: transparent;
	text-decoration: none;
}
#home #header #navcontainer ul#navlist li a:visited, #home #header #navcontainer ul#navlist2 li a:visited {
color: #3F6F9E;
    background-color: transparent;
	text-decoration: none;
}
#home #header #navcontainer ul#navlist li a:hover, #home #header #navcontainer ul#navlist2 li a:hover {
   color: #FF3300;
    background-color: transparent;
	text-decoration: underline;
}
#home #header #navcontainer ul#navlist li a:active, #home #header #navcontainer ul#navlist2 li a:active {
   color: #FF3300;
    background-color: transparent;
	text-decoration: underline;
}


/*------------subnavigation ---------------*/

#subnavcontainer { 
    position: relative;
    width: 200px;
    background-color: #E8F6FA !important;
    /* background-image: url(resources/bg-subnav.gif) !important;
    background-position: center top;
    background-repeat: no-repeat; */
}

#subnavcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#subnavcontainer ul li {
    list-style-type: none;
    font-size: 14px;
	 font-weight: bold;
    padding: 0;
    text-indent: 25px;
    background-color: #E8F6FA !important;
    color: #FFFFF9;
}

#subnavcontainer a {
    display: block;
    padding: 5px 0 5px 0 !important;
    background-color: transparent;
	color: #2D4E6E;
    border-bottom: 2px solid #FFFFF9;
}

#subnavcontainer #subnavlist a:link, #subnavcontainer #subnavlist a:visited {
	color: #2D4E6E;
	text-decoration: none;
	background: url(menuvertical/menuvertical.gif);
	background-repeat: no-repeat;
		background-position: top left;
		    width: 200px !important;
}

#subnavcontainer #subnavlist a:hover {
	background-color: #7BC1E5 !important;
	color: #FFFFFF;
	background: url(menuvertical/menuvertical.gif);
	background-repeat: no-repeat;
	background-position: top left;
	    width: 200px !important;
}


/*------------ contact form ---------------*/


#contactformcontainer {
    padding: 10px 0 0 15px;
    font-size: 11px;
    margin: 0 0 0 100px !important;
    voice-family: "\"}\""; 
    voice-family:inherit;

}

html>body #contactformcontainer {
    margin: 0;

}

#contactinformation {
    float: right;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 11px;
    width: 190px;
    margin-right: 15px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 180px;
    margin-right: 10px;
    padding-right: 10px;
}

html>body #contactinformation {
    width: 180px;
    padding-right: 10px;
}

#contactformcontainer span {
    display: block;
}


#contactformcontainer textarea, #contactformcontainer input, #contactformcontainer select {
    font-size: 11px;
    background-color: #E8F6FA;
    border: 1px solid #AADEEC;
    padding: 2px;
}

#contactformcontainer input {
    width: 140px;
}

#contactformcontainer textarea {
    width: 230px;
    height: 125px;
}

#contactformcontainer div {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    margin-right: 140px;
}

html>body #contactformcontainer div {
    margin-right: 140px;
}
    
#sendmessage input {
    margin: 0 0 0 60px;
    padding: 6px;
    border: none;
    width: 55px;
	 text-align: center;
	 border: 1px solid #AADEEC;
}

#sendmessage {
    margin: 0;
    padding: 0;
}




/*-------CSS signature----------- */

#about #headerinterior {
	background-image: url(resources/bg-heading-orange.gif);
}
#about .imgrightborder {
	background-color: transparent;
	border-color: #F27126;
}
#about .imgleftborder {
	background-color: transparent;
	border-color: #F27126;
}
#about #footer {
	background-image: url(resources/bg-footer-orange.gif);
}
#about a#aboutnav {
	    color: #FF3300 !important;
		 background-color: transparent;
}
#about h1 {
	color: #F27126;
	background-color: transparent;
}
#about h6 {
	background-color: #F27126;
}
#about #blueboxslogan { 
	background-image: url(resources/slogan-orange.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



#housing #headerinterior {
	background-image: url(resources/bg-heading-blue.gif);
}
#housing .imgrightborder {
	background-color: transparent;
	border-color: #75C5F0 !important;
}
#housing .imgleftborder {
	background-color: transparent;
	border-color: #75C5F0 !important;
}
#housing #footer {
	background-image: url(resources/bg-footer-blue.gif);
}

#housing a#housingnav {
	    color: #FF3300 !important;
		 background-color: transparent;
}
#housing h1 {
	color: #75C5F0;
	background-color: transparent;
}
#housing h6 {
	background-color: #2080C0;
}
#housing #blueboxslogan { 
	background-image: url(resources/slogan-blue.gif);
	background-position: top left;
	background-repeat: no-repeat;
}






#resident #headerinterior {
	background-image: url(resources/bg-heading-green.gif);
}
#resident .imgrightborder {
	background-color: transparent;
	border-color: #98C045;
}
#resident .imgleftborder {
	background-color: transparent;
	border-color: #98C045;
}
#resident #footer {
	background-image: url(resources/bg-footer-green.gif);
}
#resident a#residentnav {
	    color: #FF3300 !important;
		 background-color: transparent;
}
#resident h1 {
	color: #86AC3A;
	background-color: transparent;
}
#resident h6 {
	background-color: #94BB43;
}
#resident #blueboxslogan { 
	background-image: url(resources/slogan-green.gif);
	background-position: top left;
	background-repeat: no-repeat;
}





#news #headerinterior {
	background-image: url(resources/bg-heading-lavendar.gif);
}
#news .imgrightborder {
	background-color: transparent;
	border-color: #C0BCE9;
}
#news .imgleftborder {
	background-color: transparent;
	border-color: #C0BCE9;
}
#news #footer {
	background-image: url(resources/bg-footer-lavendar.gif) !important;
}
#news a#newsnav {
	    color: #FF3300 !important;
		 background-color: transparent;
}
#news h1 {
	color: #847CD4;
	background-color: transparent;
}
#news h6 {
	background-color: #C0BCE9;
}
#news #blueboxslogan { 
	background-image: url(resources/slogan-lavendar.gif);
	background-position: top left;
	background-repeat: no-repeat;
}







#redevelopment #headerinterior {
	background-image: url(resources/bg-heading-yellow.gif);
}
#redevelopment .imgrightborder {
	background-color: transparent;
	border-color: #FFDA46;
}
#redevelopment .imgleftborder {
	background-color: transparent;
	border-color: #FFDA46;
}
#redevelopment #footer {
	background-image: url(resources/bg-footer-yellow.gif);
}
#redevelopment a#redevelopmentnav {
	    color: #FF3300 !important;
		 background-color: transparent;
}
#redevelopment h1 {
	color: #E6B800;
	background-color: transparent;
}
#redevelopment h6 {
	background-color: #FFDA46;
}
#redevelopment #blueboxslogan { 
	background-image: url(resources/slogan-yellow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}





#contact #headerinterior {
	background-image: url(resources/bg-heading-blue.gif);
}
#contact .imgrightborder {
	background-color: transparent;
	border-color: #75C5F0 !important;
}
#contact .imgleftborder {
	background-color: transparent;
	border-color: #75C5F0 !important;
}
#contact #footer {
	background-image: url(resources/bg-footer-blue.gif);
}
#contact a#contactnav {
	    color: #FF3300 !important;
		 background-color: transparent;
}
#contact h1 {
	color: #75C5F0;
	background-color: transparent;
}
#contact h6 {
	background-color: #2080C0;
}
#contact #blueboxslogan { 
	background-image: url(resources/slogan-blue.gif);
	background-position: top left;
	background-repeat: no-repeat;
}





#default #headerinterior {
	background-image: url(resources/bg-heading-blue.gif);
}
#default .imgrightborder {
	background-color: transparent;
	border-color: #75C5F0 !important;
}
#default .imgleftborder {
	background-color: transparent;
	border-color: #75C5F0 !important;
}
#default #footer {
	background-image: url(resources/bg-footer-blue.gif);
}

#default  h1 {
	color: #75C5F0;
	background-color: transparent;
}
#default  h6 {
	background-color: #2080C0;
}
#default  #blueboxslogan { 
	background-image: url(resources/slogan-blue.gif);
	background-position: top left;
	background-repeat: no-repeat;
}