@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: #4AA520;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align:center;
	}
	
a:link {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	}

/*---Main--Site---*/
#header {
	height: 125px;
	}

#white_bar {
	width: 100%;
	height: 500px;
	background-color: #FFFFFF;
	border-top: 8px solid #c1f37d;
	border-bottom: 8px solid #c1f37d;
	}
#white_bar_home {
	width: 100%;
	height: 565px;
	background-color: #FFFFFF;
	border-top: 8px solid #c1f37d;
	border-bottom: 8px solid #c1f37d;
	}	
	
#container {
	width: 916px;
	height: 500px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	}
#container_home {
	width: 916px;
	height: 565px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	}
		
#overlay {
	width: 287px;
	height: 220px;
	position: absolute;
	top: -95px;
	left: 865px;
	background-image: url(images/floral.png);
	z-index: 2;
	}

#left_column {
	width: 215px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#main_content {
	width:675px;
	height: 500px;
	border: 0;
	position: absolute;
	top: 0px;
	left: 225px;
	margin-left: 5px;
	overflow: hidden;
	z-index: 1;
	}
#main_content_home {
	width:675px;
	height: 565px;
	border: 0;
	position: absolute;
	top: 0px;
	left: 225px;
	margin-left: 5px;
	overflow: hidden;
	z-index: 1;
	}	
	
#column_a {
	width:350px;
	height: 100%;
	overflow: auto;
	margin-top: 10px;
	}
	
#column_b {
	width:300px;
	height: 100%;
	overflow: auto;
	margin-top: 10px;
	}

#column_c {
	width:600px;
	height: 100%;
	overflow: auto;
	margin-top: 10px;
	}

#quote {
	width: 280px;
	heght: 168px;
	background-image: url(images/quote_bg.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 5px;
	}

#quote2 {
	width: 280px;
	heght: 200px;
	background-image: url(images/quote2_bg.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 5px;
	}

#quote_text {
	width: 240px;
	height: 100%;
	padding: 20px;
	}

#footer {
	width: 915px;
	border: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-right: 15px;
	position: relative;
	top: 0;
	}

/*---Classes---*/

.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: 10px;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	}
	
.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: 0xp;
    font-size: 1px;
    line-height: 1px;
	}
	
/*---Fonts---*/
.style13 {
	font-weight: bold;
	color: #3A2620;
	}
	
.style26 {
	font-size: 10px;
	font-weight: bold;
	color: #e1e1d9;
	}
	
.style28 {
	font-size: 10px;
	font-weight: bold; 
	color: #3C8DA0;
	}

.style31 {
	font-size: 11px;
	}

.style43 {
	font-size: 14px;
	color: #3C8DA0;
	}

.style45 {
	color: #FFFFFF;
	}
	
.style48 {
	font-size: 10px;
	color: #CCCCCC;
	}

.style49 {
	font-size: 12px;
	}

.style52 {
	font-size: 13px;
	color: #FFFFFF;
	}
	
.style53 {
	font-size: 13px
	}
	
.style54 {
	color: #D1453C;
	font-weight: bold;
	}

.style55 {
	font-size: 11px;
	font-style: italic;
	}
	
.style57 {
	font-size: 12px
	}
	
.style61 {
	font-size: 10px
	}
	
.style62 {
	color: #C499F2;
	font-weight: bold;
	font-size: 12px;
	}

.style63 {	color: #c1f37d;
	font-size: 44px;
	}

.style64 {
	color: #c1f37d;
	font-size: 36px;
	}

.style65 {
	font-size: 26px
	}

.style66 {
	font-size: 24px;
	color: #9A44BF;
	}

.style67 {
	font-size: 13px;
	color: #9F8ACF;
	}	
	
