@charset "UTF-8";
/* CSS Document */

/**HTML, BODY STYLE**/
html, body{
   padding: 0;
   margin: 0;
}

body {
}

/**HEADER**/
#header {	height:240px;
}

#header_wrapper {	margin:auto;
					width:70%;
					width:960px;
}

#header img { padding: 20px 0;
			float: left;
}

#slogan {	width:650px;
			float:left;
			margin:30px 0;
			padding: 20px 20px;
}

#slogan h2 { text-align:center;
}

#main_content {
	background-image:url(../images/mainbg1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	height:800px;

}

#container {
	margin:0 auto;
	width:70%;
	width:960px;
}



#navbar {
	width:560px;
	margin:20px 0 0 0;
	padding: 10px 50px 10px 80px;
	float:left;
}

.nav_buttons {
	list-style-type:none;
	margin:0;
	padding:0;
		
}

.nav_buttons li {
	display:inline;
}

.nav_buttons a {
	text-decoration:none;
	background-color:#48282d;
	color:#FFF;
	padding:5px;
	margin:0 1px;
}

.nav_buttons a:hover {
	background-color:#7f0709;
	color:white;
}

.list_links {
	list-style-type:none;
	margin:0;
	padding:0;
		
}

.list_links a {
	text-decoration:none;
	display:block;
	padding:5px;
	color:#954842;
}

.list_links a:hover {
	background-color:#48282d;
	color:white;
}

.main_links {
	list-style-type:none;
	margin:0;
	padding:0;
		
}

.main_links a {
	text-decoration:none;
	display:block;
	padding:5px;
	color:#000;
	font-weight:bold;
	font-size:1.2em;
}

.main_links a:hover {
	text-decoration:underline;	
	color:white;
}

/**MAIN CONTENT AREA**/
#col_left {
	float:left;
	width:300px;
	padding:10px;
}

#col_left img{
border:none;
}

#col_center {
	float:left;
	width:300px;
	padding:10px;
}

#col_center img{
border:none;
}

#col_right {
	float:left;
	width:300px;
	padding:10px;
}

#col_right img{
	border:none;
}

.clear {
	clear:both;
}

/*Class for centering text*/
.center {
	text-align:center;	
}

.default_padding img{
	padding-right:15px;
}

.photo_col {
	width:160px;
	float:left;
}

.photo_col img {
	width:150px;
	padding:5px;
	border:none;
}

.photo_links {
	width:300px;
	padding:0 10px;
	float:left;
}


#sponsors {
	height:380px;
}

#sponsors_wrapper {
	margin:auto;
	width:70%;
	width:960px;
}

#sponsors_header {
	height:80px;
	text-align:center;
}

#sponsors_header h1 {
	padding: 20px 0;
}

.sponsors_sub {
	float:left;
	width:300px;
	padding:10px;
}

.text_readable {
	padding:10px;
	background-color:#ffffff;
  	opacity:0.9;
	height:750px;
}

.sponsors_sub h3 {
	text-align:center;
}


#footer {	
	height: 450px;
	background-color:#fba919;
	
}
#footer_wrapper {	
	margin:0 auto;
	width:70%;
	width:960px;
	
}

.footer_links {	list-style-type:none;
	margin:0;
	padding:0;
}

.footer_links a {
	text-decoration:none;
	padding:5px;
	color:#954842;
}

.footer_links a:hover {
	color:#FFF;
	background-color:7f0709;
}

.footer_sub { 
	float:left;
	width:300px;
	padding:10px;
}



.photo_link_readable {
	background-color:#FFF;
	opacity:0.9;
	width:960px;
	height:auto;
}

.clear_left {
	clear:left;
}

.empasized_text {
	font-weight:bold;
	text-decoration:underline;
	font-size:1.1em;
}

.centered_text {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

.italic_text {
	font-style:italic;
}