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

* {
margin: 0;
padding: 0;
}
body {
background-color: #788;
background-image:url(images/bg.gif);
color:#233;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;

}
p {
margin-bottom: 10px;
line-height: 19px;
}
h2 {
font-size: 22px;
font-weight: normal;
padding: 10px 0 10px 0;
margin: 0 0 10px 0;
border-bottom: 5px solid #CDD;
letter-spacing: -0.05em;
}
h4 {
padding: 10px 0 5px 0;
margin: 10px 0 10px 0;
border-bottom: 5px solid #122;
}
a {
color: #DEE;
text-decoration: none;
}
a:hover {
color: #233;
}
li {
margin-bottom: 10px;
}
#column1 ul li, #column2 ul li {
padding: 8px 12px;
border-bottom: 1px solid #899;
list-style: none;
line-height: 19px;
}
#column1 ol li, #column2 ol li {
list-style: decimal-leading-zero outside;
margin-left: 28px;
padding: 8px 0;
border-bottom: 1px solid #899;
line-height: 19px;

}
#column1 ul, #column2 ul, #column1 ol, #column2 ol {

margin-bottom: 20px;
padding-top: 5px;
}
#column1 h2 + ul, #column2 h2 + ul {
padding-top: 0;
border-top: none;
}
#column1 h2 + ul li, #column2 h2 + ul li {
padding-top: 0;
}
em {
font-style: italic;
}
label {
margin-top: 20px;
}
form {
margin-top: 30px;
}
table {
margin: 10px 0 20px 0;
}
td {
padding: 8px 12px;
border-bottom: 1px solid #899;
}
#wrapper {
width: 800px;
margin: 20px 0 0 50px;
padding: 60px 10px 10px 10px;
background-color: #788;
}
#banner {

}
#banner h1 {
color: #60080A;
font-weight: normal;
display: inline;
width: 380px;
float: left;
text-indent: -2000px;
} 
#banner h1 a {
background-image:url(images/feAwardsLogo.gif);
background-repeat: no-repeat;
width: 300px;
height: 110px;
display: block;
}
#navigation {
display: block;
width: 390px;
float: right;
}
ul#navigation  {
list-style: none;
margin: 0 0 0 0;
}

#navigation li a {
display: block;
}
#column1, #column2 {
width: 390px;
}
#column1 {
float: left;
}
#column2 {
float: right;
}


.intro p, .intro li {

}

#details strong {
font-style: normal;
}
.register {
font-size: 18px;
}
#footer {

}
.clearfix {
clear: both;
}
.home .home a, .award .award a, .submissions .submissions a, .voting .voting a, .partnership .partnership a, .termsandconditions .termsandconditions a {
color: #233;
}


/* */
#tabs {
	background-image: url(images/tabsBg.gif);
	height: 19px;
	background-position: left bottom;
	text-transform: uppercase;
	padding-top: 1px;
	overflow: visible;
}
#tabs ul {
	margin: 0 0 0 20px;	
	width: 800px;
	list-style: none;
	
}
#tabs ul li {
	display: inline;
}
#tabs ul li a {
	font-weight: bold;
	font-size: 10px;
	color: #233;
	display: block;
	width: 210px;
	line-height: 10px;
	float: left;
	height: 12px;
	margin: 1px 3px 0px 0px;
	padding: 3px 5px 3px 5px;
	background-color: #A3BEBF;
	text-decoration: none;
	background-image: url(images/tabsNonCurrent.gif);
	background-repeat: no-repeat;
}
#tabs ul li.current a {
	background-image: none;
	background-color: #788;
	background-image: url(images/tabsCurrent.gif);
	background-repeat: no-repeat
}
