html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#FFF;
	background-image:url(../images/sx_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	/*background-position:center;*/
	font: 11px arial, helvetica, sans-serif;	
	
}

h1 {	font-size:13px;	font-weight:bold; color:#00b5cb; margin:0 0 10px 0; text-transform:uppercase;	}
h2 {	font-size:13px;	font-weight:bold;	margin:0 0 0 0; color:#FFF;}
h3 {	font-size:12px;	font-weight:bold;	margin:-5px 0 0 0; color:#FFF;	}
h4 {	font-size:12px;	font-weight:bold; color:#00b5cb; margin:10px 0 0 0;	}


a:link, a:visited, a:active {color:#FFF; text-decoration:none; outline:none;}
a:hover { text-decoration:underline; }


/* GENERAL CLASSES */
.sxMain {  	width: 100%; 	position: absolute; height:100%;	}
.sxContainer {	position: absolute;	width:924px;	left: 50%; 	margin-left:-462px; height:100%; margin-bottom: 50px; }

a img{border:none;}

.forms {color: #402d1c; }

.submitButton {  background:url(../images/submit_button.gif); background-repeat:no-repeat;  border: none;  width:69px; height:28px;}
.submitButton:hover {  background:url(../images/submit_button_over.gif); }

object { outline:none; }

input {background: none !important; outline:none; border:1px solid #CCC; color:#999; font-size:11px; font-weight:bold;}

select {font-size:11px; height:20px; color:#999; font-weight:bold; margin-right:3px; background: #FFF !important; outline:none;}

/*BODY CLASSES*/

.header {float:left; width:100%; background:url(../images/bodyTopBacking.png) no-repeat bottom;}
.menu	{float:left; width:720px; font-size:13px; margin:50px 0 0 27px;}
.menu a:link, .menu a:visited, .menu a:active { color:#FFF; text-decoration:none; font-weight:bold;}
.menu a:hover {color:#00b5cb;}
.menuItem {float:left; margin-right:15px;}
.backLink {width:765px; float:left; height:20px; text-align:right; color:#FFF; margin-top:10px;}
.contentArea {background:url(../images/bodyBackground.png) repeat-y; min-height:642px; width:100%; float:left; margin:0;}
.logoText {float:right; margin:10px 30px 5px 20px;}
.contentContainer {float:left; width:650px; min-height:500px; margin-left:15px;}
.homeFlashContainer {float:left; width:540px; min-height:400px; text-align:center; margin:10px 120px 0 0;}

/* Judges */

.judges {float:left; width:100%; margin-bottom:20px;}
.judges p {margin:0 0 8px 0; }

/* Awards Menu */

.awardsMenu {float:left; margin:10px 0 0 27px; width: 180px; }
.awardsMenu p { background:url(../images/awardsUnderline.png) bottom left no-repeat; margin:6px 10px 5px 0px; padding-bottom:6px; color:#ababab; font-weight:bold;}
.awardsMenu a:link, .awardsMenu a:visited, .awardsMenu a:active { color:#ababab; text-decoration:none; font-weight:bold;}
.awardsMenu a:hover {color:#FFF;}

/* Awards */

.subCatLinks {float:left; margin-right:10px;}
.subCatLinks a:link, .subCatLinks a:visited, .subCatLinks a:active {color:#666;}
.subCatLinks a:hover {color:#00b5cb; text-decoration:none;}
.awardContent {float:left; width:100%}
.awardContent p {margin:0 0 8px 0}
.awardIMGCont {float:right; margin: 10px 0 10px 15px;}
.rollOverText {font-style:italic; color:#CCC; text-align:right; margin: 5px 5px 0 0;}
.awardHeading {width:375px; float:left; margin-top: 15px;}
.awardCategory {float:left; width:300px; font-weight:bold; margin:10px 0 0 0;}

/*FORM CLASSES*/
.warning {	font-weight:bold;	color:#FF0000;	}
.warning a:link, .warning a:visited, .warning a:active { font-weight:normal; color:#FF0000; text-decoration:none;	}
.warning a:hover {	text-decoration: underline;	}
.success {	font-weight:bold;	color:#00CC00;	}

/*FOOTER CLASSES*/

.Footer {width:890px; float:left; margin:10px 0 10px 15px; color:#999;}
.Footer a:link, .Footer a:visited, .Footer a:active {	color:#999; text-decoration:none; outline:none;	}
.Footer a:hover {	text-decoration: underline;	}

.imageCont {float:right; margin:10px 0 10px 0;}
.footerImages {float:left; margin:10px 25px 0 0;}

