/* BEGIN Global Styles */
@import url("../../global/CSS/global.css");

/* @group 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;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group 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%
}

/* @end */

/* @group 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;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group CONTAINERS */

#container {
	width: 100%;
	text-align: center;
}

#topFill {
	width: 100%;
	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 {
	background: url("/assets/1005/top-bg.jpg") no-repeat scroll center top #D5D7C2;
    float: left;
    height: 190px;
    text-align: left;
    width: 100%;
}

#contentContainer {
	background-color: #D5D7C2;
    float: left;
    text-align: left;
    width: 100%;
}

#mainContentContainer {
    background-color: #FFF;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

#footerContainer {
	width: 100%;
	float: left;
	text-align: left;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group CONTENT */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	background: url(/assets/1005/top-bg.jpg) no-repeat 0 center;
	height: 190px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 33px;
    position: relative;
    text-align: left;
    width: 760px;
}

#content > div.templatecontent {
	height: 190px;
    margin-top: -1px;
    overflow: hidden;
}

#content > div.templatecontent table {
	border-collapse:collapse;
}

#homeImage {
	width: 330px;
	height: 233px;
	float: left;
}

#fixedContent {
	float: left;
    height: 135px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px;
    width: 410px;
}

#homeLinks {
	color: #FFFFFF;
    float: left;
    font-size: 9px;
    height: 24px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 100%;
}

#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;
}

#mainContent-left {
	float: left;
	overflow: hidden;
	width: 460px;
}

#mainContent-right {
	float: right;
	width: 260px;
}

.i-news {
	padding-top: 3px;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group 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;
}

/* @end */
