* {
    margin: 0;
    padding: 0;
    position:relative;
    }
body { 
	margin-top: 10px;
    text-align: center;
    background: #fff;
    font-family: Verdana, sans serif;
    font-size: 12px;
    color: #333;
    line-height: 1.5em;
    }


/* basic style */   
p {
    margin-bottom: 10px;
	}
h1 {
	color: #391B73;
	font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
	}
h2 {
	color: #333;
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 10px;
	}
h3 {
	color: #333;
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
	}
h4 {
	color: #391B73;
	font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #391B73;
	}
a {
    color: #391B73;
    text-decoration: underline;
    }
a:hover { 
    color: #6666CC;
    }
hr {
	border: 1px #999 dotted;
	border-bottom: 0 #fff solid;
	border-right: 1px #fff solid;
	border-left: 0 #fff solid;
	margin-top: 20px;
	padding-bottom: 5px;
	}    
ul.list {
	width: 420px;
	margin: 5px 0 20px 30px;
    line-height: 1.5em;
    }    
ul.list2 {
	width: 420px;
	margin: -5px 0 10px 30px;
    line-height: 1.5em;
    }  
ul#offices {
	width: 750px;
	height: 125px;
    }
#offices li {
	display: block;
	list-style: none;
	float: left;
	margin-right: 60px;
    }
input, textarea {
    font-family: Verdana, sans serif;
    font-size: 11px;
    color: #333333;
    margin: 0 0 0 7px;
    border: 1px solid #ff9900;
    background: #fff;
    }
.right {
    text-align: right;
	}
.center {
    text-align: center;
	}
.yellow {
    color: #FFCC00;
	}
.purple {
    color: #391B73;
	}
.red { 
    color: #cc0000; 
    }

	
	    
/* layout structure */
#container {
    background: #fff;
    width: 978px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
    } 


/* top navigation */
#nav li {
	display: block;
	list-style: none;
	float: left;
	background:#000;
    }
#nav li span {
    background: url(_img/menu_arrow.png) no-repeat;
    padding-top: 47px;
    color: #FFCC00;
    }
#nav li div {
    background: #000 url(_img/menu_arrow.png) no-repeat;
    padding-top: 31px;
    margin-top: -31px;
    color: #FFCC00;
    }
#nav li a {
    font-family: Arial, sans-serif;
    font-size: 11px;
	color: #aaa;
    line-height: 14px;
    text-decoration: none;
    display: block;
    height: 20px;
    }
#nav li a:hover {
    color: #fff;
    }
#nav1 a {
	width: 35px;
	padding: 45px 18px 4px 18px;
	border-right: 1px dotted #666;
    } 
#nav2 a {
	width: 115px;
	padding: 31px 18px 18px 18px;
	border-right: 1px dotted #666;
    }    
#nav3 a {
	width: 70px;
	padding: 31px 18px 18px 18px;
	border-right: 1px dotted #666;
    }      
#nav4 a {
	width: 58px;
	padding: 45px 18px 4px 18px;
	border-right: 1px dotted #666;
    }
#nav5 a {
	position: relative;
	width: 115px;
	padding: 31px 18px 18px 18px;
	border-right: 1px dotted #666;
    }       
#nav6 a {
	width: 35px;
	padding: 45px 18px 4px 18px;
	border-right: 1px dotted #666;
    }   
#nav7 a {
	width: 72px;
	padding: 45px 18px 4px 18px;
	border-right: 1px dotted #666;
    }   
#nav8 a {
	width: 55px;
	padding: 31px 18px 18px 18px;
	border-right: 1px dotted #666;
    }       
#nav9 a {
	width: 91px;
	padding: 45px 18px 4px 18px;
    }       
    
 
/* logo */
#masthead {
	clear:both;
    width: 978px;
    height: 268px;
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
    border-top: 1px solid #fff;
    }
#logo { 
    background: url(_img/logo_choa.png) no-repeat;
    width: 226px;
    height: 268px;
    float: left;
    }
#logo a {
    display: block;
    width: 226px;
    height: 268px;
    }
#flash-content { 
    width: 752px;
    height: 268px;
    z-index: 1;
    margin-left: 226px;
    margin-top: -268px;
    float: right;
    }
#swoosh { 
	background: url(_img/masthead_swoosh.png) no-repeat;
    width: 752px;
    height: 268px;
    z-index: 99;
    float: right;
    margin-top: -268px;
    }  
#tagline { 
    width: 214px;
    height: 13px;
    margin-top: -30px;
    z-index: 100;
    float: right;
    }
    

/* content*/  
#wrapper {
	width: 978px;
	height: auto;
	overflow: hidden;
	}
#left-side {
	background: url(_img/watermark.jpg) no-repeat;
    float: left;
    width: 226px;
	padding: 25px 0;
	min-height: 330px;
	overflow: hidden;
    }
#nav-side li {
	display: block;
	list-style: none;
	margin-left: 25px;
	padding-bottom: 10px;
    }
#nav-side li a {
    font-family: Arial, sans-serif;
    font-size: 11px;
	color: #111;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    }
#nav-side li a:hover {
    color: #391B73;
    text-decoration: underline;
    }    
#content {
    width: 702px;
    padding: 10px 25px;
    margin-bottom: 10px;
    height: auto;
	float: right;
    }
#content dl {
	padding: 10px 0 15px 0;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px #999 dotted;
	}    
#content dt {
	width: 350px;
	margin-right: 30px;
	min-height: 40px;
	z-index: 100;
	float: left;
	}	
#content dd {
	width: 702px;
	z-index: 10;
	}
.table-condosmarts {
	width: 702px;
	}
.table-condosmarts tr {
	border-bottom: 1px #ddd dotted;
	}
.table-condosmarts td {
	padding: 5px 0;
	padding-right: 10px;
	}
    
.buttons {
    text-align: center;
        margin: 0 0 3px 0;
	}
.buttons a {
    padding: 0 5px 0 5px;
    padding: 0 2px 0 2px;

	}
#disclaimer {
	width: 958px;
	font-size: 10px;
	color: #999;
	line-height: 1.25em;
	text-align: justify;
	margin: 10px 10px 20px 10px;
    }


/* footer navigation */
#shadow {
    background: url(_img/footer_shadow.jpg) no-repeat;
    padding-top: 13px;
    }
#nav-footer {
    background: #000;
    width: 978px;
    height: 145px;
    } 
#nav-footer li {
	float: left;
	list-style: none;
	width: 185px;
	height: 95px;
	font-size: 11px;
	color: #ccc;
	line-height: 1.5em;
	padding: 25px 32px;
	border-right: 1px dotted #666;
    }
#nav-footer li span {
    color: #FFCC00;
    font-size: 13px;
    }
#nav-footer #kelowna {
	border-right: 1px dotted #000;
    }
#nav-footer #newwest {
    width: 190px;
    }
#nav-footer #victoria {
    width: 150px;
    }
/* end footer navigation */    


#copyright, #copyright a {
	width: 978px;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
	text-align: center;
	margin: 10px 0 20px 0;
    }
#copyright a:hover {
	color: #391B73;
    }

#credits, #credits a {
	width: 978px;
	font-size: 11px;
	color: #999;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
    }
#credits a:hover {
	color: #CC3399;
    }
    
    
