@charset "UTF-8";
img{
	border-style: none;
}
.video{
	margin-bottom: 20px;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 150%; }
h5 { font-size: 140%; }
h6 { font-size: 125%; }

.ctr{
	text-align: center;
}
/* headings */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F4C708 url(../images/bg.png) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #3B2B01;
}
.as2010 #container { 
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	min-height: 845px;
	background: #F4C708 url(../images/bg_container.jpg) no-repeat;
} 
.as2010 #header { 
	padding: 0 10px 0 20px;
	height: 40px;
} 
.as2010 #header h1 {
	margin: 0;
	padding: 10px 0;
}
.as2010 #sidebar1 {
	float: left;
	width: 280px;
	padding-top: 0;
	padding-bottom: 15px;
}
.as2010 #mainContent { 
	margin: 0 20px 0 300px;
	padding: 20px 20px 0;
	background: url(../images/bg_main.png) repeat-x;
	min-height: 600px;
} 
.as2010 #footer { 
	padding: 0 20px; 
} 
.as2010 #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
	color: white;
	text-align: right;
}
#logo{
	height: 60px;
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 6px;
}
#logo ul{
	list-style-type: none;
	display: inline;
}
#logo ul li{
	display: inline;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TYPOGRAPHY */
/*
 * links
 */

a:link, a:visited {
	color: #171717;
}

a:hover {
	color: #7a600a;
}



/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	color: #3B2B01;
	margin-top: 12px;
}

h2 {
	font-weight: normal;
	color: #7c7f11;
}

h3 {
	color: #5d4f00;
}

h4 {
	font-weight: normal;
	color: #3B2B01;
}

h5 {
	color: #878796;
}

h6 {
	color: #3B2B01;
}
/*
 * navigation
 */
#topNav{
	float: right;
	width: 300px;
	position: relative;
	margin-top: 12px;
	font: 12px "Trebuchet MS";
}
#topNav ul{
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}
#topNav ul li{
	list-style-type: none;
}
#topNav ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
#topNav ul li a:hover{
	color: #FF6600;
}


#leftNav{
	width: 215px;
	margin: 0 auto 10px;
	font: 20px "Trebuchet MS";
}
#leftNav ul{
	margin: 0;
	padding: 0;

}
#leftNav ul li{
	list-style-type: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
}
#leftNav ul li a, #leftNav ul li a:visited{
	color: #7A5100;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px;
}
#leftNav ul li a:hover{
	color: #FFF;
	background-color: #424f01;
}
#sponsors{
	color: black;
	font-size: 11px;
	text-align: right;
}
/*
sidebar
*/
#facebook{
	width: 215px;
	margin-right: auto;
	margin-left: auto;
}

/* Events */
.event{
	text-align: center;
	font-family: "Trebuchet MS";
	margin-bottom: 12px;
}


.event h1{
	color: #121805;
	border-top: 1px solid #141204;
	border-bottom: 1px solid #141204;
	text-transform: uppercase;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 12px;
	margin-bottom: 6px;
}
.event h4{
	margin: 6px 0 0;
}
.event h5{
	color: #414e01;
	font-variant: normal;
	font-size: 16px;
	margin: 12px 0 0;
	font-weight: bold;
}
.event p{
	margin: 0 20px;
}
.featured{
	margin-top: 20px;
	margin-bottom: 20px;
}
.featured h1{
 	font-size: 250%;
	margin: 0;
	padding: 0;
}
.featured h3{
	margin-top: 12px;
	margin-bottom: 0;
}
a.video{
	text-decoration: none;
	font: bold 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #6a5900;
	color: white;
	padding-right: 4px;
	padding-left: 2px;
	margin-right: 12px;
}
a:hover.video{
	color: #603420;
}
.hidden{
	display: none;
}