/*

Revised Author: Omri Tintpulver
Original Author: Marty Batten 

*/

/* ----- CSS ----- */

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #cacaca url(bground.jpg) repeat;*/
	background: #white ; 
    font: 62.5%/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0 0 30px 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.bg 
{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    z-index: -999;
    overflow:hidden;
    }

a {
	color:  #ba8748; /* brown */
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: black; /* black */
	text-decoration: none;
}

/* yellow: #ffff00; */

img {
	border: 0;
}

#wrapper {
	width: 750px;
	/*background: url(bground-wrapper.jpg) center top no-repeat;*/
	margin: 0 auto;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.5em;
}

#header {
	width: 700px;
	height:167px;
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
}

#content {
	padding: 10px 10px 10px 10px;
	background: #fff /* url(right-corner.gif) top right no-repeat */;
}

.top-image {
	width: 100%; 
	background: url(top.jpg) top no-repeat; 
	margin-bottom: 10px;
	padding: 15px 0 15px 0;
}

.top-image h2 {
	margin: 0 0 0 15px;
	color: #fff;
}

#content-main {
	width: 476px;
	float: left;
	overflow: hidden;
}

#content-sub {
	width: 194px;
	float: right;
}

#content-sub ul {
	margin: 0 0 0.5em 0;
}

#content-sub ul li {
	list-style-type: none;
}

#content-sub ul li a {
	display: block;
}

#content-sub ul li a:hover {
	background: #f4f4f4;
}

div.news {
	width: 330px;
	float: left;
	padding: 7px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 0.9em;
}

div.news-r {
	width: 330px;
	float: right;
	padding: 7px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 0.9em;
}

div.news ul {
	margin-left: 0;
}

div.news ul li {
	list-style-type: none;
}

div.news a:hover {
	text-decoration: none;
}

div.photo {
	width: 82px;
	height: 89px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background: url(photo-dropshadow.png) bottom center no-repeat;
}

#dropshadow {
	
	border-top: 1px #BA8748 solid;
	height: 1px;
}

#footer {
	margin-top: 10px;
	font-size: 0.8em;
	color: #444;
	/*text-shadow: 1px 1px 1px #000;*/
	text-align: center;
}

#footer a {
	color: #929292;
}

#footer a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	font-size: 0.9em;
	font-family: Verdana, Sans-Serif;
}

ul {
	margin: 0 0 0 30px;
	font-size: 0.9em;
}

li {
	list-style-type: circle;

}
ol li 
{
    font-size: 0.9em;
	font-family: Verdana, Sans-Serif;
}

h1 { /* Only to be used for main heading */
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 20px 0 20px 0;
}

h2 {
	margin-bottom: 0.5em;
}

h3,
h4 {
	margin-bottom: 0.5em;
}

h4 {
	color: #424242;
}

h3 { color:#ee3129; }
#signin input {
	height: 20px;
	width: 150px;
}

#signin input.btn {
	height: 20px;
	width: 80px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#main
{
    padding: 10px 30px 15px 30px;
    background-color: #f7f7f7;
    margin: 59px 0 0 0;
    position:relative;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #ba8748 solid;
    padding: 70px 0px 0px 0px;
    position: relative;
    display:block;
    width:100%;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}


ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background: url(down.jpg) repeat-x;
    color: #839098;
}

ul#menu li a:hover
{
    background: url(up.jpg) repeat-x;
    text-decoration: none;
}

ul#menu li a:active
{
    background: url(press.jpg) repeat-x;
    text-decoration: none;
    color: black;
}

ul#menu li.selected a
{
    background: url(up.jpg) repeat-x;
    color: black;
}

/* INNER MENU   
----------------------------------------------------------*/
ul#inner_menu
{
    margin: 0;
    padding: 0;
}

ul#inner_menu li
{
    padding: 0 12px 0 8px;
    display: inline;
    list-style: none;
}


ul#inner_menu li a
{
    font-weight: bold;
    text-decoration: none;
    color: black;
}

ul#inner_menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#inner_menu li a:active
{
    background-color: #ffffff;
    text-decoration: none;
    color: black;
}

ul#inner_menu li.selected a
{
    
    color: #ba8748;
}

li.divider
{
    border-right: solid 1px #cccccc;
    
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #999;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"], input[type="button"]
{
    padding: 5px 10px;
    font-weight: bold;
    background: url(down.jpg) repeat-x;
   
    }
/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4; */
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:90px;
   margin-bottom:0 !important;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    padding-left: 95px;
    padding-top: 5px;
}

#logindisplay
{
    font-size:1em;
    display:block;
    text-align:right;
    font-weight: bold;
    color: #ba8748;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
    	text-shadow: 1px 1px 1px #999;
}

#logindisplay a:link
{
    color: #ba8748;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: #ba8748;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.winners_header 
{
	clear:both;
	margin-top:20px;
	margin-bottom:0 !important;
	line-height:100%;
}

.winners_section 
{
	margin-top:0 !important;
}

.first_winner 
{
	margin-top:0 !important;
}
.winner_category 
{
  clear:both;
	margin-bottom:0 !important;
	margin-top: 30px;
}
.winners_section 
{
	clear:both;
}

.winners_section img 
{
	float:left;
	margin: 5px 20px 30px 0;
}