/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../GIFs/CSC-Page-Background-RMNP-DreamLake-12x18-0101.jpg);
	background-repeat: no-repeat;
	background-position: center top;/* font-size: 11pt;*/
}

/*****************************************/
/**** CONTAINERS *************************/
/*****************************************/

#wrapper { 
 margin: 0 auto;
 width: 950px;
}

#header {
	color: #333;
	width: 930px;
	height: 160px;
	background-color: #cfe7ff;
/* -moz-border-radius: 15px;
 -webkit-border-radius: 15px;*/ 
 -moz-border-radius-topleft: 15px;  
 -moz-border-radius-topright: 15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
 
 	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu {
	color: #333;
	width: 980px;
	height: 50px;
	/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
	font-size: 14px;
	background-image: url(../Images-Menu/CSC-MenuBackground-Top.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


#faux {
	background: #cfe7ff;
 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 950px;

/* -moz-border-radius-bottomleft: 15px; 
 -webkit-border-bottom-left-radius: 15px;
 -moz-border-radius-bottomright: 15px; 
 -webkit-border-bottom-right-radius: 15px; */
}
#lefttitle {
	float: left;
	color: #333;
	width: 660px;
	display: inline;
	position: relative;
	/*	background-color: #93beeb;*/

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 31px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	background-image: url(../Images-Menu/CSC-PageTitleBackground.PNG);
}
#lefttitle h1 {
	font-size: large;
	margin: 0px;
	padding: 0px;
}

#leftcolumn {
	float: left;
	color: #333;
	padding: 0px;
	width: 650px;
	display: inline;
	position: relative;
/*	border: 1px solid #000;*/
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#rightcolumn {
	display: inline;
	color: #333;
	padding: 10px;
	width: 190px;
	float: right;
	border: 1px solid #000;
	background: #93beeb;
	margin-right: 20px;
}


.clear { clear: both; background: none; }

#menuBottom {
	color: #333;
	width: 980px;
	height: 50px;
	/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
	font-size: 14px;
	background-image: url(../Images-Menu/CSC-MenuBackground-Bottom.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer { 
 width: 930px;
 clear: both;
 color: #333;
 background-color: #cfe7ff;
 	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
 padding: 10px;

 -moz-border-radius-bottomleft: 15px;
 -webkit-border-bottom-left-radius: 15px;
 -moz-border-radius-bottomright: 15px;
 -webkit-border-bottom-right-radius: 15px;  
}

#copyright {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-style: italic;
}



/*****************************************/
/****   CONTENT  *************************/
/*****************************************/
a:link, a:visited, a:active{
	background: none transparent scroll repeat 0% 0%; 
	COLOR: #1A4642;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif; 
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
	font-size: 14px;
	font-weight: bold;
}

a:hover{
	background-color: #225689; 
	COLOR: #FFFFFF;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif; 
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	font-size: 14px;
	font-weight: bold;
}


a.menu:link, a.menu:visited, a.menu:active{
	background: none transparent scroll repeat 0% 0%; 
	COLOR: #1A4642;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif; 
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	font-size: 14px;
	font-weight: bold;
}

a.menu:hover{
	background-color: #225689; 
	COLOR: #FFFFFF;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif; 
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	font-size: 14px;
	font-weight: bold;
}

.blueText {
  color: #0033FF;
	font-size: smaller;
}

.guestComment {
	font-size: smaller;
}

.tableRate {
	border: thin solid #000000;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.tableContactUs {
	border: thin solid #000000;
	margin-right: 20px;
	margin-left: 120px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cabinImg {
	margin:12px;

}


a.imageLink:link, a.imageLink:visited, a.imageLink.active, a.imageLink.hover {
	background: none transparent scroll repeat 0% 0%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* LIGHT BOX*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}

#lightbox img{ 
	border: none; 
	clear: both;
} 

#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(../LightBox/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(LightBox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../LightBox/overlay.png", sizingMethod="scale");
}
