


body
{		
	background:#fff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	}
	
a, a:visited  { color: #7d5b00; text-decoration: underline; }
a:hover, a:visited:hover { color: #000; text-decoration: none; }

ul
{
	list-style: square;
}

h1
{
	font-size: 36px;
	line-height: 77%;
	font-weight: normal;
	padding-top: 25px;
	/*color: #ae281b;*/
	color: #000;
	}
h1 span
{
	font-size: 2px;
	visibility: hidden;
}
h2
{
	font-size: 24px;
	line-height: 77%;
	font-weight: normal;
	padding-top: 25px;
	/*color: #ae281b;*/
	color: #000;
	}
h3
{
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	margin-bottom: 4px;
	}
h4
{
	font-size: 15px;
	line-height: 80%;
	margin-bottom: 4px;
	font-weight: normal;
	color: #ae281b;
	}

#site
{
	background: url('../img/wrapper-bg-home.jpg') no-repeat top center;
	margin: 0 auto;
	text-align: center;
	width: 1000px;	
	}
#page
{
	width: 1000px;
	text-align: left;	
	color: #000;
}
#wrapper
{
	border: 0px solid red;
	width: 1000px;
	margin: 0 auto;
	}
#header
{
	text-align: center;	
	position: relative;
	}
#logo
{
	float: left;
	height: 230px;
	width: 350px;
	}
#navpanel
{
	position: absolute;
	width: 575px;
	height: 190px;
	left: 360px !important;
	background: url('../img/panel.png') no-repeat;
}
.navigation a
{	
	color: #666;
	}
#main-navigation
{
	display: none;
	}
#nav-left
{
	position: absolute;
	left: 2px;
	top: 35px;
	text-align: left;
	color: #555;
	line-height: 14px;
	}
#nav-left a
{
	font-size: 10px;
	color: #999;
	}
#nav-left a:hover
{
	color: #000;
	}
#nav-right
{
	position: absolute;
	right: 30px;
	top: 66px;
	width: 351px;
	text-align: left;
	line-height: 18px;
	color: #c30300;
	}
#nav-main
{
	position: relative;
	text-align: center;
	color: #FFCC00;
	top: 158px;
	}
#nav-main a
{
	color: #fff;
	font-weight: bold;
	}
ul.nav-main li
{
	list-style-type: none;
	font-size: 12px;
	padding-right: 7px;
	display: inline;
	}
#nav-main a:hover
{
	color: #FFCC00 !important;
	text-decoration: none;
	}

#header
{
	height: 250px;
	}
#content-wrapper
{
	position: relative;
	width: 900px;
	min-height: 600px;
	background: url('../img/bg-content-wrapper.png') repeat-x;
	margin: 0 auto;
}
#content
{
	position: relative;
	left: 40px;
	width: 580px;
 	padding: 0px;
	}
#content-left
{	
	float: left;
	width: 280px;
 	padding: 0px;
 	margin: 0px;
	}
#content-right
{	
	float: left;
	width: 300px;
 	padding: 0px;
	}
#content-inset
{
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	border: solid 1px #999;
	/*background: url('../img/bg-content-inset.jpg') repeat-x;*/
	background-color: #fff;
}
#content-testimonials
{
	margin: 0;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
	border: solid 1px #999;
	background: #fff;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 24px;
}
#rightcol
{	
	position: absolute;
	top: 10px;
	width: 200px;
 	padding: 0px;
 	margin: 0px;
 	margin-left: 630px;
	text-align: right;
	}
#nav-footer
{
	text-align: center;
	margin-top: 30px;
	color: #cccccc;
	font-size: 9px;
	}
#nav-footer a
{
	color: #999;
	}

ul.nav-footer li
{
	list-style-type: none;
	padding-right: 8px;
	font-size: 12px;
	display: inline;
	}
#nav-footer a:hover
{
	color: #666 !important;
	text-decoration: none;
	}
	
ul.navigation
{
	list-style-type: none;
	}
ul.navigation a
{
	text-decoration: none;
	color: #666;
	}
ul.navigation a:hover
{
	text-decoration: none;
	color: #000;
	}

p.byline { color: #999; margin-right: 8px; font-size: 12px; line-height: 16px;}

/* IE PNG Fix */
img, div { behavior: url(app_resources/scripts/iepngfix.htc) }
