@charset "UTF-8";
body  {
	background-color: #1f7201;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
}
#container {
	/* width: 1024px; */
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:778px; /* min width to avoid collapse and overlap of content. Must be in PX to set static width. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#footer_content {
  width: 730px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:200px;
	margin: 0 auto;
	padding-left: 200px;

}


#header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/headerbg.jpg);
	height:175px;
	background-color: #0d3200;
	background-repeat: repeat-x;
	
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#left {
  width:200px;
  float:left;
  margin-left: 15px;
  
} 
#left h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #BE6200;	
} 
#mainContent {
	width:490px;
	margin-top:0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	min-height:600px;
	float:left;
		padding-bottom:20px;

	
} 
#mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
		
} 
#mainContent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: lighter;
	color: #FFFF99;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#mainContent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #BE6200;
	margin:0px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent p{
/*	width:490px; */
	z-index:2;	
} 
#right {
  width:250px;
  margin-left:740px;
  margin-right: -250px;

} 
#footer {
	padding:0;
	margin:0;
	background-color: #020901;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#office {
	float:left;
	width: 200px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#office h2{
	color:#BE6200;
	font-size:14px;
	font-weight: normal;
	padding:0px;
}
#tagline {
	margin-left:420px;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 24px;
	line-height: 30px;
	font-weight: lighter;
}
.cable_pic {
	z-index: 1;
	padding-top: 63px;
	
}


.image_left {
	margin-right:10px;
  float: left;
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
}



/* Miscellaneous classes for reuse */
.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;
}
