﻿/* HTML Styles */

body {
	background-image:url(../images/sitetopbg.gif);
	background-repeat:repeat-x;
	background-color:#ece9e3;
	padding:0px;
	margin:0px auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#211f1a;
}
a:link, a:visited {
	color:#9b3209;
	text-decoration:none;
	border-bottom:dotted 1px #9b3209;
}
a:hover, a:visited:hover {
	text-decoration:none;
	border-bottom:none;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.33em;
	color:#68473a;
}
h3 {
	font-size:1.17em;
}
/* Custom Styles */

#siteframe {
	width:1000px;
	text-align:left;
	margin:0px auto;
}
#headerarea {
	width:750px;
	height:169px;
	background-image:url(../images/siteheader.jpg);
	background-repeat:no-repeat;
	padding:0px 125px;
	float:left;
}
#headerarea img {
	width:189px;
	height:159px;
}
#headerarea a:link, #headerarea a:visited, #headerarea a:hover, #headerarea a:visited:hover {
	border:none;
}
#headerarea h1 {
	display:none;
}
#menuarea {
	width:750px;
	padding:0px 125px;
	float:left;
}
#nav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 55px;
	display: inline;
	overflow: hidden;
	width: 750px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 55px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:55px; /* for IE5/Win */
	border:none;
}
#nav a:hover {
	background-position: 0 -55px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -55px;
}
#homebutton a {
	width: 60px;
	background: url(../images/home_btn.gif) top left no-repeat;
}
#responsiblebutton a {
	width: 158px;
	background: url(../images/responsible_btn.gif) top left no-repeat;
}
#eventsbutton a {
	width: 66px;
	background: url(../images/events_btn.gif) top left no-repeat;
}
#mediabutton a {
	width: 60px;
	background: url(../images/media_btn.gif) top left no-repeat;
}
#contestbutton a {
	width: 98px;
	background: url(../images/contest_btn.gif) top left no-repeat;
}
#resourcesbutton a {
	width: 98px;
	background: url(../images/resources_btn.gif) top left no-repeat;
}
#photosbutton a {
	width: 66px;
	background: url(../images/photos_btn.gif) top left no-repeat;
}
#contactbutton a {
	width: 68px;
	background: url(../images/contact_btn.gif) top left no-repeat;
}
#partnersbutton a {
	width: 68px;
	background: url(../images/partners_btn.gif) top left no-repeat;
}
#archivebutton a {
	width: 106px;
	background: url(../images/archive_btn.gif) top left no-repeat;
}
#contentarea {
	width:750px;
	padding:10px 125px;
	float:left;
	line-height:1.65em;
}
#homecolumn1 {
	width:292px;
	float:left;
}
#homecolumn1 a:link, #homecolumn1 a:visited, #homecolumn1 a:hover, #homecolumn1 a:visited:hover {
	border:none;
}
#homecolumn2 {
	width:418px;
	padding:0px 20px;
	float:right;
}
#homecolumn3 {
	width:750px;
	float:left;
	padding:10px 0px;
}
#subcolumnfull {
	width:710px;
	padding:0px 20px;
	float:left;
}
#subcolumn1 {
	width:160px;
	float:left;
}
ul#subnav {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul#subnav ul {
	list-style-type:none;
	margin:0px;
	padding: 0px 0px 0px 20px;
}
#subnav ul a {
	display: block;
	padding: 10px 5px 0px 5px;
	font-weight:bold;
	width: 130px;
	border-bottom: 1px dotted #211f1a;
}
#subnav a {
	display: block;
	padding: 10px 5px 0px 5px;
	font-weight:bold;
	width: 150px;
	border-bottom: 1px dotted #211f1a;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
}
#subnav a:hover {
	background-color: #e6dcd4;
}
#subselected {
	background-color: #e6dcd4;
}
#subcolumn2 {
	width:550px;
	float:right;
	padding:0px 20px;
}
#footerarea {
	width:750px;
	padding:0px 125px;
	float:left;
}
#footerarea p {
	margin:0px;
	padding:0px;
	color:#b4a98e;
}
#footerarea a:link, #footerarea a:visited, #footerarea a:hover, #footerarea a:visited:hover {
	color:#b4a98e;
	border:none;
}
#footleft {
	width:370px;
	border-top:solid 1px #d0c9b8;
	padding:10px 0px 10px 5px;
	float:left;
}
#footright {
	width:370px;
	border-top:solid 1px #d0c9b8;
	padding:10px 5px 10px 0px;
	float:right;
	text-align:right;
}
div.abox {
	border:1px solid;
	padding:10px;
	background: #fff;
	width:200px;
	float: right;
	margin: 3px;
}
