@charset "UTF-8";

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* SLIDESHOW CSS */
#coopSlideshow {
    float: right;
    clear: left;
    z-index: -1;
    border: 10px solid #CCC;
    margin: 35px 35px 0 35px;
    width: 300px !important;
    height: 200px !important;
}
/* disable info bar */
.slideInfoZone { display: none !important; visibility: hidden !important; }


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* NAVIGATION CSS */
#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}
#nav a {
  display: block;
  line-height: 160%;
}
#nav li { /* all list items */
  float: left;
  width: 10em; /* width needed or else Opera goes nuts */  
}
#nav li ul { /* second-level lists */
  position: absolute;
  background: #F2E4E4;
  border-bottom: 1px solid #E9D2D2; /* #AF5A5A; */
  width: 10em;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  z-index: 100;
}
#nav li ul li {
  border-top: 1px solid #E9D2D2; /* #AF5A5A; */
}
#nav li:hover a, #nav li.sfhover a {
  background: #F2E4E4;
  border-color: #E9D2D2; /* #AF5A5A; */
  border-width: 0px 1px;
  border-style: solid;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* BASIC CSS */
body {
	text-align: center;
	font-family: "Verdana", "Optima", "Arial";
}
.portlet a {
	text-decoration: none;
}
.portlet p,
.portlet li {
	font-weight: bold;
	font-size: 13px; 
	margin: 0; padding: 0;
}
h2, h3, h4, h5 {
	font-weight: normal;
	font-family: "Cooper Black", "Arial Rounded MT Bold", "Verdana", "Optima", "Arial";
	font-size: 20px;
	margin: 0; padding: 0;
	color: #003300;
}
H3 {
       font-size: 16px;
}
a img {
    border: 0px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* PRODUCT LIST CSS */
#coopProductList {
    margin: 35px 0 0 35px;
    font-size: 13px;
    font-weight: bold;
    list-style: url(images/layout/greenArrow.gif) inside none;
}
#coopProductList H5 { margin-bottom: 15px; }
#coopProductList LI { cursor: pointer; }
#coopProductList div.coopProductInfoBox { 
    margin: 2px 15px;
    display: none;
    width: 250px;
    background-color: #8BE677;
    background-image: url(images/layout/productList_background.gif); background-repeat: repeat-x;
    border: 2px solid green;
    color: black;
    font-size: 13px;
    font-weight: normal;
}
#coopProductList div.coopProductInfoBox P {
    padding: 0 15px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* FEATURES BOXES CSS */
#socialPortlet {
    margin-top: 10px;
    float: right;
}
#mailingListPortlet {
    width: 300px;
    margin: 5px 35px 35px 0;
    float: right;
    text-align: center;
    clear: right;
}
#mailingListPortlet a {
    color: #C89091;
}
#announcementPortlet {
    text-align: center;
}
#announcementPortlet P {
    width: 500px;
	min-height: 60px;
	margin: 10px auto;
	padding: 10px 0 10px 80px;
	border: 1px dashed #339900; 
	color: #006600;
	background: #fff url(images/layout/announcementsTomato.png) 5px center no-repeat scroll;
	font-style: italic;
	font-weight: normal;
}
#hoursPortlet {
	float: left;
	position: relative;
	width: 244px; height: 227px; 
	background-image: url(images/layout/hoursBox_background.jpg); background-position: top; background-repeat: no-repeat;
}
#hoursPortlet div {	
	position: absolute;
	bottom: 0;
	padding: 0 0 30px 20px;
}
#photoPortlet { 
	float: left;
	width: 355px; height: 227px; 
}
#directionsPortlet {
	float: left;
	position: relative;
	width: 202px; height: 227px; 
	background-image: url(images/layout/directionsBox_background.jpg); background-position:top;  background-repeat: no-repeat;
}
#directionsPortlet div { 
	text-align: center; 
	width: 180px; 
	padding: 0 0 10px 0; 
	position: absolute;
	bottom: 0;
}
#historyPortlet {
    text-align: center;
	margin-top: 10px;
}
#historyPortlet p {
    font-size: 12px;
}
#historyPortlet a {
    color: #C89091;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* HEADER CSS */
#addressPortlet {
	float: right;
	width: 580px;
	text-align: center;
}
#addressPortlet TABLE TD { 
	padding: 0 8px; 
}
#topnavPortlet {
	color: #C89091;
	width: 580px;
	float: right;
	text-align: center; 
}
#topnavPortlet A {
        color: #C89091;
}
#tagline {
    font-style: italic;
	color: #003300;
	position: relative;
	top: -3px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* LAYOUT TABLE CSS */
#layoutTable { 
	width: 990px; 
	margin: 0 auto; 
	border: 1px solid silver; 
}
#leftCol { 
	width: 87px; 
	background-image: url(images/layout/pagebackground_leftcol_repeatable.jpg); background-repeat: repeat-y;
}
#centerCol {
	width: 804px; height: 253px; 
	background-image: url(images/layout/pagebackground_toprow.jpg); background-position:top; background-repeat: no-repeat;
}
#rightCol {
	width: 99px; 
	background-image: url(images/layout/pagebackground_rightcol_repeatable.jpg); background-repeat: repeat-y;
}
#header {width: 100%; height: 100%;}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* MEMBERSHIP FORM CSS */
#membershipportlet {
        width: 600px;
        margin: 40px auto;
}
#membershipportlet FORM {
        padding: 10px;
        border: 1px solid #333;
        background-color: #f0f0e0;
}
#membershipportlet TABLE {
        margin: 0 auto;
}
#membershipportlet H2, H3, H4 {
        text-align: center;
}
#membershipportlet P {
        text-align: left;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* CONTACT INFO PAGE CSS */
#contactinfo { border: 3px dotted #030; padding: 20px 0 15px 0}
#contactinfo DT { float: left; width: 12em; text-align: right; margin-right: 10px; margin-top: 2px; font-family: "Cooper Black"; color: #030;}
#contactinfo DD { margin-bottom: 10px; }
#contactinfo DD A { text-decoration: none; color: #030; }
