/* - - - - - - - - - - - - - - - - - - - - -

Title : The Ace Bailey Children's Foundation Got Skills Competition

Created : December 07 2005
Modified : December 09 2005

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
html{
margin: 0px;
padding:0px;
background: url(images/bg.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;

 scrollbar-arrow-color: #5C78A5;
 scrollbar-face-color: #ffffff; /* transparent */
 scrollbar-3dlight-color: #CFD5DF;
 scrollbar-darkshadow-color: #CFD5DF;
 scrollbar-highlight-color: #ffffff; /* transparent */
 scrollbar-shadow-color: #ffffff; /* transparent */
 scrollbar-track-color: #ffffff; /* transparent */
}

body {
/*background-color: #ffffff;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#564b47;  
padding:0px;
margin:0px;
text-align: center;
}


/* ----- IDS ----- */

#container { 	
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 770px;
border: 0px #564b47;
}


/* ----- HEADINGS ----- */

h1{
font: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bolder;
color: #000000;
margin: 0px;
padding: 0px;

}
h2{
font: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
margin: 0px;
padding: 0px;
}
h3{
font: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
margin: 0px;
padding: 0px;
}
h4{
font: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
margin: 0px;
padding: 0px;
text-align:left;
line-height: 20px;
}

/* ----- PARAGRAPHS ----- */

p{
font: Arial, Helvetica, sans-serif;
color: #000000;

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;

text-align: left;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

margin: 0px;
padding: 0px;
}

p a:link{
color: #000099;
text-decoration: underline;
}

p a:hover{
color: #E16E32;
text-decoration: underline;
}
p a:visited, a:active, a:focus{
color: #316686;
text-decoration: underline;
}


.footer{
font: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;

font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;

text-align: center;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

margin: 0px;
padding: 0px;
}

.footer a:link{
color: #ffffff;
text-decoration: none;
}

.footer a:hover{
color: #E16E32;
text-decoration: none;
}
.footer a:visited, a:active, a:focus{
color: #316686;
text-decoration: none;
}

.sub_titles{
font: Arial, Helvetica, sans-serif;
color: #000000;

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-variant: normal;

text-align: left;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

margin: 0px;

background: transparent url(images/dot.gif) left no-repeat; 
padding-left: 15px;
}

.sub_titles_simple {
font: Arial, Helvetica, sans-serif;
color: #564b47;

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;

text-align: left;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

margin: 0px;
padding: 0px;

}

.sub_titles_simple a:link{
color: #000000;
text-decoration: none;
}

.sub_titles_simple a:hover{
color: #E16E32;
text-decoration: none;
}
.sub_titles_simple a:visited, a:active, a:focus{
color: #316686;
text-decoration: none;
}

.sub_titles_video{
font: Arial, Helvetica, sans-serif;
color: #564b47;

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;

text-align: left;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

margin: 0px;

background: transparent url(images/video.gif) left no-repeat; 
padding-left: 20px;
}

.sub_titles_video a:link{
color: #000000;
text-decoration: none;
}

.sub_titles_video a:hover{
color: #E16E32;
text-decoration: none;
}
.sub_titles_video a:visited, a:active, a:focus{
color: #316686;
text-decoration: none;
}




p a:link{
color: #000099;
text-decoration: underline;
}

p a:hover{
color: #E16E32;
text-decoration: underline;
}
p a:visited, a:active, a:focus{
color: #316686;
text-decoration: underline;
}


/* BREAK */

hr{
/* display:none; */
color: #4B83A6;
border-top: 1px solid #4B83A6;
height: 1px;
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
}


/* ----- LINKS ----- */

a{
font: Arial, Helvetica, sans-serif;
color: #000099;
text-decoration: underline;
}
a:hover{
color: #4B83A6;
text-decoration: none;
}
a:visited, a:active, a:focus{
color: #666666;
text-decoration: underline;
}
a:visited{
color: #666666;
text-decoration: underline;
}
a:active{
color: #666666;
text-decoration: underline;
}
a:focus{
color: #666666;
text-decoration: underline;
}



.navbar_1{
font: Arial, Helvetica, sans-serif;
color: #ffffff;

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-variant: normal;

text-align: left;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;
}

.navbar_1 a:link{
color: #ffffff;
text-decoration: none;
}

.navbar_1 a:hover{
color: #E16E32;
text-decoration: none;
}
.navbar_1 a:visited, a:active, a:focus{
color: #999999;
text-decoration: none;
}

.navbar_2{
font: Arial, Helvetica, sans-serif;
color: #ffffff;

font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-variant: normal;

text-align: right;
text-indent:;
text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

}

.navbar_2 a:link{
color: #ffffff;
text-decoration: none;
}

.navbar_2 a:hover{
color: #E16E32;
text-decoration: none;
}
.navbar_2 a:visited, a:active, a:focus{
color: #999999;
text-decoration: none;
}

.bottom_text{
font: Arial, Helvetica, sans-serif;
color: #306181;

font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-variant: normal;

text-decoration: none;
text-shadow: none;
text-transform: none;

letter-spacing: normal;
word-spacing: normal;

}

.bottom_text a:link{
color: #306181;
text-decoration: none;
}

.bottom_text a:hover{
color: #E16E32;
text-decoration: none;
}
.bottom_text a:visited, a:active, a:focus{
color: #999999;
text-decoration: none;
}


/* ----- TABLES ----- */

.main_table_1{
margin: 0px;
padding: 5px;
text-align: left;
background-color:#E5ECF1;
border-color:#C3D2DD;
border: solid;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

.main_table_2{
margin: 0px;
padding: 5px;
text-align: left;
background-color:#CFE7F3;
border-color:#306181;
border: solid;
border-bottom-width: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

/* ----- FORMS ----- */

/*form{
width:;
margin:;
padding:;
}
fieldset{
border:;
width:;
margin:;
padding:;
}
legend{
font:;
color:;
margin:;
padding:;
}
label{
margin:;
padding:;
font-size:;
font-family:;
}

textarea{
border:;
margin:;
padding:;
font-size:;
font-family:;
}

select{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
optgroup{
font: Arial, Helvetica, sans-serif;
}
option{
font: Arial, Helvetica, sans-serif;
}
*/

.enter_input {
background: transparent url(images/button_bg.jpg) top left no-repeat;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-align: left;
text-decoration: none;
text-shadow: #000000;
text-transform: none;
padding-left: 5px;
display:block;
height: 20px;
border:0px;
}