/* Start of CMSMS style sheet 'Screen' */
/* Yandle's Splash Time, Inc. 2008 All Rights Reserved
Website designed by Daryn A. St. Pierre - BB Graphics, Ocala FL
http://bbgraphics.com - version 1.0 - driven by CMS Made Simple */

/* standards */
* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background: #0099cc url(images/body_bg.gif) repeat-x top;
	font-size: 0.9em;
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
}

/* text and headings */
p {
	padding: 0;
	margin: 0 0 20px 0;
}

h1, h2, h3, h5, h6 {
	font-weight: normal;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.1em;
	color: #339933;
	padding: 0;
	margin: 20px 0 10px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339933;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 0 0 5px 0;
	margin: 20px 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

/* h3 is reserved for current page nav style */

h4 {
	background-color: #eaeaea;
	color: #339933;
	font-weight: bold;
	font-size: 1em;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	padding: 3px 0 3px 3px;
	margin: 10px 0 3px 0;
	border-bottom: solid 2px #ccc;
}

h5 {
	background: transparent url(images/icons/comment.jpg) no-repeat left center;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339933;
	font-size: 1.2em;
	padding: 3px 0 3px 20px;
	margin: 5px 0 3px 0;
	border-bottom: dashed 1px #ccc;
}

h6 {
	background: transparent url(images/icons/help.jpg) no-repeat left center;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339933;
	font-size: 1.2em;
	padding: 3px 0 3px 20px;
	margin: 5px 0 3px 0;
	border-bottom: dashed 1px #ccc;
}

/* FAQ section */
.abox {
	background: transparent url(images/icons/flag_green.jpg) no-repeat top left;
	padding: 10px 40px 10px 40px;
	margin: 0;
}

	.abox > ul {
		padding: 10px 0 10px 30px;
		margin: 0;
		list-style: none;
	}
	
	.abox > ul li {
		list-style-type: circle;
		padding: 0 0 3px 0;
		margin: 0;
	}
/* end FAQ section styles */

/* top bar */
#top_bar {
	background-color: #0099ff;
	border-bottom: 4px solid #fff;
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* header */
#header {
	background: transparent url(images/header.jpg) no-repeat center;
	width: 900px;
	height: 230px;
	text-indent: -9999px;
}

/* content areas */
#content_outside {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color: #333;
}

	#content_inside {
		background: transparent url(images/content_bg.gif) repeat-y center;
		float: left;
		width: 815px;
		text-align: left;
		padding: 0 44px 0 44px;
	}
	
	#main_content {
		float: left;
		width: 450px;
		margin: 0;
		padding: 0 15px 0 15px;
		line-height: 1.5em;
	}
	
	#main_content a {
		color: #0099ff;
	}
	
	#main_content a:hover {
		color: #3399ff;
	}
	
		/* left column and navigation */
		#left_col {
			width: 150px;
			float: left;
		}
			/* main navigation */
			#left_col ul {
				width: 150px;
				list-style-type: none;
				padding: 0;
				margin: 0;
			}
			
			#left_col ul li {
				padding: 0;
				margin: 0;
			}
			
			#left_col ul li a {
				background: #d1eafb url(images/nav_cap.gif) no-repeat center right;
				padding: 5px 0 5px 5px;
				margin: 5px 0 5px 0;
				color: #333;
				display: block;
				width: 100%;
				line-height: 1.4em;
				font-size: 1em;
				text-decoration: none;
			}
			
			#left_col ul li a:hover {
				background-color: #0099ff;
				color: #fff;
			}
			
		#right_col {
			width: 150px;
			float: left;
			padding: 0;
			margin: 0;
			font-size: 0.8em;
		}
		
		/* general content block */
		.null_block {
			width: 150px;
			margin: 0;
			padding: 0 0 0 5px;
		}
		
			.null_block ul {
				width: 145px;
				list-style-type: none;
				padding: 0;
				margin: 0;
			}
			
			.null_block ul li {
				border-bottom: 1px solid #eaeaea;
			}
			
			.null_block ul li a {
				background: transparent url(images/icons/arrow_right.jpg) no-repeat left center;
				width: 145px;
				display: block;
				text-decoration: none;
				margin: 0;
				padding: 3px 0 3px 16px;
				color: #0099ff;
			}
			
			.null_block ul li a:hover {
				color: #339933;
				text-decoration: underline;
			}
			
			.spc_img {
				border: 0;
				margin: 5px 0 0 0;
				padding: 0;
			}
		
/* footer */
#footer {
	background: transparent url(images/footer.jpg) no-repeat top center;
	width: 900px;
	height: 100px;
	padding: 0;
	margin: 0;
	clear: both;
}

	#footer_content {
		padding: 20px 40px 0 40px;
		text-align: center;
		color: #ccc;
	}
	
	#footer_content a {
		color: #339933;
		text-decoration: none;
		font-size: 0.9em;
	}
	
	#footer_content a:hover {
		color: #333;
	}
	
