/* ============================================= */
/* COLORS */
/* ============================================= */
/* Orange: #ed7d22 */
/* Grey: #a6a69c */
/* ============================================= */
/* Import from editor.css */
/* ============================================= */
@import url(/common/css/editor.css);
/* ============================================= */
/* TAGS */
/* ============================================= */
* { behavior: url(/iepngfix.htc) }
ul {
	margin-top: 0;
	padding-top: 0;
}
img {
	border:none;
}
/* ============================================= */
/* WRAPPERS */
/* ============================================= */
#wrapperToCenter {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 785px;
}
#wrapperContent {
	position: relative;
	margin: 4px 4px 0 4px;
	padding: 0;
}
#wrapperContent a {
	color: #ed7d22;
	text-decoration: none;
}
#wrapperContent a:hover {
	color: #ed7d22;
	background-color: #f7f7f7;
}
/* ============================================= */
/* MASTHEAD */
/* ============================================= */
#masthead {
	height: 57px;
	background-color: #ed7d22;
}
/* ============================================== */
/* CONTENT */
/* ============================================== */
#content 
{
    position: relative;
	top: 33px;
	color: #a6a69c;
}
#content.home {
	position: relative;
}
#content.inner {
	position: relative;
}
#content.home .copy {
	margin: 25px 10px 20px 260px;
	font-size: 13px;
}
#content.inner .copy {
	margin: 25px 10px 20px 260px;
}
#subInner.wideCopy 
{
    margin-top:25px;
    /*margin-bottom:260px;*/
}
#subInner.copy 
{
	margin: 25px 10px 20px 0px;
}
/* ============================================= */
/* FOOTER */
/* ============================================= */
#footer 
{
	position:relative;
	margin:150px 0 25px 0;
	font-size: 10px;
}
#footer .copyright {
/*	position: absolute;*/
/*    border:1px solid red; */
	margin: -12px 0 0 0;
}
#footer .contact {
	margin: 0 0 0 260px;
	padding: 10px 0 0 0;
}
/* ============================================== */
.clearBoth {
	clear:both;
}
/* ============================================= */

