@charset "utf-8";
/*  ############ GLOBAL #################################	*/
/*
backgground # 000000
text white  # ffffff
dark blue   # 4d93d7
light blue  # 9dc9f3

new blue	# 7bbacd
*/

/* DEBUG DIVs */
/*
div {
	border: 1px solid #CCCC00;
}
*/

body  {
	background-color: #000;
	background-image: url(/images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	
	margin: 0px;
	padding: 0px;
}
img { 	border: 0px; }
a { }
a:link { 	color: #7bbacd; }
a:hover { 	color: #7bbacd; }
a:active { 	color: #ffffff; text-decoration: none; }
a:visited { color: #4d93d7; text-decoration: none; }
.sblue	{ 	color: #7bbacd; font-weight: bold; }
.blue	{ 	color: #7bbacd; }
.white{ 	color: #FFFFFF; }
.pdfFile {
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
	background: url(/css/img/pdficon_small.gif) no-repeat left center;
}
/*  ################## GLOBAL LAYOUT ############################	*/
#maincontainer{
	position: relative;
	clear: none;
	width: 1200px;	 /*Width of main container*/
	margin: 0 auto;	 /*Center container on page*/
	height: 100%;
	text-align: left; /* overrides text-align: center on the body element. */
	padding: 0px 20px 0px 20px;
	
}
/*  ################## HEAD &amp; FOOT ers ############################	*/
#topsection{
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float: left;
	height: 133px;	 /*Height of top section*/
	width: 1200px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}
/*	BEGIN NAV	*/
#nav {
/* this width value is also effected by the padding we will later set on the links. */
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 1100px;
	margin: 60px 0px 0px 0px;
	height: 40px;
	float: left;
	clear: none;
}
#nav ul	{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	/* cancels gap caused by top padding in Opera 7.54 */
	/* fixes Firefox 0.9.3 */
}
#nav ul li	{
	display: inline;
	margin: 0px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#nav ul li a	{
	border: 0;
	margin: 0px;
}
#nav ul li a:hover	{
}
/*	END NAV	*/

#footer{
	width: 1000px;	 /*Width of main container*/
	margin: 0 auto;	 /*Center container on page*/
	height: 100%;
	/* text-align: center; /* overrides text-align: center on the body element. */
}
/*  ##############################################	*/
/*  INDEX */
#contentwrapper	{
	position: relative;
	float: left;
	width: 100%;
	clear: none;
	margin: 0px 0px 0px 0px;
}
/* Set DEBUG BORDER 	
#contentwrapper	DIV{ 
	border: solid 1px #FFFFCC;
}
*/	
#contentcolumn	{ /* INDEX */
	margin-top: 20px;
	margin-left: 380px;		 /* Set left margin to LeftColumnWidth */
	/*	margin: 0 20px 0 26%; 	*/	
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 	*/
	clear: none;
	width: 580px;
}

#leftcolumn	{
	float: left;
	width: 330px;	 /* Width of left column */
	margin: 20px 0px 0px 0px;
	margin-left: -1200px;	 /* Set left margin to -(MainContainerWidth) */
	clear: none;
	text-align: left;
}
#leftcolumn .heading { 
	margin: 30px 0px 0px 0px;
}
#leftcolumn p {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	text-align: justify;
	color: #ffffff;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84c7dc;

}

#myGallery	{
	position: relative;
	float: left;
	margin: 50px 0px 0px 0px;
	width: 564px !important;
	height: 342px !important;
	overflow: hidden;
	padding: 0px;
	background-color:#000000;
	text-align: left;
}
#control UL LI DIV{ 
	border: solid 1px #FFFFCC;
}
#control 	{
	position: relative;
	float: left;
	clear: none;
	width: 564px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#control a	{
	margin: 0px 0px 0px 0px;
}
#control ul	{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;	/* cancels gap caused by top padding in Opera 7.54 */
	/* fixes Firefox 0.9.3 */
}
#control ul li	{
	display: inline;
	margin: 0px 100px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
#control ul li a	{
	border: 0;
	margin: 0px;
}


/*  ##############################################	*/
/*  PHOTOS and FLOORPLAN */
#plancolumn	{
	position: relative;
	float:left;
	margin-top: 70px;
	margin-left: 480px;		 /* Set left margin to LeftColumnWidth */
	padding: 0px;
	/*	margin: 0 20px 0 26%; 	*/	
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 	*/
	clear: none;
}
#imagescolumn	{
	float: left;
	width: 420px;	 /* Width of left column */
	margin-left: -1200px;	 /* Set left margin to -(MainContainerWidth) */
	margin-top: 40px;
	clear: none;
	text-align: left;
}
#biginfo	{
	min-width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84c7dc;
}
#bigview {
	margin: 40px 0px 0px 0px;
}

/*  ##############################################	*/
/*  RATES and POLICIES */
#policycolumn	{
	margin: 40px 0px 0px 0px;
	margin-left: 450px;		 /* Set left margin to LeftColumnWidth */
	/*	margin: 0 20px 0 26%; 	*/	
	/* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. 	*/
	width: 550px;
	clear: none;
}
#policycolumn .hr	{
	width: 100%;
	height: 1px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84c7dc;
}
#policycolumn ul {
	list-style-position: outside;
	list-style-type: square;
}
#policycolumn ul li {
	list-style-position: outside;
	list-style-type: square;
}
#ratescolumn	{
	position: relative;
	float: left;
	width: 420px;	 /* Width of left column */
	margin: 40px 0px 0px 0px;
	margin-left: -1200px;	 /* Set left margin to -(MainContainerWidth) */
	clear: none;
	text-align: left;
}
#ratescolumn .heading { 
	margin-left: 10px;
}

#ratescolumn .hr	{	
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84c7dc;
}
#rates	{
	margin: 0px 0px 0px 10px;
}
/*  ##############################################	*/
/*  ADVERTS */

#ad {
	position: relative;
	float: right;
	clear: right;
	margin: 72px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	height: auto;
	width: 130px;
	text-align: justify;
	border-left: 1px ridge #FFFFFF;
}

.adlnk { 
	width: 120px;
	text-align: justify;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0px auto;
	padding: 0px 10px 0px 20px;
}
.adlok { 
	width: 110px;
	text-align: center;
	color: #FFFFFF;
	line-height: 12px;
	margin: 0px auto;
	padding: 0px;
}
#ad img{
	float: right;
	position: relative;
	display: block;
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#ad a{
	position: relative;
	display: block;
	float: left;
	width: 125px;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
}
/* OLDE TEST
#ad {
	position: absolute;
	right: 0px;
	top: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px 20px 0px 0px;
	height: 60%;
	width: 140px;
	text-align: justify;
	border-left: 1px ridge #FFFFFF;
	background-color: #000000;
}
*/
/*  ################# THE END #############################	*/