/* -----------------------		RESET 			--------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 letter-spacing:normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
q:before, q:after { content:''; }
ol, ul, li { list-style-type: none; }
article, aside, figure, footer, header, nav, section  { display: block;}

body {
	background-color:white;
	width: 449px; }

h1{
	color: #253d00;		
	font: 32px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	margin-top: 5px; }


p.BodyCopy {
	margin-top:10px;
	font-size: 15px; 
	line-height: 21px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	width:440px; }
	
/* Image Changer */

		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/

.slides_container {
	width:449px;
	height:300px;
	display:none; }

	/*	Each slide
		Important:
		Set the width of your slides
		If height not specified height will be set by the slide content
		Set to display block */

.slides_container div {
	width:470px;
	height:170px;
	display:block; }

	/*	Optional:
		Reset list default style */

ul.pagination {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:5px;
	top:317px; }

	/*	Optional:
		Show the current slide in the pagination */

ul.pagination a {
	color: #000;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
	position:relative;
	float:left;
	text-decoration: none; }

ul.pagination .current a {
	color:#e61c25;
	position:relative;
	float:left; }

ul.pagination li {
	width: 20px;
	position:relative;
	float:left; }

a.next {
	position:absolute;
	left:41px;
	top:317px;
	background: url('../images/RightArrow.jpg') no-repeat right top;
	width:18px;
	height: 26px; }

a:hover.next{
	background: url('../images/RightArrow_hover.jpg') no-repeat right top;
	position:absolute; }

a.prev {
	position:absolute;
	left:5px;
	top:317px;
	background: url('../images/LeftArrow.jpg') no-repeat right top;
	width:18px;
	height: 26px; }

a:hover.prev{
	position:absolute;
	background: url('../images/LeftArrow_hover.jpg') no-repeat right top; }


/*------------------------- iframe styles ---------------------------------*/

#contentBox	{
	height: 494px;}


#menuBox {
	width: 450px;
	height:156px;
	margin: 0px;}

ul#navCol li {
	display: block;
	width: 223px;
	float: left;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #d8d7d7;
	padding: 14px 0px 16px 0px;
	color:#333333;
	background-color:transparent;
	transition: background .60s ease-in-out;
	-moz-transition: background .60s ease-in-out;
	-webkit-transition: background .60s ease-in-out;}

ul#navCol li.active {
	background-color: #edede8;}

ul#navCol li#homeButton {
	clear: left;
	border: none;
	font-weight:600;
	font-size:10px;
	color: #a9595b;
	margin-left:16px; }

ul#navCol li:hover {
	background: #e0e1db;}

ul#navCol li#homeButton:hover {
	color: #253d00;
	background-color:transparent;}



