@charset "utf-8";
/* CSS Document */
@import url("lightbox.css");

* {
	margin:0;
	padding:0;
}

body {
	background-color:#c16cbf;
	/*background:url(../images/layout/background.gif) 50% 50% repeat;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	color:#333;
	line-height:1.3em;
}

#site {
	min-width:760px;
	max-width:950px;
	background:#9ecb3c; 
	margin:0.5em auto;
	/*padding-top:1em;*/
}

ul#topMenu {
	width:98%;
	margin-left:2%;
	height:2.5em;
}

ul#topMenu li {
	float:left;
	width:14%;
	display:inline;
	height:26px;
}

ul#topMenu .green { color:#9ecb3c; background-color:#9ecb3c; }
ul#topMenu .red { color:#fe4e4e; background-color:#fe4e4e; }
ul#topMenu .yellow { color:#fcce54; background-color:#fcce54; }
ul#topMenu .blue { color:#69d5df; background-color:#69d5df; }
ul#topMenu .purple { color:#c16cbf; background-color:#c16cbf; }

ul#topMenu .welcome { background:url(../images/layout/menu-welcome.gif) 50% -26px no-repeat; }
ul#topMenu .individuals { background:url(../images/layout/menu-individuals.gif) 50% -26px no-repeat; }
ul#topMenu .schools { background:url(../images/layout/menu-schools.gif) 50% -26px no-repeat; }
ul#topMenu .winners { background:url(../images/layout/menu-winners.gif) 50% -26px no-repeat; }
ul#topMenu .conditions { background:url(../images/layout/menu-conditions.gif) 50% -26px no-repeat; }
ul#topMenu .sponsors { background:url(../images/layout/menu-sponsors.gif) 50% -26px no-repeat; }
ul#topMenu .contact { background:url(../images/layout/menu-contact.gif) 50% -26px no-repeat; }


ul#topMenu a {
	display:block;
	width:100%;
	font-size:0;
	height:26px;
	text-indent:-300em;
}

ul#topMenu a:hover, ul#topMenu a:focus {
	color:#333;
	background-position:50% 0px;
}

#banner {
	min-height:185px;
	background:#FFF url(../images/layout/banner-capral.gif) 20px 45px no-repeat;
	padding-top:10px;
}

#site .bar {
	clear:both;
	width:100%;
	display:block;
	height:4px;
	background-color:#9ecb3c;
}

#footer {
	height:90px;
	padding-top:10px;
	background-color:#fff;
}

#footer .logo {
	width:25%;
	float:left;
	text-align:center;
}

#content {
	padding-bottom:1em;
	min-height:400px;
	background-color:#fff;
	margin-right:185px;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
}

.presented {
	width:180px;
	height:90px;
	text-align:center;
	color:#fe4e4e;
	clear:right;
	float:right;
	margin-top:-96px;
	background-color:#fff;
	padding-top:5px;
}

.noteImage {
	float:left;
}

.noteText {
	height:132px;
	background-color:#f0be0f;
	width:100%;
	color:#fff;
	font-size:1.3em;
	text-align:center;
	padding-top:10px;
}

.noteText li {
	list-style-type:none;
	margin:5px 0;
}

/* Right Menu Styles */
#rightMenu {
	background-color:#9ecb3c;
	width:180px;
	float:right;
	min-height:425px;
	margin-left:2em;
}

#rightMenu li {
	list-style-type:none;
	margin-bottom:1em;
}

#rightMenu li a {
	display:block;
	background-color:#fe4e4e;
	color:#fff;
	text-decoration:none;
	width:95%;
	line-height:2em;
	padding-left:5%;
}

#rightMenu li a:hover, #rightMenu li a:focus {
	color:#333;
}

/* Text Styles */
#banner p, #banner h1, #content h1, #content h2, #content p {
	padding:0.3em 0.5em 0.5em 175px;
}

#banner img.logo {
	float:right;
	margin:0 20px 0 2em;
}

#content h1, #banner h1 {
	font-size:1.1em;
	padding-bottom:0;
}

#banner h1 {	color:#fe4e4e; }
#content h1 { color:#116414; }

#content h2 {
	color:#fe4e4e;
	font-size:1em;
	padding-bottom:0;
	margin-bottom:0;
}

#content ol, #content ul {
	margin:0 1em 0 210px;
}

#content li ul {
	margin-left:20px;
}

#content li {
	margin:0.5em 0;
}

#content li ul li {
	list-style-type:square;
	margin-left:25px;
}

/* Form Styles */

#content div.error p {
	font-size:80%;
	color:#FF0000;
	padding:0 0 0 175px;
}

#content .entryError p {
	font-size:80%;
	color:#FF0000;
	padding:0;
	margin-left:330px;
}

form.contact {
	padding-top:1em;
}

form.contact label {
	float:left;
	width:6em;
	text-align:right;
	padding-right:0.5em;
}

form.entry label {
	float:left;
	width:11em;
	text-align:right;
	padding-right:0.5em;
}

div.buttons {
	margin-left:261px;
}

div.entryButtons {
	margin-left:330px;
}

div.buttons input, div.entryButtons input {
	width:8em;
}

input.catcher {
	visibility:hidden;
}


/* Sidebar/Page Styles */
body.welcome #content { background:#fff url(../images/layout/side-welcome.jpg) 5px 100% no-repeat;}
body.schools #content { background:#fff url(../images/layout/side-schools.jpg) 5px 100% no-repeat; }
body.winners #content { background:#fff url(../images/layout/side-winners.jpg) 5px 100% no-repeat; }
body.conditions #content { background:#fff url(../images/layout/side-conditions.jpg) 5px 100% no-repeat; }
body.sponsors #content { background:#fff url(../images/layout/side-sponsors.jpg) 5px 100% no-repeat; }
body.individuals #content h1, body.individuals #content h2, body.individuals #content p { padding-left: 15px; }
