/* CSS Document */
* { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;
}

img {
	display: block;
}

body {
	background: white url(../images/grayback.gif);
	text-align: center;
}

#mainwrapper {
	width: 1024px;
	margin: 0 auto;
	xzborder: 1px solid red;
}

	.layoutrow {
		width: 1024px;
	}

	.layoutrow img {
		float: left;
	}

#mainwrapper2 {
	width: 988px;
	margin: 0 auto;
	xzborder: 1px solid red;
}

	.layoutrow2 {
		width: 988px;
	}

	.layoutrow2 img {
		float: left;
	}

#topmenuwrapper {
	width:969px; 
	height:36px; 
	margin:0; 
	padding:0; 
	float: left; 
	background-color: white;	
}

	#topmenuwrapper p {
		float: left;
		margin: 0;
		padding: 5px 0 0 25px;
		font-family: arial;
		font-size: 13px;
	}

	#topmenuwrapper ul {
		float: right;
		padding-right: 15px;
		padding-top: 5px;
		list-style-type: none;
	}
	
	#topmenuwrapper li {
		display: inline;
		padding-right: 5px;
	}

	#topmenuwrapper li a  {
		font-size: 9pt;	
		font-weight: normal;
		color: navy;
		text-decoration: none;
	}

	#topmenuwrapper li a:hover  {
		color: blue;
	}

#mainmenuwrapper {
	float: left; 
	width: 755px; 
	height:129px; 
	background-color: #ffffff;	
	padding-left: 20px;
}

#contentwrapper {
	float: left;
	width: 736px;
	height: 488px;
	background-color: white;
}

/*--------------------------------- CONTENT ------------------------------------*/
.leftside_top {
	width: 250px;
	height: 320px;
	background: white;
	float: left;
}

	#picwrapper {
		width: 240px;
		height: 310px;
		margin-left: 10px;
		xbackground: #cccccc;
	}

.rightside_top {
	width: 480px;
	height: 320px;
	xbackground: #cccccc;
	float: left;
	text-align: center;
}

	#infowrapper {
		width: 460px;
		height: 300px;
		background: white;
		margin: 5px auto;
		overflow: auto;
		text-align: left;
		scrollbar-track-color: white; /* scrollbar-track-color: scroll bar track */		
		scrollbar-face-color: #6699FF; /* scrollbar-face-color: scroll bar slider and the boxes that contain the scrollbar arrows  */
		scrollbar-arrow-color: white; /* scrollbar-arrow-color: Sets the scroll bar arrow color  */
		scrollbar-3dlight-color: #6699FF; 		/* scrollbar-3dlight-color: Sets the scroll bar 3D light color  */
		scrollbar-highlight-color: white;/* scrollbar-highlight-color: Sets the scroll bar highlight color  */
		scrollbar-shadow-color: white; /* scrollbar-shadow-color: Sets the scroll bar shadow color  */
		scrollbar-darkshadow-color: #6699FF; /* scrollbar-darkshadow-color: Sets the scroll bar dark shadow color  */	
		}

	#infowrapper a {
		text-decoration: none;
		color: #003366;
		border-bottom: 1px dashed #003366;
	}

	#infowrapper a:hover {
		border-bottom: 0;
	}

.leftside_bottom {
	width: 250px;
	height: 168px;
	float: left;
	xbackground: #cccccc;
}

	#submenuwrapper {
		width: 230px;
		height: 166px;
		xbackground: #cccccc;
		margin: 0 auto;
	}
	
	#submenuwrapper ul {
		list-style-type: none;
		text-align: right;
	}
	
	#submenuwrapper li {
		background: url("../images/submenu_off.gif") no-repeat;
		background-position: right 3px;
		padding-right: 15px;
		margin-top: 6px;
	}
	
	#submenuwrapper li.selectedpage {
		background: url("../images/submenu_on.gif") no-repeat;
		background-position: right 4px;
		padding-right: 15px;
		margin-top: 6px;
	}

	#submenuwrapper a {
		font-size: 1.1em;
		font-weight: xbold;
		text-decoration: none;
		color: #666699;
	}	

	#submenuwrapper li.selectedpage a {
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
		color: #666699;
	}	

	#submenuwrapper a:hover {
		color: blue;
	}
	
