@charset "UTF-8";

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #01430B;
	background-image: url(../nav_images/background/body-back-fall.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F3D78E;
	background-image: url(../nav_images/background/wrapper-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
#header  {
	height: 65px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
} 
.top-nav {
	font-size: 11px;
	float: right;
	height: 30px;
	width: 400px;
	margin-top: 15px;
	color: #1D1810;
	text-decoration: none;
	text-align: right;
}
.top-nav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.top-nav a:hover {
	color: #01430B;
	text-decoration: underline;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9000px;
}
#header  h1 a {
	display: block;
	height: 50px;
	width: 150px;
	float: left;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent  {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 

#mainContent li,ol,ul,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
#mainContent h1 {
	font-size: 17px;
	color:#B15039;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5D4716;	
}
#mainContent h2 {
	font-size: 14px;
	color:#00440B;
	margin-top: 5px;
}

#footer  {
	background-image: url(../nav_images/background/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 11px;
	color: #EAD796;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sub-nav {
	
	
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.sub-nav a {
	padding: 2px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	text-indent: 10px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}
.sub-nav li {
	display: inline;
}
.sub-nav a:hover {
	color: #8F6D24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #836725;
}
#MenuBar1 .mlogin a {
	background:url(../nav_images/background/login-people.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #02430B;
}
#MenuBar1 .mlogin a:hover {
	color: #FFFFFF;
	background-color: #011A04;
}
/*---------------Markers----------------*/

 #home .top-nav .home a {
	color: #0066FF;
	cursor:crosshair;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;	
 }
 #br #sidebar1 .br a,
 #foundation #sidebar1 .foundation a,
 #cal #sidebar1 .cal a,
 #partners #sidebar1 .partners a,
 #full #sidebar1 .career .fulltime a,
 #part #sidebar1 .career .part a,
 #intern #sidebar1 .career .intern a,
 #post #sidebar1 .career .jobs a,
 #peak #sidebar1 .peak a,
 #pd #sidebar1 .pd a,
 #publications #sidebar1 .publications a,
 #aquatics #sidebar1 .si .aquatics a,
 #cara #sidebar1 .si .cara a,
 #casc #sidebar1 .si .casc a,
 #ctrs #sidebar1 .si .ctrs a,
 #directors #sidebar1 .si .directors a,
 #parks #sidebar1 .si .parks a,
 #rs #sidebar1 .si .rs a,
 #scws #sidebar1 .si .scws a {
	color: #53291B;
	background-image: url(../nav_images/marker.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:crosshair;
 }
 /*---------------Markers end----------------*/
#sidebar1 img {
	margin-top: 10px;
	border: 2px solid #83651C;
}

.title {
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	vertical-align:top;
}

.eheader
{
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 54px;
	margin-top: 25px;
	letter-spacing: 0.5px;
	color: #01430B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #04A61F;
	margin-right: 20px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-bottom: 1px;
	display: block;
	width: 390px;
}

.text {
	float: left;
	position: relative;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;	
}

/*-----ticket event ---------------*/


#events .date {
	font-size: 10px;
	display: block;
	padding: 1px;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(../nav_images/background/date.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#events {
	/*background-color: #F9F6F6;*/
	list-style: none;
	width: 502px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#events li {
	display: inline;
	
}
#events a {
	display:block;
	text-deoration: none;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5A176;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 40px;
	font-weight: bold;
}
#events a:hover{
	color: #FFFFFF;
	
	
}


#iframe-background {
	height: 362px;
	width: 539px;
	padding-top: 21px;
	dding-right: 20px;
	padding-bottom: 21px;
	padding-left: 20px;
	background-image: url(../nav_images/background/events-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#iframe-background iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}#xml-slide-home {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.whats-new-header {
	background-image: url(../nav_images/background/whats-new.gif);
	text-indent: -9000px;
	height: 37px;
	width: 156px;
}

#ticket-back {
	background-image: url(../nav_images/background/ticket-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 652px;
	width: 530px;
	padding: 5px;
}
#ticket-back h1 {
	font-size: 17px;
	color: #023B0A;
	margin-top: 40pt;
	margin-left: 40pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1B88C;
	margin-right: 40px;
}
#ticket-back .info {
	font-size: 12px;
	margin-top: 1pt;
	margin-bottom: 5pt;
	margin-left: 35pt;
}
#ticket-back h2 {
	font-size: 15px;
	color: #013C0A;
	margin-right: 40pt;
	margin-left: 35pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#ticket-back .description {
	font-size: 12px;
	margin-right: 40px;
	margin-left: 35px;
}
.listBtn {
	font-size: 11px;
	width: 250px;
	text-decoration: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}
.listBtn li {
	display: inline;
	
}
.listBtn a:hover{
	color: #FFFFFF;
	background-color: #01430B;
	/**/
}
.listBtn  a {
	display:block;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: none;
	background-color: #EBD79A;
	font-size: 12px;
}
.imgRT{
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 2px;
	float: right;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	/**/
}
/*-----job list ---------------*/
.listJob {
	text-decoration: none;
	list-style-image: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-left-color: #003300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	background-image: url(../nav_images/background/jobs.gif);
}
.listJob li {
	list-style-type: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.listJob a:hover{
	color: #FFFFFF;
	background-color: #01430B;
	/**/
}
.listJob a {
	
}
.listJob .position  {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.listJob .salary  {
	
}
.listJob .web  {

}
.listJob .email  {

}
.listJob .dead  {

}
.listJob .desc  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC ;
	
}
.listJob .posted  {
background-color: #FFFFFF;
border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC ;
	color:#666666;
	font-size: 10px;
	font-style: italic;
}
.listJob .position strong {
	color:#666666;
	font-size: 10px;
	font-style: italic;
}
.listJob .phone strong {
color:#000000
}
.listJob .salary strong {
	color: #009900
}
.listJob .web strong {
color:#000000
}
.listJob .email strong {
color:#000000
}
.listJob .dead strong {
color: #FF0000
}
.listJob .desc strong {
color:#000000
}
.listJob .posted strong {
color:#000000
}.calBack {
	background-image: url(../nav_images/background/jobs.gif);
	width: 600px;
	
	border: 2px solid #1D1810;
}
/*TABLES*/ 
#one-column-emphasis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 640px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	
}
#one-column-emphasis th
{
	font-size: 13px;
	font-weight: bold;
	padding: 12px 15px;
	color: #B15039;
}
#one-column-emphasis td
{
	padding: 10px 10px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6E2AC;
	
}
.oce-first
{
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-image: url(../nav_images/background/table-row-roll.png);
	background-position: left top;
	background-color: transparent;
}
#one-column-emphasis tr:hover td
{
	cursor:crosshair;
	color: #4B4217;
	background-color: #F6E2AC;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

.postdate {
	float: left;
	position: relative;
	text-align: left;
	font-family:Courier New;
	font-size: 18px;
	font-weight: bold;	
	vertical-align:top;
	color:#FFFFFF;
}

.posttitle {
	float: left;
	position: relative;
	text-align: left;
	font-family:Courier New;
	font-size: 18px;
	font-weight: bold;	
	vertical-align:top;
	color:Olive;
}

.postedby {
	float: left;
	position: relative;
	text-align: left;
	font-family:Courier New;
	font-size: 10px;
	font-weight: bold;	
	vertical-align:top;
	color:black;
}
.addlink {
	float: right;
	position: relative;
	text-align: right;
	font-family:Courier New;
	font-size: 11px;
	font-weight: bold;	
	vertical-align:top;
	color:black;
}