/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* @group DEFAULTS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #55A7D6 url(/sitefiles/1343/Images/bg.jpg) no-repeat top center;
}

img, div { behavior: url(/SiteFiles/1343/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/1343/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* @end */

/* @group TYPE */
body, p, div, ul, li, td {
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Tahoma, "Lucida Grande", Arial, Sans-Serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
}
.templatecontent, .templatecontent p {font-size: 16px;}
a:link, a:visited, a:active {
	color: #8CC63F; 
	text-decoration: none;
}
a:hover {
	color: #8CC63F; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: "Myriad Pro", sans-serif;
	font-size: 72px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333333;
}
h2 {
	color:#B3B3B3;
	font-size:28px;
	font-style:italic;
	font-weight:bolder;
	line-height:32px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

/* @end */

/* @group SEARCH */
#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcece;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchPanel {
	float: right;
}
.searchField {
	background:transparent url(/SiteFiles/1343/Images/search-field.png) no-repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	height:26px;
	padding-bottom:0;
	padding-left:12px;
	padding-top:5px;
	width:153px;
}
img, .searchField { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
.searchButton {
	background:transparent url(/SiteFiles/1343/Images/search-button.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	float:left;
	font-size:0;
	height:26px;
	line-height:0;
	margin-left:-12px;
	text-indent:-1000px;
	width:41px;
}
img, .searchButton { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }

/* @end */

/* @group MAIN NAV */
ul#mainnav {margin-top: 15px;}
#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 35px 0px 0px;
	margin: 0px;
	float: left;
	background: none;
}
#mainnav a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#mainnav a:hover {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#mainnav a.current {color: #8CC63F;}
/*
Sets the properties of the dropdown links. 
Keeping the padding the same throughout should eliminate any blinking issues on ie.
*/
#mainnav ul li a   {
	color: #333333;
	text-align:left;
	padding: 6px 16px 6px 16px;
	background-color: #102A47;
}

/*
Turns off the li within the dropdown.
*/
#mainnav ul li li  {display:none;}

/*
Sets the properties of the dropdown link that is currently loaded. OPTIONAL!
*/
#mainnav ul li a.current  {
}

/*
Sets width for dropdown box and the links inside - in proportional em units. 
This allows the dropdown width to expand if users resize the text in their browsers.
*/
#mainnav li ul, #mainnav ul li  {
	width: 12em;
}

/*
Sets the properties of each dropdown box.
Positioned Absolutely to allow them to appear below their root trigger. 
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
*/
#mainnav li ul {
	background-color:#102A47;
	display:none;
	margin-left:-16px;
	padding-top:15px;
	position:absolute;
	z-index:1000;
}

/*
The first selector sets the top-level link hover display. The second selector sets properties 
when top-level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {
	color: #8CC63F;
}

/*
The first selector sets the dropdown to be visible when its associated
top-level link is moused over. The second selector is assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}

/*
The first selector sets the text color of the dropdown links when the top-level
menu items are moused over. The second selector is assigned to IE5 and IE6 via 
the P7_ExpMenu script. The color should match the normal dropdown link color
in the rule: #mainnav ul li a. The background color must be
transparent if any background needs to show through from the UL .
*/
#mainnav li:hover ul a, #mainnav li.p7hvr ul a {
	color: #FFF;
}

/*
Sets the normal hover state for dropdown links. The "Important" directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#mainnav ul a:hover {
	background-color: #102A47!important;
	color: #8CC63F!important;
}

/*
Clears the floated menu items.
Assigned to a BR tag placed just after the main nav closing ul.
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. 
*/
#mainnav li {
	width: auto;
}

/* @end */

