@charset "utf-8";
/* CSS Document */

/*-----SITE------*/
#site{ width:1000px; margin:auto;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000066;
}

/*-----HEADER------*/
h1{ width:1000px; height:115px; margin:0; padding:0; background:url(../images/header.jpg) top left no-repeat;}
h1 span{ display:none;}


/*-----NAVIGATION-----*/
.main-nav {
	display: block;
	margin:0px;
	padding:0;
	width:1000px;
	height:27px;
	list-style-image: none;
	list-style-type: none;
	background:url(../images/bgNav.jpg) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.main-nav li {display:block; height:27px; float:left;}
.main-nav a {
	float: left;
	height: 27px;
	outline:none;
	color:#000099;
	text-decoration:none;
}
.main-nav a:hover {color:#FFF;}

.main-nav .link-left {width:80px; margin:5px 5px 0 20px;}
.main-nav .link {width:100px; margin:5px 5px 0 20px;}






/*-----CONTENT-----*/
#content{
	width:998px;
	background:url(../images/gradientContent.jpg) top left repeat-x;
	border:1px solid #055496;
}

/*----------LEFT COLUMN-----*/
#leftColumn{ width:698px; float:left;}
#leftColumn p{ width:678px; margin:10px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em;}
#leftColumn h2{
	width:678px;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#blockLeft{
	width:678px;
	border:1px solid #055496;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	text-align: center;
}
#blockLeft h2{ background:url(../images/titleBlock1.jpg) top left no-repeat; width:678px; height:30px;}
#blockLeft h2 span{ display:none;}
#blockLeft img{
	clear: right;
}


/*----------RIGHT COLUMN-----*/
#rightColumn{ width:300px; float:left;}
#blockRight{ width:278px; border:1px solid #055496; margin:10px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; background-color:#FFF;}
#blockRight h2{ background: url(../images/titleRightColumn.jpg) top left no-repeat; width:280px; height:30px; margin:0; padding:0;}
#blockRight h2 span{ display:none;}

	/*rightParagraph*/
	.rightParagraph{ width:258px; border:1px solid #055496; margin:10px;}
	.rightParagraph img{
	padding:0;
}
	.rightParagraph p{
	width:238px;
	margin:10px;
	text-align:justify;
	clear: both;
}
	.rightParagraphLink{
	background-image:url(../images/button.jpg);
	display:block;
	width:145px;
	height:20px;
	background-repeat:no-repeat;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 5px;
}
	
	.rightParagraph h3{
	background: url(../images/titleParagraph.jpg) top left no-repeat;
	width:258px;
	height:23px;
	margin:0;
	padding:5px 0 0 5px;
}
	.rightParagraph h3 span{
	font-size: 14px;

}
	
.rightParagraph a:hover { background-position:bottom; color:#000099;}


/*-----------------internal-------------------*/

#internal {
	width:675px;
	border:1px solid #055496;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}
#internal img{
	float: right;
	margin: 10px;
	display: block;
	clear: both;

}
#internal p{
	width: 340px;


}
#internal h2{
	margin: 10px;
	width: 300px;

}
#internal a{
	background-image:url(../images/button.jpg);
	display:block;
	width:145px;
	height:20px;
	background-repeat:no-repeat;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 5px;
}
#internal a:hover{ background-position:bottom; color:#000099;}
#next a     {
	background-image:url(../images/button2.jpg);
	display:block;
	width:145px;
	height:20px;
	background-repeat:no-repeat;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 5px;
}
#next a:hover{ color:#FFFF00; background-position:bottom;}#previous a {
	background-image:url(../images/button3.jpg);
	display:block;
	width:110px;
	height:20px;
	background-repeat:no-repeat;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 0 40px;
}

/* ------- ROI CHANGES ----- */
h2.roiHeading { width:1000px; height:115px; margin:0; padding:0; background:url(../images/header.jpg) top left no-repeat;}
h2.roiHeading span{ display:none;}
h1.roiHeading { width:678px; height:42px; margin:0; padding:10px; background: none; font-size:20px;}
