/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
	          style.css
	    BlueTrip CSS Framework
	Put your custom styles in here.
***************************************/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black        #000
- white        #fff
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	background-color: #D6A638;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
}

#content2 h1, #content3 h1 {
	color: #0E6C4A;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: left;
	line-height: 1.25em;
}

#content2 h2, #content3 h2 {
	color: #0E6C4A;
	margin: 0;
	font-size: 1.5em;
	padding: 0 0 1em 0;
	text-align: left;
	line-height: 1.25em;
}

#content2 h2 a, #content3 h2 a, #content2 h2 a:link, #content3 h2 a:link {
	text-decoration: none;
}

#content2 h2 a:hover, #content3 h2 a:hover, #content2 h2 a:focus, #content3 h2 a:focus {
	color: #000;
	text-decoration: underline;
}
	
#content2 h3, #content3 h3 {
	color: #69B948;
	margin: 0;
	font-size: 1.3em;
	padding: 0 0 1em 0;
	text-align: left;
	line-height: 1.25em;
}

#content2 h3 a, #content3 h3 a {
	text-decoration: none;
}

#content2 h3 a:hover, #content3 h3 a:hover, #content2 h3 a:focus, #content3 h3 a:focus {
	color: #000;
	text-decoration: underline;
}

#content2 em, #content3 em {
	/* color: #000; */           /* C Racz - This made NO sense to have em define a color, it is only an italic styling... WTF? */
	/*font-style: normal;*/      /* C Racz - This made NO sense to have em be normal??? WTF? */
	/*font-weight: 900;*/        /* C Racz - This is unnecessary because it is the same weight as 'normal' text */
	/*font-size: 105%;*/
}

address {
	/*border-bottom: 1px solid #999;*/
	padding-bottom: 18px;
	text-align: left;
}
	
/**************************************/
/*              LAYOUT                */
/**************************************/

html, body {
	height: 100%;
}

body {
	padding: 0;
	text-align: center;
}

body > #globalContainer {        /* C Racz - I didn't change this, but this is odd code since body > is completely unnecessary for #container... if this fixes a browser quirk, it should be documented as such */
	height: auto;
	min-height: 100%;  
}

#globalContainer {
	margin: 2em auto;
	padding: 0;
	text-align: left;
	min-width: 1014px;	/* Min resolution should not be so big, but a 3-column header requires it... can adjust design if users are unhappy*/
	max-width: 1100px;
}

#mainWrapper {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px 20px 20px 20px;
	min-height: 600px;
	line-height: 150%;
}

#contentWrapper {
	position: relative;
	padding: 0;
	margin: 0;
}

#content2, #content3 {
	height: 100%;
}

#content2 ul li, #content3 ul li,
#content2 ol li, #content3 ol li {
	margin-top: 1.5ex;
	margin-bottom: 1.5ex;
}

#content2 {
	margin: 0 0 0 24%;
	padding: 0px 10px 0px 20px;
}

#content3 {
	margin: 0 210px 0 24%;
	padding: 0px 20px 0px 20px;
}

#leftSidebar, #rightSidebar {
	height: 100%;
}

#leftSidebar {
	margin: 0;
	width: 22%;
	float: left;
	margin: 0 1em 1em 0;
}

#rightSidebar {
	float: right;
	padding: 0;
	width: 200px;
}

.center {
	width: 100%;
	text-align: center;
}

.indentA {
	margin-left: 18ex;
}

.sideFig {
	margin: 0;
	padding: 0;
	color: #777;
	width: 170px;
	font-size: 75%;
	line-height: 1.2em;
	display: inline-block;
	text-align: left;
}
img.sideFig {
	height: 170px;
}

.imgSpaceTB {
	line-height: 1.75ex;
	margin-top: 1em;
	margin-bottom: 1em;
}

.imgSpaceLR {
	margin-left: 1em;
	margin-right: 1em;
}

/**************************************/
/*              HEADER                */
/**************************************/

