 /* CSS Document */
html  {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body  {	
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF ;
	color: #000000;
	height: 100%;
	margin: 0; 
	padding: 0;
	text-align: center; 
	  }

#container { 
	background-color: #FFF;
	background-image: url(/graphics/waterlilies_border_8.jpg);
	background-repeat: repeat-y;
	margin: 0 ; 
	position: relative;
	text-align: left; /* overrides the text-align: center on the body element. */
	width: 100%;
	min-width: 850px !important;
	} 

 /********** Header ***********/
 #header { 
	background: #99cc66; 
	border-bottom: thick solid #725690;
	padding: 0;  
	width: 100%; 	
	min-width: 850px !important ;/* width and min-width specified to keep IE6 from overlapping images in header */
	} 

	
#header img {
	margin: 0; 
	padding: 0 1em; 
	}

.icc {
	color: #FFFFFF;
	display: inline ;
	font-size: 90%;
	font-weight: bold; 
	margin: 0;
	padding: .2em .5em;
	position: absolute;
	right: 4em;
	text-align: center;
	}

/********** Content ***********/
#content {
	background:#FFF;
	color: #000;
	margin: 0 0 0 125px; 
	padding: 1em 2em 2em 2em;	
	text-align: left;
	}
	
.bghighlight {
	background: #dfcfe9;
	color: #000;
	padding: .6em;
	}

/********* Breadcrumb Navigation **********/
#breadcrumb {	
	font-size: 75%;
	margin: -1em 3em;
	padding: 0 .5em;
	position: absolute;
	right: 2em;
	text-align: right;
	width: 35%;
	}


/********* Footer **********/
#footer {
	background: #99CC66;
	border-top: thick solid #725690;
	clear: both;
	color: #FFFFFF;
	height: 40px;
	margin: 0 auto;
	padding: .8em;
	position: relative;
	text-align: center;
	font-size: 1em;
	font-weight: bold; 
	z-index: 100;
	}
	
#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
#footer a:visited {
	color: #000000;
	}
#footer a:hover, #footer a:active {
	background-color:#FFFFFF;
	color: #725690;	
	}

/******Styling for Navigation Menu *******/

#menu {
	margin-left: 125px;
	padding: 0;	
	}

/***************************
	MAIN MENU
***************************/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
	}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
	}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu-h a {
	border: 1px solid #C9F;
	border-right-color: #725690;
	border-bottom-color: #725690;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #dfcfe9;
	color: #222;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #C9F;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	background: #dfcfe9;
	color: #222;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #96C;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
 	background: #dfcfe9;
 	color: #222;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #96C;
  	color: #FFF;
	}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #dfcfe9;
	color: #222;
	}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #96C;
	color: #FFF;
	}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display: none;
	}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
	}
/*****************  END Main Menu *****************/

img {
	padding: 8px;
	}

a:link {
	color: #339900;
	text-decoration: underline;
	}
a:visited {
	color: #660099;
	}
a:hover, a:active {
	background-color:#dfcfe9; 
	color: #660099;	
	}
	
h1 {
	color: #660099;
	font-size: 130%;
	font-weight: bold;
	}
	
h2 {
	color: #009900;
	font-size: 120%;
	font-weight: bold;
	}
	
h3 {
	color: #660099;
	font-size: 110%;
	font-weight: bold;
	}		
	
h4 {
	color: #660099;
	font-size: 95%;
	font-weight: bold;
	text-decoration: underline;
	}
	
#up {
	float: right;
	margin-bottom: 1em;
	padding: 0 .5em 1em 0;
	position: absolute;
	right: 24px;
	text-align: center;
	text-decoration: none;
	}
	
 ul#content {
	clear: left ;
	list-style: square ; 
	line-height: 1.5em ;  
	}
	
ol#content {
	clear: left ;
	line-height: 1.5em ;  
	}
	
.rule {
	background: #FFF;
	color:#660099;
	height: 2px;
	margin: 1em auto;
	width: 60%;
	}
	
