@charset "UTF-8";
	
/* CSS Document */

/* Reset */
body
{
	color:#000;
	background:#FFF;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{
	margin:0;
	padding:0;
}


table
{
	border-collapse:collapse;
	border-spacing:0;
}


fieldset,img
{
	border:0;
}


address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}


caption,th
{
	text-align:left;
}


h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}


q:before,q:after
{
	content:'';
}


abbr,acronym
{
	border:0;
	font-variant:normal;
}


sup,sub
{
	line-height:-1px;
	vertical-align:text-top;
}


sub
{
	vertical-align:text-bottom;
}


input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}



/* Overall */
body
{
	background: #616B0B;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1
{
	display: none;
}


h2
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px;
	text-transform: uppercase;
}


h3
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	padding: 5px;
	text-transform: uppercase;
}


h4
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	padding: 5px;
}


h5
{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
}


p
{
	padding: 5px 0px;
	/* Line below is commented out at request of client. Left it in just in case they change their mind. */
	/* text-indent: 10px; */
}


hr
{
	height: 1px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #3A6D03;
	width: 80%;
}


li
{
	padding: 2px 2px 2px 8px;
}


ul, ol
{
	margin: 5px 5px 5px 30px;
}


ul li
{
	list-style-image: url(images/bullet.gif);
}


table
{
	border: 1px solid #493D4B;
	border-spacing: 5px;
	margin: 5px;
}


td, th
{
	color: #616B0B;
	font-size: 13px;
	padding: 3px;
}


td
{
	text-align: left;
}


th
{
	text-align: center;
	font-weight: bold;
}


a
{
	color: #616B0B;
	text-decoration: underline;
}


a:hover
{
	text-decoration: none;
}


em
{
	color: #69721A;
}



/* Background Image  */
#divColor
{
	background: url(images/bodybg.gif) top left repeat;
}



/* Minus Right Column Section */
#divMinusRightColumn
{
	background: url(images/mainsectionright.gif) top right repeat-y;
	margin-right: 76px;
	padding-right: 5px;
}



/* Header */
#divHeader
{
	background: #FFF url(images/header.jpg) top left no-repeat;
	height: 204px;
}



/* Main Menu */
#ulMainMenu
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 100px 0px 0px 300px;
}


#ulMainMenu li
{
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}


#ulMainMenu a
{
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding-left: 12px;
}


#ulMainMenu a:visited
{
	color: #E18C46;
}


#ulMainMenu a:visited em
{
	color: #E18C46;
}


#ulMainMenu a:hover
{
	background: url(images/menuhover.gif) center left no-repeat;
	color: #69721A;
}


#ulMainMenu a:hover em
{
	color: #69721A;
}



/* Wrapper */
#divWrapper
{
	background: #FFF url(images/mainsectionleft.gif) top left repeat-y;
	margin-left: 76px;
	padding-right: 27px;
}



/* Pictures */
#divPictureColumn
{
	background: transparent url(images/pictures.jpg) top left no-repeat;
	float: left;
	height: 324px;
	width: 123px;
}



/* The Website Link */
#aWebsiteLink
{
	color: #B2B56D;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}



/* Content Section */
#divContentWrapper
{
	display: inline-block;
	margin-left: 150px;
}


html>body #divContentWrapper
{
	display: block;
	overflow: inherit;
}


#divContent
{
	background: url(images/contentbg.jpg) bottom center no-repeat;
	border: solid 1px #545F00;
	border-bottom: 0px;
	padding: 10px 20px;
	position: relative;
}



/* Footer */
#divFooter
{
	background: #959937 url(images/footerleft.gif) top left repeat-y;
	color: #FFF;
	font-size: 11px;
	padding-left: 85px;
}


#divFooter #pWebDesign
{
	background: url(images/footerright.gif) top right repeat-y;
	padding: 5px 85px 5px 0px;
	text-align: right;
}


#divFooter #pWebDesign a
{
	color: #FFF;
	text-decoration: none;
}


#divFooter #pWebDesign a:hover
{
	text-decoration: underline;
}



/* Footer Menu */
#ulFooterMenu
{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px 0px;
}


#ulFooterMenu li
{
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}


#ulFooterMenu a
{
	color: #FFF;
	text-decoration: none;
	padding: 0px 3px;
}


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



/* Classes */
.Right
{
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	position: relative;
}


.Left
{
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	position: relative;
}


.NoIndent
{
	text-indent: 0px;
}


.Signature
{
	float: right;
	text-align: left;
	width: 60%;
	position: relative;
}

.SongLink
{
	background: url(images/musicnote.png) center left no-repeat;
	padding-left: 10px;
}

.Border
{
	border: solid 1px #545F00;
}

.Center
{
	text-align: center;
}