
* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url(/bluewater/images/background/header-winter.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 1000px;
	height: 143px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 30px 0 20px;
	text-align: right;
	text-transform: lowercase;
	font-size: 229%;
}

#header p {
	margin: -5px 0 0 0;
	text-align: right;
	padding: 0 30px 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1000px;
	height: 73px;
	margin: 0 auto;
	background: #FFFFFF url(/bluewater/images/background/menu.jpg) no-repeat center top;
	text-align: center;
		
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	text-align: center;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: inline;
	height: 22px;
	padding: 0px 15px 0 15px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 18px;
	color: #333333;
}

#menu a.active {
	display: inline;
	height: 22px;
	padding: 0px 15px 0 15px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 18px;
	color: #0099FF;
}


#menu a:hover {

	color:#777777;
	}	

/* Submenu */


#submenu {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(/bluewater/images/background/white.jpg) repeat;
	text-align: center;
}

#submenu h2 {
	display: none;
}

#submenu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: inline;
	height: 22px;
	padding: 0px 15px 0 15px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
	
}


#submenu a.active {
	display: inline;
	height: 22px;
	padding: 0px 15px 0 15px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 14px;
	color: #0099FF;
}



#submenu a:hover {

	color:#777777;
	}	

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	background: url(/bluewater/images/background/white.jpg) repeat;
	text-align: center;
}

/* Floorplans */

#floorplans {
	
	text-align: center;
	color: #FFFFFF;
}



#floorplans h1 {
	font-family:"Century Gothic";
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 100;
}

#floorplans h2 {
	font-family:"Century Gothic";
	font-size: 36px;
	color: #cbda81;
	font-weight: 100;
}

#floorplans h3 {
	font-family:"Century Gothic";
	font-size: 14px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 22px;
}

#floorplans h4 {
	font-family:"Century Gothic";
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	font-weight: 100;
	text-align: center;
}
#floorplans h5 {
	font-family:"Century Gothic";
	font-size: 26px;
	color: #0099FF;
	font-weight: 100;
}

#floorplans h6 {
	font-family:"Century Gothic";
	font-size: 14px;
	font-weight: 100;
	color: #333333;
	line-height: 18px;
}

#floorplans ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	text-align: center;
	
}

#floorplans li {
	display: inline;
}

#floorplans a {
	display: inline;
	padding: 0px 0 0 0;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#floorplans a.active {
	display: inline;
	padding: 0px 0 0 0;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}


#floorplans a:hover {

	color:#777777;
	}	


#floorplans p {
	
	padding: 0px 10px 0 10px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	}	


/* Content */


#content p {
	
	padding: 0px 10px 0 10px;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	}	
	
#content a {
	padding: 0px 0 0 0;
	border-right: 0px solid #2A2C2F;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	color: #0099FF;
}

	


/* Footer */

#footer {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(/bluewater/images/background/footer1.jpg) no-repeat;

	text-align: center;
}

#footer p {
	margin: 0;
	padding: 28px 0 0 0;
	font-size: 12px;
	color: #333333;
}


#footer a {
	color: #0F1720;
}



