@charset "utf-8";
body {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #112973;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding:0;
}
#header {
	padding: 0;
	background:url(../images/ui/headerBG.jpg) top left no-repeat;
	height: 200px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	padding: 20px 15px 10px 15px;
	background: #112973 url(../images/ui/contBG.jpg) top left repeat-x ;
	clear:left;
}
/* MENUS********************************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 97%;
/*	font-weight: bold;*/
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #F9CA36;
	padding: 3px;
	z-index: 10;
}
#nav li ul li {  display: block;float: left; width: 14em; z-index: 10;}
#nav li ul li a { color: #006; padding: 3px 2px; text-decoration:none; border-bottom: 1px solid #FBDD84;}
#nav li ul li a:hover { background: #FBDD84;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto; z-index: 10;
}
/*************************************/

#sidebar1 {
	float: left; 
	width: 200px; 
	padding: 0;
}

#sidebar1 ul { margin:0;  padding:0;}
#sidebar1 ul li { list-style: none; padding:0; margin:0; font-size: 77%;}
#sidebar1 ul li a { background: #112973; padding: 7px; color: #FFF; text-decoration: none; font-weight: bold; display: block; border-bottom: 2px solid #8894BA;}
#sidebar1 ul li a:hover  {background: #FFF; color: #112973;}

#textArea { 
	margin: 0 0 0 220px;
	padding: 10px;
	background: #FFF;
	font-size: 80%;
	min-height: 600px;
  height:auto !important;
  height:600px;
  overflow:visible	} 
#textArea a {color:#009;}
#textArea a:hover {text-decoration: none;}

#textArea td , #textArea li, #textArea p {line-height: 150%;}
#textArea ul li {list-style: square;}
#mainContent h1 {font-size: 170%; line-height: normal}
#mainContent h2 {font-size: 150%; line-height: normal; margin-top: 0;}

.message, .red {color: #F00;}
.tableHeader, .pageNav {background: #F9CA36; color: #006;}
.tableHeader a, .pageNav a {color: #006;}
.box { background: #F2F2F2; padding: 4px;}

#footer {	padding: 0 20px;
	font-size:65%;
	color:#888;}
	
#footer a {	color:#888;}

.yellowBG {background: #FFFFCC;}
.PaleBluBG {background: #E9F3FE ;}
.redBG {background: #FFE2C6;}
.greenBG {background: #E7F4CE;}

optgroup {font-style: normal;}

* [rel="lightbox[video]"] {padding-right: 16px; background:url(../images/icons/video.png) right 3px no-repeat;}

.qlassikHeader {font-family: 'QlassikBoldRegular';} 

textarea, input[type="text"] {border: 1px solid #AAA; background: #F5F5F5; padding: 2px;}
input[type="text"].error, textarea.error {background:#FEE2CF; border: 1px solid #F00;}
