/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
/* 
Title:     DEFAULT Stylesheet
Revised:   Sept 18 2008
*/

/* MAIN styles
-------------------------------------------*/
p, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
#news {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
}

table, img {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #527B95 url(/SiteFiles/1178/images/bkgd.jpg) no-repeat center top;
}

td{
	vertical-align: top;
}

hr {
	border: 0;
	width: 100%;
	color: #4e4740;
	background-color: #4e4740;
	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/1178/images/bullet.gif) 0em .5em no-repeat;
	list-style: none;
}

input, select, textarea, checkbox {
	border: 1px solid #666666;
	padding: 2px;
	color: #666666;
}
.bodybold {
	font-weight: bolder;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-size: 22px;
	line-height: 26px;
	color: #223B4B;
	font-family: "Trebuchet MS", "Lucida Grande";
	font-weight: bold;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	color: #223B4B;
	font-family: "Trebuchet MS", "Lucida Grande";
}
h3 {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
}

h5 {
	font-size: 12px;
	line-height: 18px;
	color: #537d97;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.bodyoptional {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.heading {
	font-size: 22px;
	line-height: 26px;
	color: #223B4B;
	font-family: "Trebuchet MS", "Lucida Grande";
}

.headingbold {
	font-size: 22px;
	line-height: 26px;
	color: #223B4B;
	font-family: "Trebuchet MS", "Lucida Grande";
	font-weight: bold;
}

.subheading {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
}

.subheadingbold {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
	font-weight: bold;
}

.optionalheading {
	font-size: 12px;
	line-height: 18px;
	color: #537d97;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #537D97;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
.orginfo {
	color: #e1e3cc;
	font-size: 10px;
}
a.orginfo:link, a.orginfo:visited, a.orginfo:active {color: #e1e3cc; text-decoration:none;}
a.orginfo:hover {color: #e1e3cc; text-decoration:underline;}


.swcredit {
	font-size: 10px;
	color: #FFF;
}
a.swcredit:link, a.swcredit:visited, a.swcredit:active {color: #FFF; text-decoration:none;}
a.swcredit:hover {color: #FFF; text-decoration:underline;}

.breadcrumbstyle {
	font-size: 10px;
	line-height: 18px;
	color: #9C998B;
	font-weight: normal;
}
a.breadcrumbstyle:link, a.breadcrumbstyle:visited, a.breadcrumbstyle:active {
	color: #9C998B;
	text-decoration:none;
}
a.breadcrumbstyle:hover {
	color: #9C998B;
	text-decoration:underline;
}

a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	line-height: 18px;
	color: #9C998B;
	text-decoration:none;
}
a.sitemap:hover {
	line-height: 18px;
	color: #9C998B;
	text-decoration:underline;
}

.fullHeight {height:100%}

/* WRAPPER styles
-------------------------------------------*/
#mainWrapper {
	width: 100%;
	text-align: center;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}
#middleWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP styles
-------------------------------------------*/
#top {
	margin: 0px auto;
	padding: 0px 14px;
	height: 156px;
	width: 727px;
	position: relative;
	background: #FFFFFF url(/SiteFiles/1178/images/topBkgd.gif) no-repeat;
}
#logo {
	position: absolute;
	width: 208px;
	height: 64px;
	left: 28px;
	top: 17px;
}
#logo img a  {
	display: block;
	width: 0;
}
#tagline {
	position: absolute;
	width: 250px;
	left: 250px;
	top: 65px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial;
	font-size: 11px;
	color: #3C5C74;
}

/* SEARCH FORM styles
-------------------------------------------*/
#search {
	position: absolute;
	width: auto;
	right: 20px;
	top: 55px;
}
.searchField {
	font-size:10px;
	color: #8f9085;
	width: 150px;
	padding: 4px;
	border: 1px solid #d3d4ce;
	background-color: #FFFFFF;
}
.searchButton {
	font-size:0px;
	line-height: 0px;
	border: none;
	padding: 0px;
	height: 23px;
	width: 20px;
	background: url(/SiteFiles/1178/Images/search.gif) no-repeat;
	cursor: pointer;
}

