/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: STANDARD ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
body
{
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 11px; /* Enter font size */
	font-weight: normal; /*Enter font weight */
	line-height: 135%; /*Enter line height */
	color: #000000; /* Enter font color */
	list-style-type: disc;
	height: 100%;
	margin: 0px;
	background-color: #6b8c71; /* Enter body background color */
	background-image: url(../images/bg_texture.gif);
}

h1
{
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 20px;
	font-weight: bold;
	color: #464646;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	margin: 10px 0px 3px 0px;
}

hr
{
	color: #464646;
	size: 1px;
	margin: 5px 0px 12px 0px;
}

a:link
{
	color: #1f4170;
	text-decoration: underline;
}

a:hover
{
	color: #6f829c;
	text-decoration: underline;
}

a:visited
{
	color: #1f4170;
	text-decoration: underline;
}

a:active
{
	color: #1f4170;
	text-decoration: underline;
}

form
{
	margin: 0px;
	padding: 0px;
}

p.home
{
	margin-top: 4px;
	margin-bottom: 15px;
}

img.bodyimage
{
	border: #000000 solid 1px;
	margin: 0px 10px 4px 0px;
}
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: STANDARD ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/*** Main Container ***/
#contain {
	margin: 0 auto; /* Center align */
	width: 730px; /* Enter desired container width */
	border: #333333 1px solid;
	background-color: #464646; /* Enter container background color */
}

/*** Header ***/
#header {
	width: inherit;
	height: 95px;
	background-color: #6b8c71; /* Enter background color */
	border-bottom: #333333 solid 2px; /* Enter bottom border color */
}

/*** Logo/Business Name ***/
#logo
{
	width: 450px;
	float: right;
	text-align: left;
	margin-left: 10px;
}

/*** Address Information ***/
#address
{
	width: 235px;
	float: left;
	font-size: 11px; /* Enter font size */
	font-weight: normal; /* Enter font weight */
	line-height: 120%; /* Enter line height */
	text-align: left;
	margin: 10px 5px 0px 10px;
	color: #f0f0e5; /* Enter address text color */
}

#address a:link
{
	color: #d3d3a9;
	text-decoration: underline;
}

#address a:visited
{
	color: #d3d3a9;
	text-decoration: underline;
}

#address a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#address a:active
{
	color: #d3d3a9;
	text-decoration: underline;
}

/*** Flash (Home Page) ***/
#flashHome
{
	width: inherit;
	height: 300px;
	text-align: left;
	background-color: #ffffff; /* Temp for positioning */
	border-bottom: #333333 solid 4px; /* Enter bottom border color */
}

#flashHomeSlides
{
	width: 300px;
	height: 300px;
	text-align: left;
	float: left;
}

#flashHomeLogo
{
	width: 430px;
	height: 300px;
	text-align: center;
	float: left;
}

/*** Flash (Interior Pages) ***/
#flashInt
{
	width: inherit;
	height: 140px;
	background-color: #cccc99; /* Temp for positioning */
	border-bottom: #333333 solid 4px; /* Enter bottom border color */
}

/*** Horizontal Navigation (Top) ***/
#navtop
{
	width: inherit;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	background-color: #6b8c71; /* Enter horizontal nav background color */
	border-bottom: #333333 1px solid;
}

#navtop a:link
{
	color: #ffffff; /* Enter link text color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navtop a:visited
{
	color: #ffffff; /* Enter link text visited color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navtop a:hover
{
	color: #dadaaf; /* Enter link text hover color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#navtop a:active
{
	color: #dadaaf; /* Enter link text active color */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#content
{
	width: inherit;
	border: 0px;
}

#contentLeft {
	float: right;
	display: inline;
	width: 195px;
	background-color: #464646; /* Enter right container background color */
	margin: 0px;
	padding: 0px;
}

/*** Content Right ***/
#contentRight {
	float: left;
	display: inline;
	width: 535px;
	background-color: #f0f0e5; /* Enter right container background color */
	margin: 0px;
	padding: 0px;
}

#contentRight hr
{
	color: #5f6973;
	size: 1px;
}

/*** Content Left (Home) ***/
#contentLeftHome {
	float: left;
	display: inline;
	width: 535px;
	background-color: #f0f0e5; /* Enter right container background color */
}

#contentLeftHome hr
{
	color: #0a2448;
	size: 1px;
}

/*** Main Welcome ***/
#mainWelcome
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #0a2448;
}

