/*************************************************************************
 AUTHOR :	David S. Webster
**************************************************************************/

/*************************************************************************
// IMPORT Normalization and Global Styles
**************************************************************************/
@import "../__engine/_css/global.css";

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	margin-bottom: 1px;
	min-height: 100%;
	background: #3b4212 url(../_images/_layout/bg_green_gradient.png) repeat-x;
}

h1 {
	font-size: 167%;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #9b7915;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	color: #9b7915;
	font-size: 131%;
	padding-bottom: 3px;
}


p {
	color: #302400;
	padding-bottom: 15px;
}

a {
	color: #9b7915;
}

a:hover {
	color: #302400;
}

.logo {
	position: absolute;
	top: -45px;
	left: 15px;
	z-index: 20;
}

#wrap {
	position: relative;
	width: 955px;
	margin: 60px auto 40px auto;
	background: #ffffff;
}

#head {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 40px;
	background: black url(../_images/_layout/rc_tr.png) right top no-repeat;
}

#feat {
	position: relative;
	display: block;
	overflow: hidden;
	border-bottom: 4px solid #dfd9ad;
}

.tall {
	height: 190px;
	background: #fff6b5;
}

.short {
	height: 96px;
	background: #fff6b5 url(../_images/_layout/feature_graphic_small.jpg) no-repeat;
}

#menu {
	margin: 3px 0;
	float: right;
}

#menu li {
	float: left !important;
	height: 32px;
	border-left: 1px solid #af9444;
}
#menu a {
	display: block;
	height: 40px;
	padding: 8px 25px;
	border: none;
	color: #af9444;
	text-decoration: none;
	font-size: 93%;
	font-weight: normal;
	_float: left;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	background: #ffffff url(../_images/_layout/bg_sound_wave.jpg) no-repeat -40px 0;
}

#col1 {
	margin: 20px 0 20px 20px;
	padding-right: 25px;
	float: left;
	width: 560px;
	_width: 525px;
	border-right: 1px solid #dddddd;
	min-height: 250px;
}

#col1 p {
	font-size: 93%;
	line-height: 138.5%;
}

#col1 dl {
	float: left;
	width: 265px;
}

#col1 dl.wide {
	width: auto;
}

#col1 dl.wide dd ul li a {
	margin-right: 10px;
	padding: 2px 0;
	width: 230px;
	display: block;
	float: left;
	border-bottom: 1px dotted #cdcdcd;
	text-decoration: none;
	color: #9b7915;
}

#col1 dl.wide dd ul li a:hover {
	background: #dad368;
	color: #000000;
}

#col1 dl.wide dd ul li {
	clear: left;
}

#col1 dl.wide dt {
	clear: left;
	padding-top: 14px;
}

#col1 dt {
	padding-bottom: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

#col1 dd ul {
	margin-left: 20px;
	padding-bottom: 7px;
}

#col1 dd ul li {
	padding-bottom: 3px;
	font-size: 93%;
}

#col1 dd ul li ul {
	padding-bottom: 0;
}

#side {
	width: 340px;
	float: right;
	color: #5f5f5f;
}

#side div {
	margin: 25px 0 10px;
	padding: 0 20px 0 10px;
	text-align: center;
}

#side div img {
	margin: 10px 0;
}

#foot {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #dad368;
	font-size: 93%;
}

#foot .s {
	font-size: 116%;
}

#foot .s, #foot .s a {
	color: #936d00;
	font-weight: bold;
}

#foot ul {
	float: left;
	width: 135px;
	padding: 16px 0 12px 0;
}

#foot ul.wide {
	width: 155px;
}

#foot .first {
	margin-left: 20px;
	width: 145px;
}

#foot ul li {
	line-height: 16px;
}

#foot a {
	color: #413000;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot .copyright {
	display: block;
	clear: left;
	line-height: 30px;
	padding: 0 20px;
	margin: 0;
	color: #565656 !important;
	background: #000000 url(../_images/_layout/rc_bottom.png) no-repeat bottom;
}

#foot .byline {
	clear: left;
	margin: 0;
	padding: 7px 20px 0 0;
	color: #565656 !important;
	*padding-top: 116px;
}

#foot .byline a {
	color: #565656 !important;
}

#foot .byline a:hover {
	color: #cecece !important;
}

.center_text {
	text-align: center;
}

.photo_box {
	margin-right: 10px;
}

.photo_box a {
	padding: 5px;
	font-size: 131%;
	text-decoration: none;
	color: #9b7915;
	display: block;
}

.photo_box a:hover {
	background: #dad368;
	color: #000000;
}

/*************************************************************************
// Form Inputs
**************************************************************************/
#content form {
}

#content form .left {
	margin-right: 50px;
	_margin-right: 25px;
}

#content label {
	font-size: 93%;
	font-weight: bold;
}

.submit {
	margin: 10px 0 0 377px;
	width: 85px;
	background: #ffffff;
	border: 1px solid #cccccc;
}

input.ui_box, select.ui_box, textarea.ui_box, textarea.ui_box_wide {
	margin: 0 0 10px 0;
	padding: 2px;
	display: block;
	width: 200px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	font-size: 93%;
}

select.ui_box {
	width: 206px;
}

textarea.ui_box_wide {
	width: 456px;
	height: 65px;
}











h4 {
	color: #454545;
}

#menu2 {
	position: absolute;
	right: 14px;
	top: -17px;
	padding: 0px;
	margin: 0px;
}
#menu2 li {
	float: left;
	line-height: 70px;
	padding-left: 8px;
}