body, img, div, a, li { behavior: url(/css/iepngfix.htc) }

body {
	behavior: url("/css/csshover.htc");
	background: #031428 url(/images/container_bg.jpg)  50% 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

*:focus {
	outline:none;
}

img.hidden {
	display:none;
}

/*---------------------------- Header ----------------------------*/

#header {
	margin: 0 auto;
	width: 968px;
	height: 120px;
}

#header h1 {
	font-size: 12px;
	color: #000;	
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
}

#header h1 a {
	width: 360px;
	height: 110px;
	display: block;
	text-indent: -999px;
	text-decoration: none;
	background: url(/images/watercrest_logo.png) no-repeat top left;
	float: left;
	text-align: left;
}


/*---------------------------- Search ----------------------------*/

#search {
	float: right;
	width: 300px;
	height: 50px;
	text-align: right;
}

#search input {
	background: #56b2df;
	border: none;
	width: 150px;
	padding: 3px 5px;
	color: #004169;
	margin-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#search_go {
	padding-top:10px;
}


/*---------------------------- HR ----------------------------*/

div.hr {
	clear: both;
	margin: 0 auto;
	background: url(/images/hr.gif) bottom center no-repeat;
	width: 968px;
	height: 5px;
	padding: 0 0;
	margin-bottom: 5px;
}


/*---------------------------- Top Container ----------------------------*/

div#top_container {
	margin: 0 auto;
	background: #030F1D url(/images/container_top_bg.gif) top left no-repeat;
	width: 943px;
	/*height: 466px;*/
	padding-top: 19px;
	padding-left: 25px; /* new */
	padding-bottom: 15px;
}


/*---------------------------- LEFT COLUMN ----------------------------*/

div#left_column {
	float: left;
	clear: both;
	width: 210px;
}


/*---------------------------- CTA 01 ----------------------------*/

div.cta_wrapper {
	float: left;
	clear: left;
	border: 1px solid #1b3d51;
	width: 209px;
	margin-top: 15px;
	/*margin-left: 25px;*/
}

div.cta_container {
	background: #04162b;
	border: 7px solid #020911;
	width: 195px;
	color: #5c7593;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.cta_container h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 20px 5px 0;
	padding: 0 0;
}

div.cta_container h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 5px 15px;
	padding: 0 0;
}

div.cta_container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 5px 5px;
}

div.cta_container p.button_arrows {
	float: right;
	background: url(/images/arrows.png) left 5px no-repeat;
	padding: 0 0;
	margin: 0 0;
	padding-left: 15px;
	margin-top: 8px;
	margin-right: 10px;
}

div.cta_container p.button_arrows a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

div.cta_container p.button_arrows a:hover {
	color: #009FE6;
}


/*---------------------------- Navigation ----------------------------*/

div.nav_wrapper {
	float: left;
	border: 1px solid #1b3d51;
	height: 425px;
	width: 209px;
	/*margin-left: 25px;*/
}

div#nav_container {
	position: absolute;
	background: #04162b;
	border: 7px solid #020911;
	width: 195px;
	height: 411px;
	color: #5c7593;
	overflow: hidden;
}

/*---------------------------- LEVEL 1 ----------------------------*/

ul#navigation {
	margin: 0 0;
	padding: 5px 10px 0 15px;
}

ul#navigation li {
	list-style: none;
	font-size: 14px;
	line-height: 17px;
	text-transform: capitalize;
}

ul#navigation li a {
	color: #5c7593;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #009FE6;
}

ul#navigation li a.selected {
	color: #009FE6;
	font-weight: bold;
}

	/*---------------------------- LEVEL 2 ----------------------------*/

	ul#navigation li ul {
		margin: 0 0;
		padding: 0 0;
	}

	ul#navigation li ul li {
		margin: 0 0 0 5px;
		padding: 0 0 0 12px;
		background: url(/images/arrows_grey.png) left 7px no-repeat;
	}

	ul#navigation li ul li.selected {
		background: url(/images/arrows.png) left 7px no-repeat;
	}
	
		/*---------------------------- LEVEL 3 ----------------------------*/

		ul#navigation li ul li ul {
			margin: 0 0;
			padding: 0 0;
		}

		ul#navigation li ul li ul li {
			margin: 0 0 0 5px;
			padding: 0 0 0 12px;
			background: url(/images/arrows_grey.png) left 7px no-repeat;
		}

		ul#navigation li ul li ul li.selected {
			background: url(/images/arrows.png) left 7px no-repeat;
		}

	
