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

 body {
	font-family: Verdana, Geneva, sans-serif;
	color: #06193D;
	font-size: 12px;
	margin: 0 auto;
	padding:0;
	background-color:#0B4681;
	background-image:url(../img/sub_back.gif); background-repeat:repeat-x;
}
img {
	border: none;
}
a {
	color: #06193D;
	text-decoration:none;
}
a:HOVER {
	color: #06193D; text-decoration:underline;
}
p { line-height:18px;}


h1 { font-size:14px;}

h2 { font-size:12px;}

/*---------- Mast ----------*/

#homeback {background-image:url(../img/home_back.gif); background-repeat:repeat-x;}
#starback { background-image:url(../img/back-star.gif); background-repeat:no-repeat; width:1010px; margin:0 auto;}

#Page {
	background:#FFF;
	padding:0;
	margin:0 auto;
	width:900px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(../img/star_back.gif); background-repeat:no-repeat;
	
	
}


/*---------- Global Nav ----------*/

#nav { height:99px; padding:0; margin:0;}

#nav  ul {padding:75px 0 0 90px; margin:0; }
#nav ul  li { list-style:none; display:inline;}

#nav ul li a{ font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; padding-right:13px;}


/*---------- Hero ----------*/

#Hero {
	padding:0;
	margin:0 auto;
}
/*---------- BODY STYLES ----------*/

#ContentContainer {background:#FFFFFF;
	padding:0;
	margin:0 auto;
	width:900px;
	min-height:700px;
	
	
}


#ContentContainer a{ text-decoration:underline;
	
	
}
#ContentLeft { width:510px; padding:40px 50px 0 55px; }
#ContentLeft1 { width:618px; padding:0 auto; }



#homeCopy p{line-height:20px;}

#ContentRight { width:275px; float:right; padding-top:50px;}

#ContentRight p { padding:20px 20px 0 10px; }


.line { Height:1px; width:500px; background:#CCCCCC;}

/*---------- STAR DANCERS LIST PAGE ----------*/


#starPics { }
#starpics1{width:510px; padding:0px 40px 0 50px; }
.star { float:left; display:inline; margin-bottom:30px;}
.starphoto { margin:2px 2px 10px 2px;}
.starname a { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#CCC; text-decoration:none; font-size:14px;} 


/*---------- STAR DANCERS PAGE ----------*/


#starList { float:right; border-left:1px solid #06193D;  width:280px; }
#starList h2{  border-bottom:1px solid #06193D; padding-left:10px; padding-bottom:10px; }
#starList ul{ font-size:12px;
}
#starList ul li{ list-style-image:url(../img/orangeArrow.gif); padding:4px; color:#590504;
}

#pros h2{ border-top:1px solid #06193D; padding-top:4px;}

#pros img{float:right; padding:0 0 10px 10px;}


/*---------- LOGOS ----------*/



.sponsorBlock {margin:10px 0; padding:0px; background-repeat:no-repeat;}
#titlesponsor { background-image:url(../img/sponsors/levels/titlesponsorhip.gif);}
#platinumsponsor { background-image:url(../img/sponsors/levels/platinum.gif);}
#goldsponsor { background-image:url(../img/sponsors/levels/gold.gif);}
#silversponsor { background-image:url(../img/sponsors/levels/silver.gif);}
#bronzesponsor { background-image:url(../img/sponsors/levels/bronze.gif);}
#tablesponsor { background-image:url(../img/sponsors/levels/table.gif);}

.sponsorNames { padding:40px 10px 0 160px; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:16px; font-style:italic;}


/*---------- FOOTER _____________________*/


#footer {
	text-align:center;
	margin-top:10px;
	padding-bottom:30px;
   font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
#footer a{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}



/*----------- Utility Styles -------------*/
.clear {
	float: none !important;		/* Remove any inherited floats */
	display: block !important;	/* Make sure our element is a block-level element */
	clear: both !important;		/* Make sure it clears on both sides */
	margin: 0 !important;		/* Remove all margins that would make it visible */
	border: 0 !important;		/* Remove all borders that would make it visible */
	padding: 0 !important;		/* Remove all padding that would make it visible */
	height: 0.1px !important;	/* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */
	line-height: 0 !important;	/* Set the line-height to 0 so it isn't visible */
	font-size: 0 !important;	/* Set the font-size to 0 so it isn't visible */
}

