@charset "utf-8";
/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details */
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}  /* Remove default margins and padding */
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* DEFAULT BACKGROUND COLORS */
body {background-color:#FFFFFF;}
#main_wrapper {background-color:#FFFFFF;}
#header {background-color:transparent;}
#nav {background-color:#BFBFAC;}
#events {background-color:#FFFFE6;}
#news {background-color:#FFFFE6;}
#rollcontainer {background-color:#FFFFFF;}
#footer {background-color:#D9D9C3;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* DEFAULT TEXT COLORS */
h1 {
	color:#FFFFFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFFFFF;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#FFCC00;
	}	
#footer p {
	margin:0;
	}
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.olive {background-color:#FFFFFF;}
.olive #main_wrapper {background-color:#FFFFFF;}
.olive #header {background-color:transparent;}
.olive #header_inner {background-image:url(../images/PSC_BannerArt.jpg); background-repeat:no-repeat;}   /* add header image */
.olive #nav {background-color:#CCCC8F;}
.olive #nav_inner {background-color:transparent;}        /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
.olive #events {background-color:#E6E6CF;}
.olive #news {background-color:#CCCC8F;}
.olive #content {background-color:#E6E6CF;}
.olive #footer {background-color:#BFBF60;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:OLIVE TEXT COLORS */
.olive h1 {
	color:#BB3333;
	}
.olive h2, .olive h3, .olive h4, .olive h5 {
	color:#808059;
	}
.olive h6 {
	color:#000000;
	}
.olive p {
	color:#666666;
	}
.olive ul, .olive ol, .olive dl, .olive blockquote, .olive cite {
	color:#BB3333;
	}
.olive #nav ul, .violet #nav a {
	color:#FFFFFF;
	}
.olive table, .olive form {
	color: #666666;
	}
.olive a {
	color:#BB3333;
	}
.olive a:hover {
	color:#666666;
	}	
.olive #nav a:hover {
	color:#666666;
	}
	
/* CLASS:VIOLET TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.violet {background-color:#FFFFFF;}
.violet #main_wrapper {background-color:#D7CFE6;}
.violet #header {background-color:transparent;}
.violet #header_inner {background-image:url(../images/PSC_BannerArt.jpg); background-repeat:no-repeat;}   /* add header image */
.violet #nav {background-color:#AA559A;}
.violet #events {background-color:#FFFFFF;}
.violet #news {background-color:#6430BF;}
.violet #footer {background-color:#E6CFE1;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:VIOLET TEXT COLORS */
.violet h1 {
	color:#E6CFE1;
	}
.violet h2, .violet h3, .violet h4, .violet h5 {
	color:#BF30A4;
	}
.violet h3 {
	color:#E6CFE1;
	}
.violet h6 {
	color:#000000;
	}
.violet p {
	color:#574080;
	}
.violet ul, .violet ol, .violet dl, .violet blockquote, .violet cite {
	color:#6430BF;
	}
.violet cite {
	color:#FFFFFF;
	}
.violet #nav ul, .violet #nav a {
	color:#FFFFFF;
	}
.violet #news_inner ul, .violet #news_inner a {
	color:#FFFFFF;
	}
.violet table, .violet form {
	color: #6430BF;
	}
.violet a {
	color:#6430BF;
	}
.violet a:hover {
	color:#AA559A;
	}	
.violet #nav a:hover {
	color:#E6CFE1;
	}
.violet #news_inner a:hover {
	color:#E6CFE1;
	}

/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.mocha {background-color:#FFFFFF;}
.mocha #main_wrapper {background-color:#E6DCCF;}
.mocha #header {background-color:transparent;}
.mocha #header_inner {background-image:url(../images/PSC_BannerArt.jpg); background-repeat:no-repeat;}   /* add header image */
.mocha #nav {background-color:#BF9960;}
.mocha #content {background-color:#FFFFFF;}
.mocha #promo {background-color:#807059;}
.mocha #footer {background-color:#CFD4E6;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:MOCHA TEXT COLORS */
.mocha h1 {
	color:#FFFFFF;
	}
.mocha h2 {
	color:#BF9960;
	}
.mocha h3, .mocha h4, .mocha h5 {
	color:#727EA3;
	}
.mocha h6 {
	color:#000000;
	}
.mocha p {
	color:#000000;
	}
.mocha ul, .mocha ol, .mocha dl, .mocha blockquote, .mocha cite {
	color:#BF9960;
	}
.mocha cite {
	color:#FFFFFF;
	}
.mocha promo {
	color:#FFFFFF;
	}
.mocha #nav ul, .mocha #nav a {
	color:#FFFFFF;
	}
