@import url("cfcsReset.css");

/* -------------------------------------------------------------------------
    Default
   ------------------------------------------------------------------------- */

body {
    background-color:#023B04;
    }

div {
    width:100%;
    }

div#headContent,
div#bodyContent,
div#footContent,
div#pageFooter {
    width:900px;
    margin:0 auto;    
    overflow:hidden;
    }

/* -------------------------------------------------------------------------
    Head
   ------------------------------------------------------------------------- */

div#head {
    background:#fdfdfa url("../img/bgnd-head.png") top center repeat-y;
    outline:none;
    }

div#headContent {
    height:410px;
    outline:none;
    }

div#headContent span.promo-badge {
	display: block;
	width:1px;
	height:1px;
	overflow:hidden;
	}


/* -------------------------------------------------------------------------
    Body
   ------------------------------------------------------------------------- */

div#body {
    padding:10px 0;
    background:#e5ce72 url("../img/bgnd-feature.png") top left repeat-x;
    border-top:1px solid #fff9d6;
    border-bottom:1px solid #AA8E1D;
    }

div#bodyContent {
    min-height:180px;
    padding:0;
    font-family:Georgia, Times New Roman, Times;
    font-size:12pt;
    line-height:20pt;
    color:#595959;
    }
    
#bodyContent div.column,
#footContent div.column {
    float:left;
    width:450px;
    #width:408px;
    padding:0 20px;
    margin-bottom:-2000px;
    padding-bottom:2000px;
    background:url("../img/feature-divider.gif") top left repeat-y;
    }

#bodyContent div:first-child {
	background-image:none;
	}

#bodyContent div p {
    margin-bottom:8px;
    }

#bodyContent div p a {
    color:#6B4C30;
    }

#bodyContent div p a:hover {
    color:#C66500;
    text-decoration:none;
    }

span.replaced-text {
    display:inline-block;
    display:-moz-inline-box;
    zoom:1;
    margin-right:4px;
    text-indent:-5000px;
    #text-indent:0;
    #padding-left:-50px;
    vertical-align:bottom;
    #vertical-align:text-bottom;
    overflow:hidden !important;

    }
    
span.replaced-text.greeting {
	background:url("../img/greeting.png") top left no-repeat;
    width:197px;
    height:30px;
	#height:26px;
	}    

span.replaced-text.thanks {
	background:url("../img/thanks.png") top left no-repeat;
    width:169px;
    height:30px;
	#height:26px;
	}    

span.replaced-text.services {
	background:url("../img/services.png") top left no-repeat;
    width:92px;
    height:18px;
	}    

span.replaced-text.ooops {
	background:url("../img/ooops.png") top left no-repeat;
    width:99px;
    height:30px;
	#height:25px;
	}    



ul.services {
	}

ul li {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:16px;
	color:#6B4C30;
}

/* -------------------------------------------------------------------------
    Foot
   ------------------------------------------------------------------------- */

div#foot {
    padding:10px 0;
    }

div#footContent div {
    font-family:Georgia, Times New Roman, Times;
    font-size:12pt;
    color:#FFF;
    background:url("../img/footer-divider.gif") top left repeat-y;
	}

#footContent div:first-child,
#footContent div div {
	background-image:none;
	}

#footContent div.announcement {
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	padding:10px 10px 6px 10px;
	background:#f0ebd5 url("../img/bgnd-announcement.png") top left no-repeat;
	color:#000;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	}

#footContent div.announcement h2 {
	margin:0 0 10px 0;
	font-size:14pt;
	font-weight:bold;
	color:#6B4C30;
	}

#footContent div.announcement p {
	color:#000;
	margin: 0 0 10px 0;
	font-size:11pt;
	line-height:15pt;
	color:#6B4C30;
	}

#footContent div.announcement p img {
	float:left;
	margin:0 8px 0 0;
	border:1px solid #AAA;
	}

#footContent div.announcement p a {
	color:#ae6c04;
	white-space:nowrap;
	}

#footContent div.announcement p a:hover {
	color:#dc8907;
	}

#footContent div a {
	color:#FFF;
	}

#footContent span.doc {
	display:block;
	padding:4px 6px 0 28px;
	height:28px;
	background:url("../img/icon-document.png") top left no-repeat;
	}

#footContent span.doc a {
	font-weight:bold;
	}

#footContent span.doc a:hover {
	color:#F2DC3E;
	}

span.replaced-text.contact {
	background:url("../img/contact.png") top left no-repeat;
    width:113px;
    height:22px;
	}    

#footContent div table tr td {
	padding-top:2px;
	padding-right:4px;
	}

#footContent div table tr.label td {
	padding-top:12px;
	}

#footContent div table tr td table tr td {
	padding-top:0;
	}

#footContent div table tr.hint-text td {
	font-family:Verdana, Arial, Helvetica;
	font-size:8pt;
	padding-top:1px;
	color:#679d45;
	}

input, textarea {
	font-size:10pt;
	padding:2px;
	}


/* ---------------------------------
	Page Footer
   --------------------------------- */

div#pageFooter {
    clear:both;
    padding:20px 20px 10px 20px;
    font-family:Verdana, Arial, Helvetica;
    font-size:8pt;
    color:#679d45;
    }
