/* General structural style declarations  */

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url(../../images/common/bg.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    overflow: auto;
    background-color: #002a6c;
    line-height: 14px;
}

td {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
}

/* The Following two declarations are to create more predictable behaviour cross browser 

* {
    margin: 0px;
    padding: 0px;
}*/

/*
.pageSection * {
    overflow: visible;
} */

h1 {
    font-size: 33px;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
    color: #0689ef;
    xcolor: #0B3D82;
    font-weight: bold;
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
    xtext-transform: lowercase;
}

h2 {
    font-size: 33px;
    line-height: 33px;
    padding-bottom: 10px;
    margin: 0px;
    color: #0d1d52;
    font-weight: normal;
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
    xtext-transform: lowercase;    
}

h3 {
    font-size: 13px;
    font-weight: bold;
    color: #0689ef;
    line-height: 14px;
    padding-bottom: 10px;
    margin: 0px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    line-height: 14px;
    padding-bottom: 10px;
    margin: 0px;
}

h5 {
    line-height: 11px;
    font-size: 11px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

hr {
    padding-bottom: 10px;
    margin: 0px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 15px;
    margin: 0px;
}

a {
    color: #0689ef;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

.headera
{
    color: #FFBA00;
    text-decoration: none;
}

.nav,
#pageHeader,
#pageContent,
#pageFooter,
#contentFooter, #contentFooter2 {
    width: 970px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#contentFooterPrint {
    width: 970px;
    float: left;
    margin: 0px;
    padding: 0px;
}

#pageHeader,
#pageFooter,
#pageHeader p,
#pageFooter p,
#pageFooter a {
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

/* Header and Nav */

#pageHeader p a {
    color: #FFBA00;
}


#page {
    padding: 0px;
    width: 990px;
    margin: 30px auto;
}

#pageWrapper {
    border: 1px solid #335588;
    padding: 9px;
    width: 970px;
    text-align: left;
    margin: 0px;
    float: left;
}

.headerLogo {
    padding: 10px 0px 19px 22px;
    margin: 0px;
    float: left;
}

.headerLogo a {
    float: left;
    padding: 0px;
    margin: 0px;
}

#page .headerContact {
    float: right;
    padding-top: 7px;
    padding-right: 10px;
    margin: 0px;
}

.headerContact p {
    line-height: 11px;
}

.nav {
    background-color: #000000;
}

.nav ul {
    width: 100%;
}

.nav ul,
.nav ul li {
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 0px;    
    height: 60px;
}

.nav ul li {
    width: 12.5%;
    background-image: url(../../images/common/nav-divider.gif);
    background-position: right 0px;
    background-repeat: no-repeat;
}

.nav ul li.selected {
    width: 12.5%;
    background-image: url(../../images/common/nav-divider.gif);
    background-position: right 0px;
    background-repeat: no-repeat;
}

.nav ul li.last {
    background-image: none
}

.nav ul li.lastselected {
    background-image: none
}

.nav ul li a {
    color: #7f7f7f;
    font-weight: bold;
    padding-left: 9px;
    padding-top: 7px;
    text-align: left;
    line-height: 13px;
    float: left;
    height: 100%;
    margin: 0px;
    width: 90%; 
}

.nav ul li a:hover {
    background-color: #2B81D8;
    color: #FFFFFF;    
    font-weight: bold;
    padding-left: 9px;
    padding-top: 7px;
    padding-right:1px;
    text-align: left;
    line-height: 13px;
    float: left;
    height: 100%;
    margin: 0px;  
    width: 90%; 
}

.nav ul li.last a:hover {
    background-color: #2B81D8;
    color: #FFFFFF;    
    font-weight: bold;
    padding-left: 9px;
    padding-top: 7px;
    padding-right:1px;
    text-align: left;
    line-height: 13px;
    float: left;
    height: 100%;
    margin: 0px;  
    width: 92%; 
}