/*---------------------------- END LEVELS ----------------------------*/

div#fast_info {
	position: absolute;
	bottom: -8px;
}

div#fast_info p {
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 16px;
}

div#fast_info h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 28px;
	letter-spacing: -0.04em;
}


/*---------------------------- Hero ----------------------------*/

div#hero {
	width: 688px;
	/*height: 426px;*/
	float: left;
	margin-left: 18px;
	border: 1px solid #1b3d51;
}

img.stroke_hero {
	border: 1px solid #13263a;
}

div#hero_gallery {
	background: #04162b;
	border: 7px solid #020911;
	width: 644px;
	height: 382px;
	padding: 15px 15px;
}

div#hero_gallery h3 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 25px 5px 5px 0;
	float: left;
}

div#hero_gallery h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 23px;
	margin: 25px 5px 5px 0;
	float: left;
}

div#hero_gallery p.title {
	color: #5c7593;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0;
	padding: 10px 0 0;
}

div#hero_gallery p {
	color: #5c7593;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
}

div#hero_gallery p.button_arrows {
	float: right;
	background: url(/images/arrows.png) left 5px no-repeat;
	padding: 0 0;
	margin: 0 0;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 70px;
}

div#hero_gallery p.button_arrows a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

div#hero_gallery p.button_arrows a:hover {
	color: #009FE6;
}

div#thumb_container {
	float: right;
	height: 252px;
	width: 250px;
	overflow: auto;
}

div#thumb_container_single {
	float: right;
	height: 252px;
	width: 140px;
	overflow: auto;
}

div#thumb_container_single img {
	cursor: pointer;
}

/*---------------------------- Large Content ----------------------------*/
	
div#large_content_wrapper {
	border: 1px solid #1b3d51;
	width: 694px;
	float: left;
	margin-left: 18px;
}

div#large_content {
	background: #04162b;
	border: 7px solid #020911;
	width: 650px;
	/*height: 382px;*/
	padding: 15px 15px;
}

div#large_content h3 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0 5px 15px 0;
}

div#large_content h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 5px 10px 0;
}

div#large_content h5 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 5px 15px 0;
}

div#large_content p {
	color: #5c7593;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
}

div#large_content p a {
	color: #fff;
}

div#large_content p.title {
	color: #fff;
	margin-bottom: 2px !important;
}

div#large_content div.row {
	clear: both;
	margin-top: 25px;
}

div#large_content ul li {
	color: #5c7593;
	font-size: 12px;
	line-height: 14px;
	margin-top: 5px;
}

div.row_image {
	float: left;
}

div.row_content {
	float: right;
	width: 525px;
}

div#large_content div.row img {
	margin: 0 0;
	padding: 3px 0 0 0;
}

div#large_content div.row p {
	margin: 0 0;
	padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

div#large_content div.row p.title {
	font-size: 14px;
	color: #fff;
	padding: 0 0 5px 0;
	font-style: italic;
}

/*---------------------------- Bottom Container ----------------------------*/

div#btm_container {
	margin: 0 auto;
	background: #030F1D url(/images/container_btm_bg.gif) top left no-repeat;
	width: 943px;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 15px;
}


/*---------------------------- Small Panel ----------------------------*/

div.small_panel_wrapper {
	float: left;
	border: 1px solid #1b3d51;
	margin-right: 24px;
	margin-bottom: 15px;
}

div.small_panel {
	position: relative;
	background: #04162b;
	border: 7px solid #020911;
	width: 195px;
	color: #5c7593;
	padding-top: 6px;
	padding-bottom: 25px;
}

div.height_275 {
	min-height: 275px;
  height: auto !important;
  height: 275px;
}

div.height_300 {
	min-height: 300px;
  height: auto !important;
  height: 300px;
}

