/* Global Defaults */

body {
	/*background-color: #eeeeef;*/
	font-size: 78% !important; /* moz, firefox, opera */
    font-size: 72%; /* ie 5 */
    font-size/**/:/**/ 78%; /* ie 6+ */
	line-height: 1.4em;
	height: 100%;
}
td,a,img,div,form,body,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
	padding: 0;
	margin: 0;
}
td,a,img,div,form,body,p,blockquote,li,td,th,h1,h2,h3,h4 {
	border: 0;
}
body,div,p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
	font-family: arial,sans-serif;
	color: #000;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
p span.h2 {
	color: #000;
	font-weight: bold;
	font-size: 110%;
}
a:link, a:visited, a:hover, a:active {
	color: #000;
}
a.Arrow { 
	font-weight: bold; 
	text-decoration: none; 
	font-size: 150%; 
}
p.Error { 
	color: red;
}

.absolute {
	position: absolute;
}

/* Form elements */

select { 
	width: 95%; 
	border: 1px solid #ccc; 
	padding: .5em; 
}
input.Text { 
	width: 95%; 
	border: 1px solid #ccc; 
	padding: .5em; 
}
input.Radio { 

}
textarea { 
	font-size: 13px;
	width: 95%; 
	height: 15em; 
	padding: .5em; 
	border: 1px solid #ccc;
}
button, input.Button { 
	background: #888a8e; 
	border: 1px solid #888a8e; 
	color: white; 
	padding: 1px 8px 2px 8px; 
	cursor: pointer; 
	vertical-align: top; 
}
input.Image { 
	vertical-align: top; 
	margin-top: 2px; 
	margin-left: 2px; 
}

/* Table layouts */

table.Form tr th { 
	text-align: right; 
	vertical-align: top; 
	padding: .5em .5em .5em 0px; 
}
table.Form tr th span.small { 
	font-weight: normal;
	font-size: 80%;
}
table.Form tr td { 
	text-align: left; 
	vertical-align: top; 
	padding-bottom: 0em; 
}
table.Form tr td input.Text, table.Form tr td textarea { 
	width: 300px;
	margin-bottom: .5em; 
}
table.Form tr td select {
	width: 315px;
	margin-bottom: .5em; 
}
table.Form tr td input.Radio {

}

#outerframe { width: 1104px; margin: 0px auto 0 0 } 

#maincontent { 
	float: right; 
	width: 913px; 
	border-left:  2px solid #818d9a;
	position: relative;
}

/* Header */

#header {
	background-color: #fff;
	height: 65px;
	width: 100%;
	z-index: 100;
}
	#header img#logo, #header span#logo {
		left: 610px;
		position: absolute;
		z-index: 100;
	}

/* Left column */

#leftColumn {
	background-color: #fff;

	width: 188px;
	float: right;
}
	/* all lists */
	#nav, #nav ul { 
		padding: 0;
		margin: 0;
		list-style: none;
		float: left;
		width: 125px;
	}
 	/* all list items */
	#nav li {
		position: relative;
		float: left;
		text-align: right;
	}
	#nav li a, #nav li div p.header {
		display: block;
		font-weight: bold;
		padding: 5px 5px 5px 0;
		text-decoration: none;
		width: 120px;
	}
	/* first level list */
	ul#nav {
		float: right;
		margin: 44px 0 0 0;
	}
	/* first level list items */
	#nav li {
		margin-top: 20px;
	}
	#nav li a {
		color: #808080;
	}
	
	#nav li a:hover { 
		background-color: #0a76b7;
		color: #fff; 
	}
	
	#nav li div#activeCat a:hover { background-color: #000 } 
	#nav li div p a:hover { background-color: #000  } 
	#nav li div#activeCat p.header { border-bottom: 1px solid #ffb819 }

	/* second-level list */
	#nav li div {
		margin-top: -26px;
		width: 125px;
	}
	#nav li div.twoLines {
		margin-top: -44px;
	}
	/* second-level list items */
	#nav li div p {
		background-color: #000;
	}
	#nav li div p a {
		font-weight: normal;
		color: #0a76b7;
	}
	#nav li div p.last a {
		border-bottom: none;
	}
	#nav li div p.active a {
		color: #fff;
	}
	#nav li div p a:hover {
		color: #fff;
	}
	#nav li div p.header {
		border-bottom: 1px solid #ffb819;	
		background-color: #0a76b7;
		color: #fff;
	}
	
/* Top section of content */

#contentTop {
	background-color: #fff;
	border-bottom: 1px solid #56667a;
	height: 425px;
}
	#contentTop #hero {
		border-right: 1px solid #56667a;
		float: left;
		height: 425px;
		width: 575px;
	}
	/* #contentTop #rightColumn */
	#rightColumn {
		width: 302px;
		margin-top: 97px;
		padding: 0;
		float: right;
		
	}
	#contentTop #rightColumn ul.vNav {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	#contentTop #rightColumn ul.vNav li {
		margin-bottom: 10px;
	}
	#contentTop #rightColumn ul.vNav li a {
		color: #808080;
		text-decoration: none;
	}
	#contentTop #rightColumn ul.vNav li.active a {
		color: #000;
		font-weight: bold;
	}
	
	#contentTop #rightColumn ul.vNav li a:hover {
			color: #000;
			font-weight: bold;
	}

/* Bottom Section of content */

#contentBottom {
	background-color: #fff;
	border-right: 1px solid #56667a;
	padding: 20px 20px 5px 25px;
	/*height: 750px;*/
	min-height: 347px;
	width: 530px;
}

* html #contentBottom { height: 347px; } 

	#contentBottom h1 {
		margin-bottom: 1em;
	}
	#contentBottom p , #contentBottom li {
		color: #808080;
	}
	#contentBottom p {
		margin-bottom: .8em;
	}

/* Yellow images */

div#cornerhighlight, div#cornerhighlight div {
	width: 337px; height: 374px;
}
div#cornerhighlight { 
	position: absolute; 
	top: 491px; left: 576px;
}
div#cornerhighlight div {
	background-color: orange;
	opacity: 0.90;
	filter:alpha(opacity = 90);
}
	
#footer { clear:both;  text-align: center; padding-left: 120px; width: 647px; border-top:  2px solid #818d9a; }
#footer .content { color: #808080; margin: .5em 0; }