/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*************************** link partners *********************/

.linkPartners {
	display: none;
	color: black;
	font-weight: bold;
	font-size: 75%;
}

.a2mlBorder {
	color: black;
	font-size: 85%;
	font-weight: bold;
	border-width: thin;
}

.a2ml a:link {
	color: red;
	font-size: 75%;
}

/*************************** general classes *********************/

input, select, textarea {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
}

.inputNoBorder {
	border-width: 0px;
	border-style: none;
}

body {
	background-color: #b1de79;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
}

.submitLink {
   color: #006699;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   text-transform: uppercase;	
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
}

a {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

h1 {
	color: #334d55;
	font-size: 120%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #334d55;
	font-size: 114%;
	line-height: 114%;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #334d55;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #334d55;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	color: #334d55;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* IDs                                         */
/***********************************************/

#pageBack {
	width: 775px;
	background-color: #ffffff;
}

#content {
	width: 100%;
	padding: 0px;
}

#globalNav {
	font-size:80%;
}


#tripFinder {
	background-color: #19702b;
	margin: 5px;
	padding: 10px;
}

#tripFinderMargin {
	background-color: #19702b;
	padding: 10px;
}

#mainContent {
	margin: 0px;
	padding: 5px;
	font-size: 90%;
	border-top:1px solid #739939;
}

#secondaryContent {
	margin: 0px;
	padding: 5px;
	font-size: 90%;
}

#footer {
	font-size: 80%;
	text-align:center;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.moreinfo {
	color: #19702b;
	font-size: 110%;
	font-weight: bold;
	padding: 4px;
}

.small {
	font-size:80%;
}

.redtext {
	color: #ff0000;
}

.overNav {
	text-align:right;
	padding:5px;
}

.overNav a:link {
	color:#8fb347;
	text-decoration: none;	
}

.overNav a:visited {
	color:#8fb347;
	text-decoration: none;
}

.overNav a:hover {
	color:#19702b;
	text-decoration: underline;	
}

.landingbgs {
	background-repeat: no-repeat;
}

/******** secondNav  ******************/

.secondNav, .secondNav td {
	text-align:right;
	padding:5px;
}

.secondNav img {
	margin:0px 0px 2px 0px;
}

/************* .breadcrumbs style ***************/

.breadcrumbs{
	font-size:70%;
	padding: 2px 0px 0px 5px;
	background-color: #ffffff;
	color:#6499cb
}

.breadcrumbs a:link{
	color:#6499cb;
	text-decoration:none;
}

.breadcrumbs a:visited{
	color:#6499cb;
	text-decoration:none;
}

.breadcrumbs a:hover{
	color:#0c2d4e;
	text-decoration:none;
}

/******************* DATE STRIP ****************/

.date{
	float: right;
	text-align: right;
	font-size:80%;
	color: #6499cb;
}

/************* .subnav style ***************/

.subnav {
	font-size:80%;
	color: #19702b;
}

.subnav a:link{
	color: #19702b;
	text-decoration:none;
}

.subnav a:visited{
	color: #19702b;
	text-decoration:none;
}

.subnav a:hover{
	color:#19702b;
	text-decoration:none;
}

/*********************  leftNav  **************/

.smallmargin {
	margin: 14px 4px 4px 4px;
}

.leftNav {
	background-color: #0c2d4e;
	color: white;
	width: 175px;
}

.leftNav ul {
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 10px;
}

.leftNav ul a:link {
	color: #ffffff;
	text-decoration: none;
}

.leftNav ul a:visited {
	color: #ffffff;
	text-decoration: none;
}

.leftNav ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.leftNav ul ul {
	font-size: 100%;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 5px;
	list-style-type: disc;
	color:  #6499cb;
}

.leftNav ul ul a:link {
	color: #6499cb;
	text-decoration: none;
	list-style: inside;
}

.leftNav ul ul a:visited {
	color: #6499cb;
	text-decoration: none;
}

.leftNav ul ul a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.leftNav li {
	padding-bottom: 4px;
}

/****************** Trip Finder *****************/

.registerButton a {
	background-color: #b1de79;
	color: #19702b;
	font-size: 120%;
	padding: 5px 10px 5px 10px;
}

.tripFinder, .tripFinder a {
	background-color: #b1de79;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	width: 100%;
}

.tripFinder input {
	color: #000000;
	background: #ffffff;
	font-size: 90%;
	width: 85px;
}

