@charset "utf-8";
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0678A4;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	line-height: 1em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
input[type=text],input[type=password],textarea{
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
}

body {
	margin: 0px;
	background-color: #999966;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 917px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #544C2B;
	border-bottom-color: #544C2B;
	border-left-color: #544C2B;
}






#header {
	text-align: left;
	vertical-align: top;
}
.hd-rules {
	background-color: #67B3B3;
	background-image: url(/assets/images/layout/rules-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	width: 917px;
}
.hd-entry {
	background-color: #7EB7CA;
	background-image: url(/assets/images/layout/entry-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	width: 917px;
}
.hd-ideas {
	background-color: #CDCD64;
	background-image: url(/assets/images/layout/ideas-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	width: 917px;
}
.hd-sponsors {
	background-color: #C1C09B;
	background-image: url(/assets/images/layout/sponsor-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	width: 917px;
}
.hd-awards {
	background-color: #9CBB5E;
	background-image: url(/assets/images/layout/awards-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	width: 917px;
}
.hd-contact {
	background-color: #49371E;
	background-image: url(/assets/images/layout/contact-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	width: 917px;
}
.hd-home {
	background-color: #D98928;
	background-image: url(/assets/images/layout/home-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 118px;
	width: 917px;
}
#menu {
	text-align: left;
	vertical-align: top;
}
#divHNav {
	margin-top: 2px;
	margin-right: 25px;
	margin-left: auto;
	text-align: right;
	margin-bottom: 2px;
	vertical-align: top;
}
#divHNav img {
	padding-top: 5px;
}

#divHNav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#divHNav a:hover {
	text-decoration: underline;
}
.menu-rules {
	background-color: #25ACAC;
	background-image: url(/assets/images/layout/rules-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}
.menu-entry {
	background-color: #5C93B3;
	background-image: url(/assets/images/layout/entry-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}
.menu-ideas {
	background-color: #AEAD1F;
	background-image: url(/assets/images/layout/ideas-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}
.menu-sponsors {
	background-color: #9B9A68;
	background-image: url(/assets/images/layout/sponsor-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}
.menu-awards {
	background-color: #076A05;
	background-image: url(/assets/images/layout/awards-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}
.menu-contact {
	background-color: #BA8F3C;
	background-image: url(/assets/images/layout/contact-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}
.menu-home {
	background-color: #CCAA66;
	background-image: url(/assets/images/layout/home-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: 917px;
}


#content {
	text-align: left;
	vertical-align: top;
}
.body-rules {
	background-color: #E6E6C8;
	background-image: url(/assets/images/layout/rules-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 711px;
	width: 917px;
}
.body-entry {
	background-color: #E6E6C8;
	background-image: url(/assets/images/layout/entry-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 917px;
	width: 916px;
}
.body-ideas {
	background-color: #E6E6C8;
	background-image: url(/assets/images/layout/ideas-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 535px;
	width: 916px;
}
.body-sponsors {
	background-color: #E6E6C8;
	background-image: url(/assets/images/layout/sponsor-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 916px;
}
.body-awards {
	background-color: #E6E6C8;
	background-image: url(/assets/images/layout/awards-body2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 702px;
	width: 916px;
}

.body-contact {
	background-color: #E6E6C8;
	background-image: url(/assets/images/layout/contact-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 527px;
	width: 916px;
}
.body-home {
	background-color: #8B8358;
	background-image: url(/assets/images/layout/home-body-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 526px;
	width: 917px;
}
#footer {
	text-align: center;
	vertical-align: middle;
}
.tdLeft50 {
	width: 50%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight50 {
	width: 50%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft70 {
	width: 70%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight30 {
	width: 30%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.tdLeft60 {
	width: 60%;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.tdRight40 {
	width: 40%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
