		/* Orange Layout */
		
		/* DIVs */

div.sub_content_item {
	width:186px;
	margin:0 0 20px 0;
	padding:15px 0 38px 5px;
	float:left;
	display:inline;
	position:relative;
	background:url('/_images/bgs/sub_content_orange.gif') bottom left no-repeat;
}

div.sub_content_right_item {
	width:230px;
	margin:0 0 30px 0;
	padding:20px 0 35px 5px;
	float:left;
	display:inline;
	position:relative;
	background:url('/_images/bgs/sub_content_right_bottom_orange.gif') bottom left no-repeat;
}

div.sub_nav {
	width:191px;
	margin:0 0 30px 0;
	padding:0 0 18px 0;
	float:left;
	position:relative;
	display:inline;
	background:url('/_images/bgs/sub_content_orange.gif') bottom left no-repeat;
}



		/* Images */
		
		
		
		
		
		/* Text */
		
p.strapline {
	font-weight:bold;
	color:#FF9C00 !important;
}

p strong {
	color:#8C8C8C;
	font-weight:bold;
}

p em {
	font-weight:bold;
	color:#FF9D00;
	font-style:normal;
}

		
		
		
		/* Links */
		
a.dark_arrow {
	color:#FFA303;
}

div.sub_content_right_item_blank a {
	color:#FFA303 !important;
}

div.sub_content_right_item a {
	font-size:11px;
	color:#FF9C00;
	line-height:150%;
	text-decoration:none;
}

#main_content a {
	color:#FF9D00;
	text-decoration:none;
}

#main_content a strong {
	color:#FF9D00;
	font-weight:bold;
}

#main_content a:hover {
	text-decoration:underline;
}






		/* Lists */
ul {
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
	position:relative;
}

ul li {
	background:url('/_images/bullets/orange_star.gif') left no-repeat;
}

ul li a {
	color:#FFA303;
}




		/* Sub Menu */
		
div.sub_nav ul li a {
	background:url('/_images/lines/orange_sub_nav.gif') bottom left repeat-x;
	background-color:#FFF5E1;
}

div.sub_nav ul li a.selected {
	background-color:#FF9C00;
	color:#FFF;
}






		/* Forms */
form input.text {
	background-color:#FFF5E1;
	border:1px solid #FF9D00;
}

form textarea {
	background-color:#FFF5E1;
	border:1px solid #FF9D00;
}













