@charset "UTF-8";
/* CSS Document */

body{

margin-top:auto;
margin-bottom:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(/assets/images/bckg2.gif);
	background-repeat:repeat-y;
	background-position: center top;
}

.bold{
	font-size: 12px;
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#container{
	position:absolute; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	left:50%;
	margin-left:-400px;
	background-image:url(/assets/images/bckg.png);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}



/* header */
#header{
width:800px;
height:189px;
background-image:url(/assets/images/waves_horiz.png);
background-repeat: no-repeat;
position:relative;
}

#logo{
background-image:url(/assets/images/logo.png);
width:218px;
height:147px;
position:absolute;
top:15px;
left:120px;
}

#bewho{
background-image:url(/assets/images/bewho.png);
width:295px;
height:121px;
position:absolute;
left:470px;
top:30px;
}
/* end header */


.current{
	width:59px;
	height:24px;
	background-image:url(/assets/images/current.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}


/* main body start */

#content{
	padding:1em 1em 5em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}


#navigation_bar{
z-index:3;
position:absolute;
top:201px;
left:1%;
}

#navigation_bar_ie6{
z-index:3;
position:absolute;
left:1%;
top:-2000px;
}

#horizwave{
background-image:url(/assets/images/waves_vertical.png);
width:327px;
height:759px;
margin-top:-180px;
}


#address{
	text-align:left;
	line-height: 20px;
	float:left;
	margin-top:-500px;
}

#map{
background-image:url(/assets/images/map.png);
height:447px;
width:538px;
float:right;
margin-top:-500px;
}


.gmap a{
text-decoration:none;
color:#FFFFFF;
position:absolute;
top:730px;
right:50px;
}


#places_title{
background-image:url(/assets/images/places.png);
width:238px;
height:148px;
margin:0 auto;
margin-top:450px;
margin-left:330px;
}


#image{
background-image:url(/assets/images/image_contact.png);
width:379px;
height:584px;
margin-top:0px;
float:left;
}

/*form*/

#formcontainer{
width:380px;
height:400px;
float:left;
margin-top:0px;
}


#eduform{
background-image:url(/assets/images/form_bckg.png);
width:380px;
height:375px;
padding-top:5px;
padding-left:7px;
margin-right:50px;
margin-top:20px;
}

.efrom{
width:330px;
}

/*end form*/


/*drinks*/

#drinks{
float:left;
margin-bottom:50px;
margin-left:20px;
clear:both;
}

#fordrinks_pic{
background-image:url(/assets/images/todrink.png);
width:250px;
height:194px;
position:absolute;
z-index:1;
}

#fordrinks{
width:237px;
height:200px;
background-image:url(/assets/images/contacts_bckgs.png);
margin-top:130px;
}

#fordrinks p{
	padding-top: 60px;
	padding-right: 40px;
	padding-left: 20px;
	line-height:18px;
}

/*end drinks*/



/*eat*/
#eat{
float:left;
margin-left:13px;
margin-bottom:50px;
}

#toeat_pic{
background-image:url(/assets/images/toeat.png);
width:250px;
height:194px;
position:absolute;
z-index:1;
}

#toeat{
width:237px;
height:200px;
background-image:url(/assets/images/contacts_bckgs.png);
margin-top:130px;
}

#toeat p{
	padding-top: 60px;
	padding-right: 40px;
	padding-left: 20px;
	line-height:18px;
}
/*end eat*/




/*hang*/
#hang{
float:right;
margin-bottom:50px;
margin-right:20px;
}

#tohang_pic{
background-image:url(/assets/images/tohangaround.png);
width:250px;
height:194px;
margin-top:-20px;
position:absolute;
z-index:1;
}

#tohang{
width:237px;
height:200px;
background-image:url(/assets/images/contacts_bckgs.png);
margin-top:130px;
}

#tohang p{
	padding-top: 40px;
	padding-left: 10px;
	line-height:18px;
}
/*end hang*/



#footer{
	margin:0 auto;
	padding-bottom:30px;
	width:700px;
	border-top:#666666 1px solid;
	text-align:center;
	padding:15px;
	clear:both;
	
}