.mocha table, .mocha form {
	color: #6430BF;
	}
.mocha a {
	color:#BF9960;
	}
.mocha a:hover {
	color:#727EA3;
	}
.mocha #nav a:hover {
	color:#000000;
	}
	
/* CLASS:STEELERS TAG STYLES - font sizes, margins, padding, etc. */
/* CLASS STEELERS DIV AND BODY BACKGROUND COLORS */
body.steelers {background-color:#FFFFFF;}
.steelers #main_wrapper {background-color:#000000;}
.steelers #header {background-color:transparent;}
.steelers #header_inner {background-image:url(../images/PSC_BannerArt3.jpg); background-repeat:no-repeat;}   /* add header image */
.steelers #language {background-color:#CCCCDD;}
.steelers #search {background-color:#000000;}
.steelers #nav {background-color:#000000;}
.steelers #nav_inner {background-color:transparent;}        /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
.steelers #loginbox {background-color:#CCCCDD;}
.steelers #security {background-color:#FFCC00;}
.steelers #events {background-color:#FFCC00;}
.steelers #news {background-color:#FFCC00;}
.steelers #poem {background-color:#000000;}
.steelers #content {background-color:#FFCC00;}
.steelers #tabsheet {background-color:#FFFFFF;}
.steelers #rollcontainer {background-color:#DAE0D2;}
.steelers #addthis {background-color:#FFFFFF;}
.steelers #gridview {background-color:#FFCC00;}
.steelers #footer {background-color:#FFCC00;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Verdana,  serif;
	}
ul, ol, dl {	 
    font-family: arial, sans-serif;   /* font family for menu */
     font-size:.8em; /* size of menu's type relative to parent element */
     margin:0px 0 10px 0px;
     background-color:transparent;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
    }
/* CLASS:STEELERS DEFAULT TEXT COLORS */
.steelers h1 {
	color:#FFFFFF;
	}
.steelers h2 {
	color:#000000;
	}
.steelers h3 {
	color:#000000;
	}
.steelers h4 {	
    color:#000000
    }
.steelers h5 {	
    color:#000000
    }
.steelers h6 {
	color:#000000;
	}
.steelers p {
	color:#000000;
	}
.steelers ul, .steelers ol, .steelers dl, .steelers blockquote {
	color:#BF9960;
	}
.steelers cite {
	color:#FFFFFF;
	}
.steelers #news {
	color:#FFFFFF;
	}
.steelers #news_inner #announce_link {
    text-align:center;
	}
.steelers a {
	color:#0000FF;
	}
.steelers a:hover {
	color:#696969;
	}
/* CLASS:STEELERS FONT STYLE CLASSES */
.steelers .text_plain {
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    }
.steelers .text_b {
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    }
.steelers .text_i {
    font-style:italic;
    font-weight:normal;
    text-decoration:none;
    }
.steelers .text_u {
    text-decoration:underline;
    font-weight:normal;
    font-style:normal;
    }
.steelers .text_bi {
    font-weight:bold;
    font-style:italic;
    text-decoration:none;
    }
.steelers .text_bu {
    font-weight:bold;
    text-decoration:underline;
    font-style:normal;
    }
.steelers .text_iu {
    font-style:italic;
    text-decoration:underline;
    font-weight:normal;
    }
.steelers .text_biu {
    font-weight:bold;
    font-style:italic;
    text-decoration:underline;
    }
/* CLASS:STEELERS LOGIN BOX LINKS FONTS AND COLORS */
.steelers #loginbox {
    border-color:#FFFFFF;
    }
