﻿@charset "UTF-8";
/* CSS Code implementation and Design by ROBERT ERIC R. BAGARES */
/* ----------------- GLOBAL DECLARATIONS ----------------- */
body {
	font: 100% Code2000, "MS PGothic", "MS Gothic", Verdana, Arial, Helvetica, sans-serif;
	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:#2F2F2F;
	font-family /**/:inherit; /* resets fonts for everyone but IE6 */
}
.uni {
	font-family: Code2000, "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
	font-family /**/:inherit; /* resets fonts for everyone but IE6 */
}
h1 {
	margin-top:0px;
	padding:5px;
	color:#000066;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
p {
	border:0px;
	padding:0px;
	margin:0px;
	font-size:12px;
	text-align:justify;
	line-height:19px;
	color:#333333;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	color:#31348B;
}
/* ----------------- YUI CSS RESETS ----------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* ----------------- NAVIGATION ----------------- */
.twoColFixLtHdr #nav {
	background:#2175bc;
	width:900px;
	position:absolute;
}
#nav ul {
	list-style: none;
}
#nav li {
	float:left;
	margin:0px;
}
#nav td a {
	padding:5px 16px 0px 19px;
	border-left: 2px solid #1958b7;
	border-right: 1px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	height:20px;
	display:block;
}
#nav li a {
	padding:5px 16px 0px 19px;
	border-left: 2px solid #1958b7;
	border-right: 1px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	font-size:12px;
	height:20px;
	display:block;
	width:100%;
}
html>body #nav li a {
	width: auto;
}
#nav li a:hover {
	border-left: 2px solid #FF0000;
	border-right: 1px solid #5ba3e0;
	background-color: #2797E2;
	color: #fff;
	text-decoration:underline;
}
.ls {
	letter-spacing:-1px;
}
/* ----------------- BODY CONTENTS SETTINGS ----------------- */