.tripFinder select {
	color: #000000;
	background: #ffffff;
	font-size:80%;
	width: 112px;
}

.tripFinder th {
	font-size: 85%;
	color: #333333;
}

.tripFinder td {
	font-size: 80%;
	color: #19702b;
}

.tripFinder a {
	color:#19702b;
	float:left;
	font-size: 75%;
}

.tripFinderDates {
	font-size: 90%;
	color: #000000;
}

.tripFinderDates input, select {
	color: #000000;
	background: #ffffff;
	font-size: 90%;
	width: 60px;
}

.mapSubhead {
	color: #663333;
	font-weight: bold;
}

/******************** registration ******************/

.registration {
	color:#19702b;
	text-transform: uppercase;	
}

#reglink {
	color:#673301;
}

.registrationwait {
	color:#19702b;
}

/******************** programs ******************/

.redButton {
	width:155px;
	
	padding: 2px 5px 2px 5px;
	/* padding numbers = top : right : bottom :
left ; */
text-decoration:none;
	font-family:arial;
	font-weight:bold;
	text-align:center;
	background-color: #FF0000;
	color: white;
	font-size:12pt;
	border: 3px none red;
}

.quote {
	font-size:9pt;
	float:right;
}

.contact {
	font-size:9pt;
}

.style1 {
	font-size: 12pt;
}

.style3 {
	font-size: 1em;
}

.style4 {
	font-size: 0em;
}

li.alp {
	font-size:10pt;
	top: auto;
}

td.two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	background-color: #E4D0B5;
	vertical-align: top;
	text-align: center;
}

td.three {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000000;
	background-color: white;
	vertical-align: top;
	text-align: left;
}

td.four {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	vertical-align: text-top;
	text-align: left;
}

/******************** footer ******************/

.footer {
	text-align: center;
	font-size: 80%;
	padding: 5px;
	border-top: 1px solid #739939;
}

#subHomeNav {
	background-color: #ffc000;
	padding: 0px 5px 0px 5px;
	color: #ffffff;	
}

/******************** get involved ******************/

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
 .volunteerdate {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
}

.filetype {
	font-size:7pt;
	text-align:center;
}

/******************** support wi ******************/

td.donate_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

td.donate_hdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006633;
	font-weight:bold;
}

td.donate_story {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006633;
}

td.donate_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#669933;
	font-weight:bold;
}

/******************** support wi ******************/

.sm {
	font-size: 11px;
	line-height: normal;
	background-color: #CCCCCC;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #FFFFFF;
}

/*********************  landingNav  **************/

.landingNav {
	font-size:100%;
}

/*********************  form validation  **************/

.inputRequired {
	color: #6499cb;
	font-weight: bold;	
}

/*********************  intranet  **************/

.loginError {
	color: #673301;
	font-weight: bold;	
}

.eventList {
	background-color: #b1de79;
}

/*************************** hide / display content *********************/

.hidecontent {
	display: none;
}

/*************************** trip printing *********************/

td.print_main_hdr {
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	background-color:#277437;
	color:#ffffff;
	padding-left:5px;
}

td.print_sub_hdr {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	background-color:#277437;
	color:#ffffff;
	padding-left:5px;
	height:15px;
}

td.print_text {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
}

td.print_ftr {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	background-color:#277437;
	color:#ffffff;
	text-align:center;
}

td.print_header {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	color:#277437;
	text-align:center;
}

/*************************** trip printing *********************/

.noWrapWhite {
	color: white;
	white-space: nowrap;
}

/*************************** image alighment *********************/

.imgRight {
	float:right;
	padding-left:5px;
}

.imgLeft {
	float:left;
	padding-right:3px;
}

/*************************** form elements *********************/

	input.btn {
	color:#19702B;
	font: bold 150% 'trebuchet ms',helvetica,sans-serif;
	background-color:#B1DE79;
	border: 2px solid;
	border-color: #696 #363 #363 #696;
	  	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	cursor: pointer;
	} 

input.btnred {
	color:#FFFFFF;
	font: bold 120% 'trebuchet ms',helvetica,sans-serif;
	background-color:#990000;
	border: 2px solid;
	border-color: #990000;
	  	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	cursor: pointer;
	} 
	
	
input.btntxt {
	background-color:transparent;
	border: 0;
	cursor: pointer;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	text-decoration: underline;
	} 