/*** Main Interior ***/
#mainInt
{
	margin: 20px 20px 0px 20px;
	color: #000000;
}

#mainInt img
{
	margin: 15px;
}

#mainInt .headerIMG
{
	margin: 7px 0px 7px 0px;
}

#mainInt .leftIMG
{
	margin: 2px 8px 3px 0px;
	border: #464646 1px solid;
}

#mainInt .rightIMG
{
	margin: 2px 8px 3px 8px;
	border: #464646 1px solid;
}

#mainInt .stdDiv
{
	margin: 12px 0px 15px 0px;
	clear: both;
}


/*** Main Content Right (Home Only) ***/
#mainContentRightHome
{
	width: 295px;
	float: right;
	margin: 4px 12px 0px 0px;
	color: #0a2448;
	background-color: #f0f0e5; /* Enter right container background color */
	display: inline;
}

/*** Main Content Left (Home Only) ***/
#mainContentLeftHome
{
	width: 190px;
	float: left;
	margin: 4px 0px 0px 2px;
	margin-top: 4px;
	background-color: #f0f0e5; /* Enter left container background color */
	display: inline;
}

#search
{
	background-color: #67256d;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	color: #ffffff; /* Enter search text color */
}

/*** Sidbar Menu ***/
#sidebarMenu
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
}

#sidebarMenu a:link
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu a:hover
{
	color: #dadadd;
	font-weight: bold;
	text-decoration: none;
}

#sidebarMenu a:active
{
	color: #dadadd;
	font-weight: bold;
	text-decoration: none;
}

/** Contact Form **/
#contactForm {
	margin: 7px 10px 0px 10px;
	padding: 2px 5px 7px 5px;
	background-color: #8a8a7f;
	border: #2e2e2e 1px solid;
}

#contactForm p {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm form {
	margin: 0;
	padding: 0px 0px 0px 4px;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 12px;
	margin: 0px;
	/*background: #ffffa0;*/
	border: 1px solid #2e2e2e;
}

#contactForm .submit input {
	margin-right: 5px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6b8c71;
	border: 1px outset #2e2e2e;
}

#contactForm .alignLeft {
	padding-left: 1px;
	text-align: left;
}

/*** Footer ***/
#footer {
	height: 65px;
	margin: 0px;
	padding: 5px 3px 5px 30px;
	background-color: #8a8a7f; /* Enter footer background color */
	text-align: center;
	border-top: #333333 1px solid;
	clear: both;
}

#copyright
{
	color: #ffffff;
	float: left;
	margin-top: 4px;
	text-align: center;
	line-height: 110%;
}

#copyright p
{
	margin: 0px 0px 7px 0px;
}

#copyright .docText
{
	font-size: 10px;
}

#copyright .copyText
{
	font-size: 11px;
	font-weight: bold;
}

#copyright a:link
{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:active
{
	color: #ffffff;
	text-decoration: none;
}

#poweredBy
{
	text-align: right;
	margin-right: 5px;
	float: right;
}

/*** MENU BOX ***/
#menubox
{
	width: 190px;
	margin: 0px;
	color: #63696d;
}

#menubox .menusection
{
	background-image: url(../images/menubox/mb_mid.gif);
	background-repeat: repeat-y;
}

#menulist
{
	/*width: 135px;*/
	float: left;
	/*margin-left: 20px;*/
	padding: 4px 4px 4px 30px;
	text-align: left;
	margin-right: 10px;
}

#menulist p
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#menulist a:link
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

#menulist a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

#menulist a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	text-decoration: none;
}

#menulist a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

.formpg
{
	margin: 5px 0px 5px 3px;
}

#siteMap
{
	margin: 4px 0px 5px 0px;
}

#siteMap p
{
	margin: 9px 0px 4px 0px;
}

#siteMap ul
{
	margin: 0px 0px 4px 10px;
	list-style: none;
}

#siteMap li
{
	margin: 1px 0px 5px 12px;
}

.galleryPhotos
{
	border: #464646 1px solid;
}

ul.formsList	{
						list-style: none;
						padding-left: 0;
					}

.formsList  li  {
					 	padding: 8px 0;
					}
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