#logos {
	border-top: 2px solid #660099;
	margin: auto;
	text-align:center;
	padding: .5em .2em;
	width: 80%;
	}
	
 img#logos {
	padding: .5em;
	vertical-align: middle;
	}

 #logos a:link, #logos a:visited, #logos a:hover, #logos a:active {
	text-decoration: none;
	background-color: transparent
	} 
	
#hplinks {
	color: #660099;
	font-size: 110%;
	font-weight: bold;
	margin-left: 170px;
	}
	
img#feature {
	margin: 0 .6em .4em 0;
	padding: 0 .6em .4em 0;
	float: left;
	}	
	
.description {
	padding-left: .9em;
	line-height: 1.4em;
	}
	
ul#desc {
	line-height: 1.4em;
	margin-left: 6em;	
	padding-left: 6em;
	}
	
.details {
	clear: left;
	float: left;
	line-height: 1.4em;
	margin: 0 0 1em;
	}
	
.button {
	 background-color: #dfcfe9;
	 border: 2px solid #660099 ;
	 font-weight: bold ; 
	 font-size: 90% ;
	 margin: 3em 2em;
	 padding: .4em;
	 }
	 
a.button:link  {
	color: #000;
	text-decoration: none;
	}
a.button:visited {
	color: #660099;
	text-decoration: none;
	}	
a.button:hover, a.button:active {
	color: #660099;	
	}

/*******Prizes table styles ******/
 #prizes table  {
	border: 1px solid #660099;
	border-collapse:collapse;
	border-spacing: 0px;
	table-layout: auto;
	width: 75%;
	}
	
#prizes th {
	background: #660099;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	padding: .2em;
	text-align: center;
	vertical-align: middle;
	}
	
#prizes td {
	background: #FFF;
	border: 1px solid #660099;
	color: #000;
	padding: 4px;
	}
	
#prizes td.total {
	background-color: #dfcfe9;
	}
	
.navlinks {
	font-size: 100%;
	font-weight: bold;
	margin-left: 2em;
	}
	
#lawsonpoem {
	border-top: 2px solid #660099;
	margin: auto;
	text-align: center;
	width: 70%;
	}

/*********Patrons and Sponsors Styles**********/

#patron1 {border-bottom: 1px solid #660099 ; margin: 15px 10% 15px 0; min-width: 450px ; padding-bottom: 1em ; padding-top: 1em ; text-align: justify;}
#patron1 img {float:left ; padding: 0 1em 1em 0 ; margin-right: .25em;}
#patron2 {margin: 15px 10% 10px 0; min-width: 450px ; padding-bottom: .5em ; padding-top: 1em ; text-align: justify ; min-height: 220px ;}
#patron2 img {float:right ; padding: 0 0 .5em 1em ; margin-left: .25em;}
#patron3 {border-bottom: 1px solid #660099 ; margin: 10px 10% 15px 0; min-width: 450px ; padding-bottom: 1em ; padding-top: .5em ; text-align: justify;}
#patron3 img {float:left ; padding: 0 1em 1em 0; margin-right: .25em;}
#patron4 {margin: 15px 10% 0 0; min-width: 450px ; padding-top: 1em ;}

.logos2 {
	margin: 0 auto ;
	padding: .2em ;
	text-align: center ;
	}
	
.logos2 img {
	margin-left: .3em ;
	padding: .5em ;
	vertical-align: middle ;
	}
	
.whitebg a:link, .whitebg a:visited {
	background-color: #FFF;
	text-decoration: none;
	}
.whitebg a:hover, .whitebg a:active{
	background-color: #FFF;
	text-decoration: none;
	}

#thanks1 {
	display: inline;
	float: left;
	margin-left: 2em;
	padding: .5em;
	}
	
#thanks2 {
	display: inline;
	float: left ;
	margin-left: 5em;
	padding: .5em;
	}
	
