/*Overall Content Styles*/
body{ 
	font: 85% Arial,Verdana,Helvetica,sans-serif;
	background-image: url(images/body_bkgd.png); 
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: 0px -10px
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

/*Frame Structure*/
#mainFrame{
	position: relative;
	width: 940px;
	margin: 0px auto;
}
#logo{
	width: 100%;
	height: 100px;
	background-image: url(images/HYLogo.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
#topMenu{
	background-image: url(images/menu_bkgd.gif);
	height: 42px;
}
#navigation_left{
	float: left;
	width: 180px;
	min-height: 480px;
	margin-bottom: 2px;
}
#news{
	float: right;
	width: 100px; /*Dont need this right now*/
	min-height: 400px;
	background-color: #C5E6FE;
}
#footer{
	clear: left;
	padding: 5px 10px;
	background-image: url(images/menu_bkgd.gif);
	min-height: 70px;
	font-size: 85%;
}
#footerContent{
	max-width: 940px;
	margin: 0px auto;
}
#w3cLogo{
	float: left;
}
#wrapper_center{
	margin-top: 0px;
	padding: 0px;
}

/* Nav menu Alignment*/
#navigation_left{
	border-left: 4px solid #777;
}
#navigation_left li{
	display: block;
	background-color: #6CBEFA;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top: 1px solid #0C95FA;
}
#navigation_left li ul{
	text-indent: 10px;
}
#navMenu>li{
	text-indent: 2px;
}

/*Top Menu Buttons*/
#topMenu ul{
	float: right;
	padding: 13px 0px;
	padding-right: 5px;
	font-weight: bold;
}
#topMenu li{
	padding: 13px 2px;
	display: inline;
}
#topMenu a{
	padding: 13px 10px;
	text-align: center;
	text-transform: uppercase;
	color: #01369C;
}
#topMenu a:hover{
	background-color: #6CBEFA;
}

/*Nav Menu Buttons*/
#navMenu > li{
	font-weight: bold;
	background-color: #0C95FA;
}
#navMenu a{
	color: #01369C;
	display: block;
}
#navMenu a:hover{
	background-color: white;
}
#navMenu a:hover:before{
	content: ">";  
}
li#langMenu{
	margin-top: 10px;
}

/* Main Content Area, General only, this should only contain the layout nothing specific to the page */
#mainContent{
	margin-left: 185px; /*Equal to the width of the navBar + the Margin*/
	margin-bottom: 2px;
	margin-right: 105px;/*Equalto the width of the news box*/
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #C5E6FE;
	overflow: auto;
	min-height: 480px;
	min-width: 635px;
	
}

/* Footer Menu */
#copyRight{
	padding-bottom: 5px;
}
#terms {
	margin-top: 10px;
	padding: 5px 5px;
}
#terms a{
	color: #FFF;
}
#terms a:hover{
	background-color: blue;
	color: yellow;
	padding: 5px 0px;
}

/*Navigation Tracking Lights up the Menu with class active*/
#topMenu li.active{
	background-color: #6CBEFA;
}
#navMenu li.active{
	background-color: white;
}

/*Utility CSS */
.right{
	float: right;
}
.horizontalList li{
	display: inline;
	padding: 0 5px;
}
label.error{
	display: block;
	background-color: #dc143c;
	color: white;
}



