@charset "UTF-8";
body {
	background-color:#3c516d;
	text-align:center;
	padding:0;
	margin:0;
	font: 100% verdana, arial, sans-serif;
}

p {
	font-size:80%;
	padding:0px;
	margin:0px;
	line-height: 150%;
	color: #3c516d;
}

h1 {
	font-size:18px;
	padding:0px;
	margin:0px;
	color: #ff9600;
}

h2 {
	font-size:16px;
	padding:20px 0px 0px;
	margin:0px;
	color: ff9600;
	font-weight: bold;
}

h3 {
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3c516d;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9600;
	margin: 0px;
	padding: 20px 0px 0px;
	border-bottom: 1px dotted #ff9600;
}
ul li {
	color: #3c516d;
	list-style: square;
	font-size:80%;
	padding:0px;
	margin:0px;
	line-height: 150%;
}
#board .board, #contact .contact, #news .news, #community .community, #open .open, #brochure .brochure, #map .map, #directions .directions, #support .support, #volunteer .volunteer, #sponsor .sponsor, #join .join, #member .member, #memberNews .memberNews, #memberFaq .MemberFaq, #artists .artists, #home .home, #name .name {
	color: #333;
}

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 12px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #c4cb11 url(../images/SCAbannerYG.gif) no-repeat;
	width:850px;
	height:100px;
}

#header img {
	float: left;
}

#mail {
	height: 45px;
	width: 225px;
	background: #F0EFB3;
	padding: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	float: right;
	z-index: 100;
	margin-top: 30px;
	text-align: right;
}

#mail h6 {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ff9600;
	margin: 0px;
	padding: 0px;
}

#mail a img {
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 25px;
}

#nav {
	height:20px;
	background: #8dc6c8;
	padding:0px;
	margin:0px;
	padding-top:3px;
}

#nav ul {
	padding:0px;
	margin:0px;
}

#nav ul li {
	list-style:none;
	display: inline;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #3B516D;
	font-size: 11px;
}

#nav ul li a {
	text-decoration: none;
	color: #3B516D;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#subNav {
	height:20px;
	background: #ff9600;
	padding:1px 0px 0px;
	margin:0px;
}

#subNav ul {
	padding:0px;
	margin:0px;
}

#subNav ul li {
	list-style:none;
	display: inline;
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #3B516D;
	font-size: 10px;
	text-transform: uppercase;
}

#subNav ul li a {
	text-decoration: none;
	color: #fff;
}

#subNav ul li a:hover {
	text-decoration: none;
	color: #3B516D;
}

#mainContent {
	background: #F0EFB3 url(../images/art-bkgd.gif) repeat-y;
	height:3220px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
#mainContent h5 {
	padding-top: 10px;
	font-weight:normal;
	line-height:160%;
}
.box {
	width:140px;
	height:175px;
	background: #fff;
	margin-top: 8px;
	margin-right:8px;
	padding: 8px;
	text-align: center;
	float:left;
}
.box p {
	color: #3c516d;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	line-height:90%;
	padding-top:5px;
	}
.box p a {
	color: #3c516d;
	text-decoration: none;
	}
.box p a:hover {
	color: #f5b551;
	}	

.box h6 {
	padding:0px;
	margin:0px;
	font-size: 60%;
	font-weight: normal;
	padding-top:3px;
}
#footer {
	padding: 0 10px 0 20px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #8193ab;
	font-size: 9px;
}

#footer p a {
	color: #8193ab;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

