p { 
	margin:0; padding:0; 
}

#flash_div {
	background-color:#2f1e04;
}
ol li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
ul.circleNumbers {
	margin:10px 0 10px 0;
	padding:0;
}
ul.circleNumbers li {
	clear:both;
	margin:10px 0 5px 0;
	padding-left:0;
	list-style:none;
	list-style-position:inside;
}
ul.circleNumbers li img {
	float:left; 
	margin:-3px 5px 0 0;
	width:25px;
	height:25px;
}
body {
	margin:0;
	padding:0;
}
/* GLOBAL CLASSES  */
a {
	font-family: Verdana;
	font-size: 9px;
	color: #666666;	
}

 a:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

ul , li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	color: #7f5619;
	font-weight: normal;
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #7f5619;
	font-weight: bold;
	margin:10px 0 10px 0;
	padding-top: 0;
}
h2.newsHeadlines {
	background:url(../images/news_icon.gif) no-repeat top left;
	padding-left:23px;
}
h3{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #7f5619;
	font-weight: bold;
	padding:5px;
	background-color: #f0d8c2;
	display:block;
	width: 140px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
.columnWrapper {
	background-image: url(../images/columnsBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0 0 0 6px;
	margin:10px 0 0 0;
	width:550px;
}
.column {
	float:left;
	padding:0 8px 0 15px;
	margin:0 0 10px 0;
	text-align:left;
	width:157px;
	color:#cbb79c;
}
.rmWrapper {
	background-image: url(../images/rmBG.gif);
	background-repeat: no-repeat;
	padding:0 0 0 6px;
	margin:0;
	width:550px;
	background-position: left top;
}
.rmColumn {
	float:left;
	width:157px;
	padding:5px 8px 0 15px;
	margin:0 0 10px 0;
/*	margin-left:20px;
	margin-right: 10px;
	padding-top:5px;
	padding-bottom:0;*/
	text-align:left;
	color:#2f1e04;
	text-decoration:none;
	cursor:hand;
}
.rmColumn:hover {
	color:#000000;
	font-weight:900;
}
.column h2 {
	height:14px;
	color:#FFFFFF;
}
.columnWide {
	margin:0;
	padding:0;
	float:left;
	width:350px;
	margin-right: 20px;
	margin-top:18px;	
	text-align:left;
}
.columnRight {
	float:right;
	width:160px;
	margin:0;
	padding:0;
	margin-left: 20px;
	margin-top:18px;	
	text-align:left;
}

/* STRUCTURE  */

.clear {
	clear:both;
	font-size:0.01em;
	margin: 0;
	padding: 0;
	border: none;
}
#mainDiv {
	text-align:center; 
	height:auto;
}

#siteDiv {
	width: 609px;
	margin:auto;
	overflow:hidden;
}

/* HEADER  */

#headerDiv {
	text-align:left;
	height:121px;
	margin:0;
	padding:0;
	background-color:#2f1e04;
}
#subHeader {
	background-image: url(../images/subs_headerBG.gif);
	height: 89px;
	width: 600px;
	background-repeat: no-repeat;
	text-align:left;
	margin-top:25px;
}
#subHeader h1 {
	color: #2f1e04;
	padding-top: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}

.logo {
	height: 68px;
	width: 178px;
	padding:15px 0 0 13px;
/*	margin:0px 0 0 13px;*/
}

/* DROP MENU */

.topnav {
	margin:0;
	padding:0;
	margin-top:13px;
}

.active {		
	background-image: url();
	background-repeat: no-repeat;
	background-position: center bottom;
	height:24px;
	
}

.active a {
	color: #FFFFFF;	
}

.active a:visited {
	color: #FFFFFF;
}
 
.topnav li {
	float:right;
	margin: 0px 18px 0 0;
	list-style: none;
	padding:0;
	height:25px;
	background-color:#2f1e04;
}

.topnav li a {
	display:block;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #634c24;
	text-decoration: none;
	width:auto;
	padding:0;
	margin:0;
}

.topnav li a:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color:#ffffff;
}

.topnav li:hover ul , .topnav li.over ul {
	display:block;	
}

/* DROP DOWNS */

