@charset "utf-8";

/* CSS Document */
body{
	background-color:#0f2c49;
	background: #0f2c49;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	background-image:url(../images/site_images/bg.jpg);
	background-repeat:repeat-x;
}
p{
	margin-top: 0px;
}
textarea, input, button, select, option{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* Styles */
.mainContainer{
	position:relative;
	width:900px;
}
/* HEADER */
.headerTable{
	background-image:url(../images/site_images/header_bg.jpg);
	background-repeat:repeat-x;
}
	.headerContainer{
		position:relative;
		height:94px;
	}
		.headerLogo{
			position:absolute; 
			bottom:8px; 
			left:20px;
		}
		.headerNavAreaContainer{
			position:absolute;
			right:0px;
			top:0px;
		}
			.headerNewsLinksContainer{
				position:absolute;
				top: 30px;
				right: 30px;
				font-size:10px;
			}

/* NAV */
.headerNavContainer{
	position:absolute; 
	top:66px; 
	left:165px;
}

/* CONTENT */
.contentTable{

}
.mainContentContainer{
	padding:10px;
	padding-bottom: 30px;
	position:relative;
	background-color:white;
	background-image:url(../images/site_images/base_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
	.contentFooterImageLeft{
		position:absolute;
		left:0px;
		bottom:0px;
		background-image:url(../images/site_images/base_left.jpg);
		height:25px;
		width:20px;
	}
	.contentFooterImageRight{
		position:absolute;
		right:0px;
		bottom:0px;
		background-image:url(../images/site_images/base_right.jpg);
		height:25px;
		width:20px;
	}
	.contentContainer{
		padding-right:15px;
	}
	.navArea{
	}
	.contentArea{
		position:relative;
		padding: 0px 0px 0px 20px;
		margin:0px;
	}

	
/* FOOTER */
.footerTable{
	height:32px;
	background-image:url(../images/site_images/footer_bg.jpg);
	background-repeat:repeat-x;
}
.footerTextContainer{
	position:relative;
	color:#8796a4;
}
.footerTextContainer div a{
	color:#8796a4;
	text-decoration: none;
}
.borderRed{
	border:1px solid #b28a8a;
	border-collapse:collapse;
}
/* FONTS */
.fontPageTitle{
	padding-top: 4px;
	margin-top: 4px;
	font-weight:bold;
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fontPageIntro{
	padding: 15px 0px;
	margin-top: 0px;
	font-style:italic;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fontPageSectionTitle{
	/* display:block; */
	font-weight:bold;
	padding: 2px 10px;
	border:1px solid #b28a8a;
	background-color: #e9e6dd;
	color:#530009;
}
.fontBlueHeader{
	display:block;
	color:#0f2c49;
	font-size:13px;
}
.h1,.h2,.h3,.h4,.h5,.h6,.fontBlueHeader{
	font-weight: bold;
}
.h1{
	font-size: 18px;
}
.h2{
	font-size: 16px;
}
.h3{
	font-size: 14px;
}
.h4{
	font-size: 12px;
}
.h5{
	font-size: 11px;
}
.h6{
	font-size: 11px;
	color: #0f2c49;
}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:black;
}
.gray{
	color:#999999;
}


/* MISC */
.border{
	border: 1px solid #000;
}
.flasher{
	position:absolute;
	top: 85px; /* -75 because the shadow div extends 75px below the content area */
	left: 0px;
	height: 420px;
	width: 325px;
}

/* LINKS */
A:link {
	color:#333333;
}
A:visited {
	color:#333333;
}
A:active {
	color:#333333;
}
A:hover {
	color:#336699;
}

/* newsletter box */
.newsletter_title{
	padding-left: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.newsletter_container{
	position:relative;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	width:275px;
	top:-25px;
	height:38px;
	padding-bottom: 15px;
}
.newsletter_link{
	position:absolute;
	top: 12px;
	left: 40px;
}

div#mainPage {
	/*position: absolute;
	top: 65px;
	left: 23px;*/
	width: 100%;
	background-image: url("http://www.actifi.com/images/HPBackground.png");
	background-repeat:no-repeat;
	height:314px;
     }