.rightside_bottom {
	width: 480px;
	height: 168px;
	float: left;
	xbackground: gray;
	text-align: left;
}

	.thumbwrapper {
		width: 200px;
		height: 166px;
		xbackground: green;
		margin-right: 10px;
		float: left;
	}


/*--------------------------------- CONTENT AREA ------------------------------------*/
h2 {
	margin-bottom: 1em;
	color: navy;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 0.9em;
	color: navy;
}


p {
	color: #333333;
	margin-bottom: 1.2em;
	text-align: justify;
	padding-right: 3px;
}

#infowrapper ul{
	list-style-type: disc;
	padding-left: 30px;
	margin-bottom: 10px;
}

#infowrapper ol {
	list-style-type: decimal;
	padding-left: 30px;
	margin-bottom: 10px;
}

#infowrapper li {
	text-align: justify;
	margin-right: 5px;
	margin-bottom: 0.5em;
}

#infowrapper ol ol {
	list-style-type: lower-alpha;
	padding-left: 25px;
	margin: 6px 0;
	margin-bottom: 10px;
}

table.gentable {
	width: 300px;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
}

	table.gentable  th {
		padding: 5px;
		background: #cccccc url(../images/tableheader.jpg);
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
	}

	table.gentable  td {
		padding: 5px;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		vertical-align: top;
	}

/*--------------------------------- CUSTOM LIST ------------------------------------*/
ul.acclist {
	width: 420px;
	xborder: 1px solid gray;
	background: white;
	margin-bottom: 1em;
}

	ul.acclist li {
		margin-left: 15px;
	}

table#roomrates {
	width: 440px;
	padding: 0;
	margin: 0;
	xbackground: gray;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
}
	#roomrates th {
		padding: 5px;
		background: #cccccc url(../images/tableheader.jpg);
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
	}
	
	tr.row1 td {
		padding: 5px;
		font-weight: bold;
		border-right: 1px solid #C1DAD7;
	}
	
	tr.row2 td {
		padding-left: 5px;
		padding-right: 2px;
		padding-bottom: 0.8em;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
	}
	
ul#roomratesfooter {
	width: 400px;
	margin: 10px 10px;
	padding: 0;
}

	ul#roomratesfooter ul {
		width: 400px;
		margin: 5px 7px;
	}

/*--------------------------------- FORM ------------------------------------*/
form#reservation {
	xbackground: #cccccc;
	border: 1px dashed  #cccccc;
	width: 420px;
	margin:0; 
	padding:10px;	
}

	div.formrow {
		clear: both;
	}

	label.columnleft {
		width: 100px;
		text-align: left;
		float: left;
		height: 30px;
		margin:0; padding:0;			
	}
	
	.felements {
		display: block;
		float: left;
		vertical-align: top;
		height: 0px;
		padding-left: 10px;
	}
	
	
	input {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
/*--------------------------------- NAVIGATION ----------------------------------------*/
/* this is for the blog */
.navigation {
	margin-left: 30px;
}	

.timeposted {
	font-size: 10px;
	color: navy;
	margin-bottom: 10px;
}

.entry img {
	margin: 5px;
}
	
/*--------------------------------- ERROR MESSAGES ------------------------------------*/
.errormessage h2 {
	color: #990000;
}

/*--------------------------------- FOOTER ------------------------------------*/
#footer {
	clear: both;
	margin: 0 auto;		
}

#footer p {
	font-size: 8pt;
	color: gray;
	text-align: center;
}
	#footer a {
		text-decoration: none;
		color: gray;
	}
	
	#footer a:hover {
		color: blue;
		font-size: bold;
	}