/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}
fieldset,img {border: none;}
caption,th { text-align: left; }

body {
	background-color: #eeece3;
}

img, div { behavior: url(/SiteFiles/1150/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: #d5d2c9;
	background-color: #d5d2c9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */
body, p, div, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3b3b3b;
}
a:link, a:visited, a:active {
	color: #55909B; 
	text-decoration: none;
}
a:hover {
	color: #55909B; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: -0.06em;
	color: #5E5045;
	margin-bottom: 28px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.06em;
	color: #C88A12;
	margin-bottom: 20px;
	text-transform:uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
}
h4 {
	font-size: 16px;
	color: #3B3B3B;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #55909B;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
.search {
	position: absolute;
	top: 0px;
	right: 119px;
	width: 184px;
	height: 24px;
	background: #FCFCFC url(/SiteFiles/1150/Images/search2.gif) no-repeat 16px;
	border-left: 1px solid #817468;
	line-height: 24px;
}
.searchField {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #b4a895;
	float: left;
	padding: 0;
	margin: 5px 0 0 30px;
	border: 0;
	width: 140px;
	background: none;
	outline: none; 
}
.searchButton {
	display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- MainNav Styles */
#mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/mainnav.jpg) no-repeat;
}
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	background: none;
	text-align: center;
	width: 496px;
	height: 44px;
	overflow:hidden;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: inline;	
	text-align: center;
	line-height: 44px;
}
#mainnav a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding: 0px 8px;
}
#mainnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	display: inline;
	padding: 0px 8px;
}
* html #mainnav a, * html #mainnav a:hover { padding: 0px 12px; } /* IE 6 only hack */
html>body #mainnav a, html>body #mainnav a:hover { *padding: 0px 12px; } /* IE 7 only hack */

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
    width: 280px;
    float: left;
	margin-top: 4px;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	height: 24px;
    padding: 0;
    margin: 0;
    width: 260px;
    background: none;
}
#subnav a {
	color: #3B3B3B;
	display:block;
	text-decoration: none;
}
#subnav a:hover {
	color: #333333;
	display:block;
	text-decoration: none;
}
#subnav a.current {
	color: #333333;
	display:block;
	text-decoration: none;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */
#directoryWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #651d00;
	border-bottom: 1px solid #817468;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #651d00;
	border-bottom: 1px solid #817468;
}
#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #544539 url(/SiteFiles/1150/Images/header-wrap.jpg) no-repeat center top;
}
#middleWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #544539;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #eeece3 url(/SiteFiles/1150/Images/content-wrap.jpg) repeat-x;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------- Site Directory Styles */
#directory {
	margin: 0px auto;
	padding: 20px 0px;
	width: 944px;
    background: none;
}
#directory li {
    width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    list-style: none;
}
#directory a {
	color: #b7ae8c;
	display:block;
}
#directory a:hover {
	color: #b7ae8c;
	display:block;
}
#directory a.heading {
	color: #FFF;
	display:block;
	font-weight: bold;
}
#directory a.subheading {
	color: #FFF;
	display:block;
}

/* ----------------------------------------------------------------------------------------------------------------- Top Styles */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 24px;
	position: relative;
}
.btn-directory {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 117px;
	height: 24px;
	overflow: hidden;
	border-left: 1px solid #817468;
	border-right: 1px solid #817468;
}
.btn-directory a {
	width: 117px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1150/Images/btn-directory.gif) no-repeat;
}
.btn-directory a:hover {
	width: 117px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1150/Images/btn-directoryOn.gif) no-repeat;
}

