html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac*/

body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #BD8D46;
/*	background-color: #F6E497;*/
}

a:link {
	text-decoration: underline;
	color: #123B32;
}
a:visited {
	text-decoration: underline;
	color: #123B32;
}
a:hover {
	text-decoration: none;
	color: #123B32;
/*	background-color: #123B32;*/
}
a:active {
	text-decoration: underline;
	color: #123B32;
}

/****************Layout Section*/

#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #123B32;
	float: center;
	background-color: #FFFFFF;
}

#header {
	height: 300px;
	width: 760px;
}

#headerCMS {
	height: 150px;
	width: 760px;
}
#menu {
	height: 25px;
/*	float: center;*/
	padding-left: 45px;
}

#spacer0 {
	height: 15px;
	background-color: #FFFFFF;
/*	border-top: 1px solid #E1B41B;*/
}

#spacer1 {
	height: 15px;
	background-color: #FFFFFF;
/*	border-bottom: 1px solid #E1B41B;*/
}

#spacer2 {
	height: 15px;
	background-color: #BD8D46;
}

#innerwrapper {

}

#leftcol {
	float: left;
	width: 100px;
	font-size: 80%;
	margin-left: 15px;
}
	
#content {
	width: 700px;
	margin-left: 30px;
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 12pt;
	Color: #444444;
	padding-top: 10px;
}

#content h1 {
	color: #577f1c;
	text-align: center;
	font: 140%/160% Verdana, Arial, Helvetica, sans-serif;
}

#content h2 {
	font-size: 130%;
}

#content p {
	font-size: 90%;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
} 

/*  ul & ol rules */
#content ul{
	list-style-type: disk;
	list-style-position: outside;	
}

#content ul li {
	margin-left: 50px;
	padding: 0px;
	border: 0px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
}
#content ol li {
	margin-left: 35px;
	padding: 0px;
	border: 0px;
}
/* end of ul & ol rules*/

blockquote {
	font-size: 80%;
	background-color: #EBF4E1;
	border: 1px solid #003300;
	padding: 6px;
}

blockquote:hover {
	border: 1px solid red;
} 

/****************Footer & Credits Section*/

#footer {
/*	background-color: #123A32;*/
	clear: both;
	height: 25px;
	border-top: 1px solid #123B32;
	background-image: url(../images/greenGradienBackground25px.gif);
	background-repeat: repeat-x;
}

#footer p {
	font-size: 75%;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 4px;
} 

#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:hover, a:focus {
	color: #000000;
	text-decoration: underline;
} 

#credits {
	clear: both;
	height: 30px;
	border-top: 1px solid #123B33;
}

#credits p {
	font-size: 60%;
	color: #222222;
	padding: 8px;
	margin-left: 180px;
	line-height: 17px;
} 
/****************Text Section*/

.text_homePage {
	font-size: 120%;
	line-height: 15pt;
}

.text_sm_italic {
	font-style: italic;
	font-size: 95%;
	line-height: 140%;
}

.text_sm_date {
	font-size: 70%;
}

.text_sm {
	font-size: 85%;
}

.form_text {
	font-size: 80%;
}

.text_photoCaption {
	font-size: 70%;
	color: #000000;
}

.AccordionPanelTab_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}


/****************Box Section*/

.box_left_border {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #000000;
}

.box_right_border {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #000000;
}

.box_left_noBorder {
	float: left;
	margin: 10px 10px 10px 0px;
}

.box_right_noBorder {
	float: right;
	margin: 0px 10px 15px 20px;
}

.photo_border {
	border: 1px solid #000000;
}

.box_bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box_top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*CSS Styles from Old Site*/

.textBoldGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.textBoldGraySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.textBoldGraySmallest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text10Gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.text_h1 {
	font-size: 36px;
	color: #666666;
	font-weight: bold;
}
.text_h2 {
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}
.text_h2_Red {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}
.text_h3 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
.text_h4 {
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.text_h4_dark {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.text_h5 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.text_h5_dark {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.specialName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.Price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.specialPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}