/* @group SUB NAV */
#subnavWrapper {
    background-color:#1F1C1D;
	float:right;
	width:226px;
}
#subnavWrapper p {display: none;}
#subnavWrapper h2 {
	background:transparent url(/sitefiles/1343/Images/headline-bg.gif) repeat-x scroll center top;
	height:40px;
	line-height:20px;
	padding:22px 0 0 22px;
}
#subnavWrapper h2 a {
	color:#000000;
	font-size:24px;
	font-weight:bold;
}
#subnav {
    list-style: none;
    margin:14px 0;
	padding:0;
}
#subnav li {
	font-size:16px;
    padding: 0;
    margin: 0;
    width: 226px;
    background: none;
}
#subnav a {
	color: #8CC63F;
	display:block;
	padding:6px 30px;
	text-decoration: none;
}
#subnav a:hover {
	color: #FFF;
	display:block;
	padding:6px 30px;
	text-decoration: none;
}
#subnav a.first {
	color: #8CC63F;
	display:block;
	padding:6px 30px;
	text-decoration: none;
}
#subnav a.first:hover {
	color: #FFF;
	display:block;
	padding:6px 30px;
	text-decoration: none;
}
#subnav a.current {
	color: #FFFFFF;
	display:block;
	padding:6px 30px;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group WRAPPERS */
#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#mainnavWrapper {
	float: right;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#default-contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 20px;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* @end */

/* @group TOP */
#top {
	margin:65px auto 20px;
	padding: 0px;
	width: 976px;
	height: 50px;
	position: relative;
	background-color: #102A47;
}
#logo {
	float: left;
	width: 230px;
	height: 162px;
	margin: 0px;
	position: absolute;
	top:-56px;
	z-index: 200;
}
#logo a {
	background:transparent url(/sitefiles/1343/Images/logo.png) no-repeat scroll left top;
	display:block;
	font-size:0;
	height:162px;
	line-height:0;
	overflow:hidden;
	text-indent:-1000px;
	width:230px;
}
img, #logo a { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }

/* @end */

/* @group HEADER */

img.slideshow1-link {
	position:absolute;
	right:0px;
	top:155px;
}
img.slideshow2-link {
	position: absolute;
	right:0px;
	top:282px;
}
img.slideshow3-link {
	position: absolute;
	right:0px;
	top:409px;
}
a#slide-jump1, a#slide-jump2, a#slide-jump3 {
	color:#8CC63F;
	cursor:pointer;
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Tahoma,"Lucida Grande",Arial,Sans-Serif;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
a#slide-jump1:hover, a#slide-jump2:hover, a#slide-jump3:hover {
	color:#FFF;
	text-decoration:none;
}
a#slide-jump1 {
	padding:77px 8px 14px 14px;
	position:absolute;
	right:0;
	top:70px;
	width:140px;
}
a#slide-jump2 {
	padding:77px 8px 14px 14px;
	position:absolute;
	right:0;
	top:197px;
	width:140px;
}
a#slide-jump3 {
	padding:77px 8px 14px 14px;
	position:absolute;
	right:0;
	top:324px;
	width:140px;
}

/* @group Slideshow Jquery */

#slideshowWrapper {
	margin:0 auto 20px;
	width:976px;
}
#slideshow-wrap {
	background:transparent url(/sitefiles/1343/images/slideshow-wrap.png) no-repeat scroll right top;
	height:42px;
	left:-9px;
	position:absolute;
	top:512px;
	width:9px;
}
img, #slideshow-wrap { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }

