@charset "UTF-8";
/* CSS Document */

* 
{
	margin:0;
	padding:0;
}


#main_wrapper 
{
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



body {
	background-color: #666633;
	margin: 10px 0px 0px 0px;
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
}




p	/* body text */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	text-align: top;
}


p.parks	/* body text */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-align: top;
	padding: 10px;
}




p.center	/* centered body text & images */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000033;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	text-align: top;
}





h1  /* news+events: headings, tipping */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	color: #993300;
	margin: 0px 0px 5px 0px;
	text-align: top;
	text-align: left;
}

h2	/* news+events: date */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	margin: 0px 0px 14px 0px;
	text-align: top;
	text-align: left;
}


h3	/* news+events: subhead */
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h4	/* subheads (oxygen, terms, tipping, etc) */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin: 20px 0px 1px 0px;
	text-align: top;
	text-align: left;
}


h5	/* 1st subhead (no top margin) */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #000033;
	margin: 0px 0px 1px 0px;
	text-align: top;
	text-align: left;
}



p.runteaser
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003;
	background-color: #FFF;
	/**border-style: solid;
	border-color:#FFF;
	border: 3px;
	**/
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	text-align: left;
	text-align: top;
	
}

#teaser_box
{
	text-align: left;
	/**background-color:#996;**/
	border-color:#FFF;
	border-width:1px;
	padding: 3px;
	border-style: solid;
	margin: 0;
}

p.team
{
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}



p.footer	/* footer/copyright text */
{
	font-size: 10px;
	line-height: 12px;
	margin: 0px 30px 30px 30px;
	color: #000033;
	text-align: left;
}

p.footerparks	/* footer/copyright text */
{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	text-align: left;
	padding: 10px;
}


p.contacttop	/* contact info at the top of all pages */
{
	font-size: 11.5px;
	line-height: 12.5px;
	margin: 0px 16px 4px 0px;
	text-align: right;
}



p.partners	/* text on Partnerships page */
{
	font-size: 10px;
	line-height: 12px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}


p.small	/* smaller text, like on the bottom of the home page */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-align: top;
}


p.caption	/* smaller text, like on the bottom of the home page */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663;
	line-height: 12px;
	margin: 0;
	text-align: center;
	text-align: top;
}





a:link {  /* links */
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: 2E4927;
}
a:active {
	text-decoration: none;
}



#img_right	/* images placed on right side of page (home page,crew page, medical training, etc) */
{
	margin: 5px 0px 10px 15px;
	align: right;
	float: right;
	/*border-width:1px;
	border-color:#000033;
	border-style: solid;
	width: 225px;*/
}

#img_left	/* images placed on left side of page  */
{
	margin: 5px 15px 10px 0px;
	align: left;
	float: left;
	/*border-width:1px;
	border-color:#000033;
	border-style: solid;
	width: 225px;*/
}


img.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#center
{
text-align: center;
}

div.imagecaption
{
	float: right;
	width: 240px;
	margin: 0px 20px 4px 0px;
	display: inline;
	padding: 5px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663;
	line-height: 15px;
	text-align: center;
}

div.imagecaptionleft
{
	float: left;
	width: 240px;
	margin: 0px 0px 4px 20px;
	padding: 5px 20px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663;
	line-height: 15px;
	text-align: center;
}

div.imagecaptionvertical
{
	float: right;
	width: 183px;
	margin: 0px 20px 4px 0px;
	display: inline;
	padding: 5px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663;
	line-height: 15px;
	text-align: center;
}


#imageteam
{
	float: right;
	width: 100px;
	padding: 0px;
	display: inline;
	margin: 0px 0px 15px 15px;
	border-width:1px;
	border-color:#000033;
	border-style: solid;
}



div.facebook
{
	padding: 0px 10px 0px 0px;
	display: inline;
}




ul	/* unordered (bulleted) list */
{
	margin: 0px 0px 15px 35px;
	padding: 0;
	text-align: left;
}

ol	/* ordered (numbered) list */
{
	margin: 0px 0px 15px 35px;
	padding: 0;
	text-align: left;
}


li	/* list item */
{
	margin: 0;
	padding: 0px 0px 5px 0px;
	text-align: left;
}





#doubleborder /* text box on running page */
{
	border-style: double;
	border-width: 1px;
	color: #000033;
	padding: 10px;
}
