/* Styles for Fowl Mouth Guide */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000 url(../images/bg.jpg) no-repeat top center;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

a:link {color: #ffcc00; text-decoration: none;}
a:visited {color: #ffcc00; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}
a:active {color: #ffcc00; text-decoration: none;}

.img_right {
	margin-left: 35px;
}

/* ------------ slide ------------ */


#slider { margin:0 auto; padding:0; list-style:none; width:650px;}
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:650px; overflow:hidden; padding:0; margin:0 auto; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:22px; height:22px; position:absolute; left:580px; top:-30px; }
#nextBtn { left:610px; }
#prevBtn a { display:block; width:22px; height:22px; background:url(/images/left_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:22px; height:22px; background:url(/images/right_arrow.gif) no-repeat 0 0; }




/* ------------ MAIN STRUCTURE ------------ */

#centered-container {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#header_phone {
	width: 975px;
	height: 33px;
	text-align: right;
}

#right-container {
	width: 650px;
	float: right;
}

#left-container {
	width: 325px;
	float: left;
}

#navigation-bar {
	width: 975px;
	float: left;
}

#logo-container {
	width: 325px;
	float: left;
}

#right-text-container {
	width: 275px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	padding-top: 10px;
}

#photo-container {
	width: 650px;
	float: right;
}

#photo {
	width: 210px;
	float: right;
	padding: 3px;
}

#spacer {
	width: 975px;
	margin: 30px 0 0;
	padding: 0;
	display: block;
}

#footer {
	width: 650px;
	margin: 30px 0 0;
	padding: 0;
	display: block;
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ccc;
	float: right;
}

#footer a:link {color: #666; text-decoration: none;}
#footer a:visited {color: #666; text-decoration: none;}
#footer a:hover {color: #fff; text-decoration: underline;}
#footer a:active {color: #666; text-decoration: none;}

/*---------form objects------------*/

.jumpmenu{
	background-color: #ccc;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	}