.steelers #loginbox p {
    text-align:left;
    }
.steelers #loginbox ul {
    color:#000000;
    }
.steelers #loginbox li a, a#logoutlink {
    color:#0000FF;
    }
.steelers #loginbox li a:hover, a#logoutlink:hover {
    color:#696969;
    }
/* CLASS:STEELERS SOCIAL NETWORKING LINKS FONTS AND COLORS */
.steelers #addthis a {
    color:#000000;
    }
.steelers #addthis a:hover {
    text-decoration:underline;
    }
/* CLASS:STEELERS HEADER INNER FONTS AND COLORS */
.steelers #header_inner h4 {
    font-style:italic;
    color:#000000;
    }
/* CLASS:STEELERS NAVIGATION MENU FONTS AND COLORS */
.steelers #photogallery #nav_inner {
    font-size:1.35em; /* prevents inheritence from main text style sheet */
    }
.steelers #nav_inner {
    background: #060607;
    }
.steelers #nav_inner a {
	color:#000000;                 /* sets the color of all menu type */ 
	font-weight:bold;              /* sets font bold for all menu type */
	padding:.2em 10px;             /*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
	}
.steelers #nav_inner li a:link {
	color:#000000;                 /* type color of a selected menu choice */
	}	
.steelers #nav_inner li a:visited {
	color:#000000;                 /* type color of a previously selected menu choice */
	}
.steelers #nav_inner li a {
 background-color:#CCCCDD;         /* background color of the level 1 menu items */
 border-right:#000000;             /* color of dividing lines to right of each horiz level 1 menu item */
 border-left:#AAAABB;              /* color of wide band on left side of menu item */
    }
.steelers #nav_inner li a:hover {
 border-color: #FFCC00;
 color: #FFFFFF; 
 background: #000000;             /* background color of hovered menu choice */
 font-weight:bold;
    }
.steelers #nav_inner li li { 
 background-color:#CCCCDD;        /* background color of the level 2 menu */
 border-bottom:#000000;           /* color of lines between menu choices */
    }
.steelers #nav_inner ul li ul li ul  {
 border-top:#000000;              /* color of border-top of levels 3 and 4 of a horizontal menu */
    }
.steelers #nav_inner li li li { 
 background-color:#CCCCDD;        /* background color of the level 3 menu */
    }
.steelers #nav_inner li li li li { 
 background-color:#CCCCDD;        /* background color of the level 4 menu */
    }
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
.steelers #nav_inner ul {
 border-top:#FFFFFF;              /* color of border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
    }
.steelers #nav_inner.vertical li {
 border-bottom:#FFFFFF;           /* color of horizontal lines between menu choices - overrides main setting above for this feature */
 border-right:#FFFFFF;            /* color of right borders to create li box effect */
 border-left:#FFFFFF;             /* color of left borders to create li box effect */
    }
.steelers #nav_inner.vertical ul ul  {
 border-top:#FFFFFF;              /* color of border-top of levels 2 - 4 of a vertical menu */
    }
/* COLOR AND SIZE OF POEM TEXT IN 3 COLUMN LAYOUT HOME PAGE */    
.steelers #poem_inner p  {
 color: #FFFFFF;
 font-size:.6em;
 font-style:italic;
 font-weight:bold;
    }
/* COLOR AND SIZE OF POEM TEXT IN 2 COLUMN LAYOUT HOME PAGE */    
.steelers #poem1 p  {
 font-style:italic;
 font-weight:bold;
    }
.steelers #poem1 p#author  {
 font-style:normal;
 font-weight:bold;
    }
/* CLASS:STEELERS EVENTS_INNER (INDEX PAGE) FONTS AND COLORS */
.steelers #events_inner h2 {
 color:#000000;
 text-align:center;
    }
/* CLASS:STEELERS TABSHEET FONTS AND COLORS */
.steelers #tab {
 background-color:#DAE0D2;
 font-size:93%;
    }
.steelers #tab a, #tab strong, #tab span {
font-weight:bold;
color:#776655;
    }
