@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F5F5F5 url(images/bkgnd.jpg) repeat-x top;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #split_page_container {
	background-image: url(images/index_content_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: -5px 0px 0px;
	padding: 0px;
}
.oneColFixCtrHdr #full_page_container {
	background-image: url(images/fullpage_content_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: -5px 0px 0px;
	padding: 0px 10px;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0px;
	width: 1024px;
}

.oneColFixCtrHdr #Content {
	padding-top: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
}

.oneColFixCtrHdr #Content2 {
	padding-top: 20px;
}
.oneColFixCtrHdr #Content3 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.6em;
}
.oneColFixCtrHdr #container p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 475px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(images/footer_divide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.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: 25px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #115272;
}
.promo_text {
	color: #115272;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
}
.small_italic {
	font-size: .7em;
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#container a:link {
	color: #981B2B;
	text-decoration: underline;
}
#container a:hover {
	text-decoration: none;
	color: #115272;
}
#container a:visited {
	color: #9E162A;
	text-decoration: underline;
}
#container a:hover:visited {
	color: #115272;
	text-decoration: none;
}


#footer a:link {
	color: #115272;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #A41C30;
}
#footer a:visited {
	color: #115272;
	text-decoration: none;
}
#footer a:hover:visited {
	color: #A41C30;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.linecard_padding {
	padding: 10px 10px 20px;
	border-top: thin dotted #981B2B;
	border-right: thin none #981B2B;
	border-bottom: thin none #981B2B;
	border-left: thin none #981B2B;
}
#Content3 ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 35px;
	padding-top: 10px;
	line-height: 1.3em;
}
#Content3 ul li {
	padding-bottom: 15px;
}
.image_float_right {
	float: right;
}

