/* == GLOBALS == */

body
{
   padding: 0px;
   font-size: 11px;
   background: url(images/bg.jpg) fixed repeat-x;
   margin: 0px;
   behavior: url(../csshover.htc);
   line-height: 1.3em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
}

h1, .h1 {
font-size:16px;
color:#6e1e46; 
padding:0;
margin-left:0;
margin-right:0;
margin-top:25px;
margin-bottom:10px;
font-weight: bold;
line-height: 1.3em;
font-style: normal;
}

#bannerimg h1 {
   margin-top: 0;
}

h2, .h2 {
font-size:14px;
font-style:italic;
color:#6e1e46; 
padding:0;
margin-left:0;
margin-right:0;
margin-top:20px;
margin-bottom:10px;
}

h3, .h3 {
font-size:13px;
font-weight:bold;
color:#6e1e46; 
padding:0;
margin-left:0;
margin-right:0;
margin-top:15px;
margin-bottom:10px;
}

h4, .h4 {
font-size:12px;
font-weight:bold;
padding:0;
margin-left:0;
margin-right:0;
margin-top:10px;
margin-bottom:10px;
}

h5, .h5 {
font-size:11px;
font-weight:bold;
padding:0;
margin-left:0;
margin-right:0;
margin-top:10px;
margin-bottom:5px;
}

a {
color:#6e1e46;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#000000;
font-weight:bold;
text-decoration:none;
}

a.hoverwhite
{
   color: #b4648c;
}
a.hoverwhite:hover
{
   color:#ffffff;
}

#hr {
background:url(images/hr.gif) no-repeat center;
margin-left:auto;
height:3px;
}

p {
padding:0;
margin-left:0;
margin-right:0;
margin-top: 15px;
margin-bottom:10px;
}

table {
font-size:11px;
padding:0;
}

td {
padding:0;
}

input, select 
{
   font-size: 11px;
   margin: 0px;
}

/* -- CLASSES -- */
.wrap {
padding:5px;
}

.wrap10 {
padding:10px;
}

.wrapPadLft {
padding-top:10px;
padding-left:6px;
}

.wrapPadLft input {
padding-top:0px;
padding-bottom:1px;
margin-top: 0px;
margin-bottom: 0px;
}

.wrapPadLft p {
background: white;
margin-right: 16px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
margin-top: 0px;
margin-bottom: 4px;
border: solid 1px #dabfd8;
cursor: pointer;
}

.bold {
font-weight:bold;
}

.normal {
font-weight:normal;
}

.h1pad {
padding-top:10px;
padding-bottom:15px;
}

.h1pad2 
{
   margin: 0px;
   padding-left:2px;
   padding-bottom:5px;
}

.white {
color:#FFFFFF;
}	

.maroon {
color:#6e1d46;
}

.button {
background:white;
text-decoration:none;
font-size:10px;
color:#6e1d46;
}

.rightColh2Pad {
padding-top:5px;
padding-bottom:5px;
}

.msg
{
   width: 100%;
   color: red;
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
   text-align: center;
   border-bottom-style: none;
}

.ma
{
   padding-bottom: 2px;
   padding-top: 1px;
}
td.pt
{
   padding-left: 20px;
   padding-top: 10px;
}
td.pt input, td.pt select
{
   margin-left: -20px;
}
td.pt input[type="radio"]
{
   float: left;
   margin-top: 1px;
}

.red
{
   color: Red;
}

/* -- TABLE CLASSES -- */

.tborder
{
   border-right: black 1px solid;
   padding-right: 0px;
   border-top: black 1px solid;
   padding-left: 0px;
   padding-bottom: 0px;
   border-left: black 1px solid;
   padding-top: 0px;
   border-bottom: black 1px solid;
   border-collapse: collapse;
}
.tbhead
{
   border-right: black 1px solid;
   padding-right: 5px;
   border-top: black 1px solid;
   padding-left: 5px;
   font-weight: bold;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   background-color: thistle;
}
.tbodd
{
   padding-right: 5px;
   padding-left: 5px;
   background-color: #f4cdf4;
}
.tbeven
{
   padding-right: 5px;
   padding-left: 5px;
}
.tboddsmall
{
   border-right: black 1px solid;
   padding-right: 5px;
   padding-left: 5px;
   font-size: xx-small;
   border-left: black 1px solid;
   background-color: #f4cdf4;
}
.tbevensmall
{
   border-right: black 1px solid;
   padding-right: 5px;
   padding-left: 5px;
   font-size: xx-small;
   border-left: black 1px solid;
}


