/*  
Theme Name: Citrus Valley
Description:
Version: 1.0
Author: NetSource Technologies (Jamie Eve)
Author URI: http://www.netsourceinc.com/
*/

/*** GENERAL FORMATTING & LAYOUT TAGS ***/
body {
	background: url(images/gradientbg.jpg) repeat-x top center #f5e7c2;
}
body,td,th,p,div {
	color: #000000;
}
a:link {
	color: #bf703d;
}
a:visited {
	color: #bf703d;
}
a:hover {
	color: #eb5b00;
}
h1 {
	color: #d95400;
}
h2 {
	color: #d58c0d;
}
h3 {
	color: #eb5b00;
}
.highlightText {
	color:#cc0000;
}
.breadcrumbs {
	color:#bf703d;
}


.BGCenter {
	background:url(images/mainbg.jpg) no-repeat top center; 
}

/* IE ignores styles with [attributes], so it will skip the following. */
.mainContainer[class] {
	background-image: url(images/main-bg.png);
}


/*** HEADER TAGS  ***/
/* IE ignores styles with [attributes], so it will skip the following. */
.headerContainer[class] {
	background-image: url(images/header-top.png);
}

/* IE ignores styles with [attributes], so it will skip the following. */
.headerLeft[class] {
	background-image: url(images/header-left.png);
}
.headerMain {
	background:url(images/header.jpg) top center no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headerRight[class] {
	background-image: url(images/header-right.png);
}

#navcontainer {
	background-image:url(images/leftnav_bg.png); 
}
#navcontainer a {
	background-image: url(images/menubg.gif);
}
#navcontainer a:link, #navcontainer a:visited {
	color: #731f05;
}
#navcontainer a:hover {
	color: #d95400;
	background-image:url(images/menubg-over.gif);
}

.anylinkcss a {
	background-color:#fbf2da;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color:#feba69;
}

.menuBottom {
	background-image:url(images/leftnav-bottom.png); 
	color:#a84200; 
}


/*** MAIN HOME FOOTER TAGS ***/
/* IE ignores styles with [attributes], so it will skip the following. */
.footerContainer[class] {
	background-image: url(images/footer-bg.png);
}

.joinText {
	color:#0c3380;
}
.footerText {
	color:#574a28; 
}
.footerText a {
	color:#574a28;
}
.footerText a:visited {
	color:#574a28;
}


/***  FORMS  ***/
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {

}
/* IE ignores styles with [attributes], so it will skip the following. */
.contactContainerColor[class] {
	background-image: url(images/contact-bg.png);
}
.contactCopy {

}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}



