*{
	margin:0;
	padding:0;
	position:relative;
	}
/* HTML / BODY elements
---------------------------------------------------------------------- */
html { 
	font-size: 16px;
	padding:0;
	position:absolute;
	background-color:#666666;
	width:100%;
	position:relative;
	height:100%;
	}

body {
	margin:auto;
	padding:0;
	font: 73% arial, helvetica, sans-serif;
	text-align:center;
	color:#000;
	position:relative;
	width:73em;
	min-height:50em;
	}
	
/* Firefox */
/*	
html > body { 
	font: 70.5%;
	}
*/
/* IE */
/*
*+html body { 
	font: 71.5%;
	}
*/

/* Set Default element styles
--------------------------------------------------------------------------- */

div, p, h1, h2, h3, h4, h5, h6, ul, li, table {
	text-align:left;
	}

div { 
	font-size:1em;
	margin:0em;
	padding:0em;
	}
form{
	margin:0;
	padding:0;
	}
p {
	font-size:1em;
	margin:0;
	padding:0.4em 0em 0.4em 0em;
	}
a {
	color:#000099;
	text-decoration:underline;
	}
a:visited {
	color:#0033FF;
	}
a:hover {
	cursor:pointer;
	color:#0099CC;
	text-decoration:underline;
	}
	
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	}
input[type="submit"], input[type="button"] {
	border:1px solid #003399;
	cursor:pointer;
	color:#133f90;
	background-color:#ECEEFF;
	padding:0.1em;
	margin:0;
	}
input[type="submit"]:hover, input[type="button"]:hover {
	color:#000000;
	background-color:#9FA7FF;
	border:1px solid #133f90;
	}

input[type="submit"].disabled, input[type="button"].disabled, 
input[type="submit"].disabled:hover, input[type="button"].disabled:hover {
	border-style:none;
	border:1px solid #aaa;
	cursor:default;
	color:#aaa;
	background-color:#eee;
	padding:0.1em;
}

hr {
	height:1px;
	margin:1em;
	padding:0;
	background-color:#9FA7FF;
	color:#9FA7FF;
	}
ul, ol {
	font-size:1em;
	padding:0;
	margin:0;
	}
ul li {
	font-size:1em;
	padding:0.2em 0 0.2em 0;
	margin:0.2em 0 0 1.6em;
	}
ol li{
	font-size:1em;
	padding:0.2em 0 0.2em 0;
	margin:0.2em 0 0 2em;
	}
li.indent-1{
	margin-left:3em;
	}

fieldset {
	border:none;
	background:none;
	margin:1em 0 0 0;
	padding:0.5em 0;
	}
fieldset legend{
	margin:0 0 0 1em;
	}
fieldset p{
	}
fieldset p label {
	width:10em;
	padding:0.3em 0 0 0;
	margin:0;
	cursor:pointer;
	float:left;
	text-align:right
	}
fieldset p input {
	padding:0;
	margin:0 1em 0 0;
	}
	
table {
	background:none;
	border:1px solid #9FA7FF;
	}
table.bg-none tr, table tr.bg-none {
	background:none;
	}
table tr {
	background-color:#ECEEFF;
	}
table tr.odd {
	background-color:#ECEEFF;
	}
table tr.even {
	background-color:#FFFFFF;
	}
table tr td {
	padding: 0.5em;
	border:1px solid #CCCCCC;
	}
table tr td.row-head {
	background-color:#AACCFF;
	}
table tr td a {
	text-decoration:none;
	cursor:pointer;
	display:block;
	color:#000000;
	}
table tr td a:hover {
	text-decoration:none;
	color:#000000;
	}
table tr td a:visited {
	text-decoration:none;
	color:#000000;
	}
table tr.link:hover {
	background-color:#68A8C4;
	cursor:pointer;
	}
table thead tr, table thead tr.link:hover {
	background-color:#68A8C4;
	cursor:default;
	}
table thead tr th{
	text-align:center;
	padding: 0.2em 0.5em;
	}
table tr.highlight, table tr.highlight td.row-head  {
	background-color:#00CC00;
	}
table th.empty-top-left, td.empty-top-left{
	background:none;
	border-top:0;
	border-left:0;
	}
table *{
	position:static;
	}	
h1 {
	font-size:1.9em;
	padding:0 0 0.2em 0;
	margin:1em 0 0.2em 0;
	color:#68A8C4;
	font-weight:bold;
	}
h2 {
	font-size:1.6em;
	padding:0;
	margin:0.4em 0 0.3em 0;
	font-weight:bold;
	color:#68A8C4;
	}
h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited{
	color:#68A8C4;
	text-decoration:none;
	}
h3, .h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#FFFFFF;
	}
h4, h5, h6 {
	font-size:1em;
	font-weight:bold;
	font-weight:normal;
	}
	
img {
	border:none;
	padding:0;
	margin:0;
	}
	
/*	Structural elements
--------------------------------------------------------------------------- */

#container {
	font-size: 1em;
	}

