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

htm, body {
	font-family: arial;
	color: #434343;
	margin: 0;
	padding: 0;
	font-size: 13px;
	background:url(../images/background.png);
	height: 100%;
}

a {
	text-decoration: none;
	color:#B32527;
}

a:hover {
	text-decoration: none;
	color: #434343;
}

#container {
	width: 926px;
	height: 100%;
	margin: 0px auto;
	padding: 0px auto;
	background: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#container .top-headline {
	width: 926px;
	height: 44px;
	background: url(../images/tag.jpg);
}

.top-headlineContent {
	padding: 13px 0px 0px 24px;
	font-size: 16.5px;
	color: #434343;
	letter-spacing: 1px;
	font-weight: bold;
}

#container .navigation {
	width: 926px;
	height: 52px;
	background: url(../images/nav.jpg);
}

.navigationContent {
	padding: 16px 0px 0px 24px;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: bold;
}

.navigationContent a {
	color: #F7F7F7;
	text-decoration: none;
}

.navigationContent a:hover {
	color: #000000;
}


#container .pagePics {
	width: 926px;
	height: 244px;
}

#container .mainContent {
	width: 926px;
	line-height: 22px;
	font-size: 14px;
	padding-bottom: 0;
}

#container .footer {
	width: 926px;
	
	background:#D6D6D6;
}

.footerContent {
	padding: 16px 16px;
	line-height: 20px;
}

.footerContent a {
	color: #434343;
}

.footerContent a:hover {
	color: #B32527;
}

#container .single-column {
	width: 800px;
	height: 100%;
	padding: 0px 25px;
}

#container .right-column {
	padding: 0px 0px 0px 15px;
	width: 610px;
	height: 95%;
	font-size: 15px;
	margin-left: 280px;
}

#container .left-column {
	width: 267px;
	height: 95%;
	float: left;
	background: #EBEBEB;
	padding-bottom: 10px;
}

.sidenavContent {
	padding: 0px 10px 0px 24px;
}

.sidenavContent h1 {
	color: #434343;
}

.navheader {
	color: #434343;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	line-height: 36px;
	font-size: 25px;
}

.checkmark {
	font-weight: bold;
	color:#B90022;
	font-size: 18px;
}

.navlist {
	list-style: none;
	margin-left: -4px;
	padding-left: 5px;
	line-height: 32px;
}

.cta {
	padding: 10px 15px;
	background: #434343;
	border: 1px solid #000000;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.form {
	line-height: 16px;
	font-weight: bold;
	padding: 10px 15px;
	background: #FFFFFF;
	border: 2px solid #434343;
	letter-spacing: 1px;
	color: #434343;
}

.tdborder {
	border-right: 1px dashed #434343;
	padding-right: 15px;
}

.redheader {
	font-size: 20px;
	color: #B32527;
}

.boldred {
	font-weight: bold;
	color: #B32527;
}