@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	margin:0px auto;
	}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*

MASTER COLOR PALLETTE

RED: d12821
GOLD: ee9c2d
FLESH1: fdedd3
	FADE: eecc9d
FLESH2: fceacc
FLESH3 BORDER: eecc9d

*/


body {

	/*
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 16px;
	color: #333333;
	*/
	/*
	background: #ffffff url(images/bg12.gif) center top repeat-x;
	font:11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;color:#333333;
	background: #000000 url('images/bg3c.jpg') 50% top no-repeat;
	background: #000000 url('images/bg1.gif') repeat-x left top;
	font: normal 85% Georgia, Times, Serif;
	color: #333333;
	*/
	
	margin:0;
	padding:0;
	background: #ffcc00 url(images/bg18a.jpg) center top repeat;
	
	font:11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#333333;
	}

#border_background {
	position:relative;
	margin:0 auto;
	padding: 0;
	background: url('images/bg23.jpg') center top repeat-y;
}



/* ************************************************************************************** */
/* NAVIGATION BEGIN */

#navigation {
	position: relative;
	height: 30px;
	width: 850px;
	margin: 0px 0px 0px 0px;
	background: #1a1a1a; /* 1a1a1a ef8b36*/
	/*
	border: 1px solid #333333;
	border-left: none;
	border-right: none;
	border-bottom: none;
	*/
	}

#primaryNav {
	position: relative;
	top:5px;
	left: 7px;
	width: 840px;
	margin: auto;
	list-style: none;
	/*
	margin-top: 17px;
	margin-bottom: 17px;
	*/
	}

#primaryNav li {
	float: left;
	margin: 0;
	border-right: 1px solid #2a2a2a; /* 2a2a2a */
	/*background: url('images/nav_right.gif') no-repeat right top;*/
	}

#primaryNav a {
	display: block;
	padding: 4px 10px 5px 10px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	/*background: url('images/nav_left.gif') no-repeat left top;*/
	}

#primaryNav li.active {
	background: #fdedd3;
	color: #000000;
	/*background-position: right -100px;*/
	}

#primaryNav li.active a {
	background: #fdedd3;
	color: #000000;
	/*background-position: left -100px;*/
	}


	
	
#site {
	width: 850px;
	margin:0 auto 0;
	background: #fdedd3;
	}
		
#header {
	position: relative;
	height: 110px;
	width: 850px;
	margin: 0px 0px 0px 0px;
	background: #000000 url('images/bg_hdr3.jpg') no-repeat left top;
	}

#content {
	position: relative;
	width: 850px;
	margin:0 auto 0;
	background: #ffffff;
	}





/* ************************************************************************************** */
/* SLIDESHOW BEGIN */

#slideshow {
	position: relative;
	width: 810px;
	height: 312px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background: #fdedd3 url(images/bg31.gif) center top repeat;
	}

#slider {
	width: 785px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	position: relative;
	background: #ffffff; /* pink ffccff */
	border: 1px solid #eecc9d;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	/*
	background-image:url(images/bg_circle1.gif);
	background-repeat: no-repeat;
	background-position: -100px -150px;
	*/
	}

.scroll {
	width: 680px;
	height: 258px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	padding:0px 0px 0px 0px;
	background: #ffffff;
	}

.scrollContainer div.panel {
	width: 660px;
	height: 238px;
	overflow: hidden;
	padding:10px;
	background: #ffffff; /* yellow ffff00 */
	}

#shade {
	height: 50px;
	}

.scrollButtons {
	position: absolute;
	top: 120px; /* 140 */
	cursor: pointer;
	cursor: url(images/bg31.gif);
	}

.scrollButtons.left {
	left: 20px;
	}

.scrollButtons.right {
	right: 20px;
	}

.hide {
	display: none;
	}	
	
#view_all_slideshow {
	position: relative;
	float:right;
	margin:4px 8px 0px 0px;
	padding:3px 10px 3px 10px;
	border: 1px solid #eecc9d;
	background: #ffffff;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}


.primary {
	background-color: #ffffff;
	}

.primary_image {
	background-color: #ffffff;
	width:365px;
	float:left;
	}