.twoColFixLtHdr #contentImage {
	width:175px;
	height:60px;
	background:#CCCCCC;
	display:block;
}
/* ----------------- HEADER ----------------- */
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	overflow:hidden;
}
.twoColFixLtHdr #header {
	background:url(../images/img_banner.jpg) top left no-repeat;
	height:180px;
	position:relative;
	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. */
}
.twoColFixLtHdr #header {
	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 */
}
.twoColFixLtHdr #wd {
	margin-top:-9px;
	padding-left:4px;
	font-size:10px;
	text-align:justify;
}
.twoColFixLtHdr #hAdd {
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-size:9px;
	color:#003366;
	position:absolute;
	font-weight:bold;
	right:7px;
	top:10px;
	line-height:12px;
	width:140px;
}
#headerMessage {
	width:270px;
	height:100px;
	display:block;
	position:absolute;
	left:5px;
	top:15px;
	line-height:13px;
}
#hAdd a {
	color:#FF0000;
}
.twoColFixLtHdr #home_message {
	background:url(../images/img_hbg.jpg) top left no-repeat;
	height:35px;
	width:505px;
	padding-top:5px;
	font-size:18px;
	text-align:center;
}
.update {
	width:350px;
}
.linkItem3 .linkDesc2 {
	float:left;
	font-size:12px;
	display:inline;
	text-align:left;
	background:#CEE0F6;
	border-right:4px solid #FFFFFF;
	width:inherit;
	padding:2px 8px 2px 8px;
	color:#003366;
}
/* ----------------- SIDE NAVIGATION ----------------- */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* 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 */
	padding:10px 0px 0px 10px;
	margin-top:30px;
}
.twoColFixLtHdr #sidebarInterior {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding:0px;
	margin-top:30px;
	position:relative;
}
.twoColFixLtHdr #sidebarInterior p {
	font-size:18px;
	color:#003366;
	font-weight:bold;
	padding:20px 0px 0px 20px;
	text-align:left;
}
#sn_top {
	background:url(../images/img_sideNav_bgTop.gif) top right no-repeat;
	height:21px;
	width:200px;
}
#sn_body {
	background:url(../images/img_sideNav_bg.gif) top right repeat-y;
	width:200px;
}
#sn_body font {
	font-size:12px;
	font-weight:bold;
}
#iconBorder {
	padding-top:15px;
	background:url(../images/links_border_03.gif) top left no-repeat;
	background-position:3px 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000066;
	margin-bottom:10px;
	height:190px;
	line-height:15px;
}
#sn_bot {
	background:url(../images/img_sideNav_bgBot.gif) top right no-repeat;
	width:200px;
}
#sn {
	text-align:left;
	width:200px;
}
#sn a {
	background:url(../images/btn_sideNav_a.gif) center left no-repeat;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-right:20px;
	display:block;
	height:25px;
	padding:5px 0px 0px 20px;
	background-position:2px 0px;
}
#sn .selected {
	background:url(../images/btn_sideNav_a.gif) center left no-repeat;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-right:20px;
	display:block;
	height:25px;
	padding:5px 0px 0px 20px;
	background-position:2px 0px;

}
#sn .selected:hover {
	background:url(../images/btn_sideNav_c.gif) center left no-repeat;
	background-position:2px 0px;
	color:#FFFFFF
}
#sn a:hover {
	background:url(../images/btn_sideNav_c.gif) center left no-repeat;
	background-position:2px 0px;
	color:#FFFFFF;
}
#sn2_top {
	background:url(../images/img_sideNav_emailTop.gif) top left no-repeat;
	padding-left:0px;
	padding-top:10px;
	margin-left:5px;
	margin-top:5px;
}
#sn2_body {
	background:url(../images/img_sideNav_emailbg.gif) top left repeat-y;
	margin-left:5px;
	padding:0px 0px 0px 9px;
	width:180px;
	letter-spacing:-1px;
}
#sn2_bot {
	background:url(../images/img_sideNav_emailBot.gif) top left no-repeat;
	margin-left:5px;
}
#sn2_body .border {
	border-bottom: 1px solid #003366;
	width:166px;
	height:5px;
	margin-bottom:8px;
}
.twoColFixLtHdr #sn2_top p {
	color:#660000;
	font-size:14px;
	font-weight:bolder;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
.twoColFixLtHdr #sn2_body p {
	font-size:11px;
	margin:0px;
	padding:0px 15px 0px 0px;
	width:165px;
	display:block;
	text-align:center;
}
.twoColFixLtHdr #sn_body font {
	font-size:12px;
	margin:0px;
	padding:0px 0px 10px 0px;
	width:200px;
	display:block;
	text-align:center;
	color:#003366;
}
.twoColFixLtHdr #sn2_body a {
	color:#FF0000;
	font-size:10px;
	letter-spacing:0px;
}
.twoColFixLtHdr #sn2_body #email {
	text-align:center;
	line-height:13px;
	padding:5px 0px 5px 0px;
}
#welcomeAdd {
	background:url(../images/img_welcome.gif) top right no-repeat;
	width:348px;
	height:500px;
	position:relative;
}
#welcomeAdd p {
	position:absolute;
	font-size:11px;
	line-height:15px;
	letter-spacing:-1px;
	width:330px;
	padding:0px 0px 20px 0px;
	text-align:left;
	margin-top:-10px;
}
#welcomeAdd div {
	position:absolute;
	bottom:0px;
	margin-bottom:20px;
	font-size:11px;
	line-height:15px;
	letter-spacing:-1px;
	width:330px;
	padding-left:10px;
	text-align:center;
}
/* ----------------- CEBU GUIDE TYPO SETTING ----------------- */

