/* STANDARD CSS */

html, body {
	background-color: #E7E7E7;
	height: 100%; 
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/*
input {
	background-color: #ffffff !important;
}*/


/* PRELOAD CSS */

#websiteContainerPreload {
	height: 100%;
	margin: auto;
	width: 800px;
}

#websiteHeaderPreload {
	height: 143px;
	width: 800px; /* Total Width Calculated from Height + Padding */
}


#websiteBannerPreload {
	background-color: #F2F2F2;
	height: 360px;
	margin: auto;
	width: 800px;
}

.preloadLogo {
	margin-left: auto;
	margin-right: auto;
	padding-top: 66px;
	width: 410px;
}

.preloadBar {
	margin-left: auto;
	margin-right: auto;
	padding-top: 28px;
	width: 186px;
}



/* BUTTONS CSS */
.orangeButtonBlank {
	background: url("../images/buttons/orangeButtonBlank.png") 0 0 no-repeat;
	color: #fff;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	height: 42px;
	left: 630px;
	padding: 8px 0px;
	position: relative;
	text-align: center;
	top: 166px;
	width: 140px;
}



/* FRAMEWORK CSS */

#websiteContainer {
	background-color: #ffffff;
	border-left: 3px solid #d2d2d2;
	border-right: 3px solid #d2d2d2;
	display: table;
	height: 100%;
	margin: auto;
	width: 800px;
}

#websiteHeader {
	background-image: url("../images/framework/header_background.png");	
	height: 143px;
	margin: 0;
	padding: 0px 24px 0px 24px;
	width: 752px; /* Total Width Calculated from Height + Padding */
}

#websiteBanner {
	background-image: url("../images/banners/banner_default.png");
	margin: 0;
	padding: 0;
	height: 360px;
	width: 800px;
}

#websiteBannerBlue {
	clear: left;
	background-image: url("../images/banners/banner_blue.png");
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 800px;
}

#websiteBannerWhiteBlue {
	clear: left;
	background-image: url("../images/banners/banner_whiteblue.png");
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 800px;
}

#websiteBannerBlog {
	background-image: url("../images/banners/banner_blog.png");
	margin: 0;
	padding: 0;
	height: 360px;
	width: 800px;
}

#websiteBannerIarfc {
	background-image: url("../images/banners/ce@seaBanner.jpg");
	margin: 0;
	padding: 0;
	height: 360px;
	width: 800px;
}

#websiteContent {
	background-color: #ffffff;
	background-image: url("../images/framework/content_background.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px 24px 0px 24px;
	width: 752px; /* Total Width Calculated from Width + Padding */
}

#websiteContentBlog {
	background-color: #ffffff;
	background-image: url("../images/framework/content_background.png");
	background-repeat: no-repeat;
	padding: 0px 6px 0px 24px;
	width: 770px; /* Total Width Calculated from Width + Padding */
}

#websiteContentTerms {
	background-color: #ffffff;
	background-image: url("../images/framework/shadow.jpg");
	background-repeat: repeat-x;
	padding: 0px 6px 0px 24px;
	width: 770px; /* Total Width Calculated from Width + Padding */
}

#websiteFooter {
	border-top: 3px solid #D2D2D2;
	padding: 0px 24px 0px 24px;
	width: 752px;
}



/* HEADER CSS */

#headerLogo {
	padding-top: 20px;
	float: left;
	width: 200px;
}

#headerContent {
	color: #4D4D4D;
	float: left;
	font-family: Arial;
	font-size: 11px;
	height: 76px; /* Total Height Calculated from Height + Padding-Top */
	padding-top: 18px;
	text-align: right;
	width: 552px;
}

#headerMenu {
	float: left;
	height: 44px;
	width: 548px;
}

#headerMenuAlign {
	float: right;
	padding-right: 10px;
}



/* BANNER CSS */
.bannerAlign {
	width: 800px;
}

.bannerFontLarge {
	color: #ffffff;
	font-family: Arial;
	font-size: 28px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 78px;
	width: 620px;
}

.bannerButtonLarge {
	text-align:center;
}



/* MODULE CSS */
.module {
	float: left;
	padding: 0px 18px 0px 18px;
	width: 159px;
}

.module1Container {
	float: left;
	padding-left: 5px;
	width: 195px;
}

.module1 {
	clear:both;
	padding: 0px 18px 0px 18px;
	width: 159px;
}

