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

/* Structure */
body{ background: url(../images/bg-repeat.jpg) repeat-x scroll center top; width: 100%; display: table;
}
#wrapper{width: 1024px;  margin: 0 auto; background: url(../images/bg.jpg) no-repeat scroll center top; display: table;}
#mainbox{width: 1024px; margin: 0 auto; float: left;}
#header{height: 55px;}
#sidebar{width: 265px; float: left; margin: 40px 0 0 83px;
}
#nav{width:265px; height: 222px;
	background-color: #fff;float: left;}
#flash{width: 459px; height: 323px; background:#ccc; float:  left;}
#content{width: 459px; float: left;}
#copy{float: left;}
#footer{height: 335px; width: 1024px; background: url(../images/footer.jpg) no-repeat center bottom; float: left;}
#footerbg{background: url(../images/footer-repeat.jpg) repeat-x 0 bottom;}

/* Styles */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content{color: #797a7d;}
#copy{margin: 10px; 
}
h1{}
h2{margin: 25px 0 10px 0; font-size: 17px; color: #204384; font-weight: bold;}
h3{margin: 10px 0 10px 0;}
h4{margin: 0px 0 0px 0; font-size: 12px; color: #464646; font-weight: bold;}
p{margin: 10px 0 10px 0; font-size: 11px;line-height: 16px; color: #6b6b6e;}
ul{margin: 10px 0 10px 0;}
li{list-style-type: disc; margin-left: 15px; font-size: 11px;line-height: 16px;
}
strong{font-weight: bold; font-size: 12px; 
	font-style: italic; color: #3e3e3e;
}


/*Custom Styles */
.hide{
display: none;
}
.big-copy{font-size: 17px; }
#dates{margin: 15px 15px 0 10px;}
#dates p{margin-top:0;}
.date h3{font-size: 12px;font-weight: bold;color:#000;margin: 20px 0 0 0;}
.date{
	padding-bottom: 10px;
	border-bottom: 2px #ccc solid;
}

/* Navigations */
#nav a{display: block; background: #fff; border-bottom: 1px #ccc solid; margin: 2px 6px 2px 6px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; color: #111111; font-size: 9pt; padding: 2px;}

#nav a:hover{
	background: #15326a;
	color: #fff;
}

#mailto{
	display: block;
	height: 20px;
	width: 150px;
	left: 190px;
	position: relative;
	top: 90px;
	text-decoration: none;
	
	}


/*Nav Highlight for each page*/
body#home a.home,
body#about-us a.about-us,
body#how-to-get-involved a.how-to-get-involved,
body#pastrecipients a.pastrecipients,
body#nominateabusiness a.nominateabusiness,
body#judgingcriteria a.judgingcriteria,
body#becomeapartner a.becomeapartner,
body#currentpartner a.currentpartner,
body#faq a.faq,
body#contactus a.contactus
{
	font-weight: bold;
}

/* Forms */
label{
	display: block;
	}
input{
	display: block;
	margin-bottom: 10px;
	width: 300px;
}
textarea{
	margin-bottom: 10px;
	width: 300px;
}
input#submit{
	width: 150px;
}

.error{color:red;}