/* misc */
#clr {
	clear: both;
}

.big_caption {
	background: #d1eafb url(images/bigcap_bg.gif) repeat-x top;
	display: block;
	color: #0099ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 10px;
	margin: 20px 0 15px 0;
	width: 90%;
}

/* CMSMS styles */
dfn { display: none; }

#breadcrumbs {
	background: transparent url(images/icons/arrow_right.jpg) no-repeat left center;
	display: block;
	margin: 10px 0 10px 0;
	padding: 3px 3px 3px 20px;
	border-bottom: 1px dashed #ccc;
}

	#breadcrumbs a {
		color: #0099ff;
	}
	
	#breadcrumbs a:hover {
		color: #339933;
	}

	span.lastitem {
		
	}
	
h3 {
	background: #0099ff url(images/nav_cap.gif) no-repeat center right;
	padding: 5px 0 5px 5px;
	margin: 5px 0 5px 0;
	color: #fff;
	font-size: 1em;
	display: block;
	width: 100%;
	line-height: 1.4em;
	text-decoration: none;
}

/* blogs cms module */
#blogs-showblogsentries {

}

#blogs-entryinfo {
	display: block;
	background-color: #eaeaea;
	padding: 5px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #333;
}

/* testimonials page */

blockquote {
	background: transparent url(images/blockquote_bg.gif) no-repeat top left;
	padding: 10px 40px 10px 40px;
	margin: 0;
}

.tm_name {
	color: #0099ff;
	font-style: italic;
}

/* pool shape thumbnails */
.pl_thumb {
	background-color: #ccc;
	padding: 5px;
	margin: 0 10px 10px 0;
}

/* general content thumbnails */
img.ct_thumbright {
	background-color: #eaeaea;
	float: right;
	margin: 0 0 8px 8px;
	padding: 5px;
	border: 1px dashed #ccc;
}

	img.ct_thumbleft {
		background-color: #eaeaea;
		float: left;
		margin: 0 8px 8px 0;
		padding: 5px;
		border: 1px dashed #ccc;
	}

/* noscript */
noscript {
	display: block;
	background-color: #eaeaea;
	padding: 5px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #333;
	text-align: center;
}
/* End of 'Screen' */

/* Start of CMSMS style sheet 'Forms' */
/* FormBuilder Form Styles */

/* standard form elements */
text, textarea {
	padding: 5px;
	width: 90%;
	border: 1px solid #ccc;
	background-color: #eaeaea;
}

input:hover, textarea:hover {
	background-color: #ffffcc;
}

select {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eaeaea;
}

text, select, textarea {
	font-size: 0.9em;
	color: #333;
}

.fbsubmit {
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #ffffcc;
}

/* error messages */
.error_message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: red;
	padding: 5px;
}

.error_message ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.error_message ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.radLabel {
	padding: 0 0 10px 0;
}

.formbuilderform .statictext {
	display: block;
	padding-bottom: 1em;
	clear: left;
}

.formbuilderform .statictext label {
	display: block;
}

.formbuilderform label {
	font-weight: normal;
}

.formbuilderform .cbgroup .multipart {
 	display: inline;
 	float: left;
 	width: 15%;
}

.formbuilderform .field {
 	padding-top: 0.5em;
}

.formbuilderform .field label {
	display: block;
	width: 15%;
	float: left;
}

.formbuilderform .field input {
	display: block
	float: left;
}

.formbuilderform .lgfield {
 	padding-top: 0.5em;
}

.formbuilderform .lgfield label {
	display: block;
	width: 25%;
	float: left;
}

.formbuilderform .lgfield input {
	display: block
	float: left;
}

.formbuilderform .textarea {
	border: 1px solid #ccc;
	background-color: #eaeaea;
	padding: 3px;
 	clear: left;
}

.formbuilderform .textarea label {
	display: block;
	width: 15%;
	float: left;
}

.formbuilderform .cbgroup2 .multipart {
 	display: inline;
 	float: left;
 	width: 24%;
}

/* confirmation page styles */
.sub_results {
	list-style-type: none;
}

.sub_results li {
	padding: 0 0 8px 0;
	margin: 0;
}

#sm_table {
	border: 0;
	border-collapse: collapse;
}

.sm_leftcol {
	font-weight: bold;
	text-align: right;
	padding: 5px;
	border-right: 1px solid #ccc;
}

.sm_rightcol {
	text-align: left;
	padding: 5px;
}

.sm_cmtheading {
	font-weight: bold;
	text-align: left;
}

.cbgroup {

}
/* End of 'Forms' */

