@charset "utf-8";
/* CSS Document */

/* -- Feature area styles -- */
#feature	{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-size: 80%;  /* 16px × 80% = 12px */
	margin-bottom: 25px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 12px;
			}
			
#feature .disc	{
	font-size: 1.25em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	width:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#feature .title	{
	font-size: 2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
			}
#feature .contactInfo	{
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:bold;
			}
#feature img	{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #ffffff;
	padding: 3px;
	border-color: #5b402a;
	border-style: solid;
	border-width: 1px;
	float:right;
			}

#feature p	{
		margin-bottom: 12px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		}
		
.featureBackgroundGreen	{
		background-image:url(/images/green_grad.gif);
		background-repeat:repeat-x;
		}
.featureBackgroundPurple	{
		background-image:url(/images/purple_grad.gif);
		background-repeat:repeat-x;
		}
		
.featureBackgroundOrange	{
		background-image:url(/images/orange_grad.gif);
		background-repeat:repeat-x;
		}
.featureBackgroundBlue	{
		background-image:url(/images/blue_grad.gif);
		background-repeat:repeat-x;
		}
