/* 
	************************************
	Author: Compiled by wincure.net
	Date of Compilation: April 12, 2007
	************************************	
*/

/**************** Define default layout items ****************/
html, body{
	margin:auto;
	padding:auto;
	background-image:url(../images/pageBg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:12px;
	height:100%;
}
h1{
	font-size:32px;
	font-weight:normal;
	color:#355E3B;
	margin:5px 0px;
	padding:5px 0px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#355E3B;	
	margin:5px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#355E3B;	
	margin:5px;
}

hr{background:#355E3B; size:2px;}

p{
	padding:5px 0px;
}

ul{margin:0px;padding:0px;}
li{margin:0px;padding:0px;list-style:none;}

a:link, a:visited, a:active{
	color:#999999;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	color:#a60e35;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

/**************** Defining Page Layouts and Items ****************/
#wrapper{
	margin:auto;
	width:1000px;
	position:relative;
}

#header{
	margin:auto;
	clear:both;	
	position:relative;
	text-align:center;
	height:119px;
	width:995px;
	float:right;

}

#logo{
	float:left;	
	background:url(../images/craneresortLogo.jpg) no-repeat;
	width:107px;
	height:114px;
	cursor:pointer;
}

#siteName{
	float:left;
	padding-top:20px;
	padding-left:10px;
}

#headerItems{
	float:left;
	color:#587f52;
	font-size:18px;
	padding-top:50px;
	padding-left:20px;
}


#mainNav{
	height:25px;
	background-color:#355E3B;
	padding-left:35px;
}

#mainNav ul{
	list-style:none;
	margin-left:30px;
	margin:0;
	padding:0;
}

#mainNav ul li{
	float:left;
	margin:0px;
	padding:5px 2px;
}

#mainNav span{
	
}

#mainNav a:link, #mainNav a:active, #mainNav a:visited{
	font-weight:normal;
	font-size:15px;
	color:#FFFFFF;
	padding:0px 8px;
}

#mainNav a:hover{
	background-color:#ffcc00;
	color:#000;
}


#content{
	clear:both;
	margin:0 auto;
	float:right;	
/*	background-color:#d5ebf9;	*/
}

#content850{
	width:850px;
	margin:0 auto;
	pading:0;	
}

#content600{
	width:600px;
	margin:0 auto;
	pading:0;	
}


.content450{
	width:450px;
}

#flashDiv{
	text-align:right;
	
}

#sideBar{
	float:left;
	padding:10px;
}

#mainContent{
	float:right;
	font-size:13px;
	line-height:18px;	
	background-color:#F4F0E3;
	width:995px;
}

.imgBg1{
	background:url(../images/aboutImg1.jpg) bottom right no-repeat;
}

.imgBg2{
	background:url(../images/bgImage1.jpg) bottom right no-repeat;
}

#secondarySideBar{
	float:right;
	padding:10px;
}

#packageNav ul{margin:0px;padding:0px;}
#packageNav li{list-style:none; float:left;padding:3px 5px;margin:0px 2px;background-color:#006633;cursor:pointer; color:#ffffff;}
#packageNav .current{background-color:#FFFFFF;color:#000;}
.packTab{background-color:#ffffff;clear:both;padding:10px;}

#packageNav p {
	margin: 10px 0 0 0;
}


#packageNav dl {
	margin: 10px 0 0 0;
}

#packageNav dt {
	float: left;
	width: 150px;
	font-size: 14px;
	line-height: 24px;
}

#packageNav dd {
	margin: 0 0 5px 90px;
	line-height: 24px;
	color: #666;
	margin-left: 80px;
}

#footer{
	clear:both;
	font-family:"Trebuchet MS", Arial;
	background:url(../images/footerBg.gif) no-repeat;
	width:995px;
	height:66px;
	float:right;
}

#footer span{
	font-size:16px;
	line-height:25px;
}

#footer a:Link, #footer a:active, #footer a:visited{
	font-size:16px;
	line-height:25px;
	font-weight:normal;
	color:#000000;
}
 
#spacer{
	width:20px;
	height:20px;
}

#galleryThumbs img{
	border:1px #999999 dashed;
}

.boldText{
	font-weight:bold;
	color:#204b2d;
}

.imgBrd{
	border:5px #ffffff solid;
}

.addressInfo{font-family:Verdana, Arial, Helvetica, sans-serif;}
.homeBgItem{background:url(../images/homeBgItem.jpg) no-repeat bottom right;}


/*Global*/
.logoOverlay{background:url(../images/craneLogo.jpg) repeat-x center left;}
.logoOverlayWhite{background-image:url(../images/cranesoftLogoWhite.jpg); background-position:center right; background-repeat:no-repeat;}
.dottedBoxWhite{background-color:#ffffff; padding:10px 20px; border:1px #000000 dashed;}
.floatRight{float:right;}
.floatLeft{float:left;}
.clearFloat{clear:both;}
.padding10{padding:10px;}
.padding5{padding:5px;}
.hide{display:none;}
.smallTxt{font-size:11px; color:#999999;}
.dishItems{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#999999; line-height:normal;}
.floatImgLeft{float:left; margin:10px 20px 10px 0px;}
.cursorHand{cursor:pointer;}

.submenu{
	background-color:#FF6600;
	border-top:#000 solid 1px;
	border-right:#000 solid 1px;
	border-left:#000 solid 1px;
	padding:5px;
	position:absolute;
	left:750px;
	top:72px;
	z-index:1000;
	text-align:left;
	display:none;
}

.submenu a:link, a:visited, a:active, a:hover{
	font-weight:normal;
	font-size:15px;
	color:#FFFFFF;
}

.submenu a.close:link, a.close:visited, a.close:active, a.close:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#FFFFFF;
}

.submenu a:hover span{
	background-color:#ffcc00;
	color:#000;
}
