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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	color: #0741AD;
}
/* Commonly used to style page titles. */
h1 {
	color: #FFFFFF;
	font-size: 25pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25pt;
}
/* Commonly used to style section titles. */
h2 {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
h3/* Commonly used to style section titles. */
 {
	color: #FFFFFF;
	font-size: 8.75pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #2170bd;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #039;
}
.clearfloat {
	clear: both;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	background-image: ;
	background-repeat: no-repeat;
	height: 1500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	display: block;
	height: 100px;
	width: 900px;
	background: _images/headerlogo
.jpg;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	float: none;
	color: #FFFFFF;
	background-image: url(../_images/listingheader.jpg);
	}
#outerWrapper #header #headertext {
	float: left;
	height: 70px;
	width: 900px;
	text-align: center;
	margin-top: 30px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#innerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 950px;
	background-repeat: no-repeat;
	height: 1450px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 25px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	height: 1350px;
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #contentleft {
	float: left; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	height: 1300px;
	display: block;
	overflow: visible;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #CCCCCC;
}
#outerWrapper #contentWrapper #contentleft table a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#outerWrapper #contentWrapper #contentleft table a:hover {
	font-weight: bold;
	color: #95D05B;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #contentleft table a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #contentright {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 880px;
	height: 1350px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.25pt;
	color: #0741AD;
}
#outerWrapper #contentWrapper #contentright table a:link {
	color: #95D05B;
}
#outerWrapper #contentWrapper #contentright .stackedFeatures_text a,  {
	color: #F60;
}
#outerWrapper #contentWrapper #contentleft #leftlevel-2 #leftlevel-2-2 .stackedFeatures_text a, {
	color: #F60;
}
#outerWrapper #contentWrapper #contentright table a:visited {
	color: #95D05B;
}
#outerWrapper #footer {
	width: 880px;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCCCCC;
	float: left;
	margin-left: 10px;
	text-align: center;
	margin-top: 20px;
}
#outerWrapper #contentWrapper #contentright #footer a:link {
	color: #CCCCCC;
}
#outerWrapper #contentWrapper #contentright #footer a:visited {
	color: #CCCCCC;
}
