@charset "UTF-8";
body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#58595b;
	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;
}
#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/**********Font Styles Begins**********/
p{
	color:#fff;
	font-size:13px;
		padding: 0 0 18px 0;  
	margin:0;}
/*white large headline in the text*/
h1{
	color:#FFF;
	font-weight:normal;
	font-size:24px;
	padding: 0;  
	margin:0;}
/*white headline in the text*/
h2{
	color:#FFF;
	font-weight:normal;
	font-size:18px;
		padding: 0 0 0px 0;  
	margin:0;}
	
/*orange headline in the header phone number*/
h3{
	color:#FFC500;
	font-weight:normal;
	font-size:14px;
		padding: 25px 0 0 0;  
	margin:0;}
	
/*dark grey footer content*/	
h4{
	color:#666;
	font-weight:normal;
	font-size:12px;
	text-align:center;
		padding: 0 0 5px 0;  
	margin:0;}

/*light green headline*/
h5{
	color:#BDE8A6;
	font-weight:bold;
	font-size:14px;
		padding: 0;  
	margin:0;}

/*orange link*/
a:link, a:visited{
	color:#FFC500;
	text-decoration:none;}

a:hover, a:active{
	color:#FFC500;
	text-decoration:underline;}
	


/**********Header Begins**********/
#header { 
	height:50px;
	padding: 8px 15px 0 15px;  
	margin:0;
	/*border:1px solid #C00;*/
} 
/*contains the link and number*/
#headerRt{
	margin:0 0 0 360px;
	padding: 0; 
	text-align:right;
	/*border:1px solid #0F0;*//*green*/
	}
/*contains the logo*/
#headerLf{
	float:left;
	width:355px;
	height:43px;
	padding: 0;  
	margin:0;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	/*border:1px solid #3FF;*//*light blue*/}
/*PNG FIX FOR IE6 - Curve top rounded corners*/
/* \*/
* html #headerLf {
	background: none;
	height:43px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='crop');
}
/* */
	
/**********Main navigation Begins**********/
#mainNav{
	height:37px;
	padding: 0 15px; 
	margin:0;
	/*border:1px solid #C00;*//*red*/}
#mainNav ul
{
padding: 0;
margin: 0;
color: #809174;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
/*border:1px solid #C6C;*//*pink*/
}

#mainNav ul li { display: inline; }

#mainNav ul li a
{
padding: 12px 11px;
*padding: 12px 11px;/*IE7 issue*/
_padding: 9px 11px;/*IE6 issue*/
color: #809174;
text-decoration: none;
float: left;
border-right: 1px solid #809174;
height:12px;
}

#mainNav ul li a:hover, #mainNav ul li a:active
{
background-color: #809174;
color: #FFC500;
background-image:url(../images/navRoll.jpg);
background-repeat:repeat-x;
}
/*selected state grey with orange type*/
#mainNav li a#current {
	background-color: #809174;
color: #FFC500;
background-image:url(../images/navRoll.jpg);
background-repeat:repeat-x;}

#mainNav li a.last {
	border:none;}

#reel{
	margin:0;
	padding:0;
	/*border:1px solid #90C;*//*purple*/}
/*reel graphic placeholder until video is added*/
#reelGraphic{
	background-image:url(../images/reelGraphic.png);
	background-repeat:no-repeat;
	height:383px;
	position:relative;
	top:10;
	left:0;
	margin:3px 0 0 0;
	padding:0;
	/*border:1px solid #F69;*//*pink*/}
/*PNG FIX FOR IE6 - Curve top rounded corners*/
/* \*/
* html #reelGraphic {
	background: none;
	height:383px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/reelGraphic.png', sizingMethod='crop');
}
/* */
	

/**********Sidebar Begins**********/
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 242px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 15px;
	margin: 15px 0;
	border-left:1px solid #637b5c;
	
}

/**********Main content Begins**********/
#mainContent { 
	margin: 15px 280px 15px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border:1p solid #FF6;*//*yellow*/
} 
/*one column layout*/
#mainContentFull{
	margin: 15px 0;
	padding: 0 15px;
	height: 350px;}

/*positions logos*/
#logoContainer{
	border:1px solid #FFC500;
	background-color:#809174;
	height:140px;
	padding:10px 0 10px 15px;
	margin:0 0 20px 0;}
.logo{
	float:left;
	width:80px;
	/*border:1px solid #09F;*//*blue*/
	padding:0;
	margin:0 5px 5px 0;
	*margin:0 5px 0px 0;/*IE7 issue*/
_margin:0 3px 0px 0;/*IE6 issue*/
	}

/**********Footer Begins**********/
#footer { 
background-color: #333333;
border-top:1px solid #;
	padding: 30px 15px 50px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*border:1px solid #6C6;*//*green*/
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding:0;
	margin:0;
}