@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


.menu {
	padding-top: 12px;
	padding-right: 1px;
	padding-left: 40px;
	padding-bottom: 0px;
	margin-left: -25px;
	
}
.menu li {background:url(images/menu-devider.gif) top left no-repeat; display:inline; padding:0 3.3% 0px 3.3%;
/* ~~ padding:0 5px 0px 5px;  ~~ */
/* ~~ padding:0 23px 0px 26px;  ~~ */
font-size:.9em;}
.menu li a {color:#808080; font-weight:bold; text-decoration:none;}
.menu li a:hover {color:#B03638;}
.menu .active a {color:#B03638;}
/* ~~ ul { list-style:none;} ~~ */

.text_1 {
	font-family: Tahoma;
	font-size: 13px;
	/* ~~ line-height: 12px; ~~ */
	
	color: #686868;
}
.text_2 {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CF6445;
	text-decoration:none
	}
.text_3 {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	}
.text_4 {
	font-family: Tahoma;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #CF6445;
}

.text_5 {
	font-family: Tahoma;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #F09712;
	text-align: center;
}

.text_6 {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	background-color: yellow;
	text-align: center;
	
}
.text_7 {
	font-family: Tahoma;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	
	
}

.textwrap
{
	margin-left: 5px;
	margin-right: 10px;
margin-bottom: 15px;
margin-top: 0px;
float: left
	
}
