/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/*---------------------------------------------------------------- DEFAULTS */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0px; padding: 0px; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	margin:0px;
	padding: 0px;
	background-color: #DEDEC8;
}
hr {
	border: 0;
	width: 100%;
	color: #3D2900;
	background-color: #3D2900;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1135/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/*---------------------------------------------------------------- TYPE */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D2900;
}
.bodyoptional {
	font-size: 13px;
	line-height: 21px;
	color: #3D2900;
}
a:link, a:visited, a:active {
	color: #FF9200; 
	text-decoration: underline;
}
a:hover {
	color: #FF9200; 
	text-decoration: none;
}
a:focus {
	outline: none; 
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	color: #3D2900;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
	color: #749719;
	text-transform:uppercase;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 30px;
	color: #6E6E62;
	font-weight: normal;
}
h4 {
	font-size: 20px;
	line-height: 30px;
	color: #329CCC;
	font-weight: normal;
}
h5 {
	font-size: 20px;
	line-height: 30px;
	color: #FF9200;
	font-weight: normal;
}
.imgContentBorder {
	float: left;
	border: 5px solid #BDBDAA;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgFooterBorder{
	float: left;
	border: 10px solid #BDBDAA;
}
a.imgFooterBorder:link, a.imgFooterBorder:visited{
	float: left;
	border: 10px solid #BDBDAA;
}
a.imgFooterBorder:hover, a.imgFooterBorder:active{
	float: left;
	border: 10px solid #FFF;
}

img.FloatLeft { float: left; margin: 2px 10px 15px 0; }
img.FloatRight { float: right; margin: 2px 0 15px 10px; }

/*---------------------------------------------------------------- SEARCH */

#find {
	float: left;
	width: 168px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left:20px;
	background-image: url(/sitefiles/1135/Images/searchField.jpg);
	background-repeat: no-repeat;
}

.searchField {
	font-size: 10px;
	color: #3D2900;
	width: 168px;
	border: 0px;
	background-color:none;
	margin:0px;
	background: transparent;
	float: right;
}


.searchButton {
	visibility: hidden;
	display: none;
	width: 0px;}
	
/*---------------------------------------------------------------- MAIN NAV */
#mainnavWrapper {
	padding: 0px;
	height: 15px;
	float: right;
	text-align: right;
	margin-top: 40px;
	position: absolute;
	right: 0px;
}
#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav a {
	font-size: 12px;
	color: #3D2900;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	text-align:center;
	background-image: url(/sitefiles/1135/Images/menuBar.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainnav a:hover {
	font-size: 12px;
	color: #3D2900;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	text-align:center;
	background-image: url(/sitefiles/1135/Images/menuBar.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#DEDEC8;
}
	
/*
Sets the properties of the top-level link that is currently loaded. OPTIONAL!
*/
#mainnav a.current  {
	font-size: 12px;
	color: #3D2900;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	text-align:center;
	background-image: url(/sitefiles/1135/Images/menuBar.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#DEDEC8;

}
#mainnav a.trigger {
	padding: 5px 12px;}

#mainnav li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	width: 9em;
}
#mainnav ul li a  {
	color: #3D2900; 
	text-align:left;
	padding: 5px 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDD6;
	background:none;
}
#mainnav ul li a.current  {
	color: #3D2900; 
	text-decoration: none;
	padding: 5px 12px;	
	text-align:left;
	background:none;

	
}
#mainnav li ul, #mainnav ul li  {
	width: 16em;
}
#mainnav li ul {
	position: absolute;
	display: none;
	background-color: #DEDEC8;
	z-index:1000;
}
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #3D2900; background-color:#DEDEC8;
}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #3D2900; 
	background-color: transparent;
}
#mainnav ul a:hover {
	padding: 5px 12px;
	text-align:left;
	background:none;
	text-decoration:none;
	background-color: #EDEDD6!important;
	color: #3D2900!important;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#mainnav li {
	width: auto;
}
#mainnav ul li li {display:none;}

/*---------------------------------------------------------------- SUB NAV */
#subnavWrapper {
	width: 250px;
	float: left;
}
#subnavWrapper p {
	display: none;
}

