/* HEADER */

#header-left h1 {
	display: none;
	}

/* MAIN CONTENT AREA */

#content-right-title {
	float: left;
	display: inline;
	padding: 10px 0px 0px 10px;
	width:450px;
	}
#flashcontent {
	width: 240px;
	display: inline;
	float: right;
	text-align: right;
	padding: 10px 9px 0px 0px;
	}
#content-right ul {
	padding: 10px 0 0 9px;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 1.636em;
	}
#content-right li {
	list-style-type: square;
	color: #777777;
	line-height: 1.636em;
	}
	
	/* TWO COLUMN SPAN */
#twocol-span {
	display: inline;
	float: left;
	width: 440px;
	padding-left: 20px;
	}
#twocol-span h2, #rftw h2 {
	/*font-size: 1.1em;
	line-height: 1.636em;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 5px;*/
	font-size: 1em;
	line-height: 1.8em;
	border-bottom: 1px solid #b7bbbc;
	margin-bottom: 5px;
	color: #444444;
	letter-spacing: .5px;
	text-transform: uppercase;
	}
	p {
	font-size: 1.1em;
	line-height: 1.636em;
	padding: .5em 0;
	}
	p a { color: #FC901B; }
	p a:hover { text-decoration:underline; }
#twocol-span p, #rftw p {
	font-size: 1.1em;
	line-height: 1.636em;
	padding: .5em 0;
	}
#twocol-span a, #rftw a {
	color: #9f4003;
	}
#twocol-span a:hover, #rftw a:hover {
	color: #333333;
	}


	/* LEFT COLUMN */
	
#content-right-leftcol {
	width: 210px;
	padding: 3px 0px 0px 0px;
	}

	
	/* MIDDLE COLUMN */
	
#content-right-midcol {
	width: 210px;
	padding: 3px 0px 0px 20px;
	}


	/* RIGHT COLUMN */
	
#content-right-rightcol {
	width: 240px;
	text-align: left;
	padding: 0px 9px 0px 0px;
	}
#rftw {
	padding: 3px 15px 0 15px;
	}
#future h2 {
	display: none;
	}
#future h3 {
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	}
#future-middle {
	background: transparent url(future-middle-back.gif) repeat-y center top;
	padding: 6px 25px 3px 25px;
	text-align: left;
	}
#future-middle p {
	font-size: 1.1em;
	line-height: 1.636em;
	color: #444444;
	padding: .5em 0;
	}
#future-middle a {
	color: #444444;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1px;
	}
#future-middle a:hover {
	color: #9f4003;
	border-bottom: 1px solid #f79555;
	}
	


/* SPECIAL FEATURES */

#special-green {
	background: url(green-fact.jpg) no-repeat center top;
	padding:3px 0px 0px 20px;
	width:460px;
	height:66px;
	display:block;
	text-align: left;
}

#special {
	width: 418px;
	margin: 12px 0px 10px 20px;
	padding: 10px 15px 15px 5px;
	border: 1px dotted #78b27e;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
.left-padding {
	margin-left: 23px;
	}
	
#special h2 {
	font-size: 1.1em;
	line-height: 2em;
	border-bottom: 1px solid #78b27e;
	margin-bottom: 5px;
	}
	
#special a {
	color: #9f4003;
	}
	
#special a:hover {
	color: #006600;
	}
	

	
	/* TWO COLUMN CONTAINER */

/*for special features inclusion only, to wrap the columns for proper alignment with Future box*/
	
#content-right-twocol {
	float:left;
	display:inline;
	width:460px;
	}
	
