@charset "utf-8";
html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background:url(../images/graphics/globalBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size:.9em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html {
	min-height: 101%;
}

#s2c {
	display:none;
}

a:link, a:visited, a:active {
	color:#FFCC00;
	text-decoration:none;
}
a:hover {
	color:#FFFF66;
	border-bottom:1px dashed #fff;
}


/* ---------- HEADINGS ----------*/
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	color:#8c2c1b;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#8c2c1b;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#8c2c1b;
} 

img {
	border:none;
} 

img a:link{
	border:0px;
}
/*------------------------------------------------------------------------*/


/*---------- CONTAINER ----------*/
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background:url(../images/graphics/bgStrip.jpg);
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*------------------------------------------------------------------------*/


/*---------- HEADER ----------*/
.twoColFixLtHdr #header {
	height:200px; 
	background: #DDDDDD; 
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:2px solid #000;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
/*------------------------------------------------------------------------*/

/*---------- SPONSORHEADER ----------*/ 
#sponsorBar {
	padding:10px;
	text-align:center;
	background: #fff;
	border-bottom:#000 2px solid;
}
#sponsorBar img {
	margin-right:30px;
	margin-left: 30px;
	border:0px;
}
#sponsorBar a:hover {
	border:none;
}
/*------------------------------------------------------------------------*/
 

/*---------- SIDEBAR ----------*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:10px 0px 0px 0px;
	padding: 15px 10px 15px 20px;
	font-size:.85em;
}
/*#sidebar1 a:link, #sidebar1 a:visited  {
	color:#ff9900;
	text-decoration:none;
}
#sidebar1 a:hover {
	color:#fff;
	border-bottom:1px dashed #ff9900;
}*/
/*------------------------------------------------------------------------*/


/*---------- MAIN CONTENT ----------*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:20px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active  {
	color:#851e21;
}
#mainContent a:hover {
	color:#9c491f;
	border-bottom:1px dashed #851e21;
}
/*------------------------------------------------------------------------*/


/*---------- FOOTER ----------*/ 
.twoColFixLtHdr #footer { 
	/*width:780px;*/
	height:50px;
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#851e21;
	/*background:url(../images/graphics/falletta_08_footer_01.jpg);*/
} 
.twoColFixLtHdr #footer {
	border-top:2px solid #000;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.8em;
	text-align:center;
	color:#fff;
} 
/*------------------------------------------------------------------------*/



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
/*------------------------------------------------------------------------*/


/* ---------- Menu ---------- */
.navBlock {
	padding:10px 0px 5px 0px;
}
.navBlock a:link, .navBlock a:active, .navBlock a:visited  {
	text-decoration:none;
	color:#FFCC00;
}
.navBlock a:hover {
	color:#CCCCCC;
}
.navBlock img {
	border:none;
}
.subnav {
	padding:5px 0px 5px 10px;
	font-size:.8em;
}
#smenu1 { /*Styles The Competition sub nav*/
	margin-top:5px;
	border-top:1px dotted #4b160d;
	border-bottom:1px dotted #4b160d;
}
#smenu2 { /*Styles The Competition sub nav*/
	margin-top:5px;
	border-top:1px dotted #4b160d;
	border-bottom:1px dotted #4b160d;
}
/*#smenu2 a:link, #smenu2 a:active, #smenu2 a:visited {
	color:#cc9900;
	text-decoration:none;
}
#smenu2 a:hover {
	color:#fff;
	border-bottom:1px dotted #ca6b57;	
}*/
#smenu3 { /*Styles Biographies sub nav*/
	margin-top:5px;
	border-top:1px dotted #4b160d;
	border-bottom:1px dotted #4b160d;
}
/*#smenu3 a:link, #smenu3 a:active, #smenu3 a:visited {
	color:#eab89c;
	text-decoration:none;
}
#smenu3 a:hover {
	color:#fff;
	border-bottom:1px dotted #ca6b57;	
}*/
#smenu4 { /*Styles Photo Galleries sub nav*/
	margin-top:5px;
	border-top:1px dotted #4b160d;
	border-bottom:1px dotted #4b160d;
}
/*#smenu4 a:link, #smenu4 a:active, #smenu4 a:visited {
	color:#eab89c;
	text-decoration:none;
}
#smenu4 a:hover {
	color:#fff;
	border-bottom:1px dotted #ca6b57;	
}*/
#smenu5 { /*Styles Video sub nav*/
	margin-top:5px;
	border-top:1px dotted #4b160d;
	border-bottom:1px dotted #4b160d;
}
/*#smenu5 a:link, #smenu4 a:active, #smenu4 a:visited {
	color:#eab89c;
	text-decoration:none;
}
#smenu5 a:hover {
	color:#fff;
	border-bottom:1px dotted #ca6b57;	
}*/ 
/*------------------------------------------------------------------------*/


/* ---------- NEWS ---------- */
.newsBlock {
	float:left;
	width:580px;
	margin:0px 0px 10px 0px;
	padding:2px;
	font-size:.8em;
	border:1px dashed #666666;
}
.releaseCol {
	float:left;
	width:438px;
	margin-right:10px;
	border-right:1px dashed #ccc;
}
.dateCol {
	float:left;
	width:110px;
} 
/*------------------------------------------------------------------------*//* ---------- NEWS ---------- */
.judgeBlock {
	float:left;
	width:95%;
	margin:0px 0px 10px 0px;
	padding:10px;
	border-bottom:1px dashed #9c491f;
}


/* ---------- HP Block ---------- */
.hpBlock {
	float:left;
	width:580px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #8d2d1d;
} 
/*------------------------------------------------------------------------*/


/* ---------- Calendar ---------- */
#calendar {
	border-left:1px dashed #660000;
	border-bottom:1px dashed #660000;
}
#calendar td {
	padding:3px;
	border-top:1px dashed #660000;
	border-right:1px dashed #660000;
} 
/*------------------------------------------------------------------------*/


/* ---------- Sponsors ---------- */
#sponsors a:hover {
	border:none;
}
.sponsorsRow {
	width:100%;
	margin:0px 0px 20px 0px;
	text-align:center;
}
.sponsorsRow img {
	margin:0px 7px 0px 5px;
} 
/*------------------------------------------------------------------------*/


/* ---------- HP Sponsors ---------- */
#hpSponsors a:hover {
	border:none;
}
.hpSponsorsRow {
	width:100%;
	margin:5px 0px 0px 0px;
	text-align:center;
}
.hpSponsorsRow img {
	margin:0px 7px 0px 7px;
	text-align:center;
} 
/*------------------------------------------------------------------------*/


/* ---------- Sm Text ---------- */
.detail {
	font-size:.8em
}




/* ---------- FORM CSS ----------*/
input.txt {
	color:#000;
	background-color:#FFFFCC;
	border:1px dashed #000;
	width:200px;
}
textarea.txt {
	color:#000;
	background-color:#FFFFCC;
	border:1px dashed #000;
}
input.btn {
	color:#000;
	background-color:#CCCCCC;
	border:1px solid #000;
	cursor:pointer;
}
form p {
	/*clear:left;*/
	margin:0;
	padding:0;
	padding-top:5px;
}
form p label {
	float:left;
	width:70px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
	width:430px;
	padding:5px;
	border:0;
}


/* ---------- Text Modifier ----------*/
.txtLG {
	font-size:18px;
}





