img {
border: 0px;
}

/* id's - for unique elements eg. header image ... something you would only have one of */

#page-wrap {
	background: #F4F7FC;
	min-width: 775px;
	max-width: 1024px;
	margin: 10px auto;
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

#title{
	float: left;
	width: 1024px;
/* 	height: 173px; */
	border-bottom: 1px solid #659BCA;
	}
	
#title_bar{
	float: left;
	width: 1024px;
	height: 1px;
	}

#navigation{	
	float:left;
	width: 100%;
	height: 25px;
/* 	margin-top: 15px; */
	margin-right: 0px;
	font-size: 22px;
	}

#navigation ul{
	float: right;
	list-style: none;
	} 

#navigation ul li{ 
	display: inline; 
	}	

#navigation ul li a{ 
	color: #659BCA;
	border: none;
	padding: 10px; 
	}	

#navigation ul li a:hover{
	color: #073A65;
	font-weight: normal; 
	}

#navigation ul li a.active{
	color: #073A65;
	}	

#gallery{
	margin: 0px 0px;
	float: left;
		}


/* Home Page */

#left{	
	width:230px;
	padding-top: 30px;
	padding-left: 20px;
	float:left;
	}

#links{
	padding-top: 10px;
	font-size: 14px;
	margin: 0px 30px;
	}
	
#mosaic{
/* 	width: 208px; */
	width: 232px;
	height: 294px;
	padding: 2px;
/* 	background-color: #659BCA; */
	}

#mosaic_apartment{
	width: 306px;
	height: 208px;
	padding: 2px;
	background-color: #659BCA;
	}

#right{
	padding-left: 250px;
	padding-top: 220px;
	}


#maintext{
	margin: 30px 30px 0px 30px;
	font-size: 16px;
	}

#forecast { 
	width: 235px;
	height: 100px;
	margin: auto; 
	padding-top: 40px;
	}

#forecast_text {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	}


/* class's  - for element that repeat, eg. links, title etc. */


/* Home Page */

.mosaic_image{
	float: left;
	width: 100px;
	height: 143px;
/* 	padding 2px; */
/* 	padding: 8px; */
	border:1px solid #659BCA;
/* 	border: 1px solid #659BCA; */
	margin: 2px;
	}

.mosaic_image:hover{border-color:#073A65;}
	
.gallery_image{
	padding: 5px;
	border: 1px solid #efefef;
	}
	
.floor_image{
	padding: 5px;
	border: 1px solid #efefef;
	}	

.floor_small_image{
	float: left;
	width: 200px;
	height: 289px;
	border:1px solid #659BCA;
	}
.floor_small_image:hover{
	border-color:#073A65;
	}



/* html tags */

body {
	font-family: Helvetica,sans-serif;
	color: #073A65;	
	background-color: #F4F7FC;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	}     

p	{
	font-size: 14px;
	line-height: 19px;}


/* Link Styles */

a { 
    text-decoration: none;
    border-bottom: 1px dotted;
    color: black;
    }
    
a:hover {
	font-weight: bold;
    }

a:visited {   
    color: black;
    }
    
a:active {   
    color: black;
    }    



    
    