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


@font-face {  
    font-family: "cicle_gordita-webfont";  
	src: url( fonts/cicle_gordita-webfont.eot ); /* IE */
	src: local("cicle_gordita-webfont"), url( fonts/cicle_gordita-webfont.ttf ) format("truetype"); /* non-IE */  
} 


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

a:link {
	text-decoration: none;
	color:#226393;
	font-weight:bold;
	border: 0px;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#226393;
	border: 0px;
}

a:hover {
	text-decoration: none;
	color:#869611;
	font-weight:bold;
	border: 0px;
}

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

a img {
	border:0px;
}

ul {
	padding:0px;
	margin:0px;
}

/* STRUCTURE STYLES */


.container {
	width:955px;
	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:5px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	border-left:#BED63A solid 3px;
	border-right:#BED63A solid 3px;
	clear:none;
}

.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:80px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
	background-color:#FFFFFF;
	border-left:#BED63A solid 3px;
	border-right:#BED63A solid 3px;
	background-image:url(images/design_elements/header.png);
	background-repeat:no-repeat;
	background-position:center top;
}


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


/* Links */

.links_bar {
	width:764px;
	padding-top: 0px;
	text-align: right;
	padding-right:10px;
	padding-top:20px;
}

.links {
	display:inline;
	list-style:none;
	margin:5px;
	font-size:14px;
}

a.main_links:link {
	color:#226393;
	font-weight:normal;
}

a.main_links:visited {
	color:#226393;
	font-weight:normal;
}

a.main_links:hover {
	color:#BED63A;
	font-weight:normal;
}

a.main_links:active {
	color:#BED63A;
	font-weight:normal;
}






/* TEXT STYLES */

.titles {
	font-size:23px;
	color:#839622;
	font-family:"cicle_gordita-webfont", Arial, Helvetica, sans-serif;
	line-height:26px;
}


.boldtext {
	font-weight:bold;
	font-size:14px;
	color:#0092e2;
	font-family:"cicle_gordita-webfont", Arial, Helvetica, sans-serif;
}

.greentext {
	color:#869611;
}

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

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

.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 {
	text-align:left;
	margin-left:auto;
	float: right;
	padding-top: 120px;
	padding-left: 15px;
	width: 140px;
}


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



a.left_menu_link:link {
	color:#226393;
	font-weight:normal;
}

a.left_menu_link:visited {
	color:#226393;
	font-weight:normal;
}

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

a.left_menu_link:active {
	color:#000000;
	font-weight:normal;
}	


/* 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;
	margin-right: 0px;
}

.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;
}

