/* CSS Document */
/*blue   #135713
red #135713

lime green #00f700
dark green #135713
*/
	  
body {
background-color: #6d6e72;
background-image: url(bg_linear.jpg);
background-repeat: repeat-x;
text-align: center;

}


/*==========================  DEFAULT  =======================*/

div.main_container {
	width: 950px;
	font-family: Tahoma, sans-serif;
	margin:0 auto;
	text-align:left;
	background-color: #FFFFFF;
}

/*========================== logo  =======================*/
.logo_box{
	height:96px;
	background-image: url(/css_files/logo_back.gif);
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #135713;
}
.logodiv{
margin-left:0px;
float:left;
}
.quotebox{
margin-left:0px;
float:left;
width:580px;
}
.logoquotelarge{

	font-size:32px;
	color: #FFFFFF;
	margin-left:50px;

}
.logoquotesmall{

	font-size:16px;
	color: #FFFFFF;
	margin-left:50px;


}

.menu_picture_div{
margin-left:0px;
float:left;
width:100px;
}

/*========================== MENU STRIP  =======================*/



/*========================== display =======================*/
.display_area{

}
.left_menu
{
	width:176px;
	background-color: #135713;
	float:left;
	padding-left: 10px;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 22px;
}
.left_menu A:link {text-decoration: none; color: #ffffff;font-weight: normal; 	font-size: 12px;}
.left_menu A:visited {text-decoration: none; color: #ffffff;font-weight: normal; font-size: 12px; }
.left_menu A:hover {text-decoration: none;	color: #FF6592 ; font-weight: normal; font-size: 12px;}
.left_menu A:active {text-decoration: none; color: #ffffff; font-weight: normal; font-size: 12px;}


.prop
{
height:470px;
width:1px;
float:left;
}

.right_content
{
	width:600px;
	padding-top:20px;
	padding-left:50px;
	padding-bottom:20px;
	padding-right:50px;
	color: #000000;
	font-size: 12px;
	float:left;
	
}

.right_content A:link {
	text-decoration: none;
	color: #25AA25;
	font-weight: normal;

}
.right_content A:visited {text-decoration: none; color: #25AA25;font-weight: normal; }
.right_content A:hover {text-decoration: none;	color: #FF6592 ; font-weight: normal;}
.right_content A:active {text-decoration: none; color: #25AA25; font-weight: normal;}


.clearer
{clear:both;
}




/*==========================footer =======================*/
.footer_menu{
	font-family: Tahoma, sans-serif;
	height: 70px;
	width: 890px;
	margin-left: 3%;
	padding-top: 5px;
	padding-left:30px;
	padding-right:30px;
	margin:0 auto;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	background-color: #135713;
}

.footer_menu A:link {text-decoration: none; color: #FFFFFF;font-weight: normal; }
.footer_menu A:visited {text-decoration: none; color: #FFFFFF;font-weight: normal; }
.footer_menu A:hover {text-decoration: none;	color: #FF6592 ; font-weight: normal;}
.footer_menu A:active {text-decoration: none; color: #FFFFFF;font-weight: normal; }

.sponsor_div{
	float:left;
/*	width: 150px;*/
	margin-left: 20px;
	text-align: left;
}
.phone_div{
float:left;
	width: 180px;
}


/*==========================right div =======================*/



h1{

	font-size: 13px;
		line-height: 16px;
	font-weight: bold;

}
 .image_caption_floatleft
{
	float: left;
	font-weight: bold;
/*	width: 310px;*/
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
 .general_image_floatleft
{
	float: left;

	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.back_to{
	float: right;
	padding-top: 40px;
}