.uline {
	text-decoration:underline;
}
.italic {
	font-style:oblique;
}
#notice {
	background:url(../images/img_red.gif) top left no-repeat;
	width:355px;
	height:45px;
	position:relative;
}
#notice2 {
	background:url(../images/img_red3.gif) top left no-repeat;
	width:355px;
	height:20px;
}
#noticeBody {
	background:url(../images/img_red2.gif) top left repeat-y;
	display:block;
	width:360px;
}
#noticeBody p {
	font-size:11px;
	line-height:15px;
	letter-spacing:-1px;
	width:330px;
	padding-left:10px;
	text-align:center;
}
/* ----------------- MAIN CONTENT ----------------- */

.twoColFixLtHdr #mainContent {
	margin:30px 0px 0px 0px; /* 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:0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	overflow:hidden;
	width:510px;
}
.twoColFixLtHdr #mainContent2 {
	margin:50px 10px 0px 0px; /* 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:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	overflow:hidden;
	width:680px;
	float:right;
}
.twoColFixLtHdr #mainContent2 h1 {
	font-size:24px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent2 h3 {
	font-size:16px;
	font-weight:bold;
	color:#006699;
	margin:0px;
}
.contentImage {
	margin-top:10px;
	width:100%;
	height:298px;
	background-color:#CCCCCC;
	display:block;
}
.textHead {
	color:#FFFFFF;
	font-size:22px;
	font-family:"Osaka";
	text-shadow: #666666 0px 2px 5px;
	text-align:center;
	background-color:#A1AFC1;
}
.mainImgContainer {
	overflow:hidden;
}
.imgContainerLeft {
	width:247px;
	height:156px;
	float:left;
	display:block;
	position:relative;
}
.imgContainerLeft p {
	letter-spacing:-1px;
	font-size:11px;
	width:121px;
	height:111px;
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	text-align:justify;
}
.imgContainerRight {
	width:247px;
	height:156px;
	float:right;
	display:block;
	position:relative;
}
.imgContainerRight p {
	letter-spacing:-1px;
	font-size:11px;
	width:121px;
	height:111px;
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	text-align:justify;
}
.divider {
	height:30px;
	width:inherit;
	display:block;
	background:url(../images/img_divider.gif) center left repeat-x;
	margin:0px;
	clear:both;
	padding:20px 0px 10px 0px;
}
/*------------------- SITE MAP ------------------------------*/

.mainContentMap {
	padding-left:20px;
}
.twoColFixLtHdr #topLink {
	overflow:hidden;
	margin:0 auto;
	width:800px;
}
.floatLeft {
	float:left;
}
.twoColFixLtHdr #mainContentMap {
	margin-top:40px;
}
.mainContentMap #sn a {
	background:url(../images/btn_siteMap_a.gif) center left no-repeat;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	display:block;
	height:25px;
	padding:5px 0px 0px 20px;
	background-position:2px 0px;
}
.mainContentMap #sn a:hover {
	background:url(../images/btn_siteMap_b.gif) center left no-repeat;
	background-position:2px 0px;
}
.twoColFixLtHdr .mainContentMap #sn_top {
	height:21px;
	width:200px;
	background:none;
}
.twoColFixLtHdr #mainContentMap h1 {
	font-size:24px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
}
a#homeBtn {
	background:url(../images/btn_siteHome_a.jpg) top left no-repeat;
	width:187px;
	display:block;
	height:60px;
	padding:12px 0px 0px 0px;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
}
a#homeBtn:hover {
	background:url(../images/btn_siteHome_b.jpg) top left no-repeat;
	width:187px;
	display:block;
	height:60px;
	padding:12px 0px 0px 0px;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
}
a#emailBtn {
	background:url(../images/btn_siteEmail_a.jpg) top left no-repeat;
	width:187px;
	display:block;
	height:60px;
	padding:12px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
