@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #0b4d78;
	background-repeat: repeat-x;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent .blueBar {
	background-image: url(../images/blueBar.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 875px;
	color: #FFF;
	font-weight: bold;
	padding-top: 17px;
	text-align: center;
}
#mainContent #leftColumn {
	float: left;
	width: 425px;
}

#header #logo {
	float: left;
	width: 250px;
	padding-left: 40px;
	background-repeat: no-repeat;
	height: 112px;
}

.oneColFixCtrHdr #header {
	background-image: url(../images/top-border.jpg);
	background-repeat: no-repeat;
	height: 125px;
}
#header #topMenu {
	font-size: 14px;
	margin-left: 275px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 50px;
}
#mainContent #Homevideo {
	float: left;
	width: 500px;
	background-image: url(../images/videoBG.jpg);
	background-repeat: no-repeat;
	height: 350px;
	text-align: center;
	padding-top: 20px;
}
.clear {
	clear: both;
}
#mainContent #buttonsRight {
	margin-left: 575px;
}


.BLOGIcon {
	padding-left: 40px;
}



.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/bottomBorder.jpg);
	background-repeat: no-repeat;
	height: 91px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
	font-size: 10px;
	color: #25375d;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#mainContent p {
	color: #0B4D78;
	font-size: 12px;
	line-height: 18px;
}
.imgBorder {
	padding-bottom: 20px;
	padding-left: 20px;
}


#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	color: #25375d;
}
#topMenu a {
	color: #D10101;
}
#footer a {
	font-size: 12px;
	color: #C00;
}
#tableTestimonials {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0B4D78;
	line-height: 18px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #C00;
}
#mainContent #secondaryIcons {
	background-image: url(../images/mainPageIcons.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
}
.picLeft {
	float: left;
	padding-right: 10px;
}
#mainContent a {
	color: #C00;
}
#mainContent a:hover {
	text-decoration: none;
}
#container .AuthorizeNetSeal {
	margin-left: 30px;
	margin-right: 30px;
}
#mainContent .pullquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	float: right;
	width: 275px;
	text-align: right;
	margin: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-top-color: #C00;
	border-bottom-color: #C00;
	border-bottom-style: double;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tablePMH ul li {
	padding-bottom: 20px;
	background-image: url(../images/redCheckmark.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-left: -30px;
}
