/* Stylesheet for contact.php page   */




*
{
	padding: 0px;
	margin: 0px;
}


html
{

}

body
{
	background-color: #e4d6a6;
}


#container
{	
	position: relative;
	margin: 10px auto;
	width: 1000px;
	height:700px;
}

#header 
{
	background:  url('../images/head2.png') no-repeat top center;
	margin: 0 auto;
	height: 213px;
	width: 100%;
	position: relative;
}
		
#topNav
{
	text-align: center;
	position: relative;
	top: 72px;
	padding-left:28px;
	font-size:1.2em;
	font-family: tahoma, geneva, Sans-Serif;
}
	
#topNav li
{
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	color: white;
}

#topNav li a
{
	color: white;
	text-decoration: none;
	text-transform: lowercase
}

#topNav li a:hover
{
	color: #efc22c;
	
}

#topNav .current_page_item a:link, #topNav .current_page_item a:visited, #topNav .current_page_item a:active 
{
	line-height: 3px;
	color: #efc22c;
}

.page_item ul
{
	position:absolute;
	visibility:hidden;
}


#logo
{
	height: 100%;
	width: 39%;
	background-color:white;
	float: left;
	margin-left: 6px;
}

#contentArea
{
	position: relative;
	background:  url('../images/content2.png') no-repeat left;
	background-color: white;
	height: 452px;
	margin:0 auto;
}


#content
{
	border-left:1px solid black;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	border-top: none;
	margin: 0 auto;
	padding-top:15px;
}

#footer
{
	background:  url('../images/footer2.png') no-repeat top;
	height: 79px;
	width: 100%;
	margin: 0 auto;
	float: left;
	position: relative;
}


#footbox
{
	height: 90px;
	width: 588px;
	position: relative;
	left: 210px;
	top: 33px;
}

#footbox p
{
	font: 1.1em Tahoma, Arial, Sans-Serif;
	word-spacing:5px;
	line-height: 29px;
}

#footbox p span
{
		color: #852e06;
}


#jwplayer-2-div
{
	background-color:black;
	position: relative;
	bottom: 0px;
	top: 0px;
	right: 1px;
}

#post-
{
	top:0;
	position:absolute;
	width:100%;
}

#panetitle
{
	background:  url('../images/contact.png') no-repeat top;
	height: 64px;
	margin-top:15px;
}

#your-message
{
	float: right;
}

#contactleft
{
	position:absolute;
	float: left;

}

.contactleft p
{
	margin-bottom: 5px;
}

.wpcf7
{
	height: 330px;
} 

.wpcf7-form
{
	height: 330px;	
}

.wpcf7-response-output
{
	position:relative;
	top:60px;
}

#copywrite
{
	font-size:12px;
	left:-20px;
	position:relative;
	text-align:right;
	top:5px;
}

#copywrite p 
{
	height: 10px;
	font-family: Tahoma;
	color: #473b27;
}

#twitterbutton
{
	right: 55px;
	bottom: 10px;
	position: absolute;
	background:  url('../images/twitter_icon_28x28.png') no-repeat top;
	width: 28px;
	height: 28px;
}

#twitterlogo
{
	display:block;
	width: 28px;
	height: 28px;
	
}

#fbbutton
{
	right: 22px;
	bottom: 10px;
	position: absolute;
	background:  url('../images/fblogo.png') no-repeat top;
	width: 28px;
	height: 28px;
}

#fblogo
{
	display:block;
	width: 28px;
	height: 28px;
	
}









/*  Jscript Scrollbars   */

.holder {
	
	margin: 0px auto;
}

.scroll-pane {
	width: 80%;
	height: 425px;
	overflow: auto;
	background: #fff;
	margin: 0 auto;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	font: 1.4em Tahoma, Arial, Sans-Serif;
	color: #772906;
	text-align: left;
}

.jScrollPaneContainer{ 
	margin: 0 auto;
}
