@charset "utf-8";
/************************************************
*  		EDC Site - Theme M 						*
************************************************/
body {
	color: #37190C;
	background: #FFF;
}
h1    {

}

a {
	color: #451083;
}
a:hover {
	color: #F30;
}
/****************************************************************************
*			Top Section - Headings, System Navigation Bar 					*
****************************************************************************/

#pageSectionTop {
	background: url(none) no-repeat;
}
#header {
	background: url(../Images/logo_edc_white.jpg) no-repeat left top;
}
#header #hdrMid h2 {
	color: #262652;
}
/********************************************************
*		Mid Section - Main Content Area					*
********************************************************/

#pageSectionMid {
	background: #FFF;
}

#pageSectionMid #content {
	background: #FFFBEC url(../images/thmBrown/bckContent.png) repeat-y center;
}
#pageSectionMid #content.panel6040 {
	background: url(none);
}
#content .left60 {
	background: url(none);
}
#content .right40 {
}
#content .right40.contactImage {
	background: url(../images/thmBrown/contactGoldAt.jpg) no-repeat center center;
	height: 320px;
}
#content .contactForm input, #content .contactForm textarea {
	border-top: 1px solid #552814;
	border-right: 1px solid #E3D7C1;
	border-bottom: 1px solid #E3D7C1;
	border-left: 1px solid #552814;
	background: #FFFEFB;
}
#content .contactForm input:focus, #content .contactForm textarea:focus {
	border-top: 1px solid #853E1F;
	border-right: 1px solid #DACAAD;
	border-bottom: 1px solid #DACAAD;
	border-left: 1px solid #853E1F;
	background: #FFFDF2;
}
#content .contactForm input[type=submit] {
	margin-left: 93px;
	border-top: 1px solid #E3D7C1;
	border-left: 1px solid #E3D7C1;
	border-right: 1px solid #D6C4A3;
	border-bottom: 1px solid #D6C4A3;
}
#content ul li {
	color: #917342;
}


/********************************************************
*		Footer Sections									*
********************************************************/

#pageSectionFoot {
	background: url(none);
	color: #72a0c5;
}

#footer {
	color: #FFF8E6;
	background: #483D28 url(../images/thmBrown/bckFooterDark.png) repeat-x;
}
#footer h2 {
	color: #31210C;
}
#footer h3 {
	color: #D8C9A9;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.2em;
}

#footer a {
	color: #FFF8E6;
}
#footer ul {

}
#footer a:hover {
	color: #F30;
}
#footer .phone {
	padding-left: 25px;
	background: url(../images/thmBrown/icoPhone.png) no-repeat left top;
	color: #FFF8E6;
	font: bold 1.1em Verdana, Geneva, sans-serif;
}
#footer .email {
	background: url(../images/thmBrown/icoEmail.png) no-repeat left top;
	padding-left: 25px;
}
#footer .address {
	padding-left: 25px;
	background: url(../images/thmBrown/icoPost.png) no-repeat left top;
	font-size: 85%;
}

#footer .left60 {
	background: url(../images/thmBrown/bckFooterLight.png) repeat-x;
}

#footer .right40 {
	color: #FFF8E6;
}
#footnotes {
	color: #635434;
}