a#emailBtn:hover {
	background:url(../images/btn_siteEmail_b.jpg) top left no-repeat;
	width:187px;
	display:block;
	height:60px;
	padding:12px 0px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
}
.siteMapContainer {
	width:200px;
	display:block;
	vertical-align:top;
}
.siteMapContainer #sn_top a {
	text-align:center;
	color:#003366;
	font-size:16;
	font-weight:bold;
}
.siteMapContainer #sn_body a {
	color:#333333;
	font-size:14px;
	font-weight:normal;
}
.siteRowHolder {
	overflow:auto;
	padding:0px 0px 40px 0px;
	width:800px;
	margin:0 auto;
}
.faqQ {
	color:#FF0000;
	font-size:16;
	background:#99CCFF;
}
/*------------------- LINKS PAGE, LINK SETTINGS ----------------*/

.twoColFixLtHdr #mainContent2 h4 {
	font-size:12px;
	margin:2px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	float:left;
	display:block;
	width:auto;
}
.twoColFixLtHdr #mainContent2 h3 {
	margin:0px;
	width:auto;
	display:inline-block;
}
.q {
	display:inline-block;
	font-size:12px;
	height:21px;
	padding-left:35px;
	padding-top:3px;
 background-color:;
	color:#FFFFFF;
	margin:0px;
	vertical-align:bottom;
	background:url(../images/faq_q.gif) #006699 top left no-repeat;
}
.q_2 {
	display:inline-block;
	font-size:16px;
	font-weight:700;
	padding:5px 0px 0px 3px;
	background-color:#FF99FF;
	color:#000066;
	margin:0px;
}
.q_3 {
	display:inline-block;
	font-size:16px;
	font-weight:700;
	padding:5px 0px 0px 3px;
	background-color:#D3FFE5;
	color:#006699;
	margin:0px;
}
.a {
	background:url(../images/faq_a.gif) top left no-repeat;
	height:inherit;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:10px;
	clear:both;
}
.linkItem {
	overflow:auto;
	margin-top:2px;
	background:url(../images/div-white.gif) #E4F4F9 top left repeat-y;
	background-position:190px 0px;
}
.linkItem:hover {
	overflow:auto;
	margin-top:2px;
	background:url(../images/div-white.gif) #D1E3F2 top left repeat-y;
	background-position:190px 0px;
}
.linkItem2 {
	overflow:auto;
	margin-top:2px;
	background:url(../images/div-white.gif) #EBF5FC top left repeat-y;
	background-position:190px 0px;
}
.linkItem2:hover {
	margin-top:2px;
	overflow:auto;
	background:url(../images/div-white.gif) #F4D9E1 top left repeat-y;
	background-position:190px 0px;
}
.linkItem h4 a {
	color:#0066FF;
	font-weight:bold;
}
.linkItem2 h4 a {
	color:#0066FF;
	font-weight:bold;
}
.linkDesc {
	float:right;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	font-size:12px;
	line-height:inherit;
	display:block;
	width:480px;
}
#img1 {
	background:url(../images/img_1.jpg) top left no-repeat;
}
#img2 {
	background:url(../images/img_2.jpg) top left no-repeat;
}
#img3 {
	background:url(../images/img_3.jpg) top left no-repeat;
}
#img4 {
	background:url(../images/img_4.jpg) top left no-repeat;
}
#img5 {
	background:url(../images/img_5.jpg) top left no-repeat;
}
#img6 {
	background:url(../images/img_6.jpg) top left no-repeat;
}
#img7 {
	background:url(../images/img_7.jpg) top left no-repeat;
}
#img8 {
	background:url(../images/img_8.jpg) top left no-repeat;
}
#img9 {
	background:url(../images/img_9.jpg) top left no-repeat;
}
#img10 {
	background:url(../images/img_10.jpg) top left no-repeat;
}
/* DROP SHADOW FOR MOZILA AND IE */
	/* IE DS --
	.shadow {
		height: 1em;
		filter: Shadow(Color=#666666, 	
				Direction=135, 
				Strength=5);
	} -- */


	/* MOZILLA DS --
	.shadow {
  	line-height: 2em;
  	white-space: nowrap;
  
	}

	.shadow:before {
  	display: block;
  	margin: 0 0 -2.12em 0.15em;
  	padding: 0;
  	color: #666666; 
	}

	#shadow_header:before { content: 'In shadow'; } -- */

