h1, h2, h3, h4, h5, h6 {
	color:#F47B20;
}
div#homeContent h5 {
	color:#F47B20;
	margin:0;
	padding:0;
}
div#homeContent a {
	color:#F47B20;font-weight:bold;
}
#inner a {
	color:#F47B20;
	text-decoration:underline;
	font-weight:bold;
}

#inner a:hover {
	color:#fff;
	text-decoration:underline;
}

#inner h1 {
	color:#F47B20;
}

div#content ul li {
	background-image:url(../images/listarrow_orange.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding-left:27px;
}
div#content ol li {
	background-image:url(../images/listarrow_orange.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding-left:27px;
}
div#inner ul li {
	background-image:url(../images/listarrow_orange.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding-left:27px;
}
div#inner h3 {
	background-image:url(../images/listarrow_orange.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#F47B20;
	font-size:13px;
	font-weight:bold;
	padding: 0;
	padding-left:20px;
}
#contentLeft h2, h3, h4, h5, h6 {
	color:#F47B20;
	font-weight:bold;
	margin:0 0 0;
	padding:10px 0;
}

div#footerContact {
	border-left:1px solid #F47B20;
	float:left;
	margin-top: 5px;
	padding-left:21px;
	width:427px;
}

div#footer h5 {
	color:#F47B20;
}






/* Form Stlyes */

.searchbtn {
	height:27px;
	width:119px;
}
div#edFormLabelSignup {
}
div#edFormInput input {
	margin:5px 0;
	color:#333;
	border-right:1px solid #F47B20;
	border-bottom:1px solid #F47B20;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	background:url(../images/inputbg.jpg) repeat-x;
}
div#edFormInput textarea {
	margin:5px 0;
	color:#333;
	border-right:1px solid #F47B20;
	border-bottom:1px solid #F47B20;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	width:205px;
	background:url(../images/inputbg.jpg) repeat-x bottom;
}
div#edFormInput select {
	margin:5px 0;
	color:#333;
	border-right:1px solid #F47B20;
	border-bottom:1px solid #F47B20;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	width:205px;
	background:url(../images/inputbg.jpg) repeat-x;
	background-color:#fff;
}



/* IE6 css fixer v0.7: Thu, 28 Jan 2010 23:53:07 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
div#footerContact {_display:inline;}


