/* @override 
	http://localhost:8500/aviary/css/template.css
	http://aviary:8888/css/template.css
*/

body{
	margin: 0;
	background: #AFB2B4 url(/images/layout_images/bg.png) left top repeat-x;
	font-family: Helvetica, Arial;
	font-size: 0.75em;
	color: #919294;
}

p{
	margin-bottom: 10px;
	line-height: 13px;
	font-size: 0.95em;	
}

a{
	text-decoration: none;
	color: #919294;
}
a:hover, a.selected{
	color: #ffdc54;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #FFF;
	position: relative;
	padding-top: 30px;
	padding-bottom: 1px;
	min-height: 561px;
	_height: 561px;
}

#masthead {
	height: 35px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

#top_nav, #nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 15px;
}

#top_nav li, #nav li{
	display: inline;
	margin-right: 10px;
}

#main_body {
	width: 730px;
	margin: 50px auto 10px auto;
}

#col_left{
	width: 390px;
	min-height: 425px;
	_height: 425px;
	float: left;
}
#col_right{
	width: 330px;
	min-height: 425px;
	_height: 425px;
	float: left;
	margin-left: 10px;
	position: relative;
}
#col_right_join{
	width: 330px;
	min-height: 425px;
	float: left;
	margin-left: 10px;
}
.clearline{
	clear: both;
}

#footer{
	width: 730px;
	margin: 10px auto 10px auto;
}

#seesaw_logo {
	width: 24px;
}

#copy_wrapper{
	height: 415px;
	overflow: hidden;
	position: relative;
}
#copy{
	width: 95%;
}
#up_arrow{
	position: absolute;
	top: 495px;
	right: 10px;
}
#down_arrow{
	position: absolute;
	top: 515px;
	right: 10px;
}
#seesaw_logo{
	position: absolute;
	top: 565px;
	left: 10px;
}
#col_left img{
	width: 380px;
}

/* Subscribe form
***************************/
#subscribe_form td{
	width: 50%;
	padding: 3px 0;
	vertical-align: top;
	font-size: 0.9em;
}

#subscribe_form .text_box{
	border:  1px solid #ccc;
	padding: 3px;
	width: 180px;
}
#subscribe_form .text_area{
	border:  1px solid #ccc;
	padding: 3px;
	width: 180px;
	height: 100px;
}

.hidden_images{
	display: none;
}

#join_link {
	margin: 66px 0 30px 0;
}

.right{
	float: right;
}
.contact_form{
	margin-bottom: 0px;
}

/* Image Scroller
***************************/
#image_nav{
	margin: 10px 0 0 0;
}


#submit_btn{
	background: #696a6c;
	color: #FFF;
	border: none;
}

#reservation_link{
	margin: 1em 0;
}
#reservation_link img{
	width: 150px;
}

#reservation_link a{
	display:inline-block;
	height:79px;
	text-indent:-5000em;
	width:113px;
	background: url('/images/layout_images/online_res.jpg') no-repeat left top;
}
#reservation_link a:hover{
	background-position: left bottom;
}

.home_res{
	bottom: 0 !important;
}