.nav ul li.selected a {
    background-color: #2B81D8;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 9px;
    padding-top: 7px;
    padding-right:1px;
    text-align: left;
    line-height: 13px;
    float: left;
    height: 100%;
    margin: 0px;
    width: 90%; 
}

.nav ul li.lastselected a {
    background-color: #2B81D8;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 9px;
    padding-top: 7px;
    padding-right:1px;
    text-align: left;
    line-height: 13px;
    float: left;
    height: 100%;
    margin: 0px;
    width: 92%; 
}

/* Footer(s) */

#contentFooter {
    background-color: #505050;
    color: #FFCC00; 
    padding: 10px 0px;
    margin-top: 9px;
}

#contentFooter2 
{   
    background-color: #505050; 
    color: #FFCC00; 
    padding: 10px 0px;
}

#contentFooter span, #contentFooter2 span {
    float: left;
    line-height: 16px;
    padding-left: 10px;    
}

#contentFooter marquee, #contentFooter2 marquee {
    float: left;
    line-height: 16px;
    padding-left: 10px;
    width: 820px;
}

#contentFooterPrint {
    background-color: #7f7f7f;
    color: #FFFFFF; 
    padding: 10px 0px;
    margin-top: 9px;
}

#contentFooterPrint span {
    float: left;
    line-height: 16px;
    padding-left: 10px;
}

#contentFooterPrint marquee {
    float: left;
    line-height: 16px;
    padding-left: 10px;
    width: 850px;
}


#pageFooter {
    padding: 10px;
    text-align: left;
}

/* Content */

#pageContent {
    background-color: #FFFFFF;
    font-size: 13px;    
}

.contentWrapper {
    width: 400px;
    padding: 19px;
    float: left;
    margin-left: 20px;
    xmargin-bottom: 100px;
    margin-right: 0px;
}

#page .pageToolsWrapper {
    float:right;
    padding: 19px;
    padding-left: 0px;
    text-align:right;
}

.pageToolsWrapper table {
    padding: 0px;
    border: none;
    text-align: left;
}

#page .imageWrapper {
    float: right;
    width: 450px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    text-align: right;
}

#page .contentMainFull 
{
    width: 400px;
    
}

.contentMainFull p {
    font-size: 16px;
    line-height: 25px;
}

.contentMainFull ul li {
    font-size: 16px;
    line-height: 25px;
}

.contentMainFull ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #0689ef;    
    text-decoration: underline;
}

.imageWrapper img {

}

.imageWrapper table {
    padding: 3px;
    border: none;
    text-align: right;
}

.contentPage .contentLeft {
    width: 190px;
    float: left;    
    padding-right: 9px;
}

.contentPage .contentRight {
    width: 199px;
    float: left;
}

.contactWrapper {
    width: 932px;
    padding: 19px;
}

.contactWrapper table h2 {
    line-height: 28px;
}

.contactWrapper table h4,
.contactWrapper table h3 {
    padding-bottom: 1px;
}

.contactWrapper table p {
    padding-bottom: 11px;
}

.contactWrapper table p a {
    color: #ff9600;
}

/* Forms */

fieldset {
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
}

.formWrapper {
    width: 932px;
    padding: 19px;
    float: left;
}

/*
.formWrapper * {
    margin: auto;
} */

.registerForm {
    width: 932px;
    overflow: hidden;
}

.shaded {
    border-bottom: 1px solid #DFDFDF;
} 

.encapsa 
{
 float:right;
 position:relative;
 z-index:20; 
 text-align:left; 
 left:30px;
 top:10px; 
 font-size:medium; 
 padding-bottom: 30px;
 line-height: 20px;
 margin: 0px;
 color:#2B81D8;  
 width: 200px; 
}

div.sold_banner
{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

div.leased_banner
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

span.redfont
{
	color: #FF0000;
}

span.darkredfont
{
	color: #660000;
}

span.selectionheading { font-weight: bold; }