/* == LAYOUT == */

#topBanner
{
   text-align: center;
}

#outerContainer
{
   width: 1140px;
   text-align: center;
   margin:0 auto;
   position:relative;
}

#topContainer {
width:820px;
height:140px;
margin:0 auto;
top:10px;
position:relative;
}


#logo {
float:left
}

#countrySelect {
color:#b4648c;
font-size:10px;
padding-top:40px;
margin-right:20px;
text-align:right;
}

#countrySelect ul{	
list-style:none;
}

#countrySelect li{
display:inline;
margin-left:20px;
}

#container {
width:820px;
margin:0 auto;
text-align:left;
background:url(images/mid4.gif) repeat-y;
}

#leftContainer
{
   position: absolute;
   width: 1px;
}

#leftBar 
{
   text-align: center;
   color: White;
   width: 150px;
   height: 600px;
   margin: 10 auto;
   top: 0px;
   left: -160px;
   position: relative;
}

#leftBar h4, #rightBar h4
{
   margin: 0px;
   padding: 0px;
}

#leftBar a, #rightBar a
{
   font-weight: normal;
   text-decoration: underline;
   color: White;
}

#rightContainer
{
   position: absolute;
   z-index: 10;
}

#rightBar 
{
   text-align: left;
   color: White;
   width: 150px;
   margin: 10 auto;
   top: 0px;
   left: 820px;
   position: absolute;
}

#bg {
width:820px;
height:100%;
padding-top:78px;
padding-bottom:50px;
}

#header {
width: 818px;
background:url(images/top3.gif) no-repeat;
}

#menu {
margin-left:14px;
top:15px;
width:786px;
height:37px;
background: url(images/menu.jpg) no-repeat;
position:relative;
z-index:5;
}


/* ------- NAVIGATION -------- */

#nav {
position:relative;
top:5px;
left:-30px;
}

#nav ul {
list-style: none;
}

#nav ul a {
color: #FFF;
text-decoration: none;
display: block;
padding: 3px 15px 4px 10px;
margin-right:0px;
}
			
#nav ul a:hover {
color: #FFFFFF;
text-decoration: none;
background:#A06180;
}
			
#nav ul li {
float: left;
position: relative;
list-style:none;
}

#nav ul li ul a{
width: 180px;
border-bottom:#000000 thin;
background:#380820;
color:#FFFFFF;
}
		
#nav ul li ul {
list-style: none;
position: absolute;
left: -40px;
top: 100%;
display: none;
width: 150px;
}
			
#nav ul li:hover ul { 
display: block;
}
			
#nav ul li:hover ul li ul {
display: none; 
}
			
#nav ul li ul li:hover ul {
display: block;
position: absolute;
left: 165px;
top: 0px;
}

#nav ul li ul li ul li a {
background:#8B4368;
width: 280px;
}

#nav ul li ul li:hover ul li ul {
display: none; 
}
			
#nav ul li ul li ul li:hover ul {
display: block;
position: absolute;
left: 265px;
top: 0px;
}

#nav ul li ul li ul li ul li a {
background: #b56d92;
}

/* ------- BANNER -------- */

#banner {
position: absolute;
margin-top:28px;
margin-left:14px;
width: 570px;
height:201px;
z-index: 0;
}


#bannerimg 
{
   position: relative;
}


/* ------- MEMBER LOGIN -------- */

#memLogin {
margin-top:20px;
left: -10px;
position:relative;
float:none;
width:210px;
height:241px;
background: url(images/memLogin.jpg) no-repeat;
}


/* ======== CONTENT SECTION ======== */

/* -------- RIGHT COLUMN SECTION -------- */
#rightCol
{
   background-position: left bottom;
   padding-left: 10px;
   margin-top: 10px;
   font-size: 10px;
   float: right;
   background-image: url(images/rightColBorder2.jpg);
   width: 200px;
   height: auto;
   line-height: 1.3em;
   margin-right: 20px;
   background-repeat: no-repeat;
}

#rightCol p.white 
{
   font-size: 11px;
   line-height: normal;
}

#rightCol ul {
list-style:none;
display:block;
margin-top:0px;
}

#rightCol li {
list-style:disc;
margin-left:-20px;
}


/* -------- CONTENT -------- */

#content {
margin-top: 30px;
float:left;
margin-left:9px;
margin-right:0px;
width: 560px;
}

#contentInfo {
padding-left:8px;
padding-right:15px;
}


/* -------- NEWS SECTION -------- */
#news {
padding-left:10px;
background: url(images/news_03.jpg) repeat-y;
}

