@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tbody tr td {
		color:#FFF;
}

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #000 url(images/starcatchers-bkg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFF;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

p {
	margin-bottom:1.5em;
}

body {
font-size: 14px;}

#header {
	height:160px;
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
}

#branding {
	margin:15px 0 0;
}


#topNav {
	position:absolute;
	right:0;
	top:0;
}

#topNav > ul > li {
	float:left;
	height:54px;
	display:block;
	overflow:hidden;
	cursor: pointer;
}

#topNav > ul > li a {
	text-indent:-9009px;
	display:block;
	overflow:hidden;
	height:52px;
	background: transparent url(images/top-nav.png) 0 0 no-repeat;
}

#topNav > ul > li#topSponsors a {
	width:108px;
	background-position: 0 0;
}

#topNav > ul > li#topSponsors a:hover {
	background-position: 0 -52px;
}

#topNav > ul > li#topAbout a {
	width:161px;
	background-position: -108px 0;
}

#topNav > ul > li#topAbout a:hover {
	background-position: -108px -52px;
}


#topNav > ul > li#topContact a {
	width:55px;
	background-position: -271px 0;
}

#topNav > ul > li#topContact a:hover {
	background-position: -271px -52px;
}

#topNav > ul > li#topHome a {
	width:59px;
	background-position: -325px 0;
}

#topNav > ul > li#topHome a:hover {
	background-position: -325px -52px;
}


#mainNav {
	position:absolute;
	right:0;
	top: 60px;
}

#mainNav > ul {
	height:51px;
	display:block;
}

#mainNav > ul > li {
    background: url("images/main-nav-left.gif") no-repeat scroll -15px 0 transparent;
    float: left;
    height: 23px;
    padding: 14px 10px;
	display:block;
	cursor: pointer;
}

#mainNav > ul > li:hover > ul {
	display: block;
}

#mainNav > ul > li > ul {
    background: url("images/subnav-bkg.png") repeat scroll 0 0 transparent;
    clear: both;
    display: none;
    float: none;
    height: 24px;
    margin: 10px 0 0;
    padding: 5px;
    position: absolute;
	overflow:hidden;
	top:40px;
	left:0;
}

#mainNav > ul > li > ul > li {
	float:left;
	margin:0 5px;
}

#mainNav > ul > li > ul > li > a {
	font-size:12px;
	text-decoration:none;
	color:#64caf9;
}

#mainNav > ul > li > ul > li > a:hover {
	color:#fff;
}
#mainNav > ul > li#firstNav {
	padding-left:0;
}

#mainNav > ul > li#lastNav {
	padding-right:0;
}

#mainNav > ul > li > a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#mainNav > ul > li > a:hover {
	color:#157fd1;
}

#mainNav > ul > li#mainNavCap, #mainNav > ul > li#mainNavFrontcap {
	background:transparent url(images/main-nav-right.gif) no-repeat right 0;
	height:51px;
	display:block;
	overflow:hidden;
	width:10px
}

#mainNav ul > li#mainNavFrontcap {
	background:transparent url(images/main-nav-left.gif) no-repeat 0 0;
}
	

.oneColFixCtr #container {
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	display:block;
	overflow:hidden;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
	overflow:hidden;
	min-height:585px;
	position:relative;
}

#footer {
	border-top:1px solid #d5cb8f;
	padding:15px 0;
	text-align:right;
	color:#0054a4;
	font-size:11px;
	margin:0 auto;
	width:1025px;
}

#footer a{
	color:#0054a4;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#dates, #details, #awards, #registration, #gallery {
	position:absolute;
}

#dates {
	left: 0;
}

 
#registration {} 
 
#gallery {}

#details {
	left:280px;
	position:relative;
}

#detailsLinks {
	bottom: 50px;
    color: #FFFFFF;
    font-size: 13px;
    left: 34px;
    position: absolute;
    text-align: center;
    width: 144px;
}

#awards {
	left:530px;
	top:0;
}

#registration {
	right:0;
	top:0;
}

#gallery {
	right:0;
	bottom:0;
}

#leftImage {
	width:280px;
	float:left;
	text-align:right;
}

#mainContent #dates a,
#mainContent #awards a,
#mainContent #registration a,
#mainContent #gallery a {
	text-decoration: none;
}

#mainContent #dates a {
	background: transparent url(images/dancer-datesflag-over.png) no-repeat;
	width: 276px;
	height: 462px;
	display: block;
	overflow: hidden;
}

#mainContent #dates a:hover {
	background-image: url(images/dancer-datesflag.png);
}

#mainContent #awards a {
	background: transparent url(images/dancer-awardsflag-over.png) no-repeat;
	width: 208px;
	height: 456px;
	display: block;
	overflow: hidden;
}

#mainContent #awards a:hover {
	background: url(images/dancer-awardsflag.png) no-repeat 0 1px;
}

#mainContent #registration a {
	background: transparent url(images/dancer-registerflag-over.png) no-repeat;
	width: 388px;
	height: 328px;
	display: block;
	overflow: hidden;
}

#mainContent #registration a:hover {
	background-image: url(images/dancer-registerflag.png);
}

#mainContent #gallery a {
	background: transparent url(images/dancer-galleryflag-over.png) no-repeat;
	width: 294px;
	height: 345px;
	display: block;
	overflow: hidden;
}

#mainContent #gallery a:hover {
	background-image: url(images/dancer-galleryflag.png);
}

#contentHolder {
	width: 641px;
	float:right;
	color:#fff;
	background:url(images/content-area.png) repeat-x 0 0;
	padding:50px 15px 15px;
}

h1 {color: #cfc174;
	border-bottom: 1px solid #cfc174;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	font-size: 22px
	}
h2, h2 a {
	font-size: 18px;
	margin: 10px 0;
	color: #825ee3;
	border-bottom: 1px solid #825ee3;
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover {
	color: #a483ff;
}
	
h3 {color: #7a7a7a;
border-bottom: 1px solid #7a7a7a;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	font-size: 14px;
}

ul#rules {
	list-style: disc;
	list-style-position: inside;
	margin: 0 0 0 15px;
}
ul#rules li {
	margin: 0 0 12px;
}

