/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: STANDARD ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
body
{
	margin: 0px;
	height: 100%;
	
	background-color: #b0be8e; /* Enter body background color */
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-x;
	
	line-height: 135%; /*Enter line height */
	
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 11px; /* Enter font size */
	font-weight: normal; /*Enter font weight */

	color: #000000; /* Enter font color */
	
	list-style-type: disc;
	line-height: normal;
}

h1
{
	margin-top: 10px;
	margin-bottom: 10px;
	
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 20px;
	font-weight: bold;
	
	color: #464646;
}

h2
{
	margin: 10px 0px 3px 0px;
	
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 14px;
	font-weight: bold;
	
	color: #464646;
}

h3
{
	margin: 15px 0 0 0;
	
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 24px;
	font-weight: bold;
	
	color: #464646;
}

h4
{
	margin: 15px 0 0 0;
	
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 14px;
	font-weight: bold;
	
	color: #7A6574;
}

hr
{
	margin: 5px 0px 12px 0px;
	color: #464646;
	size: 1px;
}

a
{
	color: #1f4170;
	text-decoration: underline;
}

a:hover
{
	color: #6f829c;
}

a:active
{
	color: #1f4170;
}

form
{
	margin: 0px;
	padding: 0px;
}


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: STANDARD ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: GENERAL CLASSES
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


div.clear {
	clear: both;
}

img.bodyimage
{
	border: #000000 solid 1px;
	margin: 0px 10px 4px 0px;
}

ul.topNav {
	margin: 0 0 20px 0;
	padding: 0px 0px 5px 0px;
	
	list-style: none;
	
	font-size: 11px;
	text-align: center;
}

ul.topNav li {
	display: inline;
	margin: 0;
	padding: 0;
}


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: GENERAL CLASSES
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/*** Main Container ***/
#contain {
	margin: 0 auto; /* Center align */
	width: 730px; /* Enter desired container width */
	border: 0px;
	background-image: url(images/containBG.gif);
	background-repeat: repeat-y;
	background-color: #7a6574; /* Enter container background color */
}


/*** Header ***/

#header {
	width: inherit;
	height: 95px;
	background-color: #ab9772; /* Enter background color */
	border-bottom: #d0a546 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-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-size: 12px; /* Enter font size */
	font-weight: normal; /* Enter font weight */
	line-height: 120%; /* Enter line height */
	text-align: left;
	margin: 12px 5px 0px 10px;
	color: #333333; /* Enter address text color */
}

#address a
{
	color: #ebcb83;
	text-decoration: underline;
}


/*** Flash (Home Page) ***/

#flashHome
{
	width: inherit;
	height: 300px;
	text-align: left;
	background-image: url(images/homeHeadBG.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #d7ded7;
	border-bottom: #d0a546 solid 4px; /* Enter bottom border color */
}

#logoHome
{
	width: 427px;
	float: right;
	display: inline;
	text-align: center;
}

#logoHome img {
	/*margin-top: 67px;*/
}


/*** 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
{
	padding-top: 5px;
	width: inherit;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	background-color: #411743; /* Enter horizontal nav background color */
	border: 0px;
}

#navtop ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#navtop ul li
{
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#navtop a:link, #navtop a:visited
{
	color: #ffffff; /* Enter link text color */
	text-decoration: none;
}

#navtop a:hover, #navtop a:active
{
	color: #ddddd1; /* Enter link text hover color */
	text-decoration: none;
}


/*** Content ***/

#content
{
	width: inherit;
	border: 0px;
}

#contentLeft {
	float: left;
	display: inline;
	width: 535px;
	background-color: #f0f0e5; /* Enter right container background color */
}

#contentLeft hr
{
	color: #5f6973;
	size: 1px;
}

#contentRight {
	float: right;
	display: inline;
	width: 195px;
}


/*** Home Page ***/

/** 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: 10px;
	color: #0a2448;
}

#mainWelcome p
{
	margin-top: 4px;
	margin-bottom: 15px;
}

/** Main Content Left (Home Only) **/
#mainContentLeftHome
{
	width: 190px;
	float: left;
	margin: 4px 0px 0px 2px;
	margin-top: 4px;
	background-color: #f0f0e5; /* Enter right container background color */
	display: inline;
}


/*** MENU BOX ***/
#menubox
{
	margin: 0px;
	width: 190px;
	color: #63696d;
}

#menubox .menusection
{
	background-image: url(images/menubox/mb_mid.gif);
	background-repeat: repeat-y;
}

#menulist
{
	margin-right: 10px;
	padding: 4px 4px 4px 30px;
	float: left;
	text-align: left;
}

