html, body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4169A2;
	color: #555554;
	background-image:url(../i/bg-body-top.gif);
	background-position:top left;
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* TinyMCE specific rules - Override the tinyMCE editor dispaly window */
body.mceContentBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #000;
    background-color: #fff;
    background-image:none;
    height:auto;
}

/* TinyMCE specific rules - Override the tinyMCE editor dispaly window */
body.mceContentBody table {
	
    background-color: #fff;
    background-image:none;
    height:auto;
}

a {
	color: #4068A1;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	line-height: 12px;
}

h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	color: #37939B;	
	line-height: 12px;
}

#taglineContainer {
	font-size: 12px;
	font-weight: bold;
	color: #37939B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

#wholePageContainer {
	background-image:url(../i/bg-body-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height:100%;
	min-height:1270px;
	height:auto !important;
	height:1270px;
}

#mainContainer {
	width: 100%;
	background-image:url(../i/bg-body.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height:1270px;
	height:auto !important;
	height:1270px;
}

#mainContentContainer {
	width: 854px;
	background-image:url(../i/bg-content-footer.gif);
}

#mainLogoImage {
	padding-bottom: 27px;
	position:absolute;
	top: 25px;
	left: 50%;
	margin-left: -399px;
}

#pageContentContainer {
	padding-top: 15px;
	padding-left: 40px;
	margin-top:25px;
	width: 854px;
	min-height:1200px;
	height:auto !important;
	height:1200px;
	background-image:url(../i/bg-content.gif);
}

#photoSet {
	background-repeat: no-repeat;
	position:absolute;
	top:4px;
	left:50%;
	margin-left:-70px;
	z-index:9;
}

#sidePhotosContainer {
	position:absolute;
	left:50%;
	z-index:9;
	margin-left:-455px;
}


#pageLeftColumn {
	padding-top: 180px;
	width:251px;
	border-right: 1px solid #EFEFEF;
	padding-right: 30px;
}

#pageMainColumn {
	padding-top: 190px;
	padding-left: 25px;
	text-align:justify;
	line-height: 20px;
	font-size: 11px;
	padding-right: 30px;
}

.mainNavigationLinkContainer {
	text-align:right;
}

.mainNavigationLink {
	color: #17848D;
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
	background-image:url(../i/main-nav-arrow-off.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	line-height: 30px;
}

.mainNavigationLink:hover {
	color: #A7D59E;
	text-decoration:none;
	background-image:url(../i/main-nav-arrow-on.gif);
}

.subNavigationContainer {
	position: absolute;
	background-color: #FFFFFF;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	left:50%;
	margin-left:-136px;
	-moz-opacity:0.92;
	filter: alpha(opacity=92);
	opacity:0.92;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	z-index:99;
}

.subNavigationMainLink {
	color: #37939B;
	text-decoration:none;
	display:block;
	font-size: 13px;
	padding: 5px;
}

.subNavigationSubLink {
	color: #5D6262;
	text-decoration:none;
	display:block;
	font-size: 11px;
	margin-left:20px;
	padding: 2px;
}

.subNavigationMainLink:hover {
	color: #4068A1;
}

.subNavigationSubLink:hover {
	color: #4068A1;
}

.subNavigationLeftSide {
	border-right: 1px solid #A7D59E;
	float:left;
}

.subNavigationRightSide {
	float:right;
}

.footerContainer {
	position:absolute;
	z-index:1;
	width:440px;
	margin-top:5px;
	padding-top:25px;
	border-top: 1px solid #99B3B7;
	float:right;
	left:50%;
	color: #1C5A5F;
	margin-left: -45px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}

.footerHeader {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
}

#footerTransparentGradient {
	position:absolute;
	left:50%;
	margin-left:-427px;
	z-index:0;
}

.footerLink {
	color: #1C5A5F;
	text-decoration:underline;
}