#subnavWrapper h2, #subnavWrapper h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #3D2900;
	font-weight: bold;
	text-decoration:none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:12px;
	padding: 0;
	margin: 0;
	width: 250px;
	background: none;
}
#subnav a {
	color: #3D2900;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #DEDEC8;
	text-decoration: none;
}
#subnav a:hover {
	color: #3D2900;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #DEDEC8;
	text-decoration: none;
	background-color: #DEDEC8;
}

#subnav a.current {
	color: #3D2900;
	display:block;
	padding: 6px;
	border-bottom: 1px solid #DEDEC8;
	text-decoration: none;
	background-color: #DEDEC8;
}

/* WRAPPERS */

#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	height: 80px;
	background-image: url(/sitefiles/1135/Images/bg-top.gif);
	background-repeat: repeat-x;
}

#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1135/Images/bg-mid.gif);
	background-repeat: repeat-x;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-image: url(/sitefiles/1135/Images/bg-bottom.jpg);
	background-repeat: repeat-x;
	padding-bottom: 40px;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	height: 80px;
	position: relative;
}
#logo {
	float: left;
	width: 224px;
	height: 41px;
	margin: 3px 0px 0px;
}

/*---------------------------------------------------------------- CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	width: 890px;
	background-color: #FFFFFF;
}

#contentLeft {
	float: left;
	width: 250px;
	min-height: 400px;
	padding-right: 20px;
	padding-top: 12px;
}
* html #contentLeft {
	width: 270px;
	w\idth: 250px; }
	
#flash {
	float: left;
	width: 850px;
	height: 280px;
	background-color: #FFFFFF;
	padding: 22px 20px 20px;
}
* html #flash {
	width: 890px;
	w\idth: 850px; }

#contentRight {
	float: right;
	width: 580px;
	min-height: 400px;
	padding-top: 12px;
	overflow: hidden;
}


/*---------------------------------------------------------------- FOOTER */
#footer {
	margin: 20px auto;
	width: 890px;
}
.utilityLinks, a.utilityLinks:link, a.utilityLinks:visited {
	color: #329CCC;text-decoration:none;
}

a.utilityLinks:hover, a.utilityLinks:active {
	color: #329CCC;text-decoration:underline;
}
#footerRight {
	float: right;
	width: 410px;
	margin-right: 20px;
}
.footerRight {
	color: #3D2900;}
a.footerRight:link, a.footerRight:visited{color: #3D2900; text-decoration:underline;}
a.footerRight:hover, a.footerRight:active{color: #3D2900; text-decoration:none;}

#bottomPagePart {
	float: left;
	width: 395px;
	margin-right: 15px;
	padding-left: 20px;
}
* html #bottomPagePart {
	width: 415px;
	w\idth: 395px; }

/*---------------------------------------------------------------- DEFAULT CONTENT */
#pagePartLeft {
	width: 250px;
	float: left;
}
/*---------------------------------------------------------------- SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #3D2900;
	text-transform: uppercase;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #3D2900;
	text-decoration:none;
	text-transform: uppercase;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #3D2900;
	text-decoration:underline;
	text-transform: uppercase;

}


/*---------------------------------------------------------------- BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 580px;
	text-align: left;
	margin-bottom: 10px;
	height: 35px;
	padding-top: 10px;
}

* html #breadcrumbs {
	height: 25px;
	margin-bottom: 0px;
 }
	
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;}
	
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;}

#breadcrumbs a {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #329CCC;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumbs a:hover {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #329CCC;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #329CCC;
	background: none;margin-left:-10px;
}
	
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #329CCC;
	background: none;
	margin-left:-10px;}
	

#breadcrumbs a.current  {
	padding: 0 0 0 20px;
	font-size: 10px;
	display:inline;
	text-decoration: none;
	color: #329CCC;
	background: url(../Images/breadcrumb.gif) no-repeat 0.2em;}
	
	
#topPagepart {
	float: left;
	width: 850px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	overflow: hidden;
}
* html #topPagepart {
	width: 890px;
	w\idth: 850px; }
	
#contentHome {
	background-color: #FFFFFF;
	width: 850px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height:400px;
	height:auto !important;
	height: 400px;
}
* html #contentHome {
	width: 890px;
	w\idth: 850px; }
	
#shellFlash {
	float: left;
	width: 580px;
}
* html #shellFlash {
	margin-top: 20px;
	}
	
#contentDef {
	float: left;
	width: 580px;
	margin-top: 20px;
}
