/*-------------------------------------- ------------------------------ 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: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background-image:url(/sitefiles/1246/Images/bkgd.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	
}

img, div { behavior: url(/SiteFiles/1246/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/1246/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: 20px;
	color: #333333;
	margin:0px;
}
a:link, a:visited, a:active {
	color: #127F0B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #acacac;
	text-decoration: none;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 38px;
	line-height: 42px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	line-height: 34px;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	line-height: 21px;
	color: #666666;
}

/* SEARCH */
#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #E3E3E4;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #E3E3E4;
	text-transform:uppercase;
}
.searchField {
	font-size: 11px;
	color: #abafae;
	width: 174px;
	border: 1px solid #E3E3E4;
	float: left;
	padding: 4px;
}
.searchButton {
	width: 30px;
	padding:3px;
	border: none;
	float: left;
	font-size: 11px;
	background-color:#C7C8C2;
	height: 24px;
	color: #ffffff;
	margin-left: 5px;
	text-transform:uppercase;
}

/* MAIN NAV */
#mainnavWrapper {
	width: 520px;
	height: 35px;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px 30px 0px 0px;
	margin: 0px;
	float: left;
	background: none;
}
#mainnav a {	
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
#mainnav a.current {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
}

/* 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 {
	float: left;
	width:215px;
	padding: 0;
	margin-top:75px;
}
#subnavWrapper p {
	display:none;
}

#subnavWrapper h2 a {
	font-size: 16px;
	line-height:26px;
	margin-left:10px;
	font-weight: normal;
	color:#333333;
	display:block;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E3E3E4;
	padding-right: 6px;
	width:206px;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}

#subnavWrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#subnav ul li a {
	font-size:11px;
    padding: 0;
    margin: 0;
    background: none;
	list-style: none;
	
}
#subnav a {
	color: #666666;
	display:block;
	border-bottom: 1px solid #E3E3E4;
	text-decoration: none;
	font-weight: normal;
	width:100%;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#subnav a:hover {
	color: #333333;
	display:block;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}
#subnav a.first {
	color: #666666;
	display:block;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom: 1px solid #E3E3E4;
	text-decoration: none;
}
#subnav a.first:hover {
	color: #333333;
	display:block;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}
#subnav a.current {
	color: #666666;
	display:block;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom: 1px solid #E3E3E4;
	text-decoration: none;
	font-weight: bold;
}

/* WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #333333;
	background-image: url(/sitefiles/1246/Images/droptab-bkgd.jpg);
	background-repeat: repeat-x;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e4;
}

#flashWrapper {
	clear: both;
	width: 100%;
	padding-top: 30px;
}


#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	clear: both;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e4;
}

/* SITE INDEX */
#indexTab {
	height:25px;
	width:945px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#siteIndex {
	margin: 0px auto;
	padding: 20px 0px;
	width: 950px;
	height: 204px;
	color: #fff;
}
#siteIndex td, #siteIndex p {
	color: #fff;
}
#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 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#siteIndex a:hover {
	text-decoration: underline;
}

#siteIndex strong {
	color: #127F0B;
	text-decoration: none;
	font-weight: bold;
}
#siteIndex a:hover strong  {
	color: #acacac;
	text-decoration: none;
	font-weight: bold;
}


/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 945px;
	height: 104px;
}
#logo {
	float: right;
	width: 295px;
	height: 51px;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 21px;
	color:#4D4F3A;
}

#logo a{
	color:#121212;
	text-decoration:none;
	font-weight:bold
}

#logo a:hover{
	color:#4D4F3A;
	text-decoration:none;
	font-weight:bold
}
/* FLASH */
#flash {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
#flashContainer {
	width: 634px;
	height: 338px;
	float: left;
	background-color: #E8E8E8;
}
/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 30px 0px;
	width: 945px;
}

#contentLeft {
	float: left;
	width: 633px;
	min-height: 400px;
	padding-bottom:30px;
}

#contentindent {
	padding:10px;
	width:100%;
}

#hmAds {
	float: left;
	width: 708px;
	height: 111px;
}
#hmAds a img {
	border: 1px solid #14323b;
}
#hmAds a:hover img {
	border: 1px solid #45626c;
}
#contentRight {
	float: right;
	width: 235px;
	min-height: 400px;
	padding-top: 40px;
}
#contentRightBtm {
	float: left;
	width: 100%;
}
#contentRightBtm img {
	float: none;
}

/* FOOTER */
#footer {
	width: 945px;
	height: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#footerLeft {
	float: left;
	width: 600px;
	color: #aeaeae;
	margin-left: 10px;
}
#footerLeft a {
	color: #aeaeae;
	font-weight:normal;
}
#footerLeft a:hover {
	color: #666666;
}
#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}
#utilityLinks a {
	color: #6995ab;
}
#utilityLinks a:hover {
	color: #6995ab;
}
#footerRight {
	float: right;
	width: 225px;
}
.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 */
#breadcrumb {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumb ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumb li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumb a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1246/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumb a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1246/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumb a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumb a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumb a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1246/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#headline {
	float: right;
	width: 295px;
	height: 260px;
	padding-top: 60px;
}

.borderbottom {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E3E3E4;
}

.borderbottomtwo {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
}

.bottompadding {
	padding-bottom:40px;
}
#pageLeft {
	padding-bottom: 30px;
	width: 634px;
	float: left;
}
