﻿body {
	background-color:#333;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-y; 
	font-family: Helvetica, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

* {
	font-family: Helvetica, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

img { border: none; }

div#outline { 
	width: 950px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Header*/
div#header {	
	width: 950px; 
	height: 90px;
	background-color: #213f9a;
}

div#headerLogo {	
	width: 691px;
	height: 90px;
	float: left;
}

div#headerLogin {	
	width: 210px;
	float: left;
	margin-left: 20px;
	color: #fff;
}

div#headerLoginMsg {	
	width: 210px;
	height: 30px;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
/*END Header*/

/*Menu*/
div#menuArea {	
	width: 200px;
	min-height: 500px;
	float: left;
	border-bottom: 1px solid #fff;
}
/*
	border-right: 1px solid #ededed;*/
div.mainMenuCross {
	color: #00ADEF;
	font-weight: bold;
	font-size: 12pt;
	float: left;
}

span.mainMenuCross {
	color: #00ADEF;
	font-weight: bold;
	font-size: 12pt;
	float: left;
	padding-right: 5px;
}

div.mainMenu {
	width: 198px;
	text-indent:10px;
	line-height: 25px;
	font-size: 9pt;
}

div.mainMenu ul {
	list-style: none;	
}

div.mainMenu ul.menuLevel_1 {width: 199px;}

div.mainMenu ul.menuLevel_1 li {
	width: 198px;
	color: #00ADEF;
	background-color:#fff; 
	font-size: 12pt;
	font-weight: 100;
	text-indent:12px;
	line-height: 35px;	
}

div.mainMenu ul.menuLevel_2 li {	
    width: 198px;
    text-indent:10px;
	line-height: 25px;
	font-size: 9pt;
	background-color: #f2f2f2;	
	border-top: 1px solid #fff;
}

div.mainMenu ul.menuLevel_2 li a {
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	padding-left: 10px;
	width: 189px;
}

div.mainMenu ul.menuLevel_2 li a.selected {
   color: #ffffff; 
   background-color: #333;
   width: 191px;
   padding-left: 9px;
}

div.mainMenu ul.menuLevel_2 li a:hover { color: #999; }

div.mainMenu ul.menuLevel_3 li {	
    width: 198px;
    border-top: 1px solid #fff;
}

div.mainMenu ul.menuLevel_3 li a {
	display: block;
	text-decoration: none;
	color: #999;	
	padding-left: 40px;
	width: 159px;
}			

div.mainMenu ul.menuLevel_3 li a.selected {
   color: #ffffff; 
   background-color: #333;
   width: 160px;
   padding-left: 39px;
}
 
div.mainMenu ul.menuLevel_3 li a:hover { color: #000; }

div.pbsMenu { 	
	width: 199px;
	height: 20px;
}	
	
/*End Menu*/	
	
div#contentArea {	
	width: 750px;
	float: left;
}
	
div#content {
	width: 490px;
	float: left;
}

div#contentAreaSub {	
	width: 750px;
	float: left;
}
	
div#contentSub {
	width: 490px;
	float: left;
}

div#flash {
	width: 750px;
	height: 250px;
	float: left;
}

div#previewPanel  
{
	padding-left: 15px;
}

div#previewText  
{
	text-align: center; 
	margin-top: 10px;
	padding-bottom: 10px;
}

div#preview {
	width: 230px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

div#fileCount {
	font-size: 11px; 
	color: #666;
}

div#downloadPanel {
	margin-left: 20px;
	
}
div#rhBar {
	width: 260px;
	float: left;
	text-align: left;
}

div#rhBar ul {	
	list-style: none;
	margin-left: 20px;
}

div#rhBar ul li {	
    width: 220px;
    text-indent:10px;
	line-height: 25px;
	font-size: 9pt;
	background-color: #f2f2f2;	
	border-bottom: 1px solid #fff;
}

div#rhBar ul li a {
	display: block;
	color: #999;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	padding-left: 10px;
	width: 188px;
}

div#rhBar ul li a:hover { color: #000; }

div#rhBar ul li a.selected { color: #000; }

div#rhBar ul li.title {
	color: #00ADEF;     
	font-size: 13px;
	font-weight: 100;
	margin-top: 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	text-align: left;
	text-indent: 0px;
}

div#footer { 
	border-top: 1px solid #ececec;
	margin-top: 80px;
	text-align: left;
	font-size: 10px;
	color: #666;
	margin-left: 20px;
	margin-right: 20px;
}

h1 {
	color: #666;     
	font-size: 14pt;
	font-weight: bolder;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h2 {
	color: #00ADEF;
	background-color:#fff; 
	font-size: 12pt;
	font-weight: 100;
	border-bottom: 1px solid #fff;
	text-indent:12px;
	line-height: 35px;
}

h3 {
	color: #00ADEF;     
	font-size: 12pt;
	font-weight: 100;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #ececec;
	line-height: 30px;
}

h4 {
	color: #00ADEF;     
	font-size: 13px;
	font-weight: 100;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	border-bottom: 1px solid #fff;
	line-height: 30px;
}

h5 {
	width: 220px;
	color: #00ADEF;     
	font-size: 13px;
	font-weight: 100;
	margin-top: 14px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	text-align: left;
	text-indent: 0px;
}

a {
	color: #666;	
	text-decoration: none;
}

a:hover { color: #333; }

p {
	color: #666;
	line-height: 18px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

/*News Section on Home Page*/
p.news {
	color: #999;
	line-height: 15px;
	font-size: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

a.newsLink {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: none;
}

a.newsLink:hover {
	color: #777;
}
/*End of News*/

#list {
	color: #999;
	line-height: 15px;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 18px;
	margin-bottom: 10px;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	
}

#small {
	color:#999;
	margin-left: 250px;
	margin-top:10px;
	font-size: .5em;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	

}

.centered { text-align: center; }

.downloads {
	color: #999;
	line-height: 15px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.title {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.tdtitle {
	font-size: 11px;
	text-align: left;
	width: 70px;
	color: #999;
}

.tdinput {
	font-size: 13px;
}

.tdregister {
	margin-left: 160px;
	padding: 0px;
	width: 70px;
}

.ctrls {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

/*Login Panel*/
div.loginCross {
	color: #00ADEF;
	font-weight: bold;
	font-size: 12pt;
	float: left;
	vertical-align: top;
}

div.mainMenuCrossR {
	color: #00ADEF;
	font-weight: bold;
	font-size: 12pt;
	float: left;
    vertical-align: top;
}

.loginTitle {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: left;
	vertical-align: bottom;
	text-align: left;
    line-height: 18px;
}

.logoutTitle {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: left;
}

.loginTitle:hover {
	color: #999;
}

.loginTitleRight {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: right;
	text-align: right;
}

.loginInput { font-size: 12px; }

/*Login Panel*/
.register {
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

.registerForm { padding-left: 25px; }
 
.offset { padding-top: 1px; }

.reqd { color: #f00; font-size: 10px; }

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */