@charset "utf-8";
*
{
	margin: 0px;
}	

/* sticky footer code */
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

head
{
	margin: 0px;
	padding: 0px
}
body
{
	font-family: georgia, geneva, serif;
	font-size: 16px;
	margin: 0px;
    padding: 0px;
	background: #efebdb; /* 091118 gold on primary pages, white on secondary */
	color: #000000;
}
a
{
        /* link color */
	background-color: inherit;
	color: #0033aa;
    text-decoration: none
}
a:hover
{
	text-decoration: none; /* disables underline */
	color: #000033;
	background-color: #b0c0d0;
}

p
{
        /* paragraph */
	text-align: left;
	margin-bottom: 6px; /* was 2 */
	line-height: 18px;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h1
{
    font-family: georgia, geneva, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF
}

h2
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h3
{
    font-family: arial, verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

h4
{
    font-family: arial, verdana, helvetica, sans-serif;
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
}
#header
{
	background-color: #0a4b94;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}

#logoprint
{
display: none;
}

#menu
{
    font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px 0px 00px 15px;
	margin-bottom: 0px;
	color: #0a4b94;
	background-color: #0a4b94;
	border-bottom: solid 1px #003366;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #003366;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
/* inactive menu */
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background-color: #2d64aa;
	color: #ffffff;
}

#menu ul li a:hover
{
	background-color: #3399cc;
	color: #ffffff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #efebdb;
	color: #000000;
}
#smenu
{
    font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 0px 0px 30px;
	margin-bottom: 8px;
	color: #000000;
	background-color: #efebdb;
	border-bottom: solid 2px #e9c277;
}

#smenu div
{
	clear: both;
}

#smenu ul
{
	display: block;
	position: relative;
	top: 2px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
	
#smenu ul li
{
	position: relative;
	float: left;
	border: solid 2px #e9c277;
	border-bottom: 0px; /* fixed ie6 (was 8) */
	margin-right: 3px;
}

#smenu ul li a
{
/* inactive menu */
	display: block;
	padding: 0px 5px 2px 5px;
	text-decoration: none;
	background-color: #cfcbaa;
	color: #000000;
}

#smenu ul li a:hover
{
	background-color: #756555;
	color: #cfcbaa;
}

#smenu ul li.active, #smenu ul li.active a, #smenu ul li.active a:hover
{
	background-color: #ffffff;
	color: #000000;
}
#container
{
	margin: 12px 20px 0px 15px;
}

#primarycontainer
{
	float: left; 
	margin-right: -200px;
	width: 100%;
}

#primarycontent
{
	margin-right: 240px;
}

#primarycontent p
{
	margin-bottom: 10px;
}

table.audition {
width: 100%;
border: 0;
}

table.audition tr.d0 td {
	background-color: #F6F6E0;
	padding-left: 5px;
	height: 32px;
	text-align:left;
	
}
table.audition tr.d1 td {
	background-color: #FEFEF2;
	padding-left: 5px;
	height: 32px;
	text-align:left;
}


table.audition tr.d0 img {
width: 14px;
height: 14px;
float: none;
padding: 0;
margin: 0;
}

table.audition tr.d1 img {
width: 14px;
height: 14px;
float: none;
padding: 0;
margin: 0;
}



#secondarycontent
{
	float: left;
	width: 200px;
/*	padding-bottom: 50px; */
}

#secondarycontent h4{
	background:#0a4b94;
	font: 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #0a4b94;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height:16px;
}

/*- Lists formatting for sidebar -*/
#secondarycontent li{
  margin: 0 0 2px 0;
	font: 12px Arial, Helvetica, sans-serif;
  }

/*- Liststar lists with stars -*/
.liststar li{
    list-style: none;
	background: url(images/bullet-star.png) no-repeat top left;
	margin: 0 0 4px 0;
	padding: 0 0 0 15px;
}

/*- Listnone list w/o bullet -*/
.listnone li{
    list-style: none;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
}

/* Listpdf uses pdf icon for bullet */
.listpdf li{
    list-style: none;
	background: url(images/bullet-pdf.gif) no-repeat top left;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
}

#footer
{
	clear: both;
	padding: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 10px;
    position: relative;
    bottom: 0; 
	width: 100%;
	margin: 5px 0px 0px 0px;
	background-color: #0a4b94;
	color: #ffffff;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.clearit
{
	clear: both;
	height: 1px;
}

.clearfix: after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

