/* begin reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 1em;font-weight: normal;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;}
html, body, input textarea{
padding: 0;
margin: 0;
color: #333;
font-family: Arial, Helvetica, sans-serif;}
:focus {outline: 0;}
input[type="hidden"] {display:none;}
/* end reset */

html
{
	font-size: 100%;
	height: 100%;
}

body
{
	height: 100%;
    font-size: 62.5%;    
    font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #676767;
}

textarea, input, select
{
    font-size: 1em;    
    font-family: verdana, arial, helvetica, sans-serif;
}

/* skip links */
#skiplinks
{
    position:absolute;
    left:-1000em;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* The whole page, centered. */
#page
{
	margin-top: 0px;
	padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 96em;
}

#header
{
	width: 96em;
	height: 30em;
	position: relative;
}

#header img
{
	width: 96em;
	height: 30em;
}

#header ul 
{
	width: 45em;
	margin-left: 4em;
	padding-left: 0;
	position: absolute;
	top: 4.2em;
	left: 0px;
} 

#header li 
{ 
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	padding-right: 3.9em;
} 

#header li.smallPadding
{
	padding-right: 3.4em;
}

#header li.noPadding
{
	padding-right: 0; 
}

#header li a
{ 
	color: #818285;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
} 

#header li a.current
{
	color: #c99319;
}

#header .bottom
{
	position: absolute;
	bottom: 3.8em;
	left: 4em;
	width: 43.25em;
	text-align: justify;
}

#header h1
{
	font-family: "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #bcbdc0;
	width: 100%;
	text-align: justify;
	height: 1.2em;
	overflow: hidden;
}

#header h2
{
	font-family: "HelveticaNeue-Light", "Helvetica Light Condensed", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 2.2em;
	color: #c99319;
	width: 100%;
	text-align: justify;
	height: 1.2em;
	overflow: hidden;
}

#main
{
	background-color: #231f20;
	height: 40em;
	width: 100%;
}

#main #left, #main #right
{
	width: 49.9%;
	height: 100%;
	float: left;
	position: relative;
}

#main .rightTitle, #main .rightBody
{
	margin-left: auto;
	margin-right: auto;
	width: 42.3em;
	margin-top: 2em;
	border-style: solid;
	border-width: 0.1em;
	border-color: #525153;
}

#main .rightBody
{
	height: 26em;
}

.rightBodyContent
{
	margin: 2em;
	height: 22em;
	overflow: auto;
}

.rightBodyContentScroll
{
	margin-right: 0em;
	padding-right: 2em;
}

.rightBodyContent p
{
	color: #bcbdc0;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	text-align: justify;
}


.rightBodyContent p.white
{
	color: white;
}

.rightBodyContent p.white a
{
	text-decoration: none;
	color: white;
}

.rightBodyContent ul
{
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

.rightBodyContent li
{
	list-style-type: disc;
	list-style-position: inside;
	color: #c99319;
	margin-bottom: 0.5em;
}

.rightBodyContent li span
{
	color: white;
}

.rightBodyContent h2
{
	color: white;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

h1
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	color: #c99319;
	font-size: 2.6em;
	margin: 0.6em;
}

.leftBodyContent
{
	width: 42.5em;
	margin-top: 12.1em;
	padding-left: 3.6em;
	position: relative;
}

.leftBodyContent div.quoteLeft
{
	position: absolute;
	left: 1.5em;
	top: -1em;
}


.leftBodyContent div.quoteLeft img
{
	width: 1.425em;
	height: 3em;
}


.leftBodyContent img.quoteRight
{
	vertical-align: top;
	width: 0.679em;
	height: 1.429em;
	margin-left: 0.2em;
}

.leftBodyContent p
{
	position: relative;
	color: #818285;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 2.0em;
	line-height: 1.5em;
}

.clear
{
	clear: both;
}

.footer
{
	position: absolute;
	bottom: 2em;
	left: 3.6em;
}

.footer
{
	font-size: 1em;
	font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: #a7a9ac;
}

.footer .coName
{
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", sans-serif;
	font-weight: bold;
	color: #c99319;
}

.footer .phone
{
	color: white;
}

/*********************************************/
/* End Order Offers Page					 */
/*********************************************/

@media print
{
	body
	{
		background-image: none;
		background-color: white;

	}

	#contentTop img, #contentTop object, #contentTop embed
	{
		float: none;
	}

	#contentHolder, #contentTitle, #contentBottom .separator
	{
		margin-left: 0em;
	}

	#page
	{
		font-size: 0.8em;
	}

	#fullWidthAndHeight, .contentBody, .databaseGeneratedBody
	{
		width: auto;
		height: auto;
		overflow: visible;
	}

	.rightMainContent 
	{
		width: 1px;
		overflow: hidden;
		height: 1px;
	}

	#topNav, #navTable, form, .noPrint, #backgroundColors, #quickLinksLeft, #ppFooterImage, #menuBar, #preHeader
	{
		width: 0px;
		height: 0px;
		visibility: hidden;
		display: none;
	}


}