.corner-top-left{
	position: absolute;
	top:0;
	left:0;
	width:3em;
	height:3em;
	background: top left no-repeat;
	}
	
.corner-top-right{
	position: absolute;
	top:0;
	right:0;
	width:3em;
	height:3em;
	background: top right no-repeat;
	}
	
.corner-bottom-left{
	position: absolute;
	bottom:0;
	left:0;
	width:3em;
	height:3em;
	background: bottom left no-repeat;
	}
	
.corner-bottom-right{
	position: absolute;
	bottom:0;
	right:0;
	width:3em;
	height:3em;
	background: bottom right no-repeat;
	}

/* header */

#header {
	background: url('/img/logos/building_est.png') top right no-repeat #FFFFFF;
	height:17.5em;
	margin-top:0.5em;
	}
	
#header .corner-top-left{
	background-image: url('/img/backgrounds/corner-grey-top-left.png');
	}
#header .corner-top-right{
	background-image: url('/img/backgrounds/corner-grey-top-right.png');
	}
	
#header .logos-3rd-party{
	float:left;
	margin:2em 0 0 2em;
	text-align:center;
	}
#header .logos-3rd-party a{
	text-decoration:none;
	margin-bottom:0.8em;
	display:block;
	}
#header .logos-3rd-party img{
	max-height:2.875em;
	}
	
#header .logos-hdl{
	/* background: url('/img/backgrounds/hdl-feint.png') top left no-repeat; */
	float:left;
	width:25em;
	height:15.5em;
	margin:1em 0 0 6em;
	text-align:center;
	}
#header .logos-hdl img{
	/* margin-top:3em; */
	}

/* top nav */

#topnav {
	width:90%;
	height:3em;
	margin:auto;
	margin-top:0.5em;
	background: #68A8C4;
	}
#topnav .corner-bottom-left{
	background-image: url('/img/backgrounds/corner-light-blue-bottom-left.png');
	}
#topnav .corner-bottom-right{
	background-image: url('/img/backgrounds/corner-light-blue-bottom-right.png');
	}
#topnav ul{
	padding:0;
	margin:0 0 0 3.4em;
	list-style-type:none;
	font-size:1.1em;
	font-weight:bold;
	}
#topnav ul li {
	padding:0;
	margin:0.7em 5em 0 0;
	float:left;
	text-align:center;
	}
#topnav ul li a, #topnav ul li a:visited{
	text-align:center;
	display:block;
	text-decoration:none;
	color:#FFF;
	}
#topnav ul li a:hover, #topnav ul li a:hover{
	color:#CCCCCC;
	}
#topn1av ul li a, #topnav ul li.current a{
	color:#003399;
	}
	
#breadcrumbs{
	border-bottom:1px solid #CCCCCC;
	padding-left:1em;
	}
	
	
/* main module content */
#content {
	background: #CCCCCC;
	border:2px #FFF solid;
	margin-top:0.5em;
	}
#content .leftnav {
	width:53.55em;
	float:right;
	}
#content .leftnav h1 {
	left:-7.4em;
	width:35.6em;
	top:-0.3em;
	}
.page-content{
	padding:0 3.5em;
	}
.page-content-leftnav{
	padding:0 3.5em 0 0;
	margin-left:15em;
	}
.page-content p{
	font-size:1.2em;
	}

/* left nav */

#leftnav {
	position:relative;
	width:13em;
	text-align:left;
	margin:2.3em 0 0 1em;
	float:left;
	}
#leftnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#leftnav ul li a{
	color:#133f90;
	text-decoration:none;
	display:block;
	background:none;
	padding:0.3em 0.3em 0.3em 0.5em;
	margin:0;
	}
#leftnav ul li a:visited {
	color:#133f90;
	}
#leftnav ul li a:hover {
	color:#000000;
	}
#leftnav ul li {
	list-style-type:none;
	margin:0;
	background-color:#ECEEFF;
	color:#133f90;
	border:1px solid #9FA7FF;
	border-top:none;
	}
#leftnav ul li:hover {
	background-color:#9FA7FF;
	}
#leftnav ul li.category {
	list-style-type:none;
	margin:0;
	/*background-color:#133f90;*/
	background: url('../img/button-bg-blue-4.gif') top left repeat-x #B8BEFF;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #999999 /*#000066*/;
	padding:0.4em 0.4em 0.4em 0.4em;
	}
#leftnav ul li.category a{
	color:#133f90;
	text-decoration:none;
	display:block;
	background:none;
	padding:0.1em 0.1em 0.1em 0.4em;
	margin:0;
	}
#leftnav ul li.current {
	background-color:#FFFFFF;
	color:#0033CC;
	font-weight:bold;
	cursor:default;
	margin:0;
	padding:0;
	}
#leftnav ul li.current:hover {
	background-color:#FFFFFF;
	}


/* footer */

#footer {
	margin:3em 0 1em 0;
	}
#footer p {
	text-align:center;
	}
#footer * {
	color:#999999;
	}

