@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/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	
*/


.fluid {
	/* clear the float so the element falls below */
	clear: both; 
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* cell phone Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* default dimension 99.45% width: ; */
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#div2 {
width: 100%;
}
.gridContainer.clearfix #div1 {
}
#div3 {
	width: 100%;
	font-size: x-large;
}
#div4 {
width: 100%;
clear: both;

background-color: #EADCAE;
margin-left: 0;
}
#div5 {font-size: x-large;
}
#div6 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#div2 {
width: 100%;
}
#div3 {
width: 100%;
font-size: large;
}
#div4 {
width: 100%;
clear: both;
padding-left: 5px;
margin-left: 0;
font-size:large;
}
#div5 {
	padding-left: 3%
	font-size: large;
}
#div6 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	/* ~~ max-width: restrict maximum size to largest good-looking layout  ~~ */
	max-width: 800px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#div2 {
width: 91.5254%;
}
#div3 {
width: 57.6271%;
font-size: medium;
}
#div4 {
	width: 35.2033%;
	margin-left: 1.6949%;
	clear: none;
	float: right;
	max-width: 240px;
}
#div5 {font-size: ;
	font-size: medium;	
}
#div6 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

.menu {
	padding-top: 12px;
	padding-right: 1px;
	padding-left: 36px;
	padding-bottom: 0px;
	margin-left: -25px;
	
}
.menu li {background:url(images/menu-devider.gif) top left no-repeat; display:inline; padding:0 1.0% 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_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
	
}