/* CLASS:STEELERS ROLLBAR FONTS AND COLORS */
.steelers #tab {
 background-color:#DAE0D2;
 font-size:93%;
    }
/* CLASS:STEELERS ANNOUNCEMENTS FONT COLORS */
.steelers #announcements h1 {
 color:#000000;
 text-align:center;
    }
/* CLASS:STEELERS NEWSLETTER FONT COLORS */
.steelers #newsletter h1 {
 color:#000000;
 text-align:center;
    }
.steelers #newsletter ul li{
 color:#000000;
    }
/* CLASS:STEELERS EXTENDED WEEKEND AND SUMMER TRIPS COLORS */
.steelers #week_plus_trips h1, #weekend_trips h1, #other_trips h1 {
 color:#000000;
 text-align:center;
    }
.steelers #week_plus_trips ul li, #weekend_trips ul li, #other_trips ul li {
 color:#000000;
    }
/* CLASS:STEELERS BENEFITS FONT COLORS */
.steelers #benefits h1 {
 color:#000000;
 text-align:center;
    }
.steelers #benefits ul li {
 color:#000000;
    }
/* CLASS:STEELERS RACE SCHEDULE AND RESULTS FONT COLORS */
.steelers #schedule h1, #results h1 {
 color:#000000;
    }
.steelers #schedule h1#title, #results h1#title {
 text-align:center;
    }
.steelers #schedule ul li, #results ul li {
 color:#000000;
    }
/* CLASS:STEELERS HISTORY FONT COLORS */
.steelers #history h1 {
 text-align:center;
 color:#000000;
    }
.steelers #history ul li {
 color:#000000;
    }
.steelers #history cite {
 font-size:.75em;
 font-style:italic;
 color:#000000;
    }
/* CLASS:STEELERS CONTACT FONT COLORS */
.steelers #contact h1 {
 color:#000000;
    }
.steelers #contact ul li {
 color:#000000;
    }
/* CLASS:STEELERS SKI REPORTS FONT COLORS */
.steelers #ski_reports h1 {
 color:#000000;
    }
.steelers #ski_reports h3 {
 text-decoration:underline; 
 color:#000000;
    }
.steelers #ski_reports h5 {
 color:#000000;
    }
/* CLASS:STEELERS OTHER CLUBS FONT COLORS */
.steelers #other_clubs h1 {
 color:#000000;
    }
.steelers #other_clubs h3 {
 text-decoration:underline; 
 color:#000000;
    }
.steelers #other_clubs h5 {
 color:#000000;
    }
/* CLASS:STEELERS BOARD MESSAGE FONT COLORS */
.steelers #message #date {
 text-align:right;
    }
.steelers #message h1 {
 color:#000000;
    }
.steelers #message p {
 text-align:justify;
    }
.steelers #message #salutation {
 text-align:center;
    }
.steelers #message #signature {
 font-style:italic;
 font-size:2em;
 text-align:center;
    }
.steelers #message #title {
 font-size:.75em;
 text-align:center;
    }
.steelers #message #link {
 text-align:center;
    }
/* CLASS:STEELERS LOGOWEAR FONT PROPERTIES */
.steelers #logowear h1 {
 text-align:center;
 color:#000000;
    }
/* CLASS:STEELERS INFORMATION FONT PROPERTIES */
.steelers #information h1 {
 text-align:center;
 color:#000000;
    }
.steelers #information h3 {
 font-size:1.5em;
    }
.steelers #information h4 {
 margin-bottom:0;
 font-size:1em;
    }
.steelers #information p {
 text-align:justify;
    }
.steelers #information ul li {
 color:#000000;
    }
/* CLASS:STEELERS INSTRUCTION FONT PROPERTIES */
.steelers #instruction h1 {
 color:#000000;
    }
.steelers #instruction h3 {
 font-size:1em;
    }
.steelers #instruction h5 {
 color:#FF0000;
 font-weight:bold;
    }
.steelers #instruction h6 {
 text-align:center;
 font-style:italic;
 font-weight:bold;
 text-decoration:underline;
    }
.steelers #instruction p {
 text-align:justify;
    }