.anythingSlider {
	width: 976px;
	height: 450px;
	float: left;
	margin: 0 auto 0px;
}
* html .wrapper ul li a {margin-left: 40px;}
.anythingSlider .wrapper {
	width: 815px;
	height: 450px;
	overflow: auto;
	margin: 0px;
	top: 0;
	left: 0;
	float:left;
}
* html .anythingSlider .wrapper {
	margin-left: -40px;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	margin: 0;
}
* html .anythingSlider .wrapper ul {
	left: -40px;
}
.anythingSlider .wrapper ul, .anythingSlider .wrapper li {
	margin: 0;
	padding: 0;	
}
.anythingSlider ul li {
	background-color:#222020;
	display:block;
	float:left;
	height:443px;
	margin:0;
	padding:0;
	width:815px;
}
#thumbNav {
	float:right;
	width: 161px;
	text-align: center;
	margin: 0;
}
#thumbNav li {padding:0;}
#thumbNav a {
	background:transparent url(/sitefiles/1343/images/slideshow-current-tab-off.png) no-repeat scroll left top;
	color:#8CC63F;
	display:inline-block;
	font-size:0;
	height:42px;
	line-height:0;
	margin:0 2px 0 0;
	padding:85px 20px 0 12px;
	text-align:left;
	width:128px;
}
img, #thumbNav a { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
#thumbNav a.cur {
	background: transparent url(/sitefiles/1343/images/slideshow-current-tab-on.png) no-repeat top left;
}
img, #thumbNav a.cur { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
#start-stop {
	display: none;
}
a.arrow-forward, a.arrow-back {display: none;}

/* Prevents */
.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }

/* @end */
/* @end */



/* @group CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px auto 20px;
	padding:15px;
	width:946px;
	background: transparent url(/sitefiles/1343/Images/content-wrapper-bg.png) repeat;
}
* html #content {background-color:#1D71A0; }
#content-left {
	float: left;
	width: 50%;
	min-height: 400px;
}
#header {
	margin:0 auto 20px;
	width:976px;
}
.header {
	background: transparent url(/sitefiles/1343/Images/headline-bg.gif) repeat-x center top;
	height: 63px;
	width: 100%;
}
.header h2 {
	color:#000000;
	font-size:24px;
	font-weight:bold;
	padding:22px 0 0 22px;
}
#content-right {
	float: right;
	width: 50%;
	min-height: 400px;
}
#contentRight img {
	float: left;
}
#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1343/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}
#contentRightBtm img {
	float: none;
}

/* @group CALENDAR */
#calendar {
	background:#1F1C1D url(/sitefiles/1343/images/calendar-bottom.gif) no-repeat scroll center bottom;
	width:465px;
}
div.upcoming-events-wrapper {
	margin:0;
	padding:0;
}
.upcoming-events-wrapper ul {
	margin: 0;
	padding: 0;
}
.upcoming-events-wrapper li {
	border-bottom:1px solid #333234;
	min-height:40px;
	padding:16px 0;
}
* html .upcoming-events-wrapper li {
	padding: 6px;
}
.upcoming-events-wrapper ul li div {margin-left:70px;}
.upcoming-events-name {
	margin: 0;
	padding: 0;
}
.upcoming-events-name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}
.upcoming-events-description {
	margin:0 0 0 70px;
}
.upcoming-events-weekday {display:none;}
.upcoming-events-time {display:none;}
p.upcoming-events-date {
	background:transparent url(/sitefiles/1343/images/calendar-date-bg.png) no-repeat scroll left center;
	clear:left;
	float:left;
	height:36px;
	margin:0 14px 0 20px;
	text-align:center;
	width:35px;
}
* html p.upcoming-events-date {
	margin-left: 10px;
}
img, p.upcoming-events-date { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
.upcoming-events-month {
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}
span.upcoming-events-date {
	color:#8CC63F;
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-top:-12px;
}
.upcoming-events-view-link {
	margin:14px 0 0 15px;
	padding-bottom:11px;
}
/* @end */

/* @group SIGN UP */

#signup-wrapper {
	background:#1F1C1D url(/sitefiles/1343/images/signup-bottom.gif) no-repeat scroll center bottom;
	margin-left:7px;
	width:465px;
}
.signup-label {
	float: left;
	margin:34px 0px 34px 30px;
}
.signupPanel {
	float: right;
	margin:32px 30px 32px 0;
}
* html .signupPanel {
	margin-right: 0px;
	padding-right: 20px;
}
.signupField {
	background:transparent url(/sitefiles/1343/images/signup-field.png) no-repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	height:21px;
	padding:5px 0 0 9px;
	width:145px;
}
img, .signupField { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
.signupButton {
	background:transparent url(/sitefiles/1343/images/signup-button.png) no-repeat scroll 0 0;
	border:medium none;
	color:transparent;
	cursor:pointer;
	font-size:0;
	height:30px;
	line-height:0;
	margin-left:-3px;
	text-indent:-1000px;
	width:68px;
}
img, .signupButton { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }

/* @end */

/* @group NEWS ARTICLES */
#news-articles {
	background:#1F1C1D url(/sitefiles/1343/images/news-articles-bottom.gif) no-repeat scroll center bottom;
	float:left;
	height:256px;
	margin-bottom:15px;
	margin-left:7px;
	width:226px;
}
.recent-news-wrapper ul {
	margin:0;
	min-height:142px;
	padding:0;
}
.recent-news-wrapper ul li {
	background:transparent url(/sitefiles/1343/images/news-articles-bg.png) no-repeat scroll 10px center;
	border-bottom:1px solid #333234;
	height:61px;
	padding:5px 0 5px 10px;
}
* html .recent-news-wrapper ul li {
	background-position: 10px 10px;
}
img, .recent-news-wrapper ul li { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
.recent-news-wrapper li a {margin-top: 10px;}
.recent-news-wrapper li a, .recent-news-wrapper li span {
	display:block;
	line-height:20px;
	margin-left:43px;
	padding-right:12px;
}
.recent-news-view-link {
	margin: 15px 0 0 15px;
}
* html .recent-news-view-link {
	margin-top: 6px;
}
.recent-news-view-link a, .upcoming-events-view-link a {
	background: transparent url(/sitefiles/1343/images/view-bullet.gif) no-repeat left center;
	padding-left:15px;
}

/* @end */

/* @group SAY SO */

#say-so {
	background:#1F1C1D url(/sitefiles/1343/images/sayso-bottom.gif) no-repeat scroll center bottom;
	width: 226px;
	float: right;
	margin-bottom:15px;
}
#say-so div.templatecontent {
	height:167px;
	margin-bottom:26px;
	overflow:hidden;
}