.primary_content {
	background-color: #ffffff;
	width: 295px;
	height:240px;
	float:left;
	overflow:auto;
	
	background-image:url(images/bg_circle2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	color:#333333;
	font:12px/140% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.primary img {
	float: left;
	margin-right: 8px;	
	margin-bottom: 4px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #dddddd; 
	clear: both;	
}	
	
	
	
/* ************************************************************************************** */
/* SCROLLER BEGIN */
/*
.Container {
	position: relative;
	float:left;
	width: 645px;
	height: 238px;
	padding:0px;	
	overflow:hidden;
	background: #ffffff;
}
#Scroller-1 { 
	position: relative; 
	width: 645px;
	height: 238px;
	overflow: hidden;
}
.Scroller-Container {
	position: relative;
	top: 0px;
	left: 0px;
	padding:0px;
	background: transparent url(images/bg6.gif) top left repeat-x;
}

#Scrollbar-Container {
	float:left;
	margin-top:0px;
}
.Scrollbar-Track {
 	width: 13px;
	height: 236px;
	background-color: #ffffff;
	border:1px solid #999999;
}
.Scrollbar-Handle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 40px;
	background-color: #999;
	background: url(images/scroll_arrow1.gif) top left no-repeat;
}
	
*/	
	
	
	
	
/* ************************************************************************************** */
/* COLUMNS AND MODULES BEGIN */


#secondary {
	position: relative;
	float:left;
	width: 820px;
	margin: 0px 0px 0px 0px;
	padding: 9px 15px 15px 15px;
	/*border-top: 1px solid #eecc9d;*/
	border-bottom: 1px solid #eecc9d;
	background: #fdedd3 url(images/bg30.gif) center top repeat;
	}


#left{
	position: relative;
	float:left;
	margin-right: 10px;
	}

/*
#right{
	position: relative;
	float:right;
	}
*/

.module_events{
	width: 765px;
	height: 225px;
	margin-bottom: 10px;
	padding:5px 10px 0px 35px;
	background: #eeeeee;
	}
	
.module_top{
	width: 820px;
	margin-bottom: 10px;
	}
	
.module_bottom{
	position: relative;
	float:left;
	width: 820px;
	margin: 0px;
	padding: 0px;
	}
	
#col_left{
	position: relative;
	float:left;
	width:515px;
	}

#col_right{
	position: relative;
	float:left;
	width: 303px;
	}

.module_left{
	position: relative;
	float:left;
	width: 452px;
	margin: 0px 15px 10px 3px;
	padding: 20px;
	border: 1px solid #eecc9d;
	background: #ffffff;
	
	font-family: "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.3em;
	line-height:20px;
	color: #333333;
	font-weight:100;

	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	
	background-image:url(images/bg_circle1.gif);
	background-repeat: no-repeat;
	background-position: 150px 175px;
	/*
	background-position: 170px 275px;
	*/
	
	/*
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	*/
	
	}
	
