/*******************************************/
/*     Global Style Sheet for Website      */
/* These styles are not listed in the      */
/*   ACE style menu, but they are used.    */
/*******************************************/

/*********************************************************/
/* CMS Specific style - sets background color within CMS */
/*********************************************************/
div#WebPageEdit {
	background-color: white;
}

/***************************/
/* General styles for page */
/***************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
	behavior: url("csshover.htc");	/*Menu behavior for IEWin */
	margin: 0;
}

body.colored {
	/* use body.colored when placing white page on colored bg */
	background-color: #4B4A53;
}
p {
	color: black;
	line-height: 1.5;
}
ul, ol {
	margin-left: 1em;
}
li {
	list-style-type: square;
	line-height: 1.5;
}
/* Heading Styles */
h1 {
	font-size: 22px;
	font-style: italic;
}
h2 {
	font-size: 18px;
}
h3 {
	color: #000;
	font-size: 16px;
}

h4 {
	color: #000;
	font-size: 14px;
}
h5{
	color: #CE9C10;
	font-size: 14px;
}


h6 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	text-align: right;
	font-size: 24px;
	font-style: italic;
	margin: 0;
}
td {
	vertical-align: top;
}

/* Link styles */
a {
	color: blue;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/**************************/
/* Styles for entire page */
/**************************/
#page {
	background-color: white;
	width: 780px;
	padding:0;
	margin: auto;
}

/*************************/
/* Styles for the header */
/*************************/
#header {
	margin: 0;
}
#header img {
	margin: 0;
	border: none;
}

/**************************/
/* Styles for the content */
/**************************/
#content {
	clear: both;
	padding: 1em;
}
#content h2.newsDate {
	font-size: 10pt;
}
#content h1.newsTitle {
	font-size: 14pt;
	font-weight: bold;
}
#content p.newsArticle {
	font-size: 10pt;
}

/* Styles for the news */
#news {
}
#news h2.newsDate {
	font-size: 10px;
}
#news h1.newsTitle {
	font-size: 14px;
	font-weight: bold;
}
#news p.newsArticle {
}
#news a {
}

/*************************/
/* Styles for the footer */
/*************************/
#footer {
	background-image: url(/media/cues_footer_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #4A4B53;
	clear: both;
}
#footer p {
	color: black;
	text-align: right;
	padding: 0 1em;
	line-height: 45px;
	font-weight: bold;
	margin: 0;
}
#footer a, #footer a:link, #footer a:visited, 
#footer a:hover, #footer a:active {
	color: black;
}
/* footer navigation */
div#footer ul.topLevelNav {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
div#footer ul.topLevelNav li {
	display: inline;
	border-right: 1px solid #9E9ECF;
	margin: inherit;
	padding: inherit;
}
div#footer ul.topLevelNav li a {
	font-size: 10px;
	padding: .1em .5em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
div#footer ul.topLevelNav li a:link {
	color: #9E9ECF;
}
div#footer ul.topLevelNav li a:visited {
	color: #999999;
}
div#footer ul.topLevelNav li a:hover {
	color: red;
}
div#footer ul.topLevelNav li a:active {
	color: red;
}
div#footer ul.topLevelNav li a.current {
	/* Current page selected link */
	color: #999999;
}

/********************************/
/*   Styles for the navigation  */
/********************************/
#nav {
	height: 30px;
	width: 780px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	background-image: url(/media/cues_button_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 192px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	margin: inherit;
	padding: inherit;
}
#nav a:link {
	color: #333;
}
#nav a:visited {
	color: #333;
}
#nav a:hover {
	color: #CE9C10;
}
#nav a:active {
	color: #CE9C10;
}
#nav a.current {
	/* Current page selected link */
	color: #0646C1;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li:hover ul{
	/* Display sublist on hover */
	display: block;
}
#nav ul.level0 li {
	float: left;
	position: relative;
}
#nav ul.level1 {
	display: none;
	position: absolute;
	background: #FFF;
}
#nav ul.level1 li {
	float: none;
	display: inline;
	position: relative;
}