.topnav li ul {
	width: 197px;
	display: none;
	position: absolute;
	height: auto;
	top: 121px;
	left:auto;
	color: #FFFFFF;
	background:url(../images/submenubg.png) repeat;
	border-bottom: 5px solid #978264;
	margin:0 0 0 0;	
	padding: 1px 0 5px 0;
	overflow:hidden;
}
.topnav li ul li , .topnav li ul active {
	display: block;
	border: 0;
	text-align: left;
	width: 197px;
	height:24px;
	background-color: transparent;
	margin:0;
	padding:0;
	text-indent:10px;
	background-image: url();
	color:#764d13;

}
.topnav li ul li:hover {
	background-color: #764d13;

}
.topnav li ul li a , .topnav li ul li a:visited {
	width:197px;
	color:#764d13;
	margin:0;
	padding:0;
	cursor: default;
	padding-top:4px;	
}
.topnav li ul li:hover a {
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	
}
.topnav li ul li a:hover {
	color:#FFFFFF;
	background-color: #764d13;
}

/* CONTENT  */

#leftShadow {
	background-image: url(../images/shadow_left.gif);
	background-repeat: no-repeat;
	width:5px;
	float:left;
	height:569px;
	margin:0;
	padding:0;
	background-position: right;
}

#rightShadow {
	background-image: url(../images/shadow_right.gif);
	background-repeat: no-repeat;
	width:5px;
	float:right;
	height:569px;
	margin:0;
	padding:0;
	background-position: left;
}

#contentDiv {
	width:599px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

#photoDiv {	
	border-left-color: #FFFFFF;
	background-color: #d9ac85;
	height: 269px;
	float:left;
}
.bottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/* BODY  */
#secondaryLinks {
	float:right;	
	margin-right:5px;
	margin-bottom:0;	
}



#textContentDiv {
	padding-top:15px;
	margin-left: 25px;
	margin-right: 30px;	
	text-align:justify;
	width:557px;
}

#bodyDiv {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #838383;
	text-align:left;

}
#bodyDiv a , #bodyDiv a:visited {
	color:#3d5f8d;
 
}
#secondaryLinks a , #secondaryLinks a:visited { 
	color : #7f5619;	
}

#secondaryLinks ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#secondaryLinks ul li{
	float: left;
	padding: 0 0 0 5px;
}

#secondaryLinks ul li a{
	padding: 0 0 0 25px;
}

#secondaryLinks ul li a.careers{
	background: url(../images/careers_icon.gif) no-repeat left center;
}

#secondaryLinks ul li a.contact_us{
	background: url(../images/contact_icon.gif) no-repeat left center;
}

div.clearer{
	clear: both;
	height: 0;
}

/* FORM CLASSES  */
#EmailForm {
	width:338px;
}
.fileField {
	height: 18px;
	border: 1px solid #7f5619;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
}
.formField {
	height: 18px;
	width: 108px;
	border: 1px solid #7f5619;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.formBigField {
	height: 68px;
	width: 197px;
	border: 1px solid #7f5619;
	background-color: #FFFFFF;
}

.formButton {
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #a1a1a1;
	margin-top: 10px;
}
.formButton:hover {
	color: #785017;
	background-color: #eeeeee;
	border: 1px solid #785017;
}

.formLabels {
	float:left;
	width:126px;
	line-height: 30px;
}
.formFields {
	vertical-align:top;
	float:left;
	width:212px;
	height:auto;
	padding:0;
	margin:0;
}

/* breadcrumbs */
#bc {
	float:left;
}

#bc a , #bc a:visited , #bc a:active {
	color: #bcbdc0;
}
.B_currentCrumb {
	color:#e5c2a0;
}

.LIn_shortMode {
	padding:0;
	margin:0;
	list-style:none;
}
.LIn_desc {
	display:block;
}

/* FOOTER  */

#footerDiv {
	float:left;
	margin-top:25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;

}
#footerText {
	float:left;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #aa8a5f;
	margin-left:25px;
	margin-top:5px;
	text-align:left;
}
#footerLogo {
	height: 34px;
	width: 94px;
	float:right;
	background-image: url(../images/footerLogo.gif);
	margin-right: 20px;
	margin-top:5px;
	background-repeat: no-repeat;
}
.csSel {
	color:#000000;
}
.csSel a:active , .csSel a:link , .csSel a:visited , .csSel a  {
	color:#000000;
	text-decoration:none;
	background-color: #bd9664;
	display:block;
	padding:10px;
	margin:1px;
}

