﻿/* top nav style */

.mainNavigation ul
{
padding:0px;
margin:0px;
}

.mainNavigation li
{
padding:0px 0px 5px 20px;
margin:0px 0px 5px 0px;
width:77px;
border-bottom:solid 1px #852c1d;
list-style-type:none;
background-image:url('../images/nav_star_yellow.jpg');
background-repeat:no-repeat;
}

.mainNavigation a
{
font-size:13px;
color:#f8b824;
text-decoration:none;
}

.mainNavigation a:hover
{
color:#b13015;
text-decoration:none;
}

li.last
{
padding-right:30px;
}

#navActive
{
color:#cf492d;
}



/* general content styles */

.content p
{
font-size:11px;
padding:0px;
margin:0px;
padding-bottom:10px;
line-height:15px;
}

.content p a
{
text-decoration:none;
}

.content p a:hover
{
color:#cf492d;
}


.content h1
{
font-size:25px;
padding:0px;
margin:0px;
font-weight:normal;
}

.content h1 a
{
text-decoration:none;
}

.content h1 a:hover
{
color:#b13015;
}



.content h2
{
font-size:20px;
padding:0px;
margin:0px;
font-weight:normal;
}

.content h3
{
font-size:15px;
padding:0px;
margin:0px;
font-weight:normal;
padding-bottom:6px;
}

.content h3 a
{
text-decoration:none;
}

.content h3 a:hover
{
text-decoration:underline;
}

.content h4
{
font-size:11px;
padding:0px;
margin:0px;
font-weight:normal;
}

.content h6
{
font-size:10px;
padding:0px;
margin:0px;
font-weight:bold;
line-height:12px;
}

.content ul
{
padding:0px;
margin:0px;
}

.content li
{
padding:0px 0px 3px 15px;
margin:0px;
list-style-type:none;
background-image:url('../images/star_bullet.gif');
background-repeat:no-repeat;
font-size:14px;
}

#ticketForm label
{
font-size:15px;
color:#000000;
}

#ticketForm select
{
font-size:13px;
color:#000000;
}



.design101Link
{
padding:0px;
font-size:11px;
margin:0px;
font-weight:normal;
}

.design101Link a
{
color:#f8b824;
font-size:10px;
text-decoration:none;
}

.design101Link a:hover
{
text-decoration:underline;
}


.dateStyle
{
font-size:14px;
padding:0px;
margin:0px;
font-weight:bold;
padding-top:5px;
}



