/* CCI Sitewide Stylesheet */

HTML, BODY { height: 100%; margin: 0; padding: 0; background-color:#959595;}
BODY, P, TABLE, TD, UL, LI { font: 13px verdana; color:#464646; line-height:18px;}
.homeText { font-size:14px; font-weight:bold;}
.contentBG { background-color: #f8941d; height:100%; padding-top:30px;} 
.contentBG2 { background-color: #ffffff; height:100%; padding-top:30px;} 
.boxBG { background-image: url('img/crown_logoBG.gif'); background-repeat: no-repeat; background-position: bottom center;}
A:link, A:visited { color:#f8941d; text-decoration: none; font-weight:bold; }
A:hover, A:active { color:#b5d559; text-decoration: none; font-weight:bold; }
.hi { color:#f26522; font-weight:bold;}
.footer { font-size:11px; color:#f26522; font-weight:bold;}
.boxborder {  background-color: #b5d559; }
.border { border: 1px solid; color:#f26522;}
.tdbg1 { background-color:#f26522; color:#ffffff; font-weight:bold;}
.tdbg2 { background-color:#dbfba2; color:#000000;}
.tdbg3 { color:#000000;}
.formtext {border-top:1px outset #f26522; border-bottom:1px outset #f26522; border-right:1px outset #f26522; border-left:1px outset #f26522; color: #f26522; background-color: #fdc689; font-family:verdana; font-size:12px; font-weight:bold; }
select {background-color: #cccccc; font: 11px verdana; color: #f26522;}
textarea { border-top:1px outset #f26522; border-bottom:1px outset #f26522; border-right:1px outset #f26522; border-left:1px outset #f26522; background-color: #fdc689; font-family:verdana; font-size:11px; COLOR: #f26522; font-weight:bold;}

/* Rollover Stylesheet */

#home, #home:visited { background-image:url(img/nav_home.gif); }
#news, #news:visited { background-image:url(img/nav_news.gif); }
#resources, #resources:visited { background-image:url(img/nav_resources.gif); }
#faqs, #faqs:visited { background-image:url(img/nav_faqs.gif); }
#blog, #blog:visited { background-image:url(img/nav_blog.gif); }
#about, #about:visited { background-image:url(img/nav_about.gif); }
#contact, #contact:visited { background-image:url(img/nav_contact.gif); }

.rollover span.alt {
	display:none;
}
.rollover img {
	border:none;
}

.rollover, .rollover:visited {
	background-color:transparent !important; /* needed for Opera5/6 */
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
}
.rollover.CURRENT, .rollover.CURRENT:visited, .rollover:hover, .rollover:focus, .rollover:active {
	background-position:0 -30px;
}
/* Highlight the current section by setting a class to the BODY element that matches the id of the main menu item to highlight */
body.home #home, body.news #news, body.resources #resources, body.faqs #faqs, body.blog #blog, body.about #about, body.contact #contact   {
	background-position:0 -30px;
}