/*------------------ 1 -------------------------*/

input {
	border:1px solid #999999;
	height:18px;
	width:150px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fieldLabel {
	color:#666666;
	font-size:12px;
	width:120px;
	text-align:right;
	padding-right:5px;
	float:left;
}
.fieldLabel2 {
	color:#666666;
	font-size:12px;
	width:inherit;
	text-align:right;
	padding-right:5px;
	float:left;
	height:25spx;
}
.orderCol1 {
	overflow:hidden;
	padding-top:10px;
	position:relative;
}
.fielLabelSet {
	color:#666666;
	font-size:12px;
	text-align:left;
}
.fielLabelSet2 {
	color:#FF6600;
	font-size:11px;
	text-align:left;
}
.width300 {
	width:300px;
}
.widthInherit input {
	width:inherit;
}
.orderCol2 {
	float:right;
	display:block;
	width:550px;
}
.submitBtn {
	padding:10px 0px 0px 125px;
}
.submitBtn input {
	background-color:#0099CC;
	color:#FFFFFF;
	font-size:14px;
	display:block-inline;
	vertical-align:top;
	border:none;
	height:30px;
}

.reservation_table td {
	padding-top:5px;
	

}


/* ----------------- PRICE TABLE ----------------- */

.row {
	overflow:hidden;
	display:block;
}
.row_desclaimer {
	margin-top:-20px;
}
.row ul {
	width:680px;
	display:block;
	overflow:hidden;
	margin-top:1px;
}
.row ul .tb {
	display:inline;
	width:90px;
	display:block;
	overflow:hidden;
	font-weight:900;
	font-size:11px;
	border-right:2px #FFFFFF solid;
	background-color:#97CAED;
}
.row ul .td {
	width:556px;
	display:block;
	overflow:hidden;
	font-size:11px;
	background-color:#97CAED;
}
.row .table_label li {
	text-align:center;
	font-size:12px;
	background-color:#D9E1FF;
	font-weight:900;
}
.row ul li {
	float:left;
	overflow:hidden;
	width:150px;
	background-color:#EBF5FC;
	margin-left:1px;
	color:#333;
	font-size:12px;
	padding:5px 5px 5px 10px;
	text-align:center;
}
.row ul .td_width {
	width:240px;
}
.row ul .td_width3 {
	width:165px;
}
.row ul .td_width2 {
	width:120px;
}
.row_2 {
	float:left;
	width:320px;
}
.rw_2 {
	margin-left:25px;
}
/* ----------------- STAFF ----------------- */

.staffPic {
	width:186px;
	height:190px;
	display:block;
	float:left;
	background:#CCCCCC;
	margin-right:10px;
}
.staffHolder {
	vertical-align:top;
	overflow:hidden;
}
/* ----------------- SITE MAP ----------------- */

.map ul {
	height:15px;
	float:left;
}
.map ul span {
	width:55px;
	display:block;
}
.map ul li {
	float:left;
	display:block;
}
.map ul a {
	font:"Ms Gothic", "ＭＳ ゴシック";
	font-size:12px;
	padding:10px;
	color:#333333;
}
/* ----------------- IMAGES ----------------- */
.img_container {
	vertical-align:top;
	width:inherit;
	position:relative;
	text-align:left;
	display:block-inherit;
	padding:0px 0px 10px 0px;
	overflow:hidden;
}
.img_container3 {
	vertical-align:top;
	width:inherit;
	position:relative;
	text-align:left;
	display:block-inherit;
	padding:0px 0px 10px 0px;
	overflow:hidden;
	margin-left:130px;
}
.img_container2 {
	vertical-align:top;
	text-align:left;
	display:block-inherit;
	height:120px;
	padding:5px 0px 5px 0px;
}
.arrow {
	height:200px;
	width:30px;
	background:url(../images/arrow.gif) top left no-repeat;
}
.itemHolder {
	display:block;
	width:186px;
	height:220px;
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}
.itemHolder p {
	position:absolute;
	margin-top:145px;
	font-size:11px;
	top:50px;
	line-height:12px;
	padding-left:20px;
	padding-right:5px;
}
#sov1 {
	background:url(../images/img_sov_1.jpg) no-repeat top center;
}
#sov2 {
	background:url(../images/img_sov_2.jpg) no-repeat top center;
}
#sov3 {
	background:url(../images/img_sov_3.jpg) no-repeat top center;
}
#sov4 {
	background:url(../images/img_sov_4.jpg) no-repeat top center;
}
#sov5 {
	background:url(../images/img_sov_5.jpg) no-repeat top center;
}
#sov6 {
	background:url(../images/img_sov_6.jpg) no-repeat top center;
}
#sov7 {
	background:url(../images/img_sov_7.jpg) no-repeat top center;
}
#sov8 {
	background:url(../images/img_sov_8.jpg) no-repeat top center;
}
.facilities {
	text-align:center;
	margin-left:40px;
	width:600px;
}
.fac {
	width:276px;
	height:300px;
	position:relative;
	display:block;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
}
.fac p {
	position:absolute;
	top:280px;
	overflow:hidden;
	font-size:11px;
	margin-left:20px;
}
.fac span {
	font-weight:900;
}
#fac1 {
	background:url(../images/img_fac_01.jpg) no-repeat top center;
}
#fac2 {
	background:url(../images/img_fac_02.jpg) no-repeat top center;
	margin-left:20px;
}
#fac3 {
	background:url(../images/img_fac_03.jpg) no-repeat top center;
}
#fac4 {
	background:url(../images/img_fac_04.jpg) no-repeat top center;
	margin-left:20px;
}
#fac5 {
	background:url(../images/img_fac_05.jpg) no-repeat top center;
}
#fac6 {
	background:url(../images/img_fac_06.jpg) no-repeat top center;
	margin-left:20px;
}
#fac7 {
	background:url(../images/img_fac_07.jpg) no-repeat top center;
}
/* ----------------- FOOTER ----------------- */
.twoColFixLtHdr #footer {
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/img_footer.jpg) bottom left no-repeat;
	width:900px;
	height:180px;
	position:relative;
	clear:both;
}
#footer p {
	position:absolute;
	left:250px;
	top:65px;
	color:#666666;
	font-size:10px;
	line-height:12px;
}
#footer a {
	color:#0066CC;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
.claimer {
	width:900px;
	margin:0 auto;
	text-align:left;
}
.claimer p {
	text-align:right;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
}
/* MISC EDITING */
.colorBlue {
	color:#003366;
}

.colorBlueAnchor {
	color:#0066CC;
	text-decoration:underline;
}


.colorBlueAnchor:hover {
	color:#0066CC;
	text-decoration:none;
}


.colorRed {
	color:#FF0000;
}
.size12 {
	font-size:12px;
}
.size16 {
	font-size:16px;
}
.size14 {
	font-size:14px;
}
.pad5 {
	padding:5px 0px 5px 0px;
}
.pad10 {
	padding:10px 01x 10px 0px;
}
.padLeft5 {
	padding-left:5px;
}
.formStyle1 {
	padding-left:54px;
	border-bottom:#999999 dotted 1px;
	padding:5px 0px 10px 55px;
}

.formStyle1 input {
	border:none;
	width:10px;
	height:10px;
}
.formStyle2 {
	padding-left:10px;
	padding:5px 0px 0px 0px;
}
.padTop5 {
	padding-top:5px;
}
.margin_1 {
	margin-top:-10px;
}