/* ----------------------------------------------------------------------------------------------------------------- Header Styles */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 123px;
	position: relative;
}
.logo {
	position: absolute;
	top: 23px;
	left: 40px;
	width: 162px;
	height: 76px;
	overflow: hidden;
}
.logo a {
	width: 162px;
	height: 76px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1150/Images/logo.png) no-repeat;
	behavior: url(/SiteFiles/1150/Scripts/iepngfix.htc);
	cursor: pointer;
}
#login {
	position: absolute;
	top: 38px;
	right: 22px;
	width: 163px;
	height: 44px;
	background: url(/SiteFiles/1150/Images/login.jpg) no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 44px;
	padding-left: 18px;
}
#login a {
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
}
#login a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Middle Styles */
#middle {
	margin: 0px auto;
	padding: 0px;
	width: 944px;
	height: 409px;
}
#middle-top {
	width: 944px;
	height: 20px;
	float: left;
	background: url(/SiteFiles/1150/Images/middle-top.png) no-repeat;
	behavior: url(/SiteFiles/1150/Scripts/iepngfix.htc);
}
#middle-bottom {
	padding: 0px 20px;
	width: 904px;
	min-height: 389px;
	float: left;
	background: #f2f1ea url(/SiteFiles/1150/Images/middle-bottom.jpg) no-repeat;
}
#middle-left {
	width: 196px;
	float: left;
	margin-right: 15px;
}
#middle-left-nav {
	width: 196px;
	float: left;
	border-top: 1px solid #d5d2c9;
	margin-top: 8px;
}
.middle-left-new a:link, .middle-left-new a:active, .middle-left-new a:visited {
	width: 186px;
	float: left;
	border-bottom: 1px solid #d5d2c9;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #C88A12;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.middle-left-new a:hover {
	color: #544539;
	text-decoration: none;
}
.middle-left-attender a:link, .middle-left-attender a:active, .middle-left-attender a:visited {
	width: 186px;
	float: left;
	border-bottom: 1px solid #d5d2c9;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #9D9578;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.middle-left-attender a:hover {
	color: #544539;
	text-decoration: none;
}
.middle-left-resources a:link, .middle-left-resources a:active, .middle-left-resources a:visited {
	width: 186px;
	float: left;
	border-bottom: 1px solid #d5d2c9;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	color: #9D9578;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.middle-left-resources a:hover {
	color: #544539;
	text-decoration: none;
}
#middle-left-utility {
	width: 186px;
	float: left;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}
a.rss {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
	line-height: 20px;
	height: 24px;
	padding-left: 24px;
	background: url(/SiteFiles/1150/Images/rss.gif) no-repeat;
	display: block;
}
a.rss:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/rssOn.gif) no-repeat;
}
a.podcast {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
	line-height: 20px;
	height: 24px;
	padding-left: 24px;
	background: url(/SiteFiles/1150/Images/podcast.gif) no-repeat;
	display: block;
}
a.podcast:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/podcastOn.gif) no-repeat;
}
a.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
	line-height: 20px;
	height: 24px;
	padding-left: 24px;
	background: url(/SiteFiles/1150/Images/contact.gif) no-repeat;
	display: block;
}
a.contact:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/contactOn.gif) no-repeat;
}
#middle-right {
	width: 676px;
	height: 375px;
	float: left;
	background: url(/SiteFiles/1150/Images/middle-right.jpg) no-repeat;
	padding: 7px 8px 8px 7px;
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto;
	padding: 10px 20px 20px;
	width: 904px;
	background: #f2f1ea url(/SiteFiles/1150/Images/content.jpg) no-repeat bottom;
}
#content-left {
	width: 176px;
	float: left;
	margin-right: 12px;
	background: url(/SiteFiles/1150/Images/hd-latestmsg.jpg) no-repeat;
	padding-top: 36px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#content-left a {
	color: #333;
}
#content-right {
	width: 691px;
	float: left;
	overflow:hidden;
}
#content-right a img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
#content-right a:hover img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #d5d2c9;
}