.moduleFirst {
	float: left;
	padding: 0px 18px 0px 0px;
	width: 159px;
}

.moduleLast {
	float: left;
	padding: 0px 0px 0px 18px;
	width: 159px;
}

.moduleHeader {
	color: #1a1a1a;
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
	padding: 22px 0px 6px 0px;
}

.moduleText {
	color: #4d4d4d;
	font-family: Arial;
	font-size: 11px;
	height: 114px;
	padding-bottom: 12px;
}

.moduleButton {
	padding-bottom: 22px;
}

.moduleSpacer {
	background-image: url("../images/modules/module_spacer_sm.png");
	background-repeat: no-repeat;
	float: left;
	height: 168px;
	width: 2px;
}

.moduleForm {
	padding-top: 6px;
}

.moduleInput {
	background: url("../images/modules/module_input_sm.png") no-repeat;
	border: 0;
	color: #4d4d4d;
	font-family: Arial;
	font-size: 11px;
	margin-top: 6px;
	padding-left: 8px;
	padding-top: 5px;
	height: 18px;
	width: 147px;
}


/* BLOG CSS */

.blogBanner {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

.blogBannerImage {
	float:left;
	padding-right:45px;
	width:200px;
}

.blogBannerText {
	color: #1a1a1a;
	font-family: Arial;
	font-size: 24px;
	float:left;
	width:435px;
}

.blogContainer {
	float: left;
	padding: 24px 0px 0px 0px;
	width: 566px;
}

.blogSpacer {
	float: left;
	background: url("../images/blog/blogspacer.jpg") no-repeat;
	height: 500px;
	width: 4px;
}

.blogPhoto {
	float: left;
	height: 160px;
	width: 160px;
	overflow:hidden;
}

.blogPost {
	float:left;
	padding-left: 24px;
	padding-right: 24px;
	width: 300px;
}

.blogHeader {
	color:#181818;
	font-family:Arial;
	font-size:22pt;
	width:300px;
}

.blogHeaderFull {
	color:#181818;
	font-family:Arial;
	font-size:18pt;
}

.blogDetails {
	font-family:Arial;
	font-size:9pt;
	padding-top:4px;
	width:300px;
}

.blogDate {
	color: #a5a2a5;
}

.blogAuthor {
	color:#00559c;
}

.blogText {
	color:#181818;
	font-family:Arial;
	font-size:10pt;
	padding-top:22px;
	width:350px;
}

.blogTextFull {
	color:#181818;
	font-family:Arial;
	font-size:10pt;
	padding-top:22px;
}

.blogBack {
	padding-top:22px;
	text-align:right;
	width:350px;
}


/* MEMBER MODULE CSS*/
.moduleMember {
	color: #4d4d4d;
	display: none;
	font-family: Arial;
	font-size: 11px;
}




/* TERMS CSS */

.termsContainer {
	color: #4d4d4d;
	font-family: Arial;
	font-size: 11px;
	float: left;
	padding: 24px 24px 0px 0px;
	width: 542px;
}

.termsHeader {
	font-size: 14px;
}

.termsSpacer {
	float: left;
	background: url("../images/framework/terms-spacer.png") no-repeat;
	height: 500px;
	width: 4px;
}


.stepupContainer {
	color: #4d4d4d;
	font-family: Arial;
	font-size: 11px;
	float: left;
	padding: 24px 24px 0px 0px;
	width: 770px;
}



/* FOOTER CSS */

.footerLinks {
	color: #4D4D4D;
	float: left;
	font-family: Arial;
	font-size: 10px;
	padding-top: 16px;
	text-align: left;
	width: 376px;
}

.footerCopyright {
	color: #4D4D4D;
	float: left;
	font-family: Arial;
	font-size: 10px;
	padding-top: 16px;
	text-align: right;
	width: 376px;
}



/* CLEAR FLOATS */
.clearMe {
	clear: both;
}



/* LINK CSS STYLES */

a.redlink {
	font-style: italic;
	color: #FF0000;
}

a.redlink:visited {
	color: #FF0000;	
}

a.redlink:hover {
	color: #FF0000;
	text-decoration: none;
}

a.redlink:active {
	color: #FF0000;	
}

a.footer {
	color: #4D4D4D;
	text-decoration: none;
}

a.footer:visited {
	color: #4D4D4D;
	text-decoration: none;	
}

a.footer:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

a.footer:active {
	color: #4D4D4D;
	text-decoration: none;	
}