/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
/* DEFAULTS */
html,body,div,ul,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-color: #4b463f;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	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/1005/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}
input, select, textarea, checkbox {
	border: 1px solid #999999;
	padding: 2px;
	color: #666666;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #D45017; 
	text-decoration: underline;
}
a:hover {
	color: #000000; 
	text-decoration: none;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

.heading {
	font-size: 20px;
	line-height: 24px;
	color: #4B463F;
}

.subheading {
	font-size: 12px;
	line-height: 14px;
	color: #669FB4;
	font-weight: bold;
}
.optionalheading {
	font-size: 12px;
	line-height: 14px;
	color: #929382;
	font-weight: bold;
	text-transform: capitalize;
}
.sideHeading {
	font-size: 12px;
	line-height: 14px;
	color: #669FB4;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-bottom: 3px;
	display: block;
}
.swcredit {
	font-size: 10px;
	color: #666666;
}
a.swcredit:link, a.swcredit:visited{color: #666666; text-decoration:none;}
a.swcredit:hover, a.swcredit:active{color: #999999; text-decoration:underline;}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #4B463F;
}
h2 {
	font-size: 12px;
	line-height: 14px;
	color: #669FB4;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	line-height: 14px;
	color: #929382;
	font-weight: bold;
	text-transform: capitalize;
}
h4 {
	font-size: 12px;
	line-height: 14px;
	color: #669FB4;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 12px;
	padding-bottom: 3px;
	display: block;
}

/* EXTRAS */
.imgBorder {
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px;
}

a.imgBorder:link, a.imgBorder:visited, a.imgBorder:active {
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px;
}

a.imgBorder:hover {
	display: block;
	padding: 2px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 10px;
}

.fullHeight {height:100%}

/* SEARCH */
#search {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 200px;
	height: 25px;
}
.searchField {
	font-size:9px;
	color: #FFF;
	width: 125px;
	border: 1px solid #9fb7b9;
	background-color: #6b878b;
	float: left;
	margin-right: 3px;
	padding: 3px;
}
.searchButton {
	font-size:9px;
	background-color: #6b878b;
	color: #FFF;
	border: none;
	cursor: pointer;
	float: left;
	padding: 3px;
}
a.pageSearchTitle {
	font-size: 12px;
	color: #929382;
	font-weight: bold;
	text-decoration: none;
}
a.pageSearchTitle:hover {
	font-size: 12px;
	color: #929382;
	font-weight: bold;
	text-decoration: underline;
}

/* SUB NAV */
#subnavWrapper {
	width: 194px;
	float: left;
	margin: 0px 0 12px;
}
#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: 194px;
    background: none;
}
#subnav a, #subnav a.first, #subnav a.last {
	line-height: 20px;
	color: #999999;
	text-decoration:none;
}
#subnav a:hover, #subnav a.first:hover, #subnav a.last:hover {
	line-height: 20px;
	color: #666666;
	text-decoration:none;
}
#subnav a.current {
	line-height: 20px;
	color: #333333;
	text-decoration:underline;
}

/* CONTAINERS */
#container{
	width: 100%;
	text-align: center;
}
#topFill {
	width: 100%;
	background:;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1005/Images/topFill.jpg) repeat-x;
}
#topContainer {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1005/Images/topBkgd.jpg) no-repeat center top;
}
#contentFill {
	width: 100%;
	float: left;
	text-align: left; 
	background: url(/SiteFiles/1005/Images/contentFill.jpg) repeat-x;
}
#contentContainer {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1005/Images/contentBkgd.jpg) no-repeat center top;
}
#mainContentContainer {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerContainer {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	height: 115px;
	position: relative;
}

#logo {
	position: absolute;
	width: 231px;
	height: 52px;
	text-align: left;
	left: 0px;
	top: 22px;
}
#logo img a  {
	display: block;
	width: 0;
}
#toplinks {
	position: absolute;
	top: 40px;
	right: 200px;
	width: 100px;
	height: 25px;
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 3px;
}
#toplinks a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
#toplinks a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}
#homeImage {
	width: 330px;
	height: 233px;
	float: left;
}
#fixedContent {
	width: 410px;
	height: 181px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#homeLinks {
	width: 410px;
	height: 24px;
	padding-top: 8px;
	padding-left: 20px;
	float: left;
	font-size: 9px;
	color: #FFFFFF;
}
#homeLinks a {
	color: #FFFFFF;
	text-decoration:underline;
}
#homeLinks a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#mainContent {
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
}
.i-news {
	padding-top: 3px;
}

/* FOOTER */
#footer {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:10px;
	color: #999999;
}
.logoBtm {
	display: block;
	border: 0px;
	float:left;
	margin-right:10px;
}

/* DEFAULT CONTENT */
#DEFtopContainer {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1005/Images/DEFtopBkgd.jpg) no-repeat center top;
}
#DEFcontentFill {
	width: 100%;
	float: left;
	text-align: left; 
	background: url(/SiteFiles/1005/Images/DEFcontentFill.jpg) repeat-x;
}
#DEFcontentContainer {
	width: 100%;
	float: left;
	text-align: left;
	background: url(/SiteFiles/1005/Images/DEFcontentBkgd.jpg) no-repeat center top;
}
#DEFcontent {
	width:760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 113px;
	text-align: left;
	background: url(/SiteFiles/1005/Images/DEFcontentBkgd.jpg) no-repeat center top;
}
#breadCrumbs {
	width: 760px;
	height: 24px;
	padding-top: 8px;
	float: left;
	font-size: 9px;
	color: #FFFFFF;
}
#contentLeft {
	margin: 0px;
	padding-right: 15px;
	width: 535px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #CCCCCC;
}
#contentLeft img {
	margin: 15px;
}
#contentRight {
	width: 194px;
	float: left;
	padding-left: 15px;
	overflow: hidden;
}

/* PHOTO GALLERY */
.photogallery ul {
	list-style-type: none;
}
.photogallery li a {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 10px 10px 0px 0px;
}
.photogallery li a:hover{
	float: left;
    border: 1px solid #999999;
	margin: 10px 10px 0px 0px;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 760px;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
* html #breadcrumbs {
	float: left;
	width: 760px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	padding: 0 0 0 10px;
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/SiteFiles/1005/Images/arrow.gif) no-repeat 0.2em;
}
#breadcrumbs a:hover {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	background: url(/SiteFiles/1005/Images/arrow.gif) no-repeat 0.2em;
}
#breadcrumbs a.first  {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: none;
	margin-left: -20px;}
#breadcrumbs a.first:hover  {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	background: none;
	margin-left: -20px;}
#breadcrumbs a.current  {
	padding: 0 0 0 10px;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/SiteFiles/1005/Images/arrow.gif) no-repeat 0.2em;}
