@charset "utf-8";
/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* CSS Document */

/* Positioning */

#container {
	position: relative;
}

#menu-right {
	position: absolute;
	z-index: 1;
}

#page-right {
	position: absolute;
	z-index: 0;
}

#menu {
	position: relative;
}

#menu ul {
	position: absolute;
	z-index: 5;
}

#content {
	position: absolute;
	z-index: 2;
}

#content-left ul li {
	position: relative;
	z-index: 5;
}

#content-left ul ul {
	position: absolute;
}

/* Content */

* { margin: 0px; padding: 0px; }

html, body { 
	height: 100%;
	background: url(../images/body-bg.gif) center repeat-y;
	padding: 0px;
	margin: 0px;
}

html.front, body.front {
	background: url(../images/body-bg-front.gif) center repeat-y;
}

table {
	border: none;
	border-spacing: 4px;
	width: 100%;
}

table.with-borders {
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.with-borders td, table.with-borders th {
	border: 1px solid #000000;
	padding: 4px;
}

td {
	vertical-align: top;
}

td p, th p {
	margin: 0px;
	padding-bottom: 6px;
}

h1 {
	margin-bottom: 1em;
}

h2 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

ul, ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	margin-left: 1.5em;
}

p {
	margin: 1em 0;
}

form {
	line-height: 2.5em;
}

label {
	float: left;
	display: block;
	width: 120px;
}

input {
	float: left;
	clear: right;
}

img {
	border: 0px;
}

#container {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#menu-right {
	background: #8b8d8f url(../images/header-gradient.png) no-repeat;
	background-position: 500px 0;
	width: 50%;
	height: 140px;
	top: 0px;
	right: 0px;
}

.front #menu-right {
	background-position: 380px 0;
}

#page-right {
	background: #027aaa;
	width: 50%;
	right: 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#menu {
	width: 760px;
	margin-left: 240px;
	float: left;
	height: 140px;
	background: #8b8d8f;
	vertical-align: bottom;
}

#menu-inner {
	width: 100%
	height: 140px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	height: 29px;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	margin-left: 5px;
	height: 29px;
}

#menu ul li.active {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/menu-active.gif);
}

#menu ul li:hover {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/menu-hover.gif);
}

#menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	vertical-align: top;
}

#content-left {
	height: 100%;
	width: 205px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	left: 0px;
	top: 0px;
	float: left;
	margin-right: -240px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#content-left img.logo {
	margin-top: 34px;
	margin-bottom: 56px;
	margin-left: 21px;
	margin-right: 22px;
}

#content-left ul {
	list-style: none;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}

#content-left ul li {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #8b8d8f;
	margin-right: 3px;
}

#content-left ul ul {
	top: 0px;
	right: -190px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	left: -999em;
	background: #FFFFFF;
}

#content-left ul li:hover ul, #content-left ul ul:hover {
	left: auto;
}

#content-left ul ul li {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

#content-left ul li.title {
	font-size: 14px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e2e3e3;
}

#content-left ul li a {
	color: #8b8d8f;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 6px;
}

#content-left ul li li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

#content-left ul li a:hover {
	color: #8fcde0;
}

#content {
/*
	width: 1000px;
	margin: 0px auto;
	padding: 0px; */
	
	margin-left: 50%;
	left: -500px;
	width: 1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

.front #content {
	left: -620px;
}

#content-right {
	margin: 0px;
	padding: 0px;
	top: 0px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#content-main {
	font-size: 12px;
	color: #66676b;
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	float: left;
	margin-left: 240px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	padding-bottom: 3em;
}

#content-main h2, #content-main h3, #content-main h4 {
	color: #0079a7;
}

#content-main h2, #content-main h3 {
	text-transform: uppercase;
}

#content-main h2 {
	font-size: 18px;
}

#content-main h3, #content-main h4 {
	font-size: 12px;
}

#content-main a {
	color: #0079a7;
	text-decoration: none;
}

#content-main a:hover {
	text-decoration: underline;
}

#content-page, #fp-content {
	top: 0px;
}

#content-page {
	padding-left: 107px;
	padding-right: 107px;
	padding-top: 78px;
	width: 546px;
}

#content-footer {
	padding-left: 107px;
	padding-right: 107px;
	width: 546px;
	position: absolute;
	bottom: 0px;
	padding-bottom: 10px;
}

.front #content-footer {
	padding:10px;
	margin-right:399px;
}

#fp-content {
	margin-right: 399px;
	padding: 10px;
}

#fp-content #logo {
	margin-left: 55px;
	margin-bottom: 10px;
}

#image-right {
	width: 399px;
	height: 100%;
	float: right;
}

.caps {
	text-transform: uppercase;
}

#content-bottom {
	clear: both;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#contact-table th {
	width: 200px;
}

th {
	text-align: left;
}

p.bold, .todo {
	font-weight: bold;
}

p.italic, .todo {
	font-style: italic;
}

.profile {
	margin-top: 15px;
	border-bottom: 1px solid #CCCCCC;
}

.profile img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

p.notes {
	color: #AAAAAA;
	font-size: 9px;
}

