/* CSS Document */

body, p, td{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.site{
	margin-top: 0px;
	background-color:#e7e7ef;
}

a, a:link, a:visited {
	color: #EE3A42;
}
a:hover {
	color: #EE3A42;
}
hr {
	color:#CAD5A8;
	background-color:#CAD5A8;
	border: 0;
}
img{
	border: 0px none;
}
h1{
	color:#ff0c00;
	font-weight:normal;
	font-size:22px;
	padding-bottom:0px;
	padding-top: 1em;
	margin-top:0px;
	margin-bottom:-10px;
}
h2{
	color:#ff0c00;
	font-weight:normal;
	font-size:18px;
	padding-bottom:0px;
	padding-top: 1em;
	margin-top:0px;
	margin-bottom:-10px;
}
#container-wrapper{
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}
#container{
	width: 996px;
	background-image:url(/images2010/shadow-top.gif);
	background-repeat:no-repeat;
	float:left;
	padding-top:20px;
}
#top{
	width: 996px;
	height: 197px;
	float:left;
	background-image:url(/images2010/shadow-both.gif);
	background-repeat:repeat-y;
	padding: 0 20px 0 20px;
}
#banner{
	float:left;
	width: 996px;
	background-image:url(/images2010/shadow-both.gif);
	background-repeat:repeat-y;
	padding: 0 20px 0 20px;
}
#content{
	float:left;
	width: 996px;
	background-image:url(/images2010/shadow-both.gif);
	background-repeat:repeat-y;
	padding: 0 20px 0 20px;
}
#footer{
	width: 996px;
	background-image:url(/images2010/shadow-bottom.gif);
	background-repeat:no-repeat;
	float:left;
	padding-top:20px;
	padding-bottom: 20px;
}
#footer p{
	padding-left: 290px;
	letter-spacing:4px;
	margin-top: -46px;
	z-index:20;
	position:relative;
}
#logo{
	width:258px;
	height: 197px;
	float:left;
}
#topright{
	width: 698px;
	background-color:#FFFFFF;
	float:left;
}
#toplinks{
	width: 698px;
	float:left;
	height: 89px;
}
#topicons{
	width: 340px;
	float: right;
	padding-top: 30px;
}
#search{
	width: 225px;
	float: right;
	text-align:right;
	padding-right: 25px;
	padding-top: 30px;
}
#navigation{
	width: 698px;
	float:left;
	height: 106px;
}


/* Front Page */
#frontcontentimage{
	float:left;
	width: 255px;
	height: 308px;
	padding-right: 2px;
	background-color:#f8f8fa;
}
#frontcontent1{
	float:left;
	height: 300px;
	width: 232px;
	background-image:url(/images2010/column-background1.jpg);
	background-repeat:no-repeat;
	margin-right:7px;
	margin-top: 8px;
	padding: 0 8px 0 8px;
}
#frontcontent2{
	float:left;
	height: 300px;
	width: 235px;
	background-image:url(/images2010/column-background2.jpg);
	background-repeat:no-repeat;
	margin-top: 8px;
	padding: 0 8px 0 8px;
}
#frontprogram{
	float:left;
	height: 288px;
	width: 192px;
	text-align:center;
	padding-top: 20px;
}
#sidenavigation{
	float:left;
	width: 255px;
	height: 607px;
	padding-right: 2px;
	background-image:url(/images2010/nav-red.jpg);
}
#pagecontent{
	width: 600px;
	float:left;
}

#highlightnavigation{
	background-image: url(/images/topnavback.jpg);
	height: 46px;
}

#graphic{
	margin: 0px;
	padding:0px;
}


/* Format Top Navigation */

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li{
	float:left;
	width: 136px;
}
#navigation ul li a{
	display:block;
	width: 136px;
	height:106px;
	text-decoration:none;
}
#navigation ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	height: 213px;
	width: 134px;
	position:relative;
}

#navigation ul ul li{
	line-height: 20px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 0px;
	float:none;
	width: 134px;
	display: inline; /* fix IE double width margin bug*/
	display:block;
}
#navigation ul ul li a{
	display: block;
	height:auto;
	width:auto;
	padding-right: 7px;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
}

/* Rollover */
#navigation ul li ul{
	display:none;
}
#navigation ul li:hover ul{
	display:block;
}

#about ul{
	background-color:#fb0e19;
	width: 134px;
}
#membership ul{
	background-color:#fcb328;
	width: 134px;
}
#donate ul{
	background-color:#215cd5;
	width: 134px;
}
#classes ul{
	background-color:#2da32e;
	width: 134px;
}
#schedules ul{
	background-color:#fc5a1d;
	width: 134px;
}

/* Format Side Navigation */
#sidenavigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 24px 0 0 0;
}
#sidenavigation ul li{
	padding-left:44px;
}
#sidenavigation a{
	display:block;
	width: 138px;
	color:#FFFFFF;
	padding: 6px 10px 6px 5px;
	text-align:right;
	text-decoration:none;
}
#sidenavigation a:hover{
	background-color:#ff0c00;
	text-decoration:none;
}
#weather{
	width: 200px;
	float:right;
	padding: 5px;
	border: 1px solid gray;
	margin-right: -75px;
}