div.height_325 {
	min-height: 325px;
  height: auto !important;
  height: 325px;
}

div.height_350 {
	min-height: 350px;
  height: auto !important;
  height: 350px;
}

div.small_panel h3 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 20px 5px 15px;
}

div.small_panel h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 20px 5px 0;
	padding: 0 0;
	min-height: 45px;
  height: auto !important;
  height: 45px;
}

div.small_panel h5 {
	position: absolute;
	bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 5px 15px;
	padding: 0 0;
}

div.small_panel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 5px 10px;
	width: 190px;
}

div.small_panel p.button_arrows {
	clear: both;
	position: absolute;
	bottom: 0;
	background: url(/images/arrows.png) left 5px no-repeat;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 8px;
}

div.small_panel p.button_arrows a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

div.small_panel p.button_arrows a:hover {
	color: #009FE6;
}


/*---------------------------- Footer ----------------------------*/

div#footer_wrapper {
	clear: both;
	border: 1px solid #1b3d51;
	width: 917px;
	margin-top: 0;
}

div#footer {
	background: #04162b;
	border: 7px solid #020911;
	width: 902px;
	height: 248px;
	color: #5c7593;
}

div#footer p {
	margin: 0 0;
	padding: 7px 0 0 0;
	color: #fff;
	font-size: 10px;
	text-transform: capitalize;
	padding-left: 5px;
}

div#city p {
	margin: 0 0;
	padding: 0px 0 0 0;
	color: #5C7593;
	font-size: 10px;
	text-transform: capitalize;
	padding-left: 5px;
}


div.column {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	width: 134px;
	margin-left: 5px;
	margin-right: 10px;
}

div.column p {
	margin-top: 0;
	line-height: 16px;
}

div.column ul {
	margin: 0 0;
	padding: 0 0;
}

div.column li {
	list-style: none;
	line-height: 16px;
}

div.column li a {
	color: #5c7593;
	text-decoration: none;
}

div.column li a:hover {
	color: #fff;
}

div.column li.category a {
	color: #819faa;
	text-decoration: none;
}

div.column li.category a:hover {
	color: #fff;
}



div#copyright p {
	float: left;
	color: #363e41;
	padding-top: 10px;
}

div#privacy {
	float: left;
	background: url(/images/privacy_policy.gif) left 12px no-repeat;
	margin-left: 25px;
	height: 32px;
	width: 92px;
	padding-top: 11px;
}

div#privacy a {
	font-size: 10px;
	color: #202828;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 3px;
}

div#privacy a:hover {
	color: #009FE6;
}



body {
	scrollbar-base-color:#369;
	/*scrollbar-3dlight-color:#ffd700;
	scrollbar-arrow-color:#ff0;
	scrollbar-base-color:#ff6347;
	scrollbar-darkshadow-color:#ffa500;
	scrollbar-face-color:#020911;
	scrollbar-highlight-color:#ff69b4;
	scrollbar-shadow-color:#f0f;*/
}



















/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:688px;
		height:426px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		display: none;
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */





/* ================================================= */
/* 	 PAGINATION CSS                               */
/* ================================================= */

a.pagelink {
	background: #e7e8e8 url(../images/page.gif) repeat-x bottom left;
	border: 1px solid #b2b2b2;
	color: #444;
	padding: 6px 8px;
	text-decoration: none;
	font-weight: normal;
}

a.pagelink:hover {
	color: #f64e40 !important;
}

/*a.pagelink:active, a.pagelink:visited, a.pagelink:link {
width : 10px;
background : url(../images/page.gif) repeat-x bottom left;
border : 1px solid #b2b2b2;
color : #787878 !important;
padding : 6px;
}*/
.pagecurrent {
	background: #fff url(../images/page.gif) repeat-x bottom left;
	border: 1px solid #b2b2b2;
	font-weight: bold;
	padding: 6px 8px;
	text-decoration: none !important;
	color: #031428;
}

.inactive {
	padding: 6px 8px;
	background: #fff url(../images/page.gif) repeat-x bottom left;
	border: 1px solid #b2b2b2;
	font-weight: normal;
	color: #999;
}

