﻿* { padding: 0; margin: 0; }

body {
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color:#000000;
 margin-top:0px;
}
#wrapper { 
 margin: 0 auto 0 auto;
 width: 998px;
 background-color:#000000;
 border-left: 1px solid #6c6c6c;
 border-right: 1px solid #6c6c6c;
}
#header
{
 position:relative;
 margin: 0px auto 1px;
 height:196px;
 clear:both;
}
#mainNav
{
	position:relative;
	margin-top:5px;
	margin-bottom:1px;
	color: #ffc42e;
	font-size:16px;
	display:block;
	text-align:right;
	letter-spacing:.05em;
	float:right;
	clear:both;
}
#mainNav a:link, #mainNav a:visited
{
	color: #ffc42e;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#mainNav a:active, #mainNav a:hover
{
	color: #999999;
	background-color:#333333;
}
#pageContent
{
	margin: 15px auto;
	width: 998px;
	/*background-image:url(/App_Themes/HPP/images/level1ContentBG.gif);
	background-repeat:repeat-y;*/
	/*min-height:500px;
	height:auto !important;
	height:500px;*/
	clear:both;
}
/*#leftcolumn { 
 margin: 0px 450px 0px 0px;
 color:#cccccc;
 width: 450px;
 text-align:left;
position:absolute;
 overflow:auto;
 padding-left:10px;
 padding-right:10px;
 font-size: 12px;
 border-right: 1px solid #ffc93f;
 
}
#content { 
 color: #ccc;
 margin: 0px 650px 0px 475px;
 padding-left:0px;
 padding-right:4px;
 width: 175px;
 display: block;
 *display: inline-block;
 _display: inline-block;
 text-align:left;
 position:absolute;

 border-right: 1px solid #ffc93f;
 border-left: 1px solid #ffc93f;
}
#rightcolumn { 
 color: #ccc;
 margin: 0px auto 0px 662px;
 width: 334px;
 position:absolute;

 text-align:right;
 border-left: 1px solid #ffc93f;
}*/

#rightContainer {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
}
#middleContainer {
    float:left;
    width:100%;
    position:relative;
    right:30%;
    border-right: 1px solid #ffc93f;
}
#leftcontainer {
    float:left;
    width:100%;
    border-right: 1px solid #ffc93f;
    position:relative;
    right:20%;
    font-size: 12px;
}
#leftcolumn {
   color: #ccc;
    float:left;
    width:48%;
    position:relative;
    left:51%;
    overflow:hidden;
}
#content {
   color: #ccc;
    float:left;
    width:17.25%;
    position:relative;
    left:53%;
    overflow:hidden;
}
#rightcolumn{
   color: #ccc;
    float:left;
    width:30%;
    position:relative;
    left:55%;
    overflow:hidden;
}
#footer
{
	background-color:#222;
	color:#333300;
	font-size:9px;
	text-align:right;
	clear:both;
}
#content dl
{
	position:relative;
	color:#ffc93f;

	font-weight:500;
	margin-left:12px;
	margin-top:30px
}
#content dt
{
	position:relative;
	margin-top:25px;
	font-size:14px;
	color:#cc0000;
}
#content dd
{
	position:relative;
	font-size:12px;
	margin-left:12px;
	margin-top:10px
}
#content a:link, #content a:visited
{
	color:#ffc93f;
	text-decoration:none;
}
#content a:hover, #content a:active
{
	color:#cccccc;
}
.level1head
{
	float:right;
	clear:both;
	margin-bottom:15px;
}
#leftcolumn p
{
	margin-top:5px;
	margin-bottom:15px;	
	clear:both;
}
#leftcolumn h3
{
	color: #666666;
}
#leftcolumn h4
{
	color: #ffc42e;
	font-weight:lighter;
}
.txtBox
{

	background: #e3e3e3;
	width: 110px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;

}