@charset "UTF-8";
/* CSS Document */

.features {
	display:block;
	width:522px;
	float:left;
	margin-bottom:10px
	}
	
.features2 {
	display:block;
	width:300px;
	float:left;
	margin-bottom:10px
	}
	
	
.featurette {
	margin-right:12px;
	}

.l_column {
	display:block;
	float:left;
	width:300px;
	}

.r_column {
	display:block;
	float:right;
	width:520px;
	padding-right:20px;
	}
	
.m_column {
	display:block;
	float:right;
	width:300px;
	padding-right:20px;
	}	

/* Text Styles */
	
.sub_p {
	margin-right: 2em;
	}
	
.flav_s 
	{
	width: 250px;
	float:left;
	border-right: 1px dotted #006600;
	}
	
.flav_sr
	{
	width: 257px;
	float:right;
	}
	
.subt {
	font-size:1.4em;
	color:#006600;
	margin:0;
	}
	
.query {
	font-size: 16px;
	}
	
/* Image and Menu Styles */
	
.icon {
	padding: 0 0 40px 25px;
	}
	
.ifeature {
	padding: 0 0 5px 10px;
	}
	
	
.rmenu {
	margin: 0px auto 0px auto;
	}
	
/* Horizontal Rule */

div.horRule {
	height: 1px;
	border-top: 1px dotted #006600;
	margin-top: 3px;
	margin-bottom: 3px;
}


div.verRule {
	width:1px;
	border-right: 1px dotted #006600;
}

div.horRule hr {
	display: none;
}


.required, .errorlist {
	color:#FF0000;
	margin-left:-0.3em;
	}