#menulist ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menulist ul li
{
	margin: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}

#menulist a
{
	color: #464646;
	text-decoration: none;
}

#menulist a:hover
{
	color: #787878;
}

#menulist a:active
{
	color: #464646;
}

/** Full Left (Home Only **/
#contentFullHome {
	padding: 0 10px 0 10px;
}

/** Main Content Right (Home Only) **/
#mainContentRightHome
{
	width: 295px;
	float: right;
	margin: 4px 12px 0px 0px;
	color: #0a2448;
	background-color: #f0f0e5; /* Enter left container background color */
	display: inline;
}

#mainContentRightHome p
{
	margin-top: 4px;
	margin-bottom: 15px;
}


/*** Sidbar Menu ***/

#sidebarMenu
{
	width: 180px;
	margin-top: 10px;
	margin-left: 8px;
	font-weight: bold;
	text-align: right;
}

#sidebarMenu ul
{
	margin: 0 5px 0 0;
	padding: 0;
	width: 175px;
	
	list-style: none;
}

#sidebarMenu ul li {
	margin: 0;
	padding: 3px;
}

#sidebarMenu a
{
	color: #ffffff;
	text-decoration: none;
}

#sidebarMenu a:hover, #sidebarMenu a:active
{
	color: #eaeaeb;
}

/** Coupon **/
#coupon
{
	margin: 15px 10px 0 10px;
	border: #411743 1px dashed;
	background-color: #DDDDD1;
	
}

#coupon p
{
	text-align: center;
	margin: 7px 5px 7px 5px;
}

#coupon a:link
{
	color: #411743;
	text-decoration: underline;
}

#coupon a:visited
{
	color: #411743;
	text-decoration: underline;
}

#coupon a:active
{
	color: #D0A546;
	text-decoration: underline;
}

#coupon a:hover
{
	color: #D0A546;
	text-decoration: underline;
}

#coupon .bigText
{
	color: #5e6c3c;
	font-weight: bold;
	font-size: 16px;
}

#coupon .smallPrint {
	font-size: 9px;
}

.printCoupon
{
	display: block;
	font-weight: bold;
}


/*** Contact Form ***/

#contactForm {
	margin: 10px;
	padding: 4px;
	background-color: #411743;
	border: #ffffff 1px solid;
}

#contactForm p {
	margin: 0 0 7px 0;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#contactForm form {
	margin: 0;
}

#contactForm input, #contactForm textarea {
	color: #000000;
	border: 1px solid #2e2e2e;
}

#contactForm .submit input {
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #411743;
	background-color: #D0A546;
	border: 1px outset #2e2e2e;
}

#contactForm .alignLeft {
	padding-left: 1px;
	text-align: left;
}


/*** Footer ***/

#footer {
	width: inherit;
	height: 65px;
	margin: 0px;
	background-color: #d0a546; /* Enter footer background color */
	text-align: center;
	clear: both;
}

#copyright
{
	margin: 0;
	padding: 10px 5px;
	color: #ffffff;
	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
{
	color: #ffffff;
	text-decoration: none;
}


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* BEGIN: SPECIFIC CLASSES
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/*** Main Interior ***/

#mainInt
{
	margin: 20px;
	color: #000000;
}

#mainInt img
{
	margin: 15px;
}

#mainInt .headerIMG
{
	margin: 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;
}

#galleryInt
{
	margin: 20px 17px;
	color: #000000;
}


/*** Request Information ***/

.formpg
{
	margin: 5px 0px 5px 3px;
}


/*** Google Map ***/

div.googleMap {
	margin: 0 0 10px 10px;
	float: right;
	display: inline;
}


/*** Site Map ***/

#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;
}


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: SPECIFIC CLASSES
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */


/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* START: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */

#dfthSidebar {
	padding: 20px 10px 10px 10px;
}

#dfthSidebar p {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #DDDDD1;
}

#dfthSidebar p.dfthTitle {
	color: #DDDDD1;
}

#dfthSidebar a {
	color: #D0A546;
	text-decoration: none;
}

#dfthSidebar a:hover {
	color: #DDDDD1;
}

div.formLinks {
	margin: 0 0 15px 0;
}

div.photos {
	text-align: center;
	width: 402px;
	margin: 0 auto 10px auto;
}

div.photos img {
	border: 1px solid #464646;
}

div.photos p {
	margin: 10px 0 20px 0;
}

#mainInt div.photos img {
	margin: 0;
}

/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* END: CUSTOM NAMED ELEMENTS
/* ^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
