/* Below is Microsoft version of shadow for letters */
.shadow{
	filter:progid:DXImageTransform.Microsoft.dropShadow (OffX='3', OffY='3', Color='#4A4A4A', Positive='true')
;
}
.left{
	display: block;
	position: relative;
	float: left;
	top: 0;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
}

.right {
	display: block;
	position: relative;
	float: right;
	top: 0;
	text-align: right;
	width: auto;
	margin: 0;
	padding: 0;
	color: #ffffff; /* Site Blue */
}
.small {
	font-size: 8pt;
}

.hline {
	width: 100%;
	height: 1px;
	display: block;
	margin: 2px 0;
}
label.required {
	font-weight: bold;
}
input {
	border: #a3a9af 1px solid;
	color: #125abb; /* Site Blue */
	padding: 0 2px;
}

input.checkbox {
	border: none;
	margin: 1px 0; 
}
* { 
	margin: 0;
	padding: 0;
}

#pageHeader h1 {
	color: #AFCEF8;
	text-align: center;
	text-shadow: 0px 2px 3px #323548;
	filter: Shadow(Color=#323548, 	
			Direction=135, 
			Strength=10);
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: normal;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../image/gradientPage800.jpg) 0% 0% repeat-x;
 	color: #000000;
	font-size: 10pt;
}
form {

	margin: 0;
	padding: 0;

}
label {

	display: block;

	float: left;

	padding:  4px 10px 0 0;

	width: 120px;

	text-align: right;

}
#content {
	margin: 0 20px;
}
#welcome{
	position: relative;
	display: block;
	color: #125abb;
	font-size: 1em;
	margin: 0 0 10px 0;
}
#footer {

	margin: 10px 20px;
	padding: 0 0 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a3a9af; /* Bluegray */

}

#footer img.hline {
	width: 100%;
	height: 1px;
	display: block;
	margin: 2px 0;

}

#error{
        position: relative;
        background-color: #EAF0FB;      /* light sky blue */
	margin: 0px 40px;
}

#main {
	position: relative;
	background: url(../image/gradientPage800.jpg) 0% 0% repeat-x;
 	background-color: #FFFFFF; 	/* light sky blue */
	width: 1082px;
	margin-left: 8%;

/* 	background-color: #EAF0FB; 	 light sky blue */
}
#header {
	position: relative;
	width: 100%;
}
#main_banner {
	position: relative;
	overflow: hidden;
	background-image:url(../image/header_banner.jpg);
	height: 100px;
	width: 100%;
}
#container { 
	background: #ffffff;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	background-image:url(../image/everest8.jpg);
	background-repeat:no-repeat;
	height: 1080px;
}

#container3 { 
	width: 800px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
}


/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	background: repeat-x url(../image/sub_button.gif);
	height: 36px;
	position: relative;
	border: none;
	z-index: 100;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}
/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
}
#navcontainer ul a { 
	height: 21px;
	padding-top: 14px;
	background: url(../image/sub_button.gif) repeat;
	text-align: center;
	text-indent: 5px;
	vertical-align: top;
	font-family: sans-serif;
}

#navcontainer ul a:hover {
	background: repeat url(../image/sub_button_over.gif);
}

#navcontainer li {
	margin: 0 0 0 0;
	position: relative;
	width: 135px;
	display: inline;
	float: left;
	z-index: 1000;
}

#navcontainer a {
	display: block;
	padding-top: 7px;
	color: #ffffff;
	text-shadow: 3px 3px 1px #4A4A4A;
	text-decoration: none;
	width: 135px;
	text-align: center;
	height: 27px;
	font-size: 8pt;
	font-weight:bold;
	vertical-align: center;	
	font-family: sans-serif;
	border-right: 1px solid #004080;
	border-left: 1px solid #004080;
	border-bottom: 1px solid #004080;
}


#navcontainer a:hover { 
	color: #B0FFFD;
	text-shadow: 3px 3px 1px #4A4A4A;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac 
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
*/

/* Child - Level 1 */
/* First child under top menu */
#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 36px;
	display: none;
}

#navcontainer ul ul a { 
	height: 21px;
	padding-top: 14px;
	background: url(../image/sub_button.gif) repeat;
	text-align: center;
	text-indent: 5px;
	font-size: 9pt;
	font-weight:bold;
	font-family: sans-serif;
	vertical-align: center;
}

#navcontainer ul ul a:hover {
	background: repeat url(../image/sub_button_over.gif);
}


html>body #navcontainer ul ul a {
	background: repeat url(../image/sub_button.gif);
	height: 23px;
}

html>body #navcontainer ul ul a:hover {
	background: repeat url(../image/sub_button_over.gif);
	height: 23px;
}

#navcontainer ul ul #current{
	background: repeat url(../image/sub_button_over.gif);
}

html>body #navcontainer ul ul #current{
	background: repeat url(../image/sub_button.gif);
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */
