@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;
	color: #c4cb11;
	font-weight: bold;
	text-transform: uppercase;
}

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, #about .about, #sponsorList .sponsorList, #name .name, #register .register, #syae .syae, #press .press {
	color: #333;
}

#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(../images/sca-bkgd.gif) repeat-y;
	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:0px;
	margin:0px;
}

#subNav ul {
	padding:1px 0px 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;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	margin-top:0px;
	margin-right: 0px;
}

#sidebar1 img {
	text-align: center;
	border: 1px solid #FFF;
	margin-bottom: 8px;
}

#mainContent {
	margin: 0px 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0px 15px 20px;
	width: 635px;
}

#mainContent img {
	padding-top: 5px;
	padding-right: 10px;
}

#mainContent p a:link {
	color: #44a892;
	text-decoration: none;
}
#mainContent p a:link {
	color: #44a892;
	text-decoration: none;
}
#mainContent p a:visited {
	color: #44a892;
	text-decoration: none;
}

#mainContent p a:hover {
	color: #c4cb11;
	text-decoration: none;
}
#mainContent li a:link {
	color: #44a892;
	text-decoration: none;
}
#mainContent li a:link {
	color: #44a892;
	text-decoration: none;
}
#mainContent li a:visited {
	color: #44a892;
	text-decoration: none;
}

#mainContent li a:hover {
	color: #c4cb11;
	text-decoration: none;
}
#mainContent form table tr td {
	font-size: 12px;
	color: #3B516D;
	margin-left: 60px;
}
#mainContent table {
	width: 300px;
	font-size:11px;
	color:#3c516d;
}	

#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;
}
.small {
	font-size:70%;
	}


.indent {
	text-indent: 20px;
}

.initCap {
	font-size: 12px;
	font-weight: bold;
	color: #FF9600;
}
.flleft {
	text-align: left;
	padding-left:22px;
	padding-top:5px;
	}
.blue {
	font-weight: bold;
	color: #3c516d;
	}
.larger {
	font-size: 10px;
	font-weight: bold;
	}
#column1 {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right:10px;
}
#column1 p a:link {
	color: #44a892;
	text-decoration: none;
}
#column1 p a:visited {
	color: #44a892;
	text-decoration: none;
}
#column1 p a:hover {
	color: #c4cb11;
	text-decoration: none;
}

#column2 {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-left:10px;

}
#column3 {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-left:10px;


}
#mainContent #sponsorLogos {
	float: right;
	width: 300px;
	
}
#mainContent #sponsorLogos a img {
	text-decoration: none;
	padding-bottom: 10px;
	border-width: 0px;
	border-style: none;
}
#sponsorNames {
	width: 320px;
	float:left;
}
#mainContent form {
	background: #f6f6dd;
	border: 1px solid #3B516D;
	padding: 5px;
}
#mainContent form fieldset {
	font: 90% Verdana, Geneva, sans-serif;
	color: #3B516D;
	padding: 5px;
	border-width: 0px;
	border-style: none;
	text-align: right;
	margin-right:90px;
	}

#mainContent form fieldset span a:link {
	color: #44a892;
	text-decoration: none;
}
#mainContent form fieldset span a:visited {
	color: #44a892;
	text-decoration: none;
}
#mainContent form fieldset span a:hover {
	color: #c4cb11;
	text-decoration: none;
}
#mainContent form fieldset legend {
	font: bold 100% Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #3B516D;
	background: #f6f6dd;
	padding: 10px 5px 5px;
}
#mainContent form input.text:focus , #mainContent form textarea:focus{
	background: #f0efb3;
}
#mainContent form fieldset p label {
	line-height:300%;
	}
.textbox {
	width: 350px;
	height: 20px;
}
#mainContent form fieldset ul {
	font-size: 80%;
	color: #C1DFC7;
	text-align: left;
	list-style: none;
	padding-left: 40px;
}

#mainContent form fieldset .flleft li {
	padding-bottom: 5px;
}
#payment {
	background: #F6F6DD;
	padding: 0px 10px 5px 20px;
	width: 300px;
	color: #44a892;
	text-align: left;
}
#payment h5  {
	padding: 5px 0px 0px;
	color: #44a892;
	margin: 0px;
}
#payment form input  {
	padding-top: 0px;
	padding-bottom: 3px;
}
#payment form  {
	background: #F6F6DD;
	border-bottom: 1px dotted #FF9700;
	margin: 0px;
	padding-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#mainContent table {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}

#mainContent table tr td {
	margin: 0px;
	padding-right: 15px;
}
#mainContent #column1 form {
	font-size: 80%;
	border-width: 0px;
	border-style: none;
	background: #F0EFB3;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #364963;
}
#mainContent #column2 form {
	font-size: 80%;
	border-width: 0px;
	border-style: none;
	background: #F0EFB3;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #364963;
}
#sponsorNames a img {
	padding-bottom: 8px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 500px; height: 500px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px "OFL Sorts Mill Goudy", Georgia, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#mainContent #thumbs {
	text-align: center;
	padding: 20px;
}

#mainContent #thumbs a img {
	border-width: 0px;
	border-style: none;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