#headerWrapper {
	position: relative;
	margin: 0;
	padding: 0;
	height: 197px;
	background: #FFFFFF;
}

#header {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	background:#ffffff url('../img/Top-Shadow-Full.jpg') repeat-x top;
}

.logoWrapper {
	display: block;
	margin: 0;
	padding: 0;
	height: 195px;
}

#headerLeft {

}

#headerRight {
   position: absolute;
   top: 0;
   right: 0;
}

#search-box {
	position: absolute;
	top: -1.5em;
	right: 0;
	color: #FFFFFF;
}

#cse-search-box {
	display: inline-block;
}

#headerTextList {
	display: inline-block;
	padding-right: 1em;
}

#headerTextList ul {
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}

#headerTextList li {
	display: inline-block;
	list-style-type: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 150%;
}

#headerTextList ul {

}
#headerTextList li.separated {
	border-right: 1px solid white;
}

#headerTextList li em {
	color: white;
	letter-spacing: .1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#headerTextList li a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

#headerTextList li a:hover, #headerTextList li a:focus {
	color: white;
	text-decoration: underline;
}

#textSize {
	display: inline;
	margin: 0px -3px 0px -5px;
	padding: 0;
	font-size: 50%;
}

#headerTextList .textSizeLink {
	text-decoration: none;
}

#textSize li {
	display: inline;
	list-style-type: none;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	margin-left: 3px;
	margin-right: 0px;
	border-left: none;
	background-color: #0E6C4A;   
}

#textSize li:hover, #textSize li:focus {
	background-color: #000000;
}

#smallerTextSize a {
	font-size: 60%;
}

#defaultTextSize a {
	font-size: 85%;
}

#largerTextSize a {

}

#headerTabNav {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 0 20px;
	width: 390px;
	background-color: #D6A638;
	padding: 6px 0px 7px 7px;
	/*min-height: 19px;*/
	/*max-height: 19px;*/
	height: 20px;
}

#headerTabNav li {
	display: inline;
	list-style: none;
}

#headerTabNav li a {
	text-decoration: none;
	color: white;
	background-color: #0E6C4A;
	border: 2px solid white;
	padding: 2px 6px 2px 6px;
}

#headerTabNav li a:hover, #headerTabNav li a:focus {
	background-color: #075085;
}

#headerNavCorner {
	position: absolute;
	bottom: 0;
	left: 413px;
}

#headerRightBar {
	width: 1600px;
	height: 9px;
	border: solid 1px red;
	bottom: 0;
	margin: 0;
	padding: 0;
}

#headerNavDashBar {
	position: absolute;
	bottom: 0;
	right: 0;
}
/**************************************/
/*           BREADCRUMBS              */
/**************************************/

#breadcrumbs {
	margin: 0 0 0 0;
	padding: 0.5ex 0 1.5ex 0;
	position: relative;
}

#breadcrumbs #breadcrumbList {
}

#breadcrumbs #breadcrumbList li {
	display: inline;
	background-color: black;
	text-decoration: none;
}
/**************************************/
/*             SIDEBARS               */
/**************************************/

.leftNavigation, .rightNavigation, .rightPictureBox {
	background-color: #E4F0DA;
	margin: 0;
	padding: 0;
}

.navBarTitleLeft, .navBarTitleRight {
	text-align: center;
	color: white;
	font-size: 1.4em;
	width: auto;
	padding: 0;
	margin: 0px 0px 15px 0px;
	background-color: #0E6C4A;
}

.navBarBottomLeft, .navBarBottomRight, #pictureBoxTitle, #pictureBoxBottom {
	text-align: center;
	font-size: 1.4em;
	color: #075085;
	width: auto;
	padding: 0;
	margin: 0px 0px 15px 0px;
	background-color: #0E6C4A;
}

.navBarBottomRight, .navBarBottomRight a, #pictureBoxBottom, #pictureBoxBottom a {
	text-decoration: none;
	color: #E4F0DA;
}