/* MAIN NAVIGATION Styles
-------------------------------------------*/
#navWrapper {
	position: absolute;
	width: 727px;
	height: 60px;
	top: 96px;
	z-index: 400;
	text-align: center;
	background-image: url(/SiteFiles/1178/images/navBkgd.jpg);
	background-repeat: repeat-x;
}
#nav {
	width: auto;
	height: 35px;
	float: left;
}
.navButton {
	height: 35px;
	float: left;
}
.sitemapButton {
	height: 35px;
	float: right;
}
.p7tbsub {
	border: none;
	position:absolute;
	left: 0px;
	top: 35px;
	width: 727px;
	z-index: 400;
	visibility: visible;
	background-image: url(/SiteFiles/1178/images/subnavBkgd.jpg);
	background-repeat: repeat-x;
}
.p7tbsub p {
	margin: 0px;
	padding: 5px 12px 5px 0px;
	font-size: 10px;
}
.p7tbsub a:link {
	color: #51473D;
	text-decoration: none;
}
.p7tbsub a:visited {
	color: #51473D;
	text-decoration: none;
}
.p7tbsub a:active {
	color: #51473D;
	text-decoration: none;
}
.p7tbsub a:hover {
	color: #51473D;
	text-decoration: underline;
}

/* SUB NAVIGATION styles
-------------------------------------------*/
.subnavmainstyle {
	line-height: 20px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.subnavmainstyle:link, a.subnavmainstyle:visited, a.subnavmainstyle:active {
	line-height: 18px;
	color: #9C998B;
	text-decoration:none;
}
a.subnavmainstyle:hover {
	line-height: 18px;
	color: #9C998B;
	text-decoration:underline;
}
.subnavsubstyle {
	font-size: 10px;
	line-height: 18px;
	color:#9C998B;
}
a.subnavsubstyle:link, a.subnavsubstyle:visited, a.subnavsubstyle:active {
	text-decoration:underline;
	color:#9C998B;
}
a.subnavsubstyle:hover {
	text-decoration:underline;
}

/* MIDDLE styles
-------------------------------------------*/
#middle {
	margin: 0px auto;
	padding: 10px 14px 0px;
	height: 190px;
	width: 727px;
	position: relative;
	background-color: #FFFFFF;
}
#middleLeft {
	width: 476px;
	height: 190px;
	float: left;
}
#middleRight {
	width: 239px;
	height: 190px;
	float: right;
}

/* CONTENT styles
-------------------------------------------*/
#content {
	margin: 0px auto;
	padding: 10px 14px 6px;
	min-height: 250px;
	width: 727px;
	position: relative;
	background-color: #FFFFFF;
}
#contentLeft {
	width: 476px;
	float: left;
}
#contentRight {
	width: 239px;
	float: right;
}
#contentRow {
	width: 219px;
	height: 56px;
	padding: 10px;
	background-color: #ecece9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d3d4ce;
	border-bottom-color: #d3d4ce;
	margin-bottom: 6px;
}
#contentRow Img {
	float: left;
	margin-right: 10px;
}
.clearContent {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* FOOTER styles
-------------------------------------------*/
#bottom {
	margin: 0px auto;
	padding: 0px;
	width: 755px;
}
#footer {
	margin: 0px auto;
	padding: 10px 14px 14px;
	width: 727px;
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a, #footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
}

/* DEFAULT styles
-------------------------------------------*/
#DEFcontentLeft {
	width: 526px;
	float: left;
	overflow: hidden;
}
#DEFcontentRight {
	width: 189px;
	float: right;
}
#mediaplayer {
	position: absolute;
	width: 83px;
	right: 25px;
	top: 20px;
}

/* SUB NAV */
#subnavWrapper {
	width: 189px;
	float: left;
	padding: 14px 0px;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 189px;
    background: none;
}
#subnav a {
	line-height: 18px;
	color: #9C998B;
	text-decoration:none;
}
#subnav a:hover {
	line-height: 18px;
	color: #9C998B;
	text-decoration:underline;
}
#subnav a.current {
	line-height: 18px;
	color: #9C998B;
	text-decoration:underline;
}

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
	font-weight: bold;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #8F9752;
	text-transform:uppercase;
	font-weight: bold;
}

/* 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: 526px;
	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 10px;
	font-size: 10px;
	text-decoration: none;
	color: #9C998B;
	background: url(/SiteFiles/1178/Images/breadcrumb.gif) no-repeat 0.2em;
}
#breadcrumbs a:hover {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	background: url(/SiteFiles/1178/Images/breadcrumb.gif) no-repeat 0.2em;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 10px;
	text-decoration: none;
	color: #9C998B;
	background: none;
	margin-left: -10px;}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	background: none;
	margin-left: -10px;}
#breadcrumbs a.current  {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	background: url(/SiteFiles/1178/Images/breadcrumb.gif) no-repeat 0.2em;}

/* BLOG */
.blog .textarea {
	height:150px;
	width:99%;
}
#blog-comment div p {width: 520px;}