/* CSS Document */

.main #banner {
		float: left;
		margin-top: 40px;
		margin-left: 2px;
		height: 207px;
		width: 798px;
		display: inline;
		background:transparent url(../media/banner_mainPage.jpg) no-repeat 0 0;
		}
		
.main #sidebar { 														
		width: 195px; 				
		font-size: .9em;
		margin-left: -780px;
		display: inline;
		float: left;
		}
.main #intro {		
		background:url(../media/features_main.jpg) no-repeat;
		}
		
.main #secondary_content {
		clear: left;		
		position: relative;
		width: 190px;
		padding-top: 30px;
		margin-top: 2px;
		min-height: 250px;
		background:none;
		}	

.main #secondary_content ul  {
		margin-top:20px;

		}
.main #secondary_content ul li a:link {
		display: block;
		border:1px solid #cccc99;
		padding:10px;
		background:#f3f3ed;
		zoom:1;
		}
.main #secondary_content ul li a:hover {
		display: block;
		border:1px solid #cccc99;
		padding:10px;
		background:#E6E6CD ;
		}
.main #primary_content {
		margin-left: 203px;
		float: left; 
		display: inline;
		width: 580px;
		margin-top: 22px;
		font-size: .9em;		
		}		
		
.main #intro h2 {
		color:#99988a;		/* 006666; */
		height:32px;
		/*padding-bottom:9px; /* 20 */
		margin-top: 5px; 
		line-height:normal;
		text-align:center;
		}
.main #primary_content h3 {
		font-size: 1.25em;
		color:#006666;
		font-weight: bold;
		}
.main legend {
		padding: 1em;
		font-weight: bold;
		color: #999966;		
		display:none; 
		}		
		

.features {
		padding: 0px; /* 9 0 18 18 */
		}
.features ul li {
		list-style: none;
		padding-top: .7em;
		background:url(../media/bullet_btn.gif) no-repeat left .9em;
		padding-left:15px;
		margin-right: 7px;
		margin-left:15px;
		}
.features_box h3 {
		font-size: 1.2em;
		color:#006666;
		padding-top: 8px;
		margin-bottom: 5px;
		margin-left: 15px;
		}
.features_box img {
		margin-left: 15px;
		}
.features_box {
		float: left; 
		/* background:url(../media/feature_bg.jpg) repeat-x; */
		width: 197px; /* 176px */
		height:auto;
		
		padding-left: 0px; /* 7 */
		margin-right: 2px;  /* 10 */
		padding-bottom: 0px;  /* 8 */
		display: inline;		
		}	