#newsContent {
padding-right:10px;
}

#newsHead{
margin-left:-10px;
height:41px;
background: url(images/news_01.jpg) no-repeat;
}

#newsHead h1 {
padding-top:14px;
padding-left:12px;
}

#newsFoot {
margin-left:-10px;
background:url(images/news_05.jpg) no-repeat;
height:34px;
}



#prop {
padding-left:10px;
background:url(images/properties.jpg) no-repeat;
height:250px;
}

#prop1 {
width:275px;
}

#prop2 {
margin-right:5px;
float:right;
width:275px;
}

#propFoot {
margin-left:-10px;
background: url(images/properties_05.jpg) no-repeat;
height:84px;
}

#footer {
width: 818px;
height: 110px;
background:url(images/footer2.gif) no-repeat;
clear:both;
}

#footerMenu {
position:relative;
top:35px;
margin-left:10px;
width:793px;
height:59px;
background:  url(images/footerBar.jpg) no-repeat;
}

#footerTxt {
text-align:center;
top:13px;
position:relative;
}

#footerTxt a {
color:#FFFFFF;
}

#footerTxt a:hover {
color:#6e1d46;
background:#FFFFFF;
}

/* -------- GENERAL SECTION -------- */

.thead
{
   padding: 2px;
   background-color: thistle;
}

.small
{
   font-size: 9px;
}

/* -------- FEATURED SECTION -------- */
#feature
{   
   width: 200px;
   padding: 10px;
   padding-right: 0px;
   padding-top: 0px;
   margin-left: 5px;
   border-left: solid 1px #aeaeae;
   float: right;
   !margin-top: 0px;
}
#feature h3
{
   margin-top: 0px;
}

/* -------- PROXIMITY SEARCH SECTION -------- */
#advanced_search
{
   float: none;
   position: absolute;
   visibility: visible;
   margin-bottom: 15px;
   width: 580px;
}
#map_search
{
   float: left;
   position: relative;
   visibility: hidden;
   margin-bottom: 15px;
   width: 580px;
}
#searching
{
   visibility: hidden;
   font-size: 14px;
   z-index: 100;
   font-style: italic;
   border: solid 1px #aeaeae;
   padding: 30px;
   margin: 100px;
   margin-left: 160px;
   !margin-left: -140px;
   position: absolute;
   background: white;
}
#map_canvas
{
   width: 340px;
   height: 385px;
   border: #732c7b 1px solid;
   text-align: center;
   display: inline-block;
   float: left;
   margin-right: 10px;
}
#instructions
{
   border: solid 1px #732c7b;
   padding: 5px;
   height: 375px;
   display: inline-block;
   width: 200px;
}
#instructions li
{
   margin-top: 6px;
}
.allpagenumbers
{
   text-align: justify;
   width: 500px;
   visibility: hidden;
   position: absolute;
   border: solid 1px #ccc;
   padding: 20px;
   padding-top: 5px;
   background-color: White;
   margin: auto;
   z-index: 100;
}
div.infoBox {
   width: 150px; position: relative; color: Black;
}
div.infoBox div.info {
   position: absolute; border: #999 2px solid; padding: 8px; border-radius: 5px; background: white;
}
div.infoBox div.info h3 {
   margin-top: 0;
}
#moreAboutLink a, #moreAbout a, #moreBenefitLink a, #moreBenefit a {
color:#6e1e46;
}

#moreAboutLink a:hover, #moreAbout a:hover, #moreBenefitLink a:hover, #moreBenefit a:hover {
color:#000000;
}

div.bannerbox 
{
   display: inline-block;
   width: 30%;
   border: solid 1px #ccc;
   border-radius: 5px;
   background: #eee;
   position:relative;
   height: 150px;
   margin-right: 2%;
}

div.bannerbox ul {
list-style: none;
padding-left: 0px;
}

div.bannerbox ul a {
text-decoration: none;
display: block;
padding: 3px 15px 4px 10px;
margin-right:0px;
}
			
div.bannerbox ul a:hover {
text-decoration: none;
background:#A06180;
}
			
div.bannerbox ul li {
float: left;
position: relative;
list-style:none;
width: 100%;
}

div.bannerbox ul li ul a{
width: 180px;
border-bottom:#000000 thin;
background:#380820;
color:#FFFFFF;
}
		
div.bannerbox ul li ul {
list-style: none;
position: absolute;
left: 0px;
top: 100%;
display: none;
width: 150px;
z-index: 100;
}
			
div.bannerbox ul li:hover ul { 
display: block;
}

div.flag {
   display: inline-block;
}
