@charset "utf-8";
/* CSS Document */

input { font-family: Calibri; font: 100%Verdana, Arial, Helvetica, sans-serif; }
#uploadform input, textarea { width: 95%; }
label {display: block;}
input#submit {width: auto;}
.required {color: #AE1C3C;}
.field2 {width: 100%; margin-bottom:10px; }
.field {width: 100%;}
#formfeedback {
	background: #AE1C3C;
	padding: 5px;
	color: #FFFFFF;
}
#mc_embed_signup div { margin:10px 0; }
#mc_embed_signup img { margin:50px 0 0 0; }
.validate fieldset { border:0px; padding:0; margin:0; }
.sign-up { text-align:right; padding-bottom:; }
#mce-responses { color:#AE1C3C; }



.color-cream { color:#FDF7EC; }
.color-claret { color:#AE1C3C; }
.color-charcoal { color: #333333; }
.color-blackcurrent { color:#651C63; }
.color-palepurple { color:#A885A0; }

a:link {color: #A885A0; text-decoration: none; }
a:visited {color: #A885A0; text-decoration: none; }
a:hover {color: #AE1C3C; text-decoration: none; }
a:active {color: #A885A0; text-decoration: none; }
.linkimages { border: 0px;}
.buttons { background-color:#A885A0; font-family:"Century Gothic"; color:#fff; padding:0 15px 2px;  border:1px solid #333;}
.hidden { display:none; }
.callandsearch { background-image:url(images/bg_callandsearch.gif); }

.spacerimages { margin-bottom:20px; border:none; }

* html a:hover { visibility:visible }

.font-bigger { background:url(images/font_bigger_hover.gif) no-repeat; display:block; width:27px; height:21px; float:right; }
.font-bigger a { display:block; width:27px; height:21px; }
.font-bigger img { width:27px; height:21px; border:0px; }
.font-bigger a:hover img { visibility:hidden }

.font-smaller { background:url(images/font_smaller_hover.gif) no-repeat; display:block; width:22px; height:21px; }
.font-smaller a { display:block; width:22px; height:21px; }
.font-smaller img { width:22px; height:21px; border:0px; }
.font-smaller a:hover img { visibility:hidden }

.links-blog { background:url(images/links-blog-hover.gif) no-repeat; float:right; display:block; width:267px; height:44px; margin-right:50px;}
.links-blog a { display:block; width:267px; height:44px; }
.links-blog img { width:267px; height:44px; }
.links-blog a:hover img { visibility:hidden }

<!-- 
body  {
	font: 100%Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #F9F3E7;
	font-size: 13px;
	font-family: Calibri;
}

.twoColFixLtHdr #top-links {
	margin:60px 0 0 0;
	height: 30px;
}
.twoColFixLtHdr #searchbox {
	margin:59px 0 0 0
}
}
.twoColFixLtHdr #searchbox input, textarea { width: 60%; }

.background {
	width:100%;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color:;
	text-align: center;
}	
.twoColFixLtHdr #container {
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 940px;
} 
.twoColFixLtHdr #header {
	padding: 0 30px 0 20px;
} 
.twoColFixLtHdr h1, h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	display: none;
}
.twoColFixLtHdr #navbar {
	width:940px;
	height:50px;
	padding: 0 30px 0 20px;
}
.twoColFixLtHdr #sidebar1 h3 { display:none; }
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 25px;
	height: 100%;
	text-align: right;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 30px 30px 125px;
	border-top: #C1C1C1 1px solid;
	border-left: #C1C1C1 1px solid;
} 
.twoColFixLtHdr #prefooter {
	height:75px;
	width: 241px;
	border-top: #C1C1C1 1px solid;
}
.twoColFixLtHdr #footer {
	font: 100%Verdana, Arial, Helvetica, sans-serif;
	width: 940px;
	height: 130px;
	font-family: "Century Gothic";
	font-size: 11px;
	color: #F9F3E7;
	margin: auto;
} 



.twoColFixLtHdr .footertable {
	width: 940px;
	padding: 45px 0 0 25px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

