@charset "utf-8";
body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: "Century Gothic";
	}
strong{ 
	color:#CE2D28; 
	}
h1{
	font-size:24px;
	color:#CE2D28;
	font-family: Arial, Helvetica, sans-serif;
	}
h2{
	font-size:18px;
	color:#D89A18;
	font-family: Arial, Helvetica, sans-serif;
	}
h3{
	font-size:14px;
	color:#CE2D28;
	font-family: Arial, Helvetica, sans-serif;
	}
h4{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CE2D28
	}
h5{
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#CE2D28
	}	
	
	
	
#wrapper {
	margin: auto;
	clear: both;
	height: auto;
	width: 1000px;
	border: none; 
}

#quick-links {
	width: 1000px;
	height: 40px;
	text-align:right;
	color: #F6DEB0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#quick-links a{
	color: #F6DEB0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#quick-links a:hover{
	text-decoration:none;
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}


#header {
	background-image: url(../images/header-pic.png);
	margin: auto;
	clear: both;
	height: 350px;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
                   
#header-spacer{
	margin: auto;
	clear: both;
	height: 260px;
	width: 1000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar{
	margin: auto;
	height: 35px;
	width: 722px;
	float:left;
	padding-top:15px;
	color: #F5D8A0;
}
#navbar a{
	color: #F5D8A0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration: none;
}
#navbar a:hover{
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration: underline;
}
#navbar-spacer{
	margin: auto;
	height: 50px;
	width: 28px;
	float:left;
}

#social{
	margin: auto;
	clear: right;
	height: 50px;
	width: 250px;
	float:left;
}
#addthis{
	margin: auto;
	clear: none;
	height: 20px;
	width: 100px;
	float:right;
	padding-top: 14px;
	padding-right: 12px;
}
#content{
	background-image: url(../images/middle-bg.png);
	margin: auto;
	height: auto;
	width: 1000px;
	border: none;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	clear: right;
}
        
#content-left{
	margin: auto;
	height: auto;
	width: 300px;
	border: none;
	float: left;
	padding-right: 35px;
	padding-left: 25px;
	font-size: 12px;

}

#content-left-topics{
	margin: auto;
	height: auto;
	width: 300px;
	border: 1px solid #F3D494;
	float: left;
	background-image: url(../images/bgs/bg-white-50percent.png);
}
	
#content-left-topics-title{
	margin: auto;
	height: 45px;
	width: 300px;
	border: 1px solid #EAB245;
	float: left;
	background-image: none;
	background-color: #F5DDAD;
	}
	
#content-left-topics-content{
	margin: auto;
	height: auto;
	width: 260px;
	border: none;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
#content-left-topics-content a{
	color:#CE2D28;
	size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
#content-left-topics-content a:hover{
	color: #EAB243;
	font: Arial, Helvetica, sans-serif;
	size:14px;
	}	
#content-left-topics-content2{
	margin: auto;
	height: auto;
	width: 300px;
	border: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
		
	
#content-right{
	margin: auto;
	height: auto;
	width: 610px;
	border: none;
	float: left;
	padding-right: 30px;
	color: #333;
}
#content-right-pic{
	margin: auto;
	height: 246px;
	width: 610px;
	border: 2px solid #F1CB80;
}
#content-right-main{
	margin: auto;
	height: auto;
	width: auto;
	border: none;
	font-size: 14px;
}
#content-right-sub1{
	margin: auto;
	height: auto;
	width: 280px;
	float:left;
	padding-right: 20px;
	font-size: 12px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FBCDA8;
	clear: right;
}
#content-right-sub2{
	margin: auto;
	height: auto;
	width: 280px;
	border: none;
	float:left;
	padding-left: 20px;
	font-size: 12px;
}
#content-right-spacer{
	margin: none;
	padding:none;
	height: 15px;
	width: 610px;
	}
#content-right-bottom-ad{
	height: 61px;
	width: 610px;
	border: 2px solid #F1CB80;

}

.clear{
	clear:both;
	}
#footer{
	background-image: url(../images/bottom-pic.png);
	margin: auto;
	clear: both;
	height: 115px;
	width: 1000px;
	border: none;
}

#footer-navbar{
	margin: auto;
	height: 40px;
	width: 722px;
	float:left;
	padding-top:5px;
	color: #F5D8A0;
}
#footer-navbar a{
	color: #F5D8A0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration: none;
}
#footer-navbar a:hover{
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration: none;
}
#footer-navbar-spacer{
	margin: auto;
	height: 50px;
	width: 28px;
	float:left;
}

#footer-social{
	margin: 0;
	clear: right;
	height: 50px;
	width: 350px;
	float:left;
}
#footer-long-spacer{
	height:50px;
	width:1000px;
	}
#footer-credits{
	margin: auto;
	clear: right;
	width: 225px;
	float:left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
}	
#footer-credits a{
	color:#CE2D28
}	
	
#footer-credits a:hover{
	color:#555
}	



/* from Old Site */
#cr-info {
	margin: auto;
	height: 155px;
	width: 300px;
	border-bottom : 1px dotted #900;
	font-size: 11px;
}
#cr-info2 {
	margin: auto;
	height: 200px;
	width: 300px;
	border-bottom : 1px dotted #900;
	font-size: 11px;
}
#cr-button {
	height: 50px;
	width: 300px;
	border: 1px solid #B57C0B;
}

#cri-pic {
	float: left;
	height: 140px;
	width: 100px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 3px;
	border: 1px solid #900;
}

#cri-quote{
	margin:auto;
	float: left;
	height: 160px;
	width: 290px;
	border: 1px dotted #900;
	;
}
 
#cri-text {
	padding: 0px;
	float: left;
	height: 140px;
	width: 185px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-size: 12px;
}

#cri-text2 {
	padding: 0px;
	float: left;
	height: 210px;
	width: 300px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#cmt-text2 {
	margin: 10px;
	float: left;
	height: 225px;
	width: 300px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-image: url(../images/textbox-bg5.png);
	background-repeat:no-repeat;
	color: #666;
}
#cr-divider {
	margin: auto;
	height: 10px;
	width: 290px;

}

#f-right {
	padding: 0px;
	float: left;
	height: 120px;
	width: 715px;
}
#f-left {
	padding: 0px;
	float: left;
	height: 120px;
	width: 250px;
	color: #F5975F;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#booking {
	margin: auto;
	height: 20px;
	width: 515px;
	float:right;
	padding-top: 11px;
	padding-right: 12px;
	color: #A00E0D;
	padding-left: 6px;
}
#navbar-spacer2 {
	margin: auto;
	height: 20px;
	width: 28px;
	float:left;
}
#booking a {
	color: #A00E0D;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration: none;
}
#booking a:hover {
	color: #D22F2B;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration: underline;
}
