@charset "utf-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_tile_gray.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
/* CSS Document */

#header {
	height: 221px;
	width: 833px;
	background-image: url(images/main_idea_01.png);
	background-repeat: no-repeat;
}
#nav {
	height: 76px;
	width: 833px;
	background-image: url(images/main_idea_02.png);
	background-repeat: no-repeat;
}
#content {
	width: 833px;
	background-image: url(images/main_idea_03.png);
	background-repeat: repeat-y;
	margin: 0px;
}
#footer {
	width: 833px;
}
#content #footer .dining {
	height: 100px;
	background-image: url(images/foot_banner.png);
	background-repeat: repeat-y;
	padding-top: 10px;
}
#content .right_col .dining {
	display: block;
}


#content #footer #home_foot {
	background-image: url(images/foot_banner.png);
	background-repeat: repeat-y;
	height: 525px;
}
#content .right_col .contact {

}


#content .right_col .home {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#content .right_col .second {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #F00;
}
#content .left_col .second {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}


#content .right_col {
	float: right;
	width: 470px;
	margin-right: 20px;
}
#content .right_col .about {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}
#content .left_col .about_left {
	padding-left: -10px;
	padding-right: 10px;
}

#content .left_col {
	float: left;
	width: 300px;
	text-align: justify;
	padding-left: 35px;
}
#content .left_col p {
	padding-left: 7px;
	text-align: justify;
}

.clr {
	clear: both;
}

#copyright {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 13px;
}
#copywrap {
	background-image: url(images/main_idea_05.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 38px;
	width: 833px;
}

#copyright a {
	color: #FFF;
	font-weight: bold;
}
#copyright a:hover {
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #F00;
}

h2 {
	font-size: 18px;
	color: #6F5141;
}
h3 {
	font-size: 16px;
	color: #83695B;
}
h4 {
	font-size: 16px;
	color: #83695B;
}

h5 {
	font-size: 16px;
	color: #83695B;
}


h6 {
	font-size: 16px;
	color: #83695B;
}
#nav .menu ul .over {
	background-image: url(images/over.png);
	background-repeat: no-repeat;
	height: 41px;
}
#content #footer .home_foot_left {
	float: left;
	width: 300px;
	text-align: justify;
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 5px;
}
#content #footer .home_foot_right {
	float: right;
	width: 435px;
	margin-right: 25px;
	padding-right: 15px;
	text-align: left;
	padding-left: 15px;
}
#content .right_col h2 {
	padding-right: 20px;
	padding-left: 20px;
}
#content .left_col h2 {
	padding-right: 10px;
}
#content #footer .home_foot_left h4 {
	margin-top: 10px;
}
#content #footer .home_foot_right h4 {
	margin-top: 10px;
}




#content .right_col ul {
	text-align: left;
}
#content #faq {
	margin: 0px;
	clear: both;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
}
/****contact form crap*****/

#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#222222;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#222222; text-transform:capitalize; float:left;}
#contactform label span { color:#ff0000;}
#contactform input.text { width:440px; border:1px solid #dcdcdc; margin:10px 0; padding:5px 2px; height:16px; background:#f5f5f5; float:left;}
#contactform textarea { width:440px; border:1px solid #dcdcdc; margin:10px 0; padding:2px; background:#f5f5f5; float:left;}
#contactform li.buttons input { padding:3px 0; margin:0; border:0; color:#FFF; float:left;}
p.response { text-align:center; color:#ff0000; font:12px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

/****lightbox stuff*****/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#content .right_col .living li {
	list-style-image: url(images/links.jpg);
	list-style-position: outside;
	list-style-type: upper-alpha;
}
#content .right_col h1 {
	padding-right: 30px;
	padding-left: 30px;
}
#content .left_col .odds {
	text-align: center;
}
#content .right_col .sleep {
	list-style-position: outside;
	list-style-image: url(images/links.jpg);
}
#content .left_col .sleep {
	list-style-position: outside;
	list-style-image: url(images/links.jpg);
}
#content #footer #home_foot .home_foot_right .home a {
	color: #F00;
}
#content #footer #home_foot .home_foot_right .home a:hover {
	color: #65493D;
}
#content .left_col .left_nav .home li {
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: inherit;
}
#content .left_col .left_nav .home li a {
	color: #F00;
}
#content .left_col .left_nav .home li a:hover {
	color: #6F5141;
	padding-left: 5px;
}
#content .left_col .forms {
	color: #F00;
	font-weight: bold;
}
#content .hours {
	background-image: url(images/foot_banner.png);
	background-repeat: repeat-y;
	font-size: 24px;
	font-style: italic;
	color: #F00;
}
#wrapout center #content .foot_text {
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
	background-image: url(images/foot_banner.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
#content #footer .dining2 {
	background-image: url(images/foot_banner.png);
}