.ExtranetBarTitle, .ExtranetBarBottom {
	background-color: #D66B0F;
}

.ExtranetBarBottom {
	color: #D66B0F;
}

.navBarBottomRight, #pictureBoxBottom {
	font-size: 0.8em;
}

.leftNavBar {
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

.leftNavBar li {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 3px;   
}

.leftNavBar li a {
	display: block;
	height: auto;
	text-decoration: none;
	color: #0E6C4A;
}

.leftNavBar li a:hover, .leftNavBar li a:focus {
	text-decoration: none;
	background-color: #075085;
	color: white;
	padding-left: 10px;
}

#rightNavBar {
	padding: 0px 15px 15px 15px;
	margin: 0px;
}

#rightNavBar li {
	text-align: left;
	font-size: 2em;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	color: #0E6C4A;
}

#rightNavBar li a {
	display: block;
	width: auto;
	font-size: 50%;
	text-decoration: none;
	color: #0E6C4A;
	margin: 0px 0px 0px -2px;
}

#rightNavBar li a:hover, #rightNavBar li a:focus {
	text-decoration: none;
	background-color: #075085;
	color: white;
	padding-left: 10px;
}

#leftPicture {
	width: 170px;
	height: 170px;
	margin: 20px 13px 0px 13px;
	border: 4px groove white;
}

#rightPictureBox h2 {
	margin: -10px 0px 0px 15px;
	text-align: left;
	font-size: 1.2em;
	color: #0E6C4A;
	float: left;
	font-weight: 600;
	max-width: 125px;
}

#rightPicture {
	width: 170px;
	height: 170px;
	margin: 0px 13px 0px 13px;
	border: 4px solid white;
}

#rightPictureIcon {
	margin: -7px 13px 0px 5px;
	float: right;
}

#loginBar {
	margin: -7px 0px 0px 0px;
}

#loginBar li {
	list-style: none;
	/*background-color: #69B948;*/
	background-color: #4b8534;  /*Changed background on this so that the contrast ratio would be 4.5. Now meets WCAG 2.0 AA specs*/
	margin: 0px;
	text-align: center;
	font-size: 120%;
}

#loginBar li a {
	margin: 0px;
	color: white;
	text-decoration: none;
	display: block;
	border: 1px solid black;
	//text-shadow: -1px 0 #355f25, 0 1px #355f25, 1px 0 #355f25, 0 -1px #355f25;
	padding-bottom: 4px;
}

#loginBar li a:hover, #loginBar li a:focus {
	margin: 0px 0px -2px 0px;
	color: white;
	text-decoration: none;
	display: block;
	border: 2px outset white;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content2, #content3 {
	background-color: #FFFFFF;
	text-align: left;
}

#contentWrapper p, 
#contentWrapper address {
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 1em;
	text-align: left;
}
	ul.secondaryMenu {
	text-align: left;
	list-style: none;
}

ul.secondaryMenu li {
	font-size: 125%;
}

ul.secondaryMenu li a {
	/* display: block; */
	display: inline-block;    /* C Racz - changed because block was spanning the entire width of content making icon placement strange */
	margin: 10px 0px;
	padding: 5px 25px 5px 5px;    /* C Racz - adjusted to accomodate icon placement */
	text-decoration: none;
}

ul.secondaryMenu li a:hover, ul.secondaryMenu li a:focus {
	background-color: #eee;
	text-decoration: none;
	color: #000;
}

ul.secondaryMenu li a:visited {
	color: #3366CC;
}

.topDeco {
	border-bottom: 1px solid #CCCCCC;
}

.rightDeco {
	border-right: 1px solid #CCCCCC;
}

.spacerCludge {   /* C Racz - cludge to make the visual people happy on one page type :[  */
	padding: 0; 
	margin: 0; 
	width: 50%; 
	text-align: center;
	height: 1em;
}