/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */
#footer {
	margin: 0px auto;
	padding: 20px;
	width: 904px;
	background: url(/SiteFiles/1150/Images/footer.png) no-repeat;
	behavior: url(/SiteFiles/1150/Scripts/iepngfix.htc);
}
#footer-left {
	width: 452px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
}
#footer-right {
	width: 400px;
	float: right;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7AE8C;
}
#footer a:hover {
	color: #544539;
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
#nav-tab {
	position: absolute;
	bottom: 0px;
	right: 22px;
	width: 297px;
	height: 24px;
	background: url(/SiteFiles/1150/Images/nav-tab.png) no-repeat;
	behavior: url(/SiteFiles/1150/Scripts/iepngfix.htc);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #55909B; 
	line-height: 26px;
	text-align: center;
	overflow: hidden;
}
* html #nav-tab {
	bottom: -1px;
}
#nav-tab a {
	padding-right: 3px;
	padding-left: 3px;
}
#def-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
 	background: url(/SiteFiles/1150/Images/def-content-wrap.jpg) repeat-x;
}
#def-content {
	margin-top: 0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding: 0px;
	width: 944px;
}
#def-content-top {
	width: 944px;
	height: 20px;
	float: left;
	background: url(/SiteFiles/1150/Images/middle-top.png) no-repeat;
	behavior: url(/SiteFiles/1150/Scripts/iepngfix.htc);
}
#def-content-bottom {
	padding: 20px 40px;
	width: 864px;
	min-height: 630px;
	float: left;
	background: url(/SiteFiles/1150/Images/def-content.jpg) repeat-x;
}
#vol-content-bottom {
	padding: 20px 40px;
	width: 864px;
	min-height: 630px;
	float: left;
	background: url(/SiteFiles/1150/Images/def-content.jpg) repeat-x;
}
*html #vol-content-bottom {
	width: 944px;
}
#def-content-left {
	width: 560px;
	float: left;
}
#def-content-right {
	width: 280px;
	float: right;
	margin-top: 20px;
}
#def-content-right ul {
	margin: 5px 0px;
	padding: 0px;
}
#def-content-right ul li {
	padding: 0 0 0 16px;
	margin: 0px;
	background: url(/Assets/1150/arrow.gif) no-repeat 0em 0.5em;
	list-style: none;
}
#def-content-right-top {
	width: 280px;
	float: left;
}
#def-content-right-top ul li {
	height: 24px;
	width:200px;
}
#def-content-right-top ul li a {
	color: #3B3B3B;
}
#def-content-right-bottom {
	width: 280px;
	float: left;
	border-top: 1px solid #d5d2c9;
	margin-top: 20px;
	padding-top: 30px;
}
#def-content-body {
	width: 560px;
	float: left;
}
#def-content-body ul {
	margin: 5px 0px;
	padding: 0px;
}
#def-content-body ul li {
	padding: 0 0 0 16px;
	margin: 0px;
	background: url(/Assets/1150/arrow.gif) no-repeat 0em 0.5em;
	list-style: none;
}
.img-border {
	border: 12px solid #f1efe8;
}
.blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
	float: right;
	width: 205px;
	margin: 20px 0px 20px 20px;
}
/* ----------------------------------------------------------------------------------------------------------------- New Shell Styles */
#new-headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #a46a00 url(/SiteFiles/1150/Images/new-header-wrap.jpg) no-repeat center top;
}
#new-mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/new-mainnav.jpg) no-repeat;
}
#new-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
 	background: url(/SiteFiles/1150/Images/new-content-wrap.jpg) repeat-x;
}

/* ----------------------------------------------------------------------------------------------------------------- Attender Shell Styles */
#attender-headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #c2a748 url(/SiteFiles/1150/Images/attender-header-wrap.jpg) no-repeat center top;
}
#attender-mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/attender-mainnav.jpg) no-repeat;
}
#attender-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
 	background: url(/SiteFiles/1150/Images/attender-content-wrap.jpg) repeat-x;
}

/* ----------------------------------------------------------------------------------------------------------------- Resources Shell Styles */
#resources-headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background: #779092 url(/SiteFiles/1150/Images/resources-header-wrap.jpg) no-repeat center top;
}
#resources-mainnavWrapper {
	width: 496px;
	height: 44px;
	position: absolute;
	top: 26px;
	right: 20px;
	background: url(/SiteFiles/1150/Images/resources-mainnav.jpg) no-repeat;
}
#resources-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
 	background: url(/SiteFiles/1150/Images/resources-content-wrap.jpg) repeat-x;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Results Styles */
.pageSearchTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
}
a.pageSearchTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 29px;
	color: #9DA854;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Photo Gallery Styles */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style-type: 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 Styles */
#breadcrumbs {
	width: 560px;
	text-align: left;
	margin-bottom: 28px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#breadcrumbs li {
	padding: 0px 6px 0px 0px;
	float: left;
	background:none;
	display:inline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#breadcrumbs a {
	color: #999;
	background: url(/SiteFiles/1150/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	padding-left: 14px;
}
#breadcrumbs a:hover {
	color: #544539;
	background: url(/SiteFiles/1150/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	padding-left: 14px;
}
#breadcrumbs a.first {
	color: #999;
	background: none;
	text-decoration:none;
	padding-left: 0px;
}
#breadcrumbs a.first:hover {
	color: #544539;
	background: none;
	text-decoration:underline;
	padding-left: 0px;
}