/* 

This CSS stylesheet deals purely with the graphical styles of content block elements
on the subpages.

For phyiscal layout of the subpages, see see sp_layout.css 

Also note that there is a stylesheet for the popups - similar color branding is used on these pages but the layout and sizing are different.  Any changes to color here should also be made there.

*/

/* NOTE THAT THE FIXED FONT SIZE AND FAMILY ARE DEFINED IN sp_layout.css */

/* general link styles; note that the Group Fitness schedules also have a link style that only specify a font size, since the links are h3's instead of plain text.  */

a:link {
color:#00209f;
font-weight:bold;
text-decoration:underline;
}

a:visited {
color:#0f4d22;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#d3005f;
font-weight:bold;
text-decoration:none;
}

#left_nav a:link {
color:#00209f;
font-weight:bold;
text-decoration:none;
}

#left_nav a:visited {
color:#00209f;
font-weight:bold;
text-decoration:none;
}

#left_nav a:hover {
color:#d3005f;
font-weight:bold;
text-decoration:none;
}

.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
} 

a.skip_banner, a.skip_banner:hover, a.skip_banner:visited {
font-size:5%;
color:#ffffff;
position:absolute;
left:0px;
top:-500px;
} 

a.skip_nav, a.skip_nav:hover, a.skip_nav:visited {
font-size:5%;
color:#ffffff;
position:absolute;
left:-500px;
} 

a.skip_footer, a.skip_footer:hover, a.skip_footer:visited {
font-size:5%;
color:#ffffff;
}

/* left nav styles Note that all styles are based on their specific divs to give them independent control.  Yes, it's a pain in the butt, but it allows for greater independent change to individual sections... */

#left_nav p {
margin:0px 0px 0px 30px;
font-size:
}


/* content block styles */

#content h1 {  /* h1's have no size or color attached because the page headers are graphics */
text-align:left;
}

#content h2 { 
text-align:left;
padding:15px 30px 5px 20px;
font-size:105%;
color:#cb6002;
font-weight:bold;
}

#content p { 
text-align:left;
padding:10px 30px 5px 20px;
font-size:95%;
}

#content p.indent { 
padding:5px 30px 5px 40px;
}

#content p.medium, .medium { 
font-size:85%;
}

#content p.small { 
font-size:75%;
}

#content address { /* left alone, address tags are italicized. */
text-align:left;
padding:5px 20px 5px 0px;
font-size:95%;
font-style:normal;
font-weight:normal;
}

#content li {
padding-bottom:10px;
text-align:left;
}

#content table {
margin:10px 0px 10px 20px;
}

#content table, #content td, #content th {
border-color:#d3005f;;
border-style:solid;
}

#content table {
border-width:0px 0px 1px 1px;
border-spacing:0px;
border-collapse:collapse;
}

#content td {
margin:0px;
padding:5px;
border-width:1px 1px 0px 0px;
}

#content th {
margin:0px;
padding:5px;
border-width:1px 1px 0px 0px;
font-size:90%;
}

/* these three styles create the red disc for unordered lists and the bold red number for ordered lists; ul/ol defines the color of the disc, spans surrounding the li content return the li text black.  Note that the feature box has its own styles for lists for sizing purposes. */

#content ul { 
padding:0px 30px 5px 55px;
list-style-type:square;
}

#content ol { 
padding:0px 30px 5px 60px;
font-weight:bold;
}

/* feature box styles */

#feature_box h4 {
padding:10px 20px 10px 20px;
border-bottom:2px #54be46 solid;
font-size:110%;
color:#ffffff;
background-color:#0082d1;
} 

#feature_box p {
padding:0px 20px 20px 20px;
text-align:left;
font-size:90%;
} 

#feature_box ul { 
padding:0px 25px 5px 35px;
text-align:left;
}

#feature_box li { 
padding-bottom:10px;
text-align:left;
font-size:90%;
}

/* footer styles */

#footer {
color:#000000;
}

#footer p { 
font-size:72%;
text-align:right;
padding:40px 35px 5px 35px;
}
