/* CSS Document */

/*Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2E2E2;
}

a {
	color:#000;
	text-decoration:underline;
}

a:link, a:visited, a:selected {
	color: #000000;
	text-decoration: underline;
}
a img {
	border:none;
}

/*********** <MAIN LAYOUT DIVS> ***********/
#container {
	width: 960px;
	margin: 10px auto;
	background-color: #FFFFFF;
}

#header {
	width: 100%;
}

#mainContent {
	width: 100%;
}

#footer {
	/*padding-top:10px;*/
	clear:both;
	border-top: 1px solid #999;
	margin: 20px auto;
	width: 80%;
	text-align: center;
	font-size: 85%;
	color: #999;
}
#footer p {
	padding-top: 15px;
	padding-bottom: 15px;
}

#formInfo {
	clear:both;
	text-align:center;
	color: #666;
	font-weight:bold;
}

.clearMe {
	clear:both;
}

/*********** </MAIN LAYOUT DIVS> ***********/

/*********** <LEVEL1 NAVIGATION> ***********/

#header a {
	text-decoration: none;
	color:#FFFFFF;
}
#mainNav {
	width: 100%;
	background-color: #316262;
	color: #FFF;
}

#mainNav ul {
	background-color: #316262;
}

#userInfo {
	background-color: #316262;
 	float: left;
	width: 55%;
	padding: 5px 0;
}
#userInfo li {
	display: inline;
	list-style: none;
	margin-left: 20px;
}
ul#navList {
	background-color: #316262;
	display:block;
	float:right;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 45%;
}
ul#navList li {
	text-align: center;
	font-weight: bold;
	display: block;
	float: right;
	width: 25%;
	margin: 0;
	padding: 0;
}
ul#navList li a{
	text-align: center;
	border-left: 1px solid #FFF;
	display: block;
	background-color: #316262;
	padding-top: 5px;
	padding-bottom: 5px;
}


ul#navList a:hover {
	background-color: #669999;
	
}

ul#navList li.mainSelected a{
	background-color: #669999;
}
/*********** </LEVEL1 NAVIGATION> ***********/


/*********** <LEVEL2 NAVIGATION> ***********/
#subNav {
	clear: left;
	border-top: 1px solid #FFF;
	width: 100%;
	height: 19px;
	background-image: url(../images/menu_sub_bg.jpg);
	background-repeat: repeat-x;
}
ul#subNavList{
	
}
ul#subNavList li{
	text-align: center;
	list-style: none;
	float: left;
	border-right: 1px solid #FFF;
	display: block;
	width: 14%;
	height: 19px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/menu_sub_bg.jpg);
	background-repeat: repeat-x;
	font-size: 92%;
	font-weight: bold;
}
ul#subNavList li.last{
	border-right: 0;
}
ul#subNavList li a:hover {
	color: #000;
}
ul#subNavList li.subSelected a{
	color: #000;
}

/*********** </LEVEL2 NAVIGATION> ***********/

/*********** < PAGE INFO DIV > ***********/
#pageInfo {
	clear: both;
	float: left;
	margin: 20px 0;
	
}

#pageInfo h2, #pageInfo h3 {
	font-size: 140%;
	display:block;
}

#pageInfo h2 {
	border-bottom: 1px solid #666;
	float:left;
	width:100px;
	padding-left: 60px;
	color: #666;
	text-align: right;
}

#pageInfo h3 {
	float:left;
	font-weight: normal;
	margin-left: 20px;
	text-align: left;
}

#pageInfo a {
	color:#366;
	text-decoration:none;
}

#advisorName {
	margin-top:15px;
	clear:both;	
	float:left;
	background-color:#333333;
}

#advisorName h6 {
	font-size:120%;
	color:#FFFFFF;
	padding: 3px 5px 3px 15px;
}

#pageInfo p {
	margin: 30px 20px 0 20px;
	color: #669999;
}

a.linkButton, a.linkButton:visited, a.linkButton:active, a.linkButton:link {
	width: 150px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	background-image: url(../images/btn_lozenge_up.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}

.linkButton:hover {
	background-image: url(../images/btn_lozenge_down.gif);
	color: #000;
}

a.linkButtonCenter, a.linkButtonCenter:visited, a.linkButtonCenter:active, a.linkButtonCenter:link {
	width: 150px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	background-image: url(../images/btn_lozenge_up.gif);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 40px;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
}

.linkButtonCenter:hover {
	background-image: url(../images/btn_lozenge_down.gif);
	color: #000;
}

.centerButton {
	width:100%;
	padding-left:42%;
}
	

#errorMessage {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}

	/*********** </ PAGE INFO DIV > ***********/

/************ Moved from panels.css *************/
.buttons a {
	width: 150px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	background-image: url(../images/btn_lozenge_up_dialog.gif);
	background-repeat: no-repeat;
	display:block;
	margin: 20px auto 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.buttons a:hover {
	background-image: url(../images/btn_lozenge_down_dialog.gif);
	color: #000;
}
/************ Moved from panels.css *************/

/************ glossary styles *************/
#glossary {
	clear:both;
	padding:0 100px;
	min-height:400px;
}

#glossary .title {
	margin:0;
	padding:0;
	color:#366;
	font-size:12px;
	font-weight:bold;
}
#glossary p {
	margin:0 0 10px 0;
}

/************ end of glossary styles *************/
/************ help styles *************/

#help {
	clear:both;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	background-color: #C8BEA7;
	width: 400px;
	text-align: center;
	padding: 30px 10px;
	margin: auto;
	margin-bottom:60px;
	width: 400px;
}

#help.title {
	margin:0;
	padding:0;
	color:#336666;
	font-size:12px;
	font-weight:bold;
}
#help p {
	line-height:20px;
	padding-bottom:10px;
	padding-top:10px;
	margin-left:30px;
	margin-right:30px;
}

#help a {
	color:#336666;
	font-weight:bold;
}

/************ end of help styles *************/
