@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	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 selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
	line-height: 1.4em;
}
.oneColFixCtr a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0201;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtr a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0201;
	text-decoration: none;
	font-weight: normal;
}
.oneColFixCtr a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0201;
	text-decoration: underline;
	font-weight: normal;
}
.oneColFixCtr a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E0201;
	text-decoration: underline;
	font-weight: normal;
}
.oneColFixCtr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.oneColFixCtr #container #headerBar {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 201px;
}
.oneColFixCtr #container #headerBar #headerTitle {
	float: left;
	width: 280px;
	margin-top: 86px;
	padding-left: 16px;
}
.oneColFixCtr #container #headerBar #headerTitle h1 {
	font-size: 3.6em;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
}


.oneColFixCtr #container #headerBar #headerTitle h2 {
	font-size: 1.5em;
	color: #FFFFFF;
	padding-top: 30px;
}
.oneColFixCtr #container #headerBar #headerTitle h1 strong {
	font-weight: bolder;
}
.oneColFixCtr #container #headerBar #headerCatchLine {
	font-size: 1.3em;
	font-style: italic;
	color: #FFFFFF;
	float: left;
	width: 190px;
	font-weight: bold;
	padding-top: 100px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtr #container #headerBar #headerNav {
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
	


.oneColFixCtr #container #navBar {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 82px;
	padding-left: 8px;
}
.oneColFixCtr #container #navBar .navlist
{
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 8px;
}
.oneColFixCtr #container #navBar .navlist li
{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.oneColFixCtr #container #navBar .navlist li.first {
	border-left: 0px solid #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #container #navBar .navlist li a 
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.oneColFixCtr #container #navBar .navlist a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}


.oneColFixCtr #mainContent {


}



.oneColFixCtr #container #mainContent #leftBar {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 180px;
	padding-left: 10px;
	color: #FFFFFF;
}

.oneColFixCtr #container #mainContent #mainText {
	float: left;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	padding-top: 60px;
}
.oneColFixCtr #container #mainContent #mainText h1 {
	color: #8E0201;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	text-decoration:none;
	margin-bottom:15px;
	margin-top:15px
}

.oneColFixCtr #container #mainContent #mainText h1 a {
	color: #8E0201;
		text-decoration:none

}

.oneColFixCtr #container #mainContent #mainText h1 a:hover {
	color: #8E0201;
		text-decoration:none

}


.oneColFixCtr #container #mainContent #mainText h2 {
	color: #8E0201;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	margin-top:15px;
}
.oneColFixCtr #container #mainContent #mainText img {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.oneColFixCtr #container #mainContent #mainText ul {
	padding-left: 20px;
}
.oneColFixCtr #container #mainContent #mainText em {
	font-style: italic;
	font-weight: bold;
	color: #8E0201;
	padding-right: 10px;
	padding-left: 10px;
}



.oneColFixCtr #container #footerBar {
	background-color: #FDC82E;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	font-size: 0.9em;
	padding-bottom: 8px;
	padding-left: 0px;
}
.oneColFixCtr  #container  #footerBar  .navlist
{
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 8px;
	float: none;
	width: auto;
}
.oneColFixCtr #container #footerBar .navlist li
{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtr #container #footerBar .navlist li a 
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.oneColFixCtr #container #footerBar .navlist a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
.oneColFixCtr  #container  #mainContent #mainText input,file,textarea,select {
	display: block;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}
.oneColFixCtr  #container  #mainContent #mainText input#button {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtr  #container  #mainContent #mainText label {
	display: block;
	width: 200px;
	float: left;
}
.oneColFixCtr  #container  #mainContent #mainText form {
	display: block;
}
.oneColFixCtr   #container   #mainContent   #mainText   input#Price {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	border-width:0px;
	background:none;
	padding: 0px;
	cursor: default;
	width: 300px;
	font-size: 1.4em;
	font-weight: bold;
	color: #8E0201;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtr #container #mainContent #mainText img#button {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtr #container #mainContent #mainText caption {
	font-size: 1.2em;
	color: #8E0201;
	text-align: left;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent #mainText table {
	float: none;
}
.oneColFixCtr  #container   #mainContent  #mainText tbody td.results {
	color: #000000;
	padding: 4px;
}
.oneColFixCtr  #container  #mainContent  #mainText thead td {
	font-weight: bold;
	color: #000000;
	padding: 4px;
}



.clearfloatleft { /* 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:left;
	line-height: 1px;
	height: 1px;
}


.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 its child floats */
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}



.hidden {
	position: absolute;
	visibility: hidden;
}
.unhidden {
	position: static;
	visibility: visible;
}
.hidden2 {
	display: none;
}
.unhidden2 {
	display: block;
}
.oneColFixCtr   #container   #mainContent   #mainText   #PriceText{

	font-size: 1.4em;
	font-weight: bold;
	color: #8E0201;
	padding: 10px;
}
.oneColFixCtr #container #mainContent #leftBar h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
}

#CheckPrice   input,select {
	display: block;
	width: 140px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}
#CheckPrice   input#button       {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#CheckPrice        {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
#CheckPrice   img#button     {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#CheckPrice2   input,select {
	display: block;
	width: 140px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
}
#CheckPrice2   input#button       {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#CheckPrice2        {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
#CheckPrice2   img#button     {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.oneColFixCtr #container #mainContent #leftBar p,h1, h2, h3, h4,
h5, h6   {
	color: #ffffff;
}

.oneColFixCtr #container #mainContent #leftBar a {color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

