

@font-face {
	font-family: 'ArtBrushMedium';
	src: url('artbrush-webfont.eot');
	src: local('☺'), url('artbrush-webfont.woff') format('woff'), url('artbrush-webfont.ttf') format('truetype'), url('artbrush-webfont.svg#webfontDEKdR7ET') format('svg');
	font-weight: normal;
	font-style: normal;
}

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }

a { color: #221f73; text-decoration: none; }
a:hover { text-decoration: underline; color: #333333; }



#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font-weight: normal;
	color: #221f73;
	font-size: 24px;
	line-height: 28px;
	font-family: Trebuchet MS, Arial, Sanserif;
}
h1, h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 38px;
}
h3, h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
}
h5, h6 {
	font-size: 24px;
	line-height: 28px;
}

#logo {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 139px;
	height: 133px;
	background: url(../images/logo.png);
	text-indent: -3333px;
	overflow: hidden;
}
#logo a {
	display: block;
	width: 139px;
	height: 133px;
}



html {
margin: 0px;
padding: 0px;
background: url(../images/htmlbg.jpg) top center;
height: 100%;
}

body {
margin: 0px;
padding: 0px;
background: url(../images/bodybg.jpg) top center no-repeat;
font-family: Trebuchet MS, Arial, sans serif;
font-size: 14px;
line-height: 18px;
color: #333333;
min-height: 1000px;
}

#wrapper {
width: 980px;
margin: 0px auto;
}

#banner_div {
position: relative;
height: 216px;
}

#facebook {
position: absolute;
top: 45px;
left: 105px;
}

#youtube {
position: absolute;
top: 45px;
left: 143px;
}

.foxcallout {
position: absolute;
top: 45px;
left: 679px;
z-index: 999;
}

#topnav {
	text-align: right;
	width: 350px;
	position: absolute;
	top: 30px;
	right: 420px;
	color: #221f73;
}
#topnav a {
	color: #221f73;
}
#reservation {
	position: absolute;
	right: 0px;
	top: 0px;
}
#navbar_div {
position: absolute;
top: 154px;
text-align: center;
left: 10px;
font-size: 15px;
font-weight: bold;
color: #5e5ca4;
}

#navbar_div a {
text-decoration: none;
color: #71cef5;
}
#navbar_div a.current {
color: #ffffff;
}
#navbar_div a:hover {
color: #ffffff;
}

#content_div {
	border: 1px solid #50b0d8;
	margin: 10px 0px;
	padding: 10px 20px;
	background: url(../images/contentbg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 300px;
}
.content_div {
	border: 1px solid #50b0d8;
	margin: 10px 0px;
	padding: 10px 20px;
	background: url(../images/contentbg.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#footer_div {
padding: 10px 0px 30px 0px;
text-align: center;
color: #ffffff;
}

#footer_div a {
	color: #ffffff;
}

#all_logos {
margin: 20px 40px;
}

.logo1 {
float: left;
padding-right: 90px;
}

.logo2 { 
float: left;
margin-top: 30px;
padding-right: 90px;
}

.logo3{
float: left;
padding-right: 90px;
}

.logo4{
margin-top: 40px;
float: left;

}





#sidemenu {
	width: 220px;
	float: left;
	padding-top: 14px;
}

#sidemenu a {
	display: block;
	font-weight: bold;
	color: #71cef5;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #221f73;
	background: -moz-linear-gradient(90deg,#000000,#221f73);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#221f73));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#sidemenu a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#000000);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#textsection {
	float: right;
	width: 700px;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	width: 220px;
	text-align: center;
}

.text_image p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #71cef5;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #221f73;
	background: -moz-linear-gradient(90deg,#000000,#221f73);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#221f73));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

.submit_button:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#000000);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #c1c1c1;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.map {
	margin: 9px 0px;
	width: 460px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 80px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link3table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	padding-right: 240px;
	min-height: 400px;
}
#sidedivider {
	height: 1px;
	background: #555555;
	margin: 5px 10px;
}
#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	background: #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin: 5px 0px;
	padding: 10px 20px;
}



#icpsignup267 {
	display: block;
	margin: 0px;
	padding: 0px;
}

#fields_email {
	width: 250px;
	border: 1px solid #5aa0c1;
	background: #ffffff;
	padding: 5px 5px 4px 5px;
	font-family: 'ArtBrushMedium';
	font-size: 14px;
	color: #666666;
}

#fields_submit {
	display: block;
	float: right;
	background: url(../images/signup.png) top center;
	border: none;
	height: 22px;
	width: 60px;
	cursor: pointer;
	text-indent: -3333px;
	font-size: 0px;
	line-height: 0px;
}
#fields_submit:hover {
	background: url(../images/signup.png) bottom center;
}

.valentines {
background: url(../../heart_bg.png) no-repeat;
color: white;
padding: 5px 0px;
width: 300px;
text-align: center;
text-shadow: 3px 3px 3px #570000;
height: 220px;
}

.valentines h2 {
color: pink;
}

.valentines a {
color: #FF69B4;
}

.valentines a:hover {
text-decoration: none;
color: #ffb2ab;
}

#xmas {
background: url(../../xmas_bg.jpg) no-repeat;
color: white;
width: 300px;
text-align: center;
text-shadow: 3px 3px 3px #570000;
width: 300px;
height: 263px;
}

#xmas p, #xmas h2, #xmas h4 {
	color: white;
}

#xmas a {
color: white;
}

#xmas a:hover {
text-decoration: none;
color: #ffb2ab;
}


