﻿/*** Site styles ***/
body 
{
	background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

a, a:hover, a:visited
{
	color: #105284;
}

div.clearFloats
{
	clear: both;
	height: 0px;
}

/*** Site.Master styles ***/
#topBar
{
	width: 100%;
	background-color: #E0C784;
	height: 55px;
}

#topBar2
{
	width: 100%;
	height: 77px;
	background-image: url('/images/mainnav-slice.png');
	background-repeat: repeat-x;
}

#mainBody
{	
	width: 960px;
	margin-top: -132px;
	margin-left: auto;
	margin-right: auto;
}

#mainHeader
{
	width: 100%;
	margin: 0;
	background-color: #E0C784;
	height: 55px;
}

#rmdCharities
{
	float: left;
	width: 300px;
	color: #81632F;
	font-size: 8pt;
	margin-left: 35px;
	padding-top: 3px;
}

#rmdCharities img
{
	float: left;
	margin-right: 10px;
}

#rmdCharities div
{
	padding-top: 15px;
}

#headerNav
{
	width: 450px;
	float: right;
	clear: none;
	padding-top: 15px;
}

#headerNav a
{
	margin-right: 20px;
	text-decoration: none;
	color: #81632F;
	font-size: 8pt;
}

#mainNav
{
	width: 100%;
	height: 77px;
	background-image: url('/images/mainnav-slice.png');
	background-repeat: repeat-x;
	/* Add a little padding to move things tward the center since we removed a button */
	padding-left: 85px;
}

#mainNav .mainNavBtn a
{
	width: 156px;
	height: 58px;
	margin: 0 2px 0 2px;
	text-align: center;
	float: left;
	padding-top: 19px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}


#mainNav .mainNavBtnSel a,
#mainNav .mainNavBtnHover a
{
	background-image: url('/images/mainnav-selected-slice.png');
	background-repeat: repeat-x;
	color: #ffe99b;
	text-decoration: none;
	cursor: pointer;
}

#masthead 
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#footer
{
	margin-top: 25px;
	text-align: center;
	color: #c69c6d;
	font-family: Arial;
	font-size: 8pt;
}

#footer a
{
	text-decoration: none;
	color: #c69c6d;
}

#footer a:hover 
{
	text-decoration: none;
	color: #c69c6d;
}

#footer a:visited 
{
	text-decoration: none;
	color: #c69c6d;
}

/*** CLG Logo styles ***/
#clgLogo
{
	margin-top: 30px;
	text-align: center;
	font-weight: normal;
    font-size: 7pt;
    color: #8c6239;
    font-style: italic;
}
#clgLogo img
{
	margin-top: 5px;
}

/*** Upcoming Appearances styles ****/
#inTheNews
{
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
    margin-top: 20px;
}
#inTheNews h2
{
	font-weight: bold;
    font-size: 13pt;
    color: #603813;
    letter-spacing: .75pt;
}
#inTheNews p
{
	font-size: 9pt;
    margin-top: 3px;
}
#inTheNews .firstLine
{
    font-weight: bold;
    color: #603813;
}

/*** Quote styles ***/
#quote
{
    text-align: center;
    font-style: italic;
    font-family: Arial;
    font-size: 10pt;
    margin-top: 30px;
	line-height: 1.5;
}
#quote h3
{
    font-weight: normal;
    font-size: 12pt;
    color: #8c6239;
}

/*** Misc ***/

/*** Hide things for the April 1 release ***/
/*
.invisibleForApril1
{
	visibility: hidden;
}

.noDisplayForApril1
{
	display: none;
}
*/
