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



/* MAIN STYLES */
body {
	background-image: url(images/design_elements/background_blue4.gif);
	background-repeat: repeat;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#226393;
	line-height:18px;
	margin:0px;
	padding:0px;
}

a:link {
	text-decoration: none;
	color:#869611;
	border: 0px;
}

a:visited {
	text-decoration: none;
	color:#869611;
	border: 0px;
}

a:hover {
	text-decoration: none;
	color:#BED63A;
	border: 0px;
}

a:active {
	text-decoration: none;
	color:#BED63A;
	border: 0px;
}

a img {
	border:0px;
}


/* STRUCTURE STYLES */


.container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

.container_interior {
	width:800px;
	float:right;
}

.main {
	width:754px;
	min-height:400px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	padding-right:20px;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	border-left:#BED63A solid 3px;
	border-right:#BED63A solid 3px;
	clear:none;
	background-image:url(images/design_elements/flower_bkgrnd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.topcurve {
	text-align:center;
	width:800px;
	height:20px;
	background-image:url(images/design_elements/topcurve.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.bottomcurve {
	text-align:center;
	width:800px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/design_elements/bottomcurve.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:none;
}

.bottom_links {
	font-size:10px;
	text-align:center;
	width:100%;
}

.header {
	width:774px;
	height:66px;
	text-align:center;
	padding:10px;
	background-color:#FFFFFF;
	border-left:#BED63A solid 3px;
	border-right:#BED63A solid 3px;
}


.left_menu {
	text-align:left;
	margin-left:auto;
	float: right;
	padding-top: 120px;
	padding-left: 15px;
	width: 135px;
}


.main_links {
	
}

.main_links_box {
	width:384px;
	padding-left:370px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.repeating_table {
	margin-top:20px;
	margin-bottom:20px;
	vertical-align:bottom;
}



/* TEXT STYLES */
.boldtext {
	font-weight:bold;
	font-size:14px;
	color:#57B6DD;
}

.greentext {
	color:#869611;
}

.note {
	font-style:italic;
	font-size:10px;
}

.index_text {
	line-height:23px;
	clear:none;
}

.bold_greentext {
	color:#BED63A;
	font-weight:bold;
	font-size:16px;
	line-height: 25px;
}




/* PHP FORM STYLES */


.input {
 border: 1px solid #57B6DD;
 padding: 3px;
 background-color:#f8fcfd;
}

textarea {
	border: 1px solid #57B6DD;
	background-color:#f8fcfd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	padding:5px;
}

select {
	border: 1px solid #57B6DD;
	background-color:#f8fcfd;
	padding: 3px;
}

.submit {
	background-color:#57B6DD;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #FFFFFF;
	padding:4px;
	font-size:14px;
	font-weight:bold;
}

.submit:hover {
	background-color:#BED63A;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #FFFFFF;
	padding:4px;
	font-size:14px;
	font-weight:bold;
}


/* LEFT MENU STYLES */


.left_menu_style {
	list-style:none;
	font-size:13px;
	line-height:22px;
	padding-left: 0px;
}


.left_menu_link:hover {
	color:#000000;
	font-weight:bold;
}

.left_menu_link:link {
	color:#226393;
}
	


/* MISC STYLES */

.contactus {
	line-height:15px;
	color:#226393;
	list-style: none;
}

.index_spacer {
	display:inline;
	float:left;
}

.about_pic {
	float:right;
	text-align: right;
}

.images_padding {
	display: inline;
	border-width: 1px;
	border-color: #869611;
	margin: 20px;
	}

.float_right_image {
	float:right;
	margin-left:15px;
}

.pricing_table {
	font-size:12px;
	line-height:25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.line_break {
	margin-top: 10px;
	border: 0px;
	padding: 0px;
	margin-right: auto;
}

.facebook_badge {
	margin-top: 20px;
	margin-bottom:40px;
	margin-right: auto;
	margin-left: auto;
	width: 144px;
}

.sublinks {
	padding-left:150px;
	width:589px;
	text-align: right;
	font-size: 10px;
	margin: 0px;
	padding-right: 15px;
}

.clear {
	clear:none;
}
