/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .75em;
	text-align: center;
	background-color: black;
	color: white;
}


.yellow{
	color: #FEC300;
}

a{
	color: #FEC300;
}



															/** MAIN CONTAINERS **/
div#container {
	width: 705px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
	background: url(../images/bg-header.jpg) center bottom;
	padding-bottom: 35px;
	padding-top: 20px;
}
		div#header-in {
	padding-right: 18px;
}

#header-in h1 {
	float: left;
	font-size: 15px;
	padding-left: 60px;
}

#header-in h2 {
	font-weight: normal;
	font-style: normal;
	color: #FEC300;
	font-size: 19px;
	text-align: right;
	padding-top: 35px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#header-in h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: right;
}			
	div#content-wrap {
			background: url(../images/bg-content.jpg) repeat-y left top;
	padding-bottom: 5px;
	float: left;
	width: 720px;

}
	div#content-wrapper {
		background: url(../images/bckgrd.gif) no-repeat right bottom;
	float: left;
	width: 700px;
}

		div.content {
			
			}
		div.lcol div.content 	{ margin: 0 0 0 200px; }		/* left column */
			div.content-in {

	margin-right: 13px;
	padding-left: 10px;
}

#content-wrapper div.content div.content-in ul li {
	list-style-type: disc;
	list-style-position: inside;
}



#content-wrap div.content div.content-in h1 {
	color: #FEC300;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}
#content-wrap div.content div.content-in h2 {
	font-size: 14px;
	font-style: normal;
	margin-top: 20px;
}

div#staff {
	padding-bottom: 5px;
	float: left;
	border-bottom: 1px solid #c9c317;
}
#content-wrap div.content div.content-in h3 {
	font-size: 12px;
	font-style: normal;
		color: #FEC300;
}

			
		div.column {
			width: 200px;
			}
		div.lcol div.column 	{ float: left; }				/* left column */
			div.column-in {
				
				}
		div#content-bottom{
				background: url(../images/bg-footer.jpg) repeat-y left bottom;
	height: 30px;
}
	div#footer {
	
}


		div#footer-in {
		background: url(../images/enchance.jpg) no-repeat left top;

	padding-left: 0px;
	padding-right: 13px;
	padding-top: 60px;
}

#footer-in p.copyright {
	color: #5a5a5a;
	font-size: 7px;
	float: right;
}



#footernavlist
{
list-style-type: none;
margin: 0;
padding: 0;
float: right;
}

#footernavlist li
{
border-right: 1px solid gray;
float: left;
line-height: .3em;
margin: 0 .3em 0 -.3em;
padding: 0 .3em 0 .3em;
}
#footernavlist li a
{
	color: #00452d;
	text-decoration: none;
	font-size: 6.75px;
}

#footernavlist li a#current {
	color: #FEC300;
}

.photo{
	padding-left: 15px;
	padding-bottom: 10px;
	clear: right;
}

p.hometext {
	font-size: 16px;
	letter-spacing: 3px;
	word-spacing: 3px;
}

/** SOCIAL ICONS **/
ul.social_icon {
	padding:0px 10px;
}

ul.social_icon li {
	float: left;
	display: inline;
	margin-right: 7px;
	line-height: 25px;
}

ul.social_icon li.last {
	margin: 0;
}


															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