/* @end */

/* @end */





/* @group FOOTER */
#footer {
	margin: 0px auto;
	padding:30px 0 0;
	width: 976px;
	color: #000;
	background: transparent url(/sitefiles/1343/images/footer-shadow.png) no-repeat center top;
}
img, #footer { behavior: url(/SiteFiles/1343/Scripts/iepngfix.htc); }
#footer-left {
	float: left;
	width: 50%;
	color: #000;
	font-size: 14px;
}
#footer strong {
	font-size: 16px;
	line-height:12px;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #FFF;
}
#footer-right {
	float: right;
	width: 50%;
}
.footerRight {
	float: right;
	margin-right: 18px;
	color: #000;
}
#social-links {
	color: #000;
	float: left;
}
#sw-cred {
	text-align: center;
	margin:120px 0 10px;
}
#sw-cred a {
	color: #FFF;
	text-decoration: none;
}

/* @end */

/* @group DEFAULT Styles */

#default-content-left {
	float: left;
	width: 706px;
	min-height: 400px;
}
#default-content-right {
	float: right;
	width: 226px;
	min-height: 400px;
}
#default-header {
	margin:0 auto;
	width:976px;
}
#default-content {
	background:#000000 url(/sitefiles/1343/images/default-content-bg.gif) repeat scroll 0 0;
	min-height:350px;
	padding:70px;
	width:566px;
}
#whoweare {
	background:#1F1C1D url(/sitefiles/1343/images/sayso-bottom.gif) no-repeat scroll center bottom;
	width: 226px;
	float: right;
}
#whoweare div.templatecontent {margin-bottom:26px;}
.bottom {
	background:transparent url(/sitefiles/1343/images/news-articles-bottom.png) no-repeat scroll center bottom;
	float:right;
	height:49px;
	margin-bottom:20px;
	width:226px;
}

/* @end */



/* @group 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;
}

/* @end */

/* @group 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;
}

/* @end */

/* @group BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	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 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1343/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1343/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1343/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}

/* @end */