.spacer {   /* C Racz - cludge to make the visual people happy on one page type :[  */
	padding: 0; 
	margin: 0; 
	width: 50%; 
	height: 1em;
	clear: both;
}

#stateList li {
	display: inline;
	list-style-type: none
	margin: 0;
	padding: 0;
	color:#FFF
}

#bottomContent {
	background-color: #FFFFFF;
	text-align: center;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer, #footerTop, #footerMid, #footerBottom {
	position: relative;
	width: 100%;
}

#footer {
	position: relative;
	background-color: #D6A638;
	text-align: right;
	width: 100%;
}

#footerTop {
	font-size: 90%;
	background-color: #FFFFFF;
	color: #777;
	margin: 0;
	padding: 0;
	height: 6em;
}

#footerText {
	text-align: center;
	line-height: 1.5em;
	clear: both;
}

#footerLeft {
	position: absolute;
	bottom: 0;
	left: 0;
}

#footerMid {
	background: #FFFFFF url('../img/Corner-LowerLeft.jpg') no-repeat bottom left;
	height: 23px;
}

#footerBottom {
	text-align: right;
	margin: 0;
	padding: 0;
	height: 23px;
}

#footerNav {
	position: absolute;
	background-color: #D6A638;
	width: 400px;
	height: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
}

#footerNavList {
	width: 400px;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #C2D5E2;
}

#footerNavList ul, #footerNavList li, #footerNavList li a, #footerNavList li a:hover, #footerNavList li a:focus {
	display: inline-block;
}

#footerNavList li {
	background-color: #C2D5E2;
	padding: 0;
}

#footerNavList li a, #footerNavList li a:hover, #footerNavList li a:focus {
	padding: 0 1.5em;
}

#footerNavList li a {
	background-color: #C2D5E2;
	color: #000000;
	text-decoration: none;
}

#footerNavList li a:hover, #footerNavList li a:focus {
	background-color: #0E6C4A;
	color: white;
	text-decoration: none;
}

#footerNavRightCorner, #footerNavLeftCorner {
	position: absolute;
	bottom: 0;
}

#footerNavRightCorner {
	right: 0;
}

#footerNavLeftCorner {
	left: 0;
}
	/* Styles for floating images, block level items */
.rightFloat, .leftFloat {
	text-align: center; font-style: italic; font-size: 90%
}
.rightFloat {
	margin: 1ex 2.5ex 2ex 2ex; float: right;
}
.leftFloat {
	margin: 1ex 2ex 2ex 1ex; float: left;
}
	div.socialNetwork {
	text-align: center;
	margin-top: 2em;
}

img.socialNetwork {
	margin-left: 1.5ex;
	margin-right: 1.5ex;
}
	/**************************************/
/*            Contact Form            */
/**************************************/

span.formLabel, .formSpacer
{
	display: inline-block;
	font-weight: bold;
	width: 18ex;
	vertical-align: text-top;
}

div.formLine
{
	text-align: left;
	vertical-align: text-top;
}

div.formLine textarea
{
	vertical-align: text-top;
}
	/**************************************/
/*            Accessibility           */
/**************************************/

a.u2:focus, a.u2:active
{
	    padding: 0.5em;
	    background-color: #000000;
	    color: #FFFFFF;
	    display: inline;
	    height: 2.5em;
	    left: 00px;
	    margin-top: 0em;
	    padding-left: 15px;
	    position: absolute;
	    top: 0px;
	    width: 13.8em;
}

.u2, .invisible, .anchor
{
	    display: inline;
	    height: 0px;
	    left: -3000px;
	    position: absolute;
	    top: -2000px;
	    width: 0px;
	    z-index: 200;
}
/**************************************/
/*             Directories            */
/**************************************/
	.listing
{
	    margin-bottom: 3em;
}
/**************************************/
/*      Communities of Interest       */
/**************************************/

.calendar_coi {
	border-width: 0;
	width: 90%;
	height: 600px;
}

