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

/* --------------Blanket rules for all elements----------- */

html, body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	text-align:center;
	}
	
h1 {
	text-align: left;
	font-size: 130%;
	line-height: 110%;
	font-weight: normal;
	margin-top:10px;
	color: #660000;
	}
	
h1 a:link {
	color:#666666;
	text-decoration: none;
	}
	
h1 a:visited {
	color:#666666;
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration: underline;
	color: #666666;
	}
	
h2 { 
	text-align:left;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	line-height: 100%;
	color: #03214b;
	}
	
h3 a:link { 
	text-align:center;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	line-height: 100%;
	color: #ffffff;
	}
	

h3 a:visited {
	color:#000;
	text-decoration: none;
	}
	
h3 a:hover {
	text-decoration: underline;
	color: #fff;
	}

	
p	{
	font-size: 90%;
	line-height: 130%;
	text-align:left;
	font-weight: normal;
	color:#000;
	}
	
p a:link, a:visited {
	font-size: 100%;
	line-height: 130%;
	color:#000;
	font-weight:normal;
	text-decoration: none;
	}
	
p a:visited {
	font-size: 100%;
	line-height: 130%;
	color:#000;
	font-weight: normal;
	text-decoration: none;
	}
	
p a:hover {
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	color: #25bdae;
	}

	

/* ------------- layout --------------*/
	
#wrapper {
	position:relative;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	}
	
#content {
	position: absolute;
	width:950px;
	top: 0px;
	padding:0px;
	background-image: url(images/bg_img.JPG);
	background-repeat:repeat-y;
	z-index:;
	} 
	
#content_print {
	position: absolute;
	width:750px;
	top: 0px;
	padding:10px;
	background-color:#FFFFFF;
	} 

#masthead {
	position:absolute;
	width:950px;
	height: 100px;
	left: 0px;
	top: 0px;
	padding:0px;
	}	
	
#quote_bar {
	position:absolute;
	width:950px;
	height: 50px;
	left: 0px;
	top: 154px;
	padding:0px;
	z-index: 20;
	}	
		
#main {
	position:absolute;
	width:714px;
	height: 339px;
	left: 236px;
	top: 234px;
	padding:0px;
	background-color: #FFFFFF;
	}
	
#main2 {
	position:absolute;
	width:674px;
	height: 300px;
	left: 236px;
	top: 234px;
	padding:20px;
	background-image:url(images/bg_gradient.JPG);
	background-repeat: repeat-y;
	}

#main3 {
	position:relative;
	width:674px;
	left: 236px;
	top: 353px;
	padding:20px;
	background-image:url(images/bg_gradient.JPG);
	background-repeat: repeat-y;
	}
	
#main4 {
	position:relative;
	width:674px;
	left: 236px;
	top: 234px;
	padding:20px;
	background-image:url(images/bg_gradient.JPG);
	background-repeat: repeat-y;
	}
	
#main3_img {
	position:absolute;
	width:674px;
	height: 119px;
	left: 236px;
	top: 234px;
	padding:0px;
	background-image:url(images/bg_gradient.JPG);
	background-repeat: repeat-y;
	}

#left_bar {
	position:absolute;
	width:233px;
	height: 339px;
	left:0px;
	top: 234px;
	padding:0px;
	background-image:url(images/bg_img_red.JPG);
	background-repeat:repeat-y;
	}

#bottom_bar {
	position:absolute;
	width:950px;
	height: 30px;
	left:0px;
	top: 573px;
	padding:0px;
	z-index:1;
	}
	
#main_text {
	position:relative;
	width:870px;
	left: 0px;
	top: 572px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top:30px;
	background-image:url(images/bg_gradient.JPG);
	background-repeat: repeat-y;
	}
	
			
/* ---------------footer-------------- */

#footer {
	position: relative;
	width:950px;
	z-index:1;
	padding: 0px;
	bottom:-572px;
	}
	

#footer2 {
	position: relative;
	width:950px;
	z-index:1;
	padding: 0px;
	bottom:-400px;
	}
	

#footer3 {
	position: relative;
	width:950px;
	z-index:1;
	padding: 0px;
	bottom:-280px;
	}
	
	
	
/*----------- image floats -----------*/


.caption	{
	font-size: 70%;
	line-height: 90%;
	padding: 5px;
	}

	
.float_right {
	float:right;
	margin-left: 5px;
	}
	
.float_left {
	float:left;
	margin-left: 5px;
	margin-right: 15px;
	}

.clear {
	clear:left;
	padding-top:0px;
	}

.clear2 {
	clear:right;
	padding-top:0px;
	}
	
.spacer {
	padding-top: 10px;
	}

	


