A {
	color: #077dc3;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fcfbf6 url('images/background.gif') top left repeat-y;
}

BODY.sidebar {
	background: #fcfbf6 url('images/background_sidebar.gif') top left repeat-y;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-SIZE: 13px;
	color: #716e5b;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Serif;
}

H1 {
	color: #a3ac52;
	font-size: 22px;
}

H2 {
	font-size: 16px;
	font-style: italic;
}

HR {
	color: #cfcdc0;
	background: #cfcdc0;
	height: 1px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


/* ########################################################################################## */


#container {
	width: 1000px;
	text-align: left;
}


/* ########################################################################################## */

#container_left {
	width: 264px;
	float: left;
	padding: 45px 0px 480px 0px;
	margin: 0px;
	color: #f7f4e3;
	position: relative;

}

* html #container_left {
	margin: 0px 0px 0px -3px;
}

#container_left .logo {
	display: block;
	text-align: center;
	margin: 0px 0px 30px 0px;
}


#container_left H2 {
	color: #af8777;
	font-weight: normal;
	font-size: 17px;
	padding: 0px 23px 20px 23px;
}

#container_left P {
	padding: 0px 23px 15px 23px;
}

#container_left .splash {
	width: 322px;
	height: 480px;
	position: absolute;
	left: 0px;
}

/* ########################################################################################## */

#container_right {
	width: 736px;
	float: left;
	position: relative;
	display: inline;
}

#head {
	position: relative;
	height: 285px;
	border-bottom: 5px solid #9da84d;
	background: #fcfbf6 url('images/menu_back.jpg') top left no-repeat;
}

#head .splash {
	background: url('images/splash.jpg') top left no-repeat;
	width: 736px;
	height: 227px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* ########################################################################################## */

#mainmenu,
#mainmenu * {
	margin: 0px;
	padding: 0px;
}

#mainmenu {
	float: right;
	list-style: none;
	margin: 16px 3px 0px 0px;
}

#mainmenu li {
	float: left;
	margin-right: 2px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Serif;
	letter-spacing: -1px;
}

#mainmenu li a {
	display: block;
	background: url('images/menu_left.gif') top left no-repeat;
}
#mainmenu li a SPAN {
	/* border-bottom: 1px dotted #a0b4c3; */
	display: block;
	padding: 11px 20px;
	color: #fff;
	background: url('images/menu_right.gif') top right no-repeat;
}

#mainmenu li a:hover {
	text-decoration: none;
	background-position: 0px -42px;
}

#mainmenu li a:hover SPAN {
	text-decoration: none;
	background-position: right -42px;
}

#mainmenu li div {
	width: 700px;
	position: absolute;
	top: 58px;
	right: 0px;
	text-align: right;
	padding: 10px 5px 10px 0px;
	display: none;
	background: url('images/splash.jpg') top right no-repeat;
}

#mainmenu li div a {
	position: relative !important; /* ie Mac */
	display: inline;
	float:none;

	white-space: nowrap;
	font-weight: normal;
	background: none;

	font-size: 12px;
	color: #697519;

	letter-spacing: normal;
}

#mainmenu li div a {
	padding: 5px 10px;
	margin: 0px;
}

#mainmenu li:hover div,
#mainmenu li.msieFix div {
	right: 0;
	z-index: 10;
	display: block;
}

#mainmenu li.active a {
	color: #fff;
	background-position: 0px -42px;
}

#mainmenu li.active a SPAN {
	background-position: right -42px;
}

#mainmenu li.active div a,
#mainmenu li.msieFix div a {
	color: #697519;
}

#mainmenu li div a:hover,
#mainmenu li.active div a:hover,
#mainmenu li.msieFix div a:hover,
#mainmenu li div a.active {
	color: #697519;
}

#mainmenu li.active div {
	right: 0;
	z-index: 5;
	display: block;
}

/* #mainmenu li div {
	background: #bad87d !important
} */

#mainmenu li.msieFix a {
	color: #697519; !important
}

/* ########################################################################################## */

#page {
	margin: 0px auto;
	padding: 30px 30px 0px 60px;
	text-align: left;
	line-height: 1.5;
}


#page .returnlink {
	font-size: 10px;
	padding: 15px 0px 0px 0px;
}

#page .returnlink A {
	display: inline;
	padding: 3px 10px;

	background: #c5b69f;
	color: #f7f4e3;
	text-decoration: none;
}

#page .returnlink A:hover {
	background: #94785b;
	color: #ffffff;
}



#page .column_left {
	width: 424px;
	margin-right: 50px;
	float: left;
}

#page .column_right {
	float: left;
	margin-right: -30px;
	width: 200px;
}

#page .column_right .specials {
	border: 1px solid #ecedb3;
	background: #fdfdfc url('images/rightside_back.gif') top left repeat-x;

}

#page .column_right H3 {
	font-size: 18px;
	text-align: right;
	color: #a3ac52;
	padding: 5px 10px 0px 0px;
}

#page .column_right H4 {
	border-top: 1px dotted #ecedb3;
	font-size: 15px;
	padding: 15px 15px 5px 15px;
	color: #a3ac52;
}

#page .column_right P {
	padding: 0px 15px 15px 15px;
	font-size: 11px;
}

#page .column_right .address {
	font-size: 9px;
	padding: 15px 15px 0px 15px;
	text-align: right;
	letter-spacing: -1px;
}

#page .column_right .phone {
	font-size: 20px;
	color: #a3ac52;
	letter-spacing: -1px;
	text-align: right;
	padding: 0px 15px 15px 15px;
}



#page .column_right UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#page .column_right UL LI {
	padding: 0px 0px 5px 0px;
}

#page .column_right UL LI A {
	display: block;
	padding: 5px 10px;

	background: #c5b69f;
	color: #f7f4e3;
	text-decoration: none;
}

#page .column_right UL LI A:hover {
	background: #94785b;
	color: #ffffff;
}


/* ########################################################################################## */


#footer {
	clear: both;
	width: 1000px;
	margin: 20px auto 0px auto;
	color: #b7aa99;
}

#footer .padding {
	margin: 0px 30px 0px 292px;
	padding: 15px 0px;
	text-align: left;
	border-top: 1px solid #e5e2ce;
	background: #fcfbf6;
}

#footer .links {
	font-size: 11px;
	padding-bottom: 10px;
}

#footer .copyright {
	font-size: 9px;
	padding-bottom: 10px;
}

#footer A {
	color: #9a8f80;
}


/* ########################################################################################## */

.clear {
	clear: both;
}

IMG.rightfloat {
	float: right;
	margin: 0px 0px 10px 15px;
}

IMG.fancyborder {
	border: 4px solid #a0b4c3;
	padding: 2px;
	background: #ffffff;
}

.pdfdownload {
	display: block;
	background: url('images/pdficon.gif') top left no-repeat;
	padding: 5px 5px 5px 50px;
}

.pdfdownload STRONG {
	display: block;
}

.pdfdownload SPAN {
	display: block;
	font-size: 10px;
	font-style: italic;
	border-top: 1px solid #dddddd;
	margin: 3px 0px 0px 0px;
}

.pdfdownload:hover {
	background-color: #eeeeee;
	text-decoration: none;
}

.nohover:hover {
	text-decoration: none;
}