/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* DEFAULTS */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote, fieldset, input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background-color: #FFFFFF;
	background-image: url(/sitefiles/1331/Images/bkgd-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img, div { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	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/1331/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #3B3632;
}
a:link, a:visited, a:active {
	color: #C1272D; 
	text-decoration: none;
}
a:hover {
	color: #C1272D; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 25px;
	line-height: 28px;
	color: #3B3632;
	font-weight: bold;
}
h3 {
	font-size: 21px;
	color: #3B3632;
	font-weight: bold;
	line-height: 36px;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
}

/* SEARCH */
#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcece;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchField {
	font-size: 11px;
	color: #abafae;
	width: 138px;
	border: 1px solid #cbcece;
	float: left;
	padding: 3px;
}
.searchButton {
	text-indent: -1000px;
	width: 25px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1331/Images/search-go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
}

/* MAIN NAV */
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	position: absolute;
	top:68px;
	left:0px;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px 20px 0px 20px;
	margin: 0px;
	float: left;
	background: none;
	border-right: solid 1px #3B3632;
}
#mainnav a {	
	display: block;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	text-transform: none;
	color: #3B3632;
	font-family: "Clarendon", "Georgia", "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	color: #3B3632;
	border-bottom: solid 3px #3B3632;
	padding-bottom: 3px;
}
#mainnav a.current {
	display: block;
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	color: #3B3632;
}

/* LEVEL2NAV */
#level2navWrapper {
	margin: 0px;
	padding: 0px;
	width: 902px;
	height: 40px;
	position: absolute;
	top: 113px;
	background-color: #3B626E;
}
#level2navWrapper p,
#level2navWrapper h2,
#level2navWrapper h2 a {
	display: none;
}
#level2nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
	height: 35px;
}
#level2nav li ul {display: none;}

#level2nav li {
	padding: 0px;
	margin: 0px 16px 0px 0px;
	float: left;
	background: none;
}
#level2nav a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}
#level2nav a:hover {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #29424A;
	padding: 0px 4px;
}
#level2nav a.current {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 4px;
}

/* SUB NAV */
#subnavWrapper {
    width: 100px;
    float: left;
}
#subnavWrapper p {
	display: none;
}
#subnavWrapper h2,
#subnavWrapper h2 a {
	display:block;
	width: 150px;
}

#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:13px;
    padding: 0;
    margin: 0;
    width: 100px;
    background: none;
}
#subnav a {
	color: #3B3632;
	display:block;
	padding: 4px 0px;
	text-decoration: none;
}
#subnav a:hover {
	color: #333333;
	display:block;
	padding: 4px 0px;
	text-decoration: none;
}
#subnav a.first {
	color: #3B3632;
	display:block;
	padding: 4px 0px;
	text-decoration: none;
}
#subnav a.first:hover {
	color: #333333;
	display:block;
	padding: 4px 0px;
	text-decoration: underline;
}
#subnav a.current {
	color: #333333;
	display:block;
	padding: 4px 0px;
	text-decoration: none;
	font-weight: bold;
}

