﻿/* CSS layout */

div.logo
{
	position:			absolute;
	left:				0px; 
	top:				10px;
	width: 				935px; 
	height:				auto; 
	margin-left:		10px;
	margin-right:		10px;
	z-index:			1; 
	float: 				left;
}

div.menu
{
	position:			absolute;
	left:				0px; 
	top:				150px;
	width: 				150px; 
	height:				auto; 
	margin-left:		5px;
	margin-right:		0px;
	z-index:			1; 
	float: 				left;
}

#tagline {
	font-weight:		bold;
	background-color:	#fdf8f2;
	color:				#050845;
	font-style:			italic;
	margin:				0;
	padding:			0 0 0 20px;
	width:				300px;
	float:				left;
}

#header-bottom
{
	border-top:			1px solid #b9d2e3;
	border-bottom:		1px solid #b9d2e3;
}

#header-bottom li 
{
	display:			inline;
}

#header-bottom a:link, #header-bottom a:visited 
{
	text-decoration:	none;
	background-color:	#fdf8f2;
	color:				#050845;
}

#header-bottom ul
{
	margin:				0;
	padding:			0 30px 0 0;
	text-align:			right;
}

div.R1C1
{
	float:				left;
	width: 				16%; 
	height:				auto; 
	margin-left:		0px;
	margin-right:		0px;
	z-index:			1; 
	float: 				left;
	background-color:	#EAF1DD;
}

div.R1C2
{
	float:				left;
	width: 				1%; 
	height:				auto; 
	margin-left:		0px;
	margin-right:		0px;
	z-index:			1; 
}

div.R1C3
{
	float:				left;
	width:				66%;
	height:				auto; 
	margin-left:		auto;
	margin-right:		auto;
	z-index:			1; 
}

div.R1C4
{
	float:				left;
	width: 				1%; 
	height:				auto; 
	margin-left:		0px;	
	margin-right:		0px;
	z-index:			1; 
}

div.R1C5
{
	float:				right;
	width: 				16%; 
	height:				auto; 
	margin-left:		0px;
	margin-right:		0px;
	z-index:			1; 
	background-color:	#EAF1DD;
}

div.wrapper
{
	text-align:			center;
}

div.footer
{
	width: 				100%; 
	height:				25px; 
	margin-left:		0px;
	margin-right:		10px;
	z-index:			1; 
	float: 				left;
	border-top:			1px solid #b9d2e3;
}

.mailers1 {font-size: large;}
.mailers2 {border-style: solid; border-width: 1px;}
.mailers3 {text-align: center;}
.mailers4 {font-size: x-large; text-align: center}

div.recaptcha
{
	float:				left;
	width:				100%;
	height:				auto; 
	margin-left:		28%;
	margin-right:		auto;
	z-index:			1; 
	padding-top:		20px;
}


