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

BODY	{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#container	{
	width: 100%;
	margin: auto;
}

#header	{
	padding-top: 10px;
	padding-bottom: 5px;
}

#nav	{
	width: 1200px;
	height: 30px;
	background-color: #535353;
	text-align: right;
	color: white;
	font-size: 12px;
	letter-spacing: -.5px;
}

#nav li {
	float: right;
	height: 20px;
	padding: 8px 10px 2px 10px;
	border-left: 1px solid white;
}

#nav li.active {
	float: right;
	height: 20px;
	padding: 8px 10px 2px 10px;
	background-color: #4682c6;
	border-left: 1px solid white;
}

#main	{
	background-image: url('/images/main.jpg');
	background-repeat: no-repeat;
	border: 1px solid #cccccb;
	width: 1200px;
	height: 430px;
}

#mainsection	{
	border: 1px solid #cccccb;
	width: 1200px;
	padding: 20px;
}

.unsub	{
	padding-top: 20px;
}

.mainsectionheader	{
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -.5px;
	padding-bottom: 20px;
}

.maintext	{
	padding-top: 125px;
	padding-left: 35px;
	width: 500px;
	font-size: 15px;
	
}

.mainbutton	{
	width: 520px;
	text-align: right;
	padding-top: 20px;
}

#bottom li.left	{
	width: 279px;
	background-color: #f6f6f6;
	border-left: 1px solid #cccccb;
	border-bottom: 1px solid #cccccb;
	padding: 20px;
	height: 150px;
}

#bottom li.middle	{
	width: 280px;
	background-color: #f6f6f6;
	border-left: 1px solid #cccccb;
	border-bottom: 1px solid #cccccb;
	padding: 20px;
	height: 150px;
}

#bottom li.right	{
	width: 279px;
	background-color: #f6f6f6;
	border-left: 1px solid #cccccb;
	border-bottom: 1px solid #cccccb;
	border-left: 1px solid #cccccb;
	border-right: 1px solid #cccccb;
	padding: 20px;
	height: 150px;
}

.bottomheader	{
	font-size: 20px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: 500;
}

.bottomtext	{
	font-size: 13px;
	padding-top: 5px;
	line-height: 18px;
	height: 80px;
}

.bottomlearnmore	{
	padding-top: 15px;
	text-align: right;
	font-size: 12px;
}

#footer	{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

.input	{
	font-size: 18px;
	width: 250px;
	padding: 2px;
	border: 1px solid black;
}

A:link	{
	color: #4682c6;
	text-decoration: none;
}

A:visited	{
	color: #4682c6;
	text-decoration: none;
}

A:active {
	color: #4682c6;
	text-decoration: none;
}

A:hover		{
	color: #4682c6;
	text-decoration: underline;
}

A:link.white	{
	color: white;
	text-decoration: none;
}

A:visited.white	{
	color: white;
	text-decoration: none;
}

A:active.white {
	color: white;
	text-decoration: none;
}

A:hover.white		{
	color: #4682c6;
	text-decoration: underline;
}