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

body  {
	font: 100%  Helvetica, Arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container_home selector */
	color: #000000;
}
.twoColFixLtHdr_home #container_home { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr_home #header {
	background: #FFFFFF;
	padding: 0px;
} 
.twoColFixLtHdr_home #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; 
    *width: 137px;
	padding: 0px 0px 0px 0px;
    margin-left:0px;
    *margin-left:5px;
    margin-top:20px;
	text-align:right;
}
.twoColFixLtHdr_home #navigation p {
	font-size: 11px;
	font-weight:normal;
	color:#4d4d4d;
	margin: 0px;
	line-height:20px;
}
.twoColFixLtHdr_home #navigation p a {
    text-decoration:none;
	color:#4d4d4d;
	text-transform:uppercase;
}
.twoColFixLtHdr_home #navigation p a:hover {
	text-decoration:underline;;
	color:#85121B;
	text-transform:uppercase;
}
.twoColFixLtHdr_home #mainContent {
	float:left;
	width:500px;
	margin-left:20px;
	margin-right:20px;
	border-right:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	padding:2px 20px 0 20px;
	margin-top:20px;
	height: 520px;
} 
.twoColFixLtHdr_home #mainContent h1 {
	font-size: 26px;
	line-height: 28px;
	font-weight:normal;
	color:#999999;
	text-transform:uppercase;
	margin: 0px;
	padding-top:0px;
	padding-bottom:10px;
}
.twoColFixLtHdr_home #mainContent p {
	font-size: 12px;
	line-height: 20px;
	font-weight:normal;
	color:#333333;
}
.twoColFixLtHdr_home #mainContent h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight:bold;
	color:#B5121B;
	margin-bottom:0px;
}
.twoColFixLtHdr_home #mainContent ul {
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 22px;
	color:#333333;
}
.twoColFixLtHdr_home #mainContent li {
	list-style:square;
	margin:0px;
	margin-left:15px;
	padding:0px;
}
.twoColFixLtHdr_home #home_right-sidebar {
	float:left;
	width:150px;
	padding: 5px 0 0 0;
	margin-top:5px;
}
.twoColFixLtHdr_home #home_right-sidebar h3 {
	border-top:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 24px;
	font-weight:bold;
	color:#B5121B;
	margin-bottom:0px;
	text-align:center;
}
.twoColFixLtHdr_home #home_right-sidebar p {
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	color:#333333;
}
.twoColFixLtHdr_home #home_right-sidebar .home_link {
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	color:#B5121B;
	text-align:right;
}
.twoColFixLtHdr_home #home_right-sidebar .home_link a {
	color:#B5121B;
	text-decoration:none;
}
.twoColFixLtHdr_home #home_right-sidebar .home_link a:hover {
	color:#B5121B;
	text-decoration:underline;
}
.twoColFixLtHdr_home #home_right-sidebar hr {
	color:#cccccc;
}
.twoColFixLtHdr_home #footer { 
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 
div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in 
#sidebar1 ends. */
	padding: 10px 30px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr_home #footer p {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight:normal;
	color:#666666;
}
.twoColFixLtHdr_home #footer p a {
	text-decoration:none;
	color:#4d4d4d;
}
.twoColFixLtHdr_home #footer p a:hover {
	text-decoration:underline;
	color:#4d4d4d;
}
.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;
}
.tileType {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4D4D4D;
	text-align:left
}
.tileType  a {
	color: #B5121B;
	text-decoration:none;
	text-align: right;
}
.tileType a:hover {
    color: #B5121B;
	text-decoration:underline;
}
.tileHead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #B5121B;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B3B3B3;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-color: #B3B3B3;
	letter-spacing: 0.04em;
}

[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr_home #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr_home #navigation { padding-top: 30px; }
.twoColFixLtHdr_home #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