/* WRAPPERS */
#pageWrapper {
	width: 100%;
	float: left;
}
#topWrapper {
	width: 974px;
	text-align: left;
	margin: 0px auto;
}
#mainnavWrapper {
	width: 974px;
	float: left;
	text-align: left;
	height: 96px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B3632;
	position: relative;
}
img, #contentWrapper { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#contentWrapper {
	width: 944px;
	clear: both;
	height: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 21px;
	padding-bottom: 47px;
	padding-left: 21px;
	background-image: url(/sitefiles/1331/Images/bkgd-content.png);
	background-repeat: no-repeat;
}
img, #DEFcontentWrapper { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#DEFcontentWrapper {
	width: 870px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 47px;
	padding-right: 60px;
	padding-bottom: 47px;
	padding-left: 60px;
	background-image: url(/sitefiles/1331/Images/bkgd-DEFcontent.png);
	background-repeat: no-repeat;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #3B3632;
	height: 320px;
	background-image: url(/sitefiles/1331/Images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* SITE INDEX */
#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
}
#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}
#siteIndex dt {
	padding: 0px;
	font-weight: bold;
}
#siteIndex dd {
	padding: 1px 0;
}
#siteIndex dt a {
	color: #fff;
}
#siteIndex dd a {
	color: #FBD0A8;
}
#siteIndex a:hover {
	text-decoration: underline;
}
#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 974px;
	position: relative;
}
#top h1 {
	font-family: "Clarendon", "Georgia", "Times New Roman", Times, serif;
	font-size: 86px;
	line-height: 80px;
	font-weight: boldest;
	color: #333333;
	text-align: left;
	letter-spacing: -0.05em;
	padding-top: 38px;
	padding-bottom: 22px;
	margin-left: 22px;
	display: block;
	clear: both;
}
*html #top h1 {
	clear: none;
}
img, #logo { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#logo {
	width: 174px;
	height: 172px;
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 13px;
	background-image: url(/sitefiles/1331/Images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	z-index: 400;
}
#logo a {
	width: 174px;
	height: 172px;
	display:block;
	text-indent: -9999px;
}
/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 30px 0px;
	width: 950px;
}
#content ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}
#content ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(/SiteFiles/1331/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}
#contentLeft {
	float: left;
	width: 470px;
	margin-top: 36px;
	margin-left: 41px;
	padding-bottom: 10px;
}
* html #contentLeft {
	width: 450px;
	margin-top: 36px;
	margin-left: 20px;
	padding-bottom: 10px;
}
.button {
	position: relative;
	left: -5px;
	top: 15px;
}
#DEFcontentLeft {
	float: left;
	width: 869px;
	min-height: 400px;
	margin-top:5px;
	margin-bottom: 66px;
}
#DEFcontentRight {
	float: right;
	width: 108px;
	padding-left: 22px;
	padding-top: 48px;
}
img, #controls { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#controls {
	width: 864px;
	margin: 0px auto;
	background-image: url(/sitefiles/1331/Images/features.jpg);
	background-repeat: no-repeat;
	background-position: right 12px;
	position: relative;
}
#morefeatures {
	position: absolute;
	width: 100px;
	text-indent: -9999px;
	display: block;
	height: 20px;
	top: 10px;
	right: 0px;
	overflow: hidden;
}
#flash {
	float: left;
	width: 708px;
	height: 398px;
	margin-bottom: 30px;
}
#calltoaction {
	float: left;
	width: 100%;
	height: 116px;
	text-align: center;
}
#calltoaction h3 {
	margin-top:40px;
	font-size: 21px;
	color: #3B3632;
}
#calltoaction h3 a {
	color: #C1272D;
	text-decoration: underline;
}
#contentRight {
	float: right;
	width: 421px;
	min-height: 400px;
	margin-top: 0px;
	margin-right: 0px;
	height: 288px;
}
#contentRight img {
	float: right;
}
#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1331/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}
#contentRightBtm img {
	float: none;
}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 974px;
	border-top: 1px solid #32474e;
	color: #ffffff;
}
img, #footerLeft { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#footerLeft {
	height: 108px;
	width: 210px;
	padding-top: 34px;
	padding-left: 78px;
	float: left;
	color: #A19589;
	background-image: url(/SiteFiles/1331/Images/footer-bear.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerLeft a {
	color: #FFFFFF;
}
#footerLeft a:hover {
	color: #FFFFFF;
}
img, #footerMid { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#footerMid {
	height: 108px;
	width: 240px;
	padding-top: 34px;
	padding-left: 111px;
	float: left;
	color: #A19589;
	background-image: url(/SiteFiles/1331/Images/footer-hive.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerMid a {
	color: #FFFFFF;
}
#footerMid a:hover {
	color: #FFFFFF;
}
img, #footerRight { behavior: url(/SiteFiles/1331/Scripts/iepngfix.htc); }
#footerRight {
	height: 108px;
	width: 254px;
	padding-top: 34px;
	padding-left: 79px;
	float: left;
	color: #A19589;
	background-image: url(/SiteFiles/1331/Images/footer-bee.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerRight a {
	color: #FFFFFF;
}
#footerRight a:hover {
	color: #FFFFFF;
}
#footerBottom {
	width:974px;
	border-top: solid 1px #A19589;
	float: left;
	clear: both;
	color: #A19589;
}
#copyright {
	color: #A19589;
	font-size:12px;
	text-style: italic;
	font-style: italic;
	margin-top: 28px;
	display: block;
	width: 560px;
	float: left;
}
#sitecredit {
	float: right;
	width: 200px;
	color: #A19589;
	font-size:12px;
	text-style: italic;
	font-style: italic;
	text-align: right;
	margin-top: 28px;
	margin-right: 5px;
}
.more-btn a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/SiteFiles/1331/Images/speaklogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.more-btn a {
	background:transparent url(/SiteFiles/1331/Images/speaklogo.jpg) no-repeat scroll left bottom;
	display:block;
	height:44px;
	margin-top:17px;
	overflow:hidden;
	text-indent:-9999px;
	width:45px;
	float: right;
}
#utilityLinks {
	width: auto;
	font-size: 12px;
	position: absolute;
	left: 751px;
	top: 11px;
	z-index: 500;
}
#utilityLinks a {
	color: #3B3632;
}
#utilityLinks a:hover {
	color: #3B3632;
	text-decoration: underline;
}
.footerRight {
	float: left;
	margin-right: 18px;
}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1331/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1331/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1331/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#slide-jump-2 {
	width: 222px;
	display: block;
	float: left;
	padding: 16px 40px 16px 40px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background-image: url(/sitefiles/1331/Images/slide-jump-1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#slide-jump-3 {
	width: 216px;
	display: block;
	float: left;
	padding: 16px 44px 16px 48px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background-image: url(/sitefiles/1331/Images/slide-jump-2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#slide-jump-4 {
	width: 208px;
	display: block;
	float: left;
	padding: 16px 0px 16px 46px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background-image: url(/sitefiles/1331/Images/slide-jump-3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
*html #slide-jump-4 {
	width: 204px;
}
#slide-jump-5 {
	width: 222px;
	display: block;
	float: left;
	padding: 16px 40px 16px 40px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background-image: url(/sitefiles/1331/Images/slide-jump-4.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#slide-jump-6 {
	width: 216px;
	display: block;
	float: left;
	padding: 16px 44px 16px 48px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background-image: url(/sitefiles/1331/Images/slide-jump-5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#slide-jump-7 {
	width: 208px;
	display: block;
	float: left;
	padding: 16px 0px 16px 46px;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	background-image: url(/sitefiles/1331/Images/slide-jump-6.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
tr.titlebar td {
}
tr.titlebar td strong {
	text-decoration: none;
	font-weight: bold;
	font-size: 11.5px;
	text-transform: uppercase;
	background-color: #FFD95E;
}

tr.title td strong {
	font-size: 14.5px;
	font-weight: bold;
}
tr.title {
}
tr.rowtwo {
	background-color: #fefefe;
}
table.tablefont tr td {
}
table {
	margin-bottom:10px;
}
label {
	margin-left: 10px;
}
.formmodule-column1 {
	width: 330px;
}