/* CLASS:STEELERS DISCOUNTS FONT PROPERTIES */
.steelers #discounts h1 {
 color:#000000;
 text-align:center;
    }
.steelers #discounts h3 {
 font-size:1.25em;
 text-align:left;
    }
.steelers #discounts p {
 text-align:justify;
    }
.steelers #discounts ul {
 color:#000000;
    }
/* CLASS:STEELERS CROSS COUNTRY FONT PROPERTIES */
.steelers #cross_country h1 {
 color:#000000;
 text-align:center;
    }
/* CLASS:STEELERS RACE PROGRAM FONT PROPERTIES */
.steelers #race_program h1 {
 color:#000000;
 text-align:center;
    }
.steelers #race_program #message {
 font-family: "Times New Roman", Times, serif;
 font-style:italic;
 font-weight:bold;
 color:#FF0000;
    }
.steelers #race_program #signature {
 margin:0;
 padding:0;
 font-family: "Times New Roman", Times, serif; 
 font-style:italic;
 font-weight:bold;
 font-size:1.5em;
 text-align:center;
    }
.steelers #race_program #title, #race_program #link {
 margin:0;
 padding:0;
 text-align:center;
    }
.steelers #race_program ul li {
 color:#000000;
    }
/* CLASS:STEELERS EVENT_INFO FONT PROPERTIES */
.steelers #event_info h1 {
 color:#000000;
 text-align:center;
    }
.steelers #event_info #summer {
	color: #FF0000;
	}
.steelers #event_info #fall {
	color: #FF8000;
	}
.steelers #event_info #winter {
	color: #0080FF;
	}
.steelers #event_info #spring {
	color: #00FF00;
	}
.steelers #event_info ul li {
 color:#000000;
    }
/* CLASS:STEELERS TRIP_INFO FONT PROPERTIES */
.steelers #trip_info h1 {
 color:#000000;
 text-align:center;
    }
.steelers #trip_info h3 {
 color:#000000;
 margin:25px 0 10px 0;
    }
.steelers #trip_info ul li {
 color:#000000;
    }
/* CLASS:STEELERS MISC_LINKS FONT PROPERTIES */
.steelers #misc_links h1 {
 color:#000000;
 text-align:center;
    }
/* CLASS:STEELERS NO_DIRECTORY INDEX PAGE FONT PROPERTIES */
.steelers #no_directory h1 {
 color:#000000;
 text-align:center;
    }
.steelers #no_directory h3 {
 text-align:center;
    }
/* CLASS:STEELERS CREDITS FONT PROPERTIES */
.steelers #credits h1 {
 color:#000000;
 text-align:center;
    }
.steelers #credits h3 {
 text-decoration:underline;
    }
/* CLASS:STEELERS SITE NAVIGATION FONT PROPERTIES */
.steelers #site_navigation h1 {
 color:#000000;
 text-align:center;
    }
/* CLASS:STEELERS SITE REAL_TIME TRAFFIC PROPERTIES */
.steelers #feedjit_traffic h1 {
 color:#000000;
 text-align:center;
    }
/* CLASS:STEELERS GRIDVIEW FONT COLORS */
.steelers #gridview h1, #gridview ul li {
 color:#000000;
    }
.steelers #gridbox {
    background-color:#FFFFFF;
    }
/* CLASS:STEELERS MEMBERSHIP APPLICATION FORM FONT COLORS */
.steelers #form_inner #official_use, #form_inner #heading {
 color:#000000;
    }
.steelers #form_inner #errors p {
 text-align:left;
 margin:0 0 0 20px;
 color:#FF0000;
    }
.steelers #form_inner #errors h4 {
 font-size:14pt;
 color:#00CC00;
    }
/* CLASS:STEELERS LOGIN FORM FONT COLORS */
.steelers #login_form h1 {
 text-align:center;
 color:#000000;
    }
.steelers #login_form fieldset label {
 color:#000000;
    }
.steelers #login_form #errors p {
 font-weight:normal;
 margin:0 0 0 20px;
 color:#FF0000;
    }
.steelers #login_form #errors h4 {
 font-size:14pt;
 color:#00CC00;
    }
