/* CSS Document */
body  {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px; color:#333333; line-height:16px; 
	background: #D8D8D8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #095AA5;
	height:140px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/common/header_bck.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}
#logo {width:241px; margin:34px 50px 0 0; float:right;}

#clock {
	width:210px;
	height:30px;
	float:left;
	background: #0D3268;
}

/* navbar items */

#navbar {background-color:#0D3268;  margin:0 auto; padding:0; height:14px; padding:8px 0;}

#navlist {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
/*	text-align:center;*/
	text-transform:uppercase;
}
#navlist li {
	display:inline;
	padding:0px 8px 0 6px;
	border-right:1px solid #2E7B9E;	
}
#navlist li.first {
	margin-left:15px;
}
#navlist li.last {
	border:none;
}
#navlist a {
	color:#FFFFFF;
	text-decoration:none;
}
#navlist a:hover {
	color:#39F;
	text-decoration:underline;
}
#navlist a.active {
	color:#39F;
}

a {color:#003366; text-decoration:none;}
a:hover {color:#333333; text-decoration:underline;}

/* sider bar */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 15px;
	font-size:12px; 
	color:#333333;
	font-weight:bold;
}

.sidebar_avail_hdr{
	background:#93B6D7 url(../images/common/avail_hdr.jpg) no-repeat;
	padding:10px;
	width:160px;		
	}
.sidebar_avail_ftr{
	background:url(../images/common/avail_ftr.jpg) no-repeat;
	padding:5px 10px 0;
	width:160px;
	height:46px;	
	}	
	
.sidebar_news_hdr{
	background:#4281BA url(../images/common/news_hdr.jpg) no-repeat;
	padding:10px;
	width:160px;
	margin-top:10px;	
	}	
	
.sidebar_news_ftr{
	background:url(../images/common/news_ftr.jpg) no-repeat;
	padding:10px;
	width:160px;
	}		
	
.sidebar_news_hdr h2 a{margin:0px; font-size:14px; color:#003366;}	
.avail_units{
	width:160px;
	padding:4px 10px 4px 10px;
	background:#AAC5E0;
}
.news_items{
	width:160px;
	padding:4px 10px 4px 10px;
	background:#A3BDDE;
}

#mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */


} 
#mainImage {width:750px; height:260px;}
#site_500 {width:480px; float:left;}
*html #site_500{display:inline; }
#site_250 {width:220px; height:370px; float:left; margin:10px 0 0 20px;/*padding:20px 20px 0;*/}
#loc_500 {width:500px; height:280px; float:left; margin:10px 0 0 20px;}
*html #loc_500{display:inline; }
#loc_230 {width:190px; height:280px; float:left; margin-top:10px;}
#des_480 {width:480px; height:320px; float:left;}
.des_200 {width:200px; height:155px; float:left; margin:0 0 10px 10px;}
#maps {width:710px; height:260px; margin:0 0 20px; padding:10px 20px 20px; background-color:#ADC9E9; float:left;}
#localmap {width:280px; height:240px; margin:5px 20px 0 0; float:left;}
#regionalmap {width:280px; height:240px; margin:5px 20px 0 0; float:left;}
#directions {width:110px; height:240px; margin:5px 0 0; float:left; text-align:right;}
#satnav {width:105px; height:20px; padding:3px 5px 0 0; background-image:url(../images/icons/satnav.gif); background-repeat:no-repeat; background-position:right;}
#satnav h3 {color:#BCD7F4;}
.cont_360 {width:720px; height:260px; float:left;}
.cont_460 {width:460px; height:180px; float:left; margin-top:30px;}
.leftCol_300 {width:330px; float:left; margin:0 15px 20px 0;}
.leftCol_300 img {margin-right:5px;}
#amenities {width: 540px; margin-top:10px; overflow:hidden; margin-bottom:40px; }
.leftCol_200 {width:250px; float:left; margin:0 15px 5px 0; height:24px}
#gallery {margin-top:20px;}
.galleryframes {border:1px solid #0066FF; width:210px; height:150px; margin:10px 10px 0 0; float:left;}
#avail {height:20px; width:220px; float:right;}
#documents {margin-bottom:15px; width:500px; overflow:auto; padding-bottom:20px;}
#documents img {margin-left:10px; vertical-align:middle;}
.downloads {float:left; width:400px; border-bottom:1px dotted #D9F0FF; margin:4px 0;}

/* cycle pics */
.pics {width: 220px; height:165px; padding:0; margin:0px 0px 30px 0px; overflow:hidden; float:right;}
.pics img {top: 0; left: 0px; width: 210px;	height:150px;}

.contpics {width: 750px; height:260px; padding:0; margin:0; overflow:hidden;}
.contpics img {top: 0; left: 0px; width: 760px;	height:260px;}

#mainCopy {margin:20px; overflow:hidden;}

h1 {margin:0px; font-size:18px; color:#003366;}
h2 {margin:0px; font-size:14px; color:#003366;}
h3 {margin:0px; font-size:12px; color:#003366;}
h4 {margin:0px; font-size:10px; color:#003366;}

.news_item{margin:0px 0 10px;}
.month{width:50px; height:17px; padding-top:3px; font-family:Arial,Helvetica,sans-serif; text-align:center; font-size:14px; font-weight:bold; color:#999}
.date{width:50px; height:45px; padding-top:12px; background-image:url(../images/news/date_bg.jpg); font-family:Arial,Helvetica,sans-serif; text-align:center; font-size:26px; font-weight:bold; color:#fff}
.year{width:50px; height:20px; padding-top:8px; font-family:Arial,Helvetica,sans-serif; text-align:center; font-weight:bold; font-size:14px; color:#B6CEE4}
.datebox{float:left; width:50px; height:77px; margin:0px 10px 15px 0px; border:solid 1px #CCC}
.news_text{margin:0px; padding:0px; width:580px; height:110px; clear:right;}

.unit {width:700px; padding-bottom:10px; margin:20px 0 5px 0; border-bottom:1px dotted #0099FF; float:left;}
.unit h1 {color:#0099FF;}
.unit h2 {color:#333333; font-size:16px; margin-top:4px;}
.unit_img {width:180px; float:left; height:120px;}
.unit_details {width:300px; float:left;}
.unit_downloads {width:80px; float:left; margin:0 20px; text-align:center;  height:120px;}
.unit_pdf {width:80px; float:left; text-align:center; height:120px;}

.textmiddle {vertical-align:middle;	padding-right:5px;}

.copyRed {color:#FF3300; font-weight:bold;}
.copyGrey {
	color:#999999;
	font-size:11px;
}

.separator {border-bottom:#006699 1px dotted; margin-top:3px;}

#footer {padding: 0 10px 0 20px; background:#0D3268; height:60px;} 
#footer p {margin: 0; padding: 20px 0 0; font-size:11px; color:#3A7BB7;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {color:#3A7BB7;	text-decoration:underline;}

#reslogo {width:157px; margin:24px 50px 0 0; float:right; clear:both;}
#ITFX {
	width: 960px;
	margin: 5px auto;
	text-align: right;
	font-size:10px;
}
 
.fltrt { float: right; margin-left: 8px;
}
.fltlft { float: left; margin-right: 8px;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#contact fieldset {
	padding:10px;
	border:0;
	background-color:#D6DCE1;
	width:480px;
}

#contact .lhc {
	float:left;
	width:170px;
	margin-bottom:10px;
}

#contact .rhc {
	margin-left:10px;
	float:left;
	width:280px;
	margin-bottom:10px;
}

#contact input[type=text] {
	background-color:#fff !important;
	border:1px solid #A6ACB1;
	padding:1px;
}

#contact select, textarea {
	border:1px solid #A6ACB1;
}

#contact input[type=submit] {
	margin-left:6px;
	width:80px;
	height:26px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #336699;
	border:1px solid #003366;
	background-color: #7BA7CE;
}

#useful{margin: 0; float:left; }
#useful h3 { margin-top:20px; }
#useful p { margin:0; }
