@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 10px;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
} 
.twoColFixRtHdr #header {
	padding: 0 0 0 20px;
	height: 166px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 270px 0 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 
.footer {
	width: 780px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 28px;
	padding-left: 25px;
	padding-right: 5px;

} 

.twoColFixRtHdr #footer a {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	color:#5C6B71;
	font-size: 14px;
	font-weight : bold;
	padding: 0 0 5px 0;
	margin: 0px;
	
}

/*********************************
	Messages
*********************************/

#error{
	color: white;
	text-align: right;
	margin: 0 270px 0 20px;
	padding-bottom: 10px;
	font-size: 11px;
}

#status{
	color: #033034;
	text-align: right;
	margin: 0 270px 0 20px;
	padding-bottom: 2px;
	background-color: #FFF;
	font-size: 10px;
	line-height: 150%;
}

/*********************************
	Standard Links
*********************************/
 a:link,  a:visited {
	color :#033034;
}

 a:active,  a:hover{
	color: #5c6b71;
}

/*********************************
	Drop Down Horizontal Menu
	
IMPORTANT: The width solution below does not work for IE.
Instead change the widths in IE.css	
*********************************/
#MainMenuHorizOuter{
	width: 100%;
	text-align: center;
	margin-top: 17px;
}

#MainMenuHoriz 
{
	text-align: center;
	
	border-top:0 ;
	border-bottom:0; 
	border-top-style: none;
	border-bottom-style: none;	
	border-color:#668CEF;
	margin-top:0;
	padding: 0;
	display:none;
	margin-left: auto; margin-right: auto; 
	width: 760px;
}



#MainMenuHoriz td{
	
}


#dropDownMenu
{	
	/* margin-left: 17%; */
	padding: 0;
	margin:0;

}


#dropDownMenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}

#dropDownMenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 3px 3px;
	width: 100px;
	
	color: white;
	text-align: center;
	text-decoration: none
}

#dropDownMenu li a:hover
{	
	background: #E4CF9A;
	color: #033034;
}

#dropDownMenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;

}

#dropDownMenu div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 4px;
	width: 98px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background:#033034 ;
	color: white;
	font: 12px arial}

#dropDownMenu div a:hover
{	
	background:#E4CF9A;
	color: #033034;
}

	
/*********************************
	No Script Horizontal Menu
*********************************/

#MainMenuHoriz_noscript
{

	text-align: center;
	background-color: #5970B2;
	border-left: 1px solid;
	border-right:1px solid;
	border-top:0 ;
	border-bottom:0; 
	border-top-style: none;
	border-bottom-style: none;	
	border-color:#668CEF;
	padding:0;
	margin-top:0;

}

#noscript {
	margin:0;
	padding:0;
}

#noscript table{
	margin:0;
	padding:0;
}

#noscript td{
	background-color: #5970B2;
	padding:10px;
	font-size: 12px;
}

.noscript_separator{
	color: #404040;
}

.noscript_label{
	color: silver;
}

#noscript a:link, #noscript a:visited{
	color:#DDDDDD;
}

#noscript a:active, #noscript a:hover{
	color:white;
}
#logo {
	float: left;
}
#featuredartist {
	float: right;
	margin-top: 10px;
}
.th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #5c6b71;
	background-color: #e4cf9a;
	padding: 2 2 2 2;
	line-height: 150%;
}
.featuredartistTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #5C6B71;
	background-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4CF9A;
	border-bottom-color: #E4CF9A;
	border-left-color: #E4CF9A;
	border-top-color: #E4CF9A;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.scrollOne {
	overflow: auto;
	height: 200px;
	padding-left: 5px;
	padding-right: 5px;
}

.scrollTwo {
	overflow: auto;
	height: 100px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

h2 {
	font-size: 12px;
	color: #5C6B71;
	line-height: 200%;
	font-weight: bold;
}

.smallText {
	font-size: 12px;
	color: #5C6B71;
	line-height: 200%;
	font-weight: bold;
}

.largeText{
	color:#5C6B71;
	font-size: 15px;
	font-weight : bold;
	
}

.searchText{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4CF9A;
	border-bottom-color: #E4CF9A;
	border-left-color: #E4CF9A;
	
}

#whiteBackground {
	background-color: #FFF;
}

#logonPanel table{
	color: #FFFFFF;
	font-family:Verdana, sans-serif;
	font-size: 11px;
	background-image: url(../images/user/logonBackground.png);
	background-repeat: no-repeat;
	height: 161px;
}

#logonPanel table a{
	color: #FFFFFF;
	font-family:Verdana, sans-serif;
	font-size: 11px;
	background-color: #869EA7;
}
.backgroundStripe {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-color: #869EA7;
}
.subQueryContent {
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
}
#footerWide {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 60px;
	text-align: center;
}
th {
	color: #5C6B71;
	background-color: #E4CF9A;
	font-size: 12px;
	line-height: 150%;
}

.queryLine {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #23607E;
	border-bottom-width: 1px;
	border-bottom-color: #E9673A;
	border-bottom-style: solid;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}


.queryLine a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #23607E;
}

.queryLine a:hover a:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #23607E;
}

.fieldsetinnerborder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
}

.lineText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #112F3E;
	text-align: justify;
	line-height: 150%;
}

.socialnetWebPage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #112F3E;
	text-align: left;
}

#messages {
	float: right;
	margin-top: 100px;
	color: #FFF;
	width: 300px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	font-weight: bold;
}

#missionstatement {
	color: #5C6B71;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../images/missionstatementbackground.png);
	background-repeat: no-repeat;
	margin: 0 270px 10px 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #033034;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
#detailBoxNoBorder table{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #033034;
}

/*********************************
	Google Map Interface
*********************************/
.tooltip{
	background-color: white;
	border: 1px solid gray;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size: 9px;
	padding:2px;
	width: 120px;
}

.tooltipTitle{
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 9px;
}

.tooltipText{
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size: 9px;
}

#mapConsole{
	background-color: white;
	border: 1px solid gray;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size: 9px;
	padding:2px;
	margin: 5px;
}
.fieldsettype legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #033034;
}
.DisplayContent {
	margin: 0px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 150%;
	min-height: 525px;
	padding-top: 10px;
}

#logon {
	float: right;
}
.VideoContent {
	text-align: center;
}
.query {
	min-height: 516px;
}
#vertspace {
	min-height: 5px;
	height: 5px;
}
.lineTextRightJustify {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #112F3E;
	text-align: right;
	line-height: 150%;
}

.whiteText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
}

.whiteText a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
}
.resourceTableBackground {
	margin-bottom: 5px;

}

.imageSpace {
	padding-right: 10px;
	padding-bottom: 10px;
}

.queyPageLink{
	color : black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.queyPageLink a:link, .queyPageLink a:visited {
	color : black;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.queyPageLink a:active, .queyPageLink a:hover{
	color: maroon;
	 text-decoration: underline;
	 font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