/* CLASS:STEELERS REGISTER FORM FONT COLORS */
.steelers #register_form h1 {
 text-align:center;
 color:#000000;
    }
.steelers #register_form fieldset {
    border-color:#000000;
	}
.steelers #register_form fieldset legend {
 color:#000000;
    }
.steelers #register_form fieldset label {
 color:#000000;
    }
.steelers .error_header {
 text-align:left;
 font-weight:bold;
 color:#FF0000;
    }
.steelers #register_form #errors p {
 color:#FF0000;
    }
.steelers #register_form #errors h4 {
 font-size:14pt;
 color:#00CC00;
    }
/* CLASS:STEELERS CONTACT FORM FONT COLORS */
.steelers #contact_form h2 {
 text-align:center;
 color:#000000;
    }
.steelers #contact_form fieldset {
    border-color:#000000;
	}
.steelers #contact_form fieldset legend {
 color:#000000;
    }
.steelers #contact_form fieldset dl dt label {
color:#000000;
    }
.steelers #contact_form #errors p {
 color:#FF0000;
    }
.steelers #contact_form #errors h4 {
 font-size:14pt;
 color:#00CC00;
    }
/* CLASS:STEELERS PASSWORD RESET FIELDSET FONT COLORS */
.steelers #reset_form fieldset {
    border-color:#000000;
	}
.steelers #reset_form fieldset legend {
 color:#000000;
    }
.steelers #reset_form fieldset dl dt label {
 color:#000000;
    }
/* CLASS:STEELERS MANAGEMENT FORM FIELDSET FONT COLORS */
.steelers #upload_file fieldset {
    border-color:#000000;
	}
.steelers #upload_file fieldset label {
 color:#000000;
    }
.steelers #email_file fieldset {
    border-color:#000000;
	}
.steelers #email_file fieldset label {
 color:#000000;
    }
/* CLASS:STEELERS CUSTOM 404 ERROR PAGE FONT COLORS */
.steelers #error404 h1 {
 font-size:4em;
 color:#000000;
    }
.steelers #error404 h3 {
 text-decoration:underline;
    }
.steelers #error404 p {
 text-align:justify;
    }
.steelers #error404 ul li {
 color:#000000;
    }
    
/* CLASS:LIME TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.lime {background-color:#FFFFFF;}
.lime #main_wrapper {background-color:#FFFFFF;}
.lime #header {background-color:transparent;}
.lime #header_inner {background-image:url(../images/PSC_BannerArt.jpg); background-repeat:no-repeat;}   /* add header image */
.lime #nav {background-color:transparent;}
.lime #events {background-color:#CFE673;}
.lime #news {background-color:transparent;}
.lime #footer {background-color:#BFCCD6;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:LIME TEXT COLORS */
.lime h1 {
	color:#FFFFFF;
	}
.lime h2 {
	color:#507EA1;
	}
.lime h3, .lime h5 {
	color:#507EA1;
	}
.lime h4 {
	color:#738040;
	}
.lime h6 {
	color:#507EA1;
	}
.lime p {
	color:#555555;
	}
.lime ul, .lime ol, .lime dl, .lime blockquote, .lime cite {
	color:#507EA1;
	}
.lime cite {
	color:#555555;
	}
.lime #nav ul, .lime #nav a {
	color:#738040;
	}
.lime table, .lime form {
	color: #507EA1;
	}
.lime a {
	color:#507EA1;
	}
.lime a:hover {
	color:#738040;
	}
.lime #nav a:hover {
	color:#507EA1;
	}

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}	
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:0em 0em 0em 0em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#nav_inner a:first-letter { text-decoration: underline;    /* Underline first letter to show the accesskey for handicap accessibility */
    }	
#nav_inner li a:hover:after, #nav_inner li a:focus:after {      /* Make main menu items handicap accessible */
content:" ["attr(accesskey)"]";
   }
.content a {                    /* Dummy custom class to get around IE bug for accesskeys */   	
color:#F30;
background-color:transparent;
}
#news ul, #news dl, #news ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#news li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#336666;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
/* table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	} */
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
