/* CSS Document */
body {
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#4c4542;
	background-color:#f4f4f4;
	height:100%;
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

td, input, textarea, select {
	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#4c4542;
}

.submit {
	font-weight:bold;
	border:1px solid #333333;
	padding:3px 7px 3px 7px;
}

#content {
	width:922px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	border-left:3px solid #3E4C51;
	border-right:3px solid #3E4C51;
	border-bottom:3px solid #3E4C51;
	min-height:700px;
	padding-bottom:40px;
	text-align:center;
}


#content1 {
	width:898px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:20px;
}
#content2 {
	width:750px;
	text-align:center;
	padding-top:20px;
}

#menu {
	height:87px;
}

#menu a.home {
	background-image:url(../img/m_home.jpg);
	display: block;
	float:left; 
	width:145px;
	height:87px;
	text-decoration:none;
	margin-left:60px;
	_margin-left:30px;
}
#menu a.home:hover {
	background-image:url(../img/m_home_over.jpg);
}
#menu a.about {
	background-image:url(../img/m_about.jpg);
	float:left; 
	display: block; 
	width:124px;
	height:87px;
	text-decoration:none;
}
#menu a.about:hover {
	background-image:url(../img/m_about_over.jpg);
}


#menu a.pricing {
	background-image:url(../img/m_pricing.jpg);
	float:left; 
	display: block; 
	width:115px;
	height:87px;
	text-decoration:none;
}
#menu a.pricing:hover {
	background-image:url(../img/m_pricing_over.jpg);
}


#menu a.events {
	background-image:url(../img/m_events.jpg);
	float:left; 
	display: block; 
	width:107px;
	height:87px;
	text-decoration:none;
}
#menu a.events:hover {
	background-image:url(../img/m_events_over.jpg);
}


#menu a.photo {
	background-image:url(../img/m_photo.jpg);
	float:left; 
	display: block; 
	width:165px;
	height:87px;
	text-decoration:none;
}
#menu a.photo:hover {
	background-image:url(../img/m_photo_over.jpg);
}


#menu a.contact {
	background-image:url(../img/m_contact.jpg);
	float:left; 
	display: block; 
	width:143px;
	height:87px;
	text-decoration:none;
}
#menu a.contact:hover {
	background-image:url(../img/m_contact_over.jpg);
}


#header {
	background-image:url(../img/header.jpg);
	width:920px;
	height:141px;
}

.divleft {
	float:left;
}
.overauto {
	overflow:auto;
}

.hometext {
	padding-left:10px;
	padding-right:270px;
	text-align:left;
}

#textboxopen {
	background-image:url(../img/textboxopen.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:912px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
}
#textboxclose {
	background-image:url(../img/textboxclose.gif);
	width:912px;
	height:27px;
	margin-left:auto;
	margin-right:auto;
}

#textbox {
	background-image:url(../img/textboxback.jpg);
	width:898px;
	padding-left:4px;
	padding-right:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#textbox-pic {
	background-image:url(../img/pic-about.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:470px;
	_height:470px;
	padding-left:270px;
	padding-right:10px;
	padding-bottom:30px;
	text-align:left;
	overflow:auto;
	*overflow:inherit;
}

#textbox-gal {
	background-image:url(../img/);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:470px;
	_height:470px;
	padding-left:70px;
	padding-right:10px;
	padding-bottom:30px;
	text-align:left;
	overflow:auto;
	*overflow:inherit;
}






/*accordian*/
*{
	list-style:none;
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:550px;
	margin: 20px auto 0 auto;
/*	position:absolute;
	left:50%;
	top:50%;
	margin-left:-290px;
	z-index:2;*/
	
}

.accordion_headings{
	padding:5px;
	background:#7C8A93;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#3E4C51;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#3E4C51;
}

/**/