/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	/*line-height: 1;*/
	color: #666666;
	background: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 70%;
}

body.site {
	background: #fff url(../images/bg-body.gif) 0 0 repeat-x;
}

h1 {
	color: #36393d;
	margin: 0 0 0.5em 0;
	font-size: 175%;
	border-bottom: 2px solid #36393d;
	padding: 5px 0;
}

#parts h1 {
	border: none;
	padding: 0;
	margin: 0.5em 0;
}

h2 {
	color: #4c5550;
	margin: 0 0 0.5em 0;
	font-size: 125%;
	border-bottom: 2px solid #4c5550;
	padding: 10px 0 5px 0;
	font-weight: normal;
}

h3 {
	color: #4c5550;
	margin: 0 10px 0.5em 0;
	font-size: 115%;
	font-weight: normal;
	border-bottom: 1px solid #4c5550;
	padding: 10px 0 5px 0;
}

hr {
	background: #d28a2c;
	color: #d28a2c;t
	height: 2px;
	border: none;
}

p {
	margin: 0 0 0.7em 0;
	line-height: 150%;
}

ul, ol {
	margin-left: 20px;
}

body.site ul, body.site ol {
	margin-left: 0;
}

#content ul {
	margin-left: 0;
	margin-bottom: 1em;
	list-style-type: none;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 150%;
}

#content ul li {
	background: url(../images/bt.gif) 0 5px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background: #d28a2c;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

table.tb2Col td {
	width: 50%;
	vertical-align: top;
	padding-right: 20px;
}

abbr, acronym { 
	border-bottom: 1px dotted #d28a2c; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #d28a2c;
	text-decoration: underline;
}

a:visited {
	color: #d28a2c;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #d28a2c;
	text-decoration: none;
}

a:active {
	color: white;
	background: #d28a2c;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #d28a2c;
	text-decoration: none;
}

a img {
	border:none 0px;
	text-decoration:none;
	background:none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox, select.textbox {
	color: #d28a2c;
	background: #fff url(../images/bg-input.gif) 0 0 repeat-x;
	border: solid 1px #9e9e9e;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
	width: 200px;
}

select.textbox {
	padding: 1px;
	background: none;
	width: auto;
}

textarea.textbox {
	height: 50px;
}

input.small {
		width: 180px;
}

label.lblFrm {
	float: left;
	display: block;
	width: 130px;
	padding: 1px 0 0 10px;
	background: url(../images/bt-orange-triangle.gif) 0 5px no-repeat;
}


#content p.right {
	margin-left: 140px;
	text-align: left;
}


div.clear {
	clear: both;
}

.reset {
	margin: 0;
	padding: 0;
	line-height: 1;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, a.large, td.large {
	font-size: 110%;
}

p.error, span.error, ul.error, li.error, div.error {
	color: #d28a2c;
}

ul.twoColumn li{
		width:360px;
		float:left;
}

table.twoColumn td {
		width: 50%;
		vertical-align: top;
		padding-right: 10px;
}

table.twoColumn td table td{
		width: auto;
		vertical-align: top;
		padding-right: 0;
}

table.twoColumn td.noPadding {
		padding-right: 0;
}

p.banner {
		border-bottom: 4px solid #36393d;
		padding-bottom:2px;
		width: 775px;
		height: 150px;
		overflow: hidden;
}

p.banner img {
		display: block;
}

div.financeBox 
{
    float: left;
    width: 250px;
    margin-right: 10px;
}

div.last 
{
    margin-right: 0;
}

div.button a:link, div.button a:visited
{
    float: right;
    display: block;
    width: 100px;
    color: #D28A2C;
    background: #36393D;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin-top: 2px;
    border-left: 2px solid #fff;
text-decoration: none;
}

div.button a:hover {
	color: #36393D;
	background: #D28A2C;
	text-decoration: none;
}

div.specialOffers 
{
    border: 2px solid #36393D;
    padding: 5px;
    width: 244px;
    float: left;
}
/* END STANDARD STYLES */











/* START PAGE SPECIFIC STYLES */

#skipLinks {
	display: none;
}

#fixedLinks {
	display: none;
}

#breadcrumb {
	display: none;
}

#header {
	display: none;
}

#leftcolumn {
	display: none;
}

p.banner {
	display: none;
}

#footer {
 	display: none;
}

/* END PAGE SPECIFIC STYLES */