/* 
  ================================================
  Illumicom, LLC. 
  www.illumicom.com
  Author: Calvin Webster
  ------------------------------------------------
  Author URI: http://www.illumicom.com
  Tags: illumicom charleston web design
*/

#feature {
	background-image:url(../images/feature_10.jpg);
	background-repeat:repeat-x;
	color:#fff;
	border-left: 1px solid #000000;
	border-left: 1px solid #000000;
	width:979px;
	background-color: #ffffff;/* #8c55a8;*/
	height:268px;
	
	}

#center {
	width: 375px;
	float: left;
}
#left {
	width: 270px;
	float: left;
	}
#right {
	width: 333px;
	float: left;
	margin-bottom:0;
}
	
#footer hr {
	color:#ffffff;
	border:0px;
	margin:0;
	padding:0;
	height:84px;
	/*background: #fff url(../images/fleurfoot.png) no-repeat scroll center;*/
	}
#right .box {
	width:250px;
	background-color:#ffffff;
	border: 3px solid #cccccc;
	margin:8px 0px;
	float:left;
	padding: 10px 16px;
	font-size: 1em;
	line-height: 1.5em;
	}
#right .box h3 {
	font-size: 1.75em;
	color:#beac77;
	text-shadow:#000;
	margin: 8px 0;
}
#center .content {
	padding: 14px 22px;
	font-size: 1.1em;
	line-height: 1.65em;
}

h1 {
	color:#000000;
	margin:0px;
	padding: 10px 0px 75px 0px;
	background: #fff url(../images/fleur.png) no-repeat scroll center;
	}
#center .headingone {
	color:#000000;
	font-size:3.9em;
	line-height: .0em;
	margin-top:30px;
	padding: 10px 0px 75px 0px;
	background: #fff url(../images/fleurcent.png) no-repeat scroll center bottom;
	}
#center p {
	margin-top:0;
	padding-top:5px;
	}


/* Rounded box styling */
.round_box {
	background: url(../images/roundedcornr_880597_tl.png) no-repeat top left;
}
.round_box_top {
	background: url(../images/roundedcornr_880597_tr.png) no-repeat top right;
}
.round_box_bottom {
	background: url(../images/roundedcornr_880597_bl.png) no-repeat bottom left;
}
.round_box_bottom div {
	background: url(../images/roundedcornr_880597_br.png) no-repeat bottom right;
}
.round_box_content {
	background: url(../images/roundedcornr_880597_r.png) top right repeat-y;
}

.round_box_top div,.round_box_top,
.round_box_bottom div, .round_box_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.round_box_content, .round_box_bottom {
	margin-top: -12px;
}
.round_box_content { padding: 0 15px; }

#right .round_box h3 { /* heading 3 styling for rounded box on the right side */
	font-size: 1.5em;
	color:#beac77;
	margin: 8px 0;
	padding-top:10px;
	}
#right .round_box table {
	margin:10px;
	}
#left .round_box h3 { /* heading 3 styling for rounded box on the left side */
	font-size: 1.75em;
	color:#beac77;
	margin: 8px 0;
	padding-top:10px;
	}
#left .round_box p em {
	font-size:16px;
	}
#left .round_box p {
	font-size:14px;
	}
/* END rounded box styling */