.module_left_top{
	background-image:url(images/bg_circle2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
.module_right{
	position: relative;
	float: left;
	width: 260px;
	margin: 0px 8px 0px 0px;
	padding: 20px;
	border: 1px solid #eecc9d;
	background: #ffffff;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	
	background-image:url(images/bg_circle2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;

	/*
	font-family: "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.1em;
	line-height:20px;
	color: #333333;
	font-weight:100;
	*/
		
	/*
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	*/

	}
	
.module_button{
	position: relative;
	float: left;
	width: 90px; /* 220 180 */
	height: 90px;
	margin: 5px 15px 0px 0px;
	padding: 10px;
	border: 1px solid #eecc9d;
	background: #ffffff;

	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
	
.module_full{	
	position: relative;
	float:left;
	width: 740px;	
	margin: 10px 10px 20px 10px;
	padding: 30px;
	border: 1px solid #eecc9d;
	background: #ffffff;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	font-family: "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.3em;
	line-height:20px;
	color: #333333;
	font-weight:100;
	}

.module_full img {
	float: left;
	margin-right: 8px;	
	margin-bottom: 4px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #dddddd; 
	clear: both;	
}	

.module {
	position: relative;
	float: left;
	width: 167px;
	min-height: 190px;
	margin: 0px 8px 0px 0px;
	padding: 6px 3px 6px 6px;
	border: 1px solid #dddddd;
	background: #ffffff;
	}
		
#view_all_secondary {
	position: relative;
	float:right;
	margin:0px 0px 0px 0px;
	padding:3px 10px 3px 10px;
	border: 1px solid #eecc9d;
	background: #ffffff;

	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	}
#view_all_secondary a {
	font:11px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	}	
	
.module_spacer {
	width:100%;
	height: 15px;
	clear:both;
	border-bottom: 1px dotted #eecc9d;
	margin-bottom:15px;
	}
	
	
	
/*	
.module_left img {
	float: left;
	margin-right: 8px;	
	margin-bottom: 4px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #dddddd; 
	clear: both;	
	}	
*/
.module_right img {
	float: left;
	margin-right: 8px;	
	margin-bottom: 4px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #dddddd; 
	clear: both;	
	}

.upcoming_events {
	float:left;
	margin:0px 0px 12px 0px;
	padding:0px 0px 12px 0px;
	border-bottom: 1px dotted #eecc9d;
	color:#333333;
	font:12px/140% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

#footer {
	position: relative;
	float:left;
	width: 830px;/*819*/
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	/*border: 10px solid #dddddd;*/
	/*border: none;*/
	background: #1a1a1a;
	}




		
.articleImage {
	float: left;
	/*margin: 1em;*/
	margin-right: 5px;
	}
	
.articleImage .imgShadow {
	background: #ffffff url('images/img_shadow.gif') no-repeat bottom right;
	}
	
.articleImage .imgShadow div {
	background: url('images/img_shadow.png') no-repeat top left;
	padding: 0 5px 5px 0; /* padding: 0 5px 5px 0; */
	}

.articleImage img {
	display: block;
	padding: 10px;
	border: 1px solid #ededed;
	}

/*
.articleImage .caption {
	display: block;
	width: 200px;
	font-size: .8em;
	}
	
.vcard {
	margin-bottom: 1em 0;
	line-height: 1.5;
}

.right {
	float: right;
}

.left {
	float: left;
	margin-right: 1em;
}
*/












	
/* ************************************************************************************** */	
/* TEXT STYLES */

/*
h1 {
	margin:0px 0px 0px 0px;
	padding:0;
	color:#d12821;
	font:28px/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	}
*/



/* header title: COOPER SERIES */
h1 {
	color:#ffffff;
	font: bold 48px/150% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	}

/* module header: ABOUT COOPER SERIES, UPCOMING EVENTS, CURRENT SEASON, etc */
h2 {
    margin:0px 0px 12px 0px;
	padding:0;
	color:#ee9c2d;
	font:bold 18px/130% Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom: 1px dotted #eecc9d;
	}
	
/* module header: FEATURED EVENTS */
#slideshow h2{
    margin:0px 0px 0px 0px;
	padding:0;
	color:#ee9c2d;
	font:bold 18px/130% Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom: 1px dotted #eecc9d;
	}




/* module subhead: COOPER FOUNDATION, SERENDITY FUNDING, DOWNLOAD */
h3 {
    margin:0px 0px 5px 0px;
	padding:0;
	color:#d12821;
	font: 18px/130% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

/* PRIMARY EVENT title */
.primary_content h3{
	font: 20px/130% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}	

/* square buttons */
.module_button h3 {
    margin:0px 0px 5px 0px;
	padding:0;
	color:#d12821;
	font:bold 11px/130% Verdana, Arial, Helvetica, sans-serif;
	}	



/* SECONDARY EVENT date */
h4 {
    margin:0px 0px 3px 0px;
	padding:0;
	color:#333333;
	font: 14px/150% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

/* SECONDARY EVENT title */	
h5 {
    margin:0px 0px 5px 10px;
	padding:0;
	color:#ee3226;
	font: 18px/120% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}

/* FOOTER: COOPER SERIES */
h6 {
	color:#ffffff;
	font:bold 24px/130% Verdana, Arial, Helvetica, sans-serif;
	}	

/* PRIMARY EVENT date, time, place */	
.primary_content h6{
	color:#ee9c2d;
	font:12px/140% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 12px 0px 12px 10px;
	}



#large{
	font:16px/80% "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#ffffff;
	}
#small{
	font:12px/120% "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#ffffff;
	}
	
	
	
#gold {
	color: #fcb924;
	font:bold 24px/130% Verdana, Arial, Helvetica, sans-serif;
	}

#red {
	color: #ee3226;
	font:bold 24px/130% Verdana, Arial, Helvetica, sans-serif;
	}




/*	

p, address {
    margin:0;
	padding:0px 0px 12px 0px;
	color:#333333;
	font:11px/140% "Lucida Grande", Lucida, Verdana, sans-serif;
	font:12px/140% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}
*/

/*	
.module_right p{
    margin:0;
	padding:0px 0px 12px 0px;
	color:#333333;
	font:12px/140% "Arial Narrow", "Lucida Grande", Lucida, Verdana, sans-serif;
	}
*/



.primary_content ul {
	margin: 6px 0px 6px 12px;
	}
.primary_content li {
  	list-style-type:circle;
	margin: 6px 0px 6px 12px;
	}
	
.upcoming_events ul {
	margin: 12px 0px 12px 12px;
	}
.upcoming_events li {
  	list-style-type:circle;
	
	}




a, a:link, a:visited {
  	color:#d12821;text-decoration:none; /*2896D5 e18b02*/
	}

a:hover {
    text-decoration:underline;
	}








.questions {
	margin: 5px 0px 0px 10px;
	display: none;
}





blockquote {
	margin-left: 20px;
}