#thanks3 {
	display: inline;
	float: left;
	margin-left: 5em;
	padding: .5em;
	}
	
.sponsors2 {
	float: left ; 
	margin: 0 auto ;
	padding: .2em ;
	vertical-align: top ;
	width: 35% ;
	}
	
.sponsors {
	float: left ; 
	margin: 0 auto ;
	padding: .2em ;
	vertical-align: top ;
	width: 70% ;
	}
	
#platinum {
	border: medium ridge #CCC ;
	background-color: #000;
	color: #CCC ;
	font-weight: bold; 
	padding: .4em ;
	margin-bottom: 0;
	text-align: center;
	}
	
#gold {
    border: medium ridge #FC3 ;
	background-color: #000;
	color: #FC3 ;
	font-weight: bold; 
	padding: .4em;
	margin-bottom: 0;
	text-align: center;
	}	

#silver {
	border: medium ridge #CCC ;
	background-color: #000;
	color: #CCC;
	font-weight: bold;
	padding:  0.4em;
	margin-bottom: 0;
	text-align: center;
	}	

#bronze {
	border: medium ridge #C60 ;
	background-color: #000;
	color: #C60 ;
	font-weight: bold; 
	padding: .4em ;
	margin-bottom: 0;
	text-align: center;
	}	

#other {
	border: medium ridge #9C3;
	background-color: #000 ;
	color: #9C0 ;
	font-weight: bold; 
	padding: .4em;
	margin-bottom: 0;
	text-align: center;
	}	

/********Award Winners lists*********/

.winnersleft {
	float: left;
	margin: .6em;
	padding: .2em;
	width: 40%;
	}
	
.winnersright {
	float: left;
	margin: .6em;
	padding: .2em;
	width: 40%
	}
	
.winnersleft p, .winnersright p {
	background-color: #dfcfe9;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 0;
	padding: .4em;
	}
	
p.winnerscat {
	background-color: #99CC66;
	border-bottom: thin solid #725690;
	color: #FFFFFF;
	font-weight: bold; 
	padding: .4em 0;
	margin-bottom: 0;
	text-align: center;
	}
	
.winners {
	 border-bottom: 1px solid #725690 ; 	  
	 margin: .5em 2em 1em 1em ;
	 padding-bottom: 1em ;
	 width: 65% ;
	 }
	 
.award {
	color: #009900 ;
	font-size: 110%;
	font-weight: bold ;	
	}
	
.wintitle {
	font-size: 100%;
	font-weight: bold ;	
	}
	
/********* Judges Info styles **********/
.judges {
	border-top: 1px solid #C9F	;
	border-bottom: 1px solid #C9F;
	margin: .3em 0;
	min-height: 110px;
	width: 50%;
	}
	
.judges p {	
	line-height: 1.3em;
	margin: .5em .2em;	
	}
	
.judges img {
	float: left;
	margin-right: .2em;
	padding: .4em;
	}
	
/********* Form styles **********/

fieldset { 
 	margin: 0 0 1em 0; 
	padding: .5em 2em .5em .5em; 
	border: 1px solid #660099 ; 
	width: 70% ;
	} 
	
legend { 
 	background-color: #DFCFE9 ;
	border: 1px solid #660099;
	color: #000; 
	font-weight: bold;
	padding: .2em; 
	}  
	
input, select, textarea, radio, checkbox { 
 	background-color: #DFCFE9 ;
	border: 1px solid #660099 ;
	font: 95% normal Verdana, Arial, Helvetica, sans-serif;
	margin-right: .6em ; 
	padding: .2em ; 
	} 
	
label {
	display: block ;
	float: left ;
	padding-right: .6em ; 
	text-align: right ;
	vertical-align: top ;
	width: 14em ;
	}

.submit {
	border: 2px solid #660099 outset ;
	 font-weight: bold ; 
	 font-size: 100% ;
	 margin-left: 14em ; 
	 width: 5em ;
	 }
