* {
	padding: 0;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
}

a img {
	border: 0;
}

a {
	color: #626262;
	text-decoration: none;
}
	a:hover,
	a:focus {
		text-decoration: underline;
	}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #bedbe7 url(/media/bkg_body.jpg) repeat-x top;
	text-align: center;
}

.vtop {
	vertical-align: top;
}

.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.upper {
	text-transform: uppercase;
}

p, table, div {
	/*font-size: 8pt;*/
	font-size: 9pt;
	line-height: 1.5em;
	color: #626262;
}

p {
	/*font-size: 8pt;*/
	font-size: 9pt;
	line-height: 1.5em;
	padding-bottom: 1em;
	color: #626262;
}
	#home p {
		font-size: 9pt;
	}

strong, b {
	color: #4d4d4d;
}

hr {
	height: 1px;
	color: #e5e5e5;
	border: none;
	background-color: #e5e5e5;
	border: 0px solid #e5e5e5;
}

h1 {
	padding: 20px 30px 25px 40px;
	font-size: 14pt;
	line-height: 1.4em;
	font-weight: normal;
	color: #949494;
}
	h1 strong,
	h1 b {
		font-weight: normal;
	}
	h1.blue {
		padding: 0;
		color: #5caac2;
		font-size: 20pt;
		font-weight: normal;
	}
		h1.blue a {
			color: #5caac2;
		}
	
	.blog h1.blue {
		border-bottom: solid 1px #e5e5e5;
		margin-bottom: 6px;
		font-size: 22pt;
		line-height: 1em;
	}
		h1.blue small {
			font-size: 10pt;
			color: #b2b2b2;
			text-transform: uppercase;
		}

h2 {
	color: #5caac2;
	font-size: 12pt;
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 6px;
}
	h2 a {
		color: #5caac2;
		text-decoration: none;
	}
		h2 a:hover,
		h2 a:focus {
			text-decoration: underline;
		}
	#home_spotlight h2 {
		border: 0;
		margin: 0;
		padding-bottom: 20px;
	}

h3 {
	font-size: 16pt;
	font-weight: normal;
	padding-bottom: 7px;
}
	.infobox h3 {
		padding-bottom: 15px;
	}
	/*
	h3 small {
		font-size: 8.5pt;
	}
	h3.upper {
		font-size: 12pt;
		font-weight: bold;
		line-height: 1.4em;
		text-align: justify;
	}
	h3 strong {
		color: #5caac2;
	}
	*/

h4 {
	border-bottom: dotted 1px #d7d7d7;
	text-transform: uppercase;
	font-size: 7.5pt;
	color: #0086a2;
	line-height: 1.4em;
	margin-bottom: 5px;
}

h5 {
	color: #6a6a6a;
	font-size: 12pt;
	font-weight: bold;
	line-height: 2em;
	padding: 5px 0 0 0;
}

h6 {
	color: #999;
	font-size: 14pt;
	line-height: 1.1em;
	font-weight: normal;
	padding-bottom: 20px;
}

.center {
	text-align: center;
}

#wrapper {
	width: 779px;
	text-align: left;
	margin: 0 auto 20px auto;
	border: solid 1px #a3c7d3;
	border-top: 0;
	background: #fff;

}

#header {
	height: 41px;
	background: #fff url(/media/bkg_header.jpg) repeat-x top;
}

#logo {
	margin: 4px 0 0 10px;
	width: 175px;
	height: 31px;
}



#banner img {
	display: block;
}

#content {
	padding: 20px 24px 50px 24px;
}
	.two_col #content {
		float: right;
		width: 485px;
	}

#sidebar {
	float: left;
	width: 210px;
	padding: 20px 10px 60px 24px;
}

#footer {
	background: #e3e4e5 url(/media/bkg_footer.jpg) repeat-x top;
	line-height: 36px;
	font-size: 7.5pt;
	padding: 0 13px;
	color: #5a5a5a;
	border-top: solid 1px #c5c6c7;
}
	#footer a {
		color: #5a5a5a;
		text-decoration: none;
	}
		#footer a:hover,
		#footer a:focus {
			text-decoration: underline;
		}

/**
 *
 * TOP NAVIGATION
 *
**/
	.nav {
		float: right;
		position: relative;
		top: -20px;
		margin-right: 10px;
	}
	
	.nav li {
		float: left;
		list-style: none;
	}
	
	.nav li a {
		font-size: 8pt;
		color: #5a5a5a;
		display: block;
		line-height: 24px;
		padding: 0 6px;
		text-decoration: none;
		/*border: solid 1px transparent;
		border-color: transparent;*/
		margin: 1px;
	}
		.nav li a:hover,
		.nav li a:focus {
			text-decoration: underline;
		}
			.nav .active a {
				background: #8cc63f;
				color: #fff;
				margin: 0;
				border-style: solid;
				border-width: 1px;
				border-color: #909e7e;
				border-bottom-color: #8cc63f;
				border-bottom-width: 2px;
			}
				
				.nav .active #home {
					background: #3C98C7;
					border-color: #6b8a96;
					border-bottom-color: #3C98C7;
				}
	
	/* Subnav Lists */
	.nav ul {
		float: left;
		position: absolute;
		z-index: 999;
		background: #8cc63f;
		display: none;
	}
		.nav .active ul {
			display: block;
		}
		.nav ul li {
			color: white;
			font-size: 8pt;
			line-height: 24px;
		}
		.nav ul li a,
		.nav .active ul li a {
			color: #fff;
			border: 0;
		}
		.nav ul li a.current {
			text-decoration: underline;
		}
	
	/* Subnav Background */
	#subnav {
		width: 779px;
		height: 26px;
		background: #8cc63f;
		border: solid 1px #909e7e;
		border-width: 1px 0;
		z-index: 1;
	}


/**
 *
 * Buttons
 *
**/

.button {
	color: white;
	display: block;
	border: solid 1px #7da535;
	text-decoration: none;
	background: #aac27b url(/media/buttons/off/bkg_button.jpg) repeat-x top;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	line-height: 20px;
	padding: 0 23px;
	cursor: pointer;
}
	.button:hover,
	.button:focus {
		border-color: #107d99;
		background: #3d9fb7 url(/media/buttons/on/bkg_button.jpg) repeat-x top;
		text-decoration: none;
	}

.big {
	font-size: 14pt;
	font-weight: normal;
	line-height: 30px;
	background: #aac27b url(/media/buttons/off/bkg_big_button.jpg) repeat-x top;
	padding: 0 67px;
}
	.big:hover,
	.big:focus {
		background: #40a0b8 url(/media/buttons/on/bkg_big_button.jpg) repeat-x top;
	}
	

/**
 *
 * Home Page
 *
**/

#home_spotlight {
	width: 100%;
	margin-top: 33px;
}

	#home_spotlight td {
		vertical-align: top;
		border: solid 1px #e6e6e6;
		width: 204px;
		padding: 10px 15px 15px 15px;
	}

#content ul,
#sidebar ul {
	margin-left: 6px;
	font-size: 9pt;
	list-style-type: none;
	color: #626262;
}
	#content li,
	#sidebar li {
		padding: 0 0 1em 12px;
		background: url(/media/bkg_ul.gif) no-repeat 0 5px;
	}


/**
 *
 * PRICING PAGES
 *
**/

.pricing #home_spotlight h2 {
	padding-bottom: 4px;
	font-size: 20pt;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1em;
}

.pricing #content ul {
	margin-left: 36px;
}
	.pricing #content li {
		padding-bottom: 0.6em;
	}

.pricing #home_spotlight ul {
	margin-left: 0;
}

.pricing #home_spotlight ul li {
	/*white-space: nowrap;*/
	background-position: 0 2px;
	padding-bottom: 0.4em;
}

/*.bulleted p {
	padding-bottom: 0.4em;
}*/

.pricing #home_spotlight ul {
	/*font-size: 7.5pt;*/
	line-height: 1.2em;
	min-height: 130px;
}

/* pricing table */
.pricing_schema {
	margin: 30px 0 30px 22px;
	background: #e6e6e6;
	border-left: solid 1px #c4c4c4;
	color: #999;
	font-size: 16pt;
}

.pricing_schema td,
.pricing_schema th {
	padding: 6px 15px 6px 6px;
	vertical-align: top;
	text-align: left;
	border-right: solid 1px #c4c4c4;
}

.pricing_schema th {
	background: #f2f2f2;
	color: #5a5a5c;
	font-size: 12pt;
}

.pricing_schema td {
	padding-bottom: 20px;
	width: 90px;
}

.pricing_schema small {
	/*font-size: 8pt;*/
	font-size: 9pt;
	line-height: 11pt;
}

.pricing .big {
	padding: 0 35px;
	margin-left: 22px;
}
		
		
		


/**
 *
 * SHADOWS
 *
**/
.wrap0, .wrap1, .wrap2, .wrap3 {
	display: inline-table;
	/* \*/display:block;/**/
}
.wrap0 {
	float:left;
	background: url(/media/shadow/shadow.gif) right bottom no-repeat;
	margin-bottom: 5px;
}
.wrap1 {
	background: url(/media/shadow/shadow180.gif) no-repeat;
}
.wrap2 {
	background: url(/media/shadow/corner_bl.gif) bottom left no-repeat;
}
.wrap3 {
	padding: 5px 11px 11px 5px;
	background: url(/media/shadow/corner_tr.gif) top right no-repeat;
}



/**
 *
 * BLUE INFO-BOX
 *
**/

.infobox {
	background: #007290 url(/media/bkg_info_box.jpg) repeat-x bottom;
	padding: 10px 15px 15px 15px;
	color: white;
	width: 146px;
	color: white;
}
	#sidebar .infobox ul {
		color: #5caac2;
	}
		#sidebar .infobox li {
			background-image: url(/media/bkg_ul_infobox.gif);
			background-position: 0 3px;
			color: white;
			padding-bottom: 0.6em;
			line-height: 1.2em;
		}
		

/**
 *
 * Quote
 *
**/
.quote {
	font-size: 8pt;
	color: #acacac;
	font-style: italic;
	text-align: center;
	clear: left;
	border: solid 1px #e6e6e6;
	width: 185px;
	padding: 10px 5px;
	border-width: 1px 0;
	top: 10px;
	position: relative;
}



/**
 * 
 * FAQ Page
 *
**/
dl {
	/*font-size: 8pt;*/
	font-size: 9pt;
	margin-bottom: 7px;
}
dt {
	color: #464646;
	background-color: #d9d9d9;
	padding: 0 6px;
	line-height: 1.8em;
	font-weight: bold;
	background-image: url(/media/bkg_dt.gif);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
	dt.odd {
		background-color: #e6e6e6;
	}
	dt.expanded {
		background-image: url(/media/bkg_dt_expanded.gif);
	}
dd {
	padding: 10px 6px 15px 6px;
}




/**
 *
 * BLOG
 *
**/
	
.half {
	width: 340px;
}

.left {
	float: left;
	margin: 20px 0 0 40px;
}

.right {
	float: right;
	margin: 20px 40px 0 0;
}

.post {
	padding: 7px;
	background: #f2f2f2;
	margin-bottom: 8px;
}
	.blog .title {
		color: #5a6a6a;
		font-size: 12pt;
		font-weight: bold;
		padding-bottom: 12px;
	}
		#sidebar .title {
			padding-bottom: 7px;
		}
	.post .date {
		color: #999;
		font-size: 9pt;
		font-weight: normal;
		padding-left: 10px;
	}
	.post .border {
		border: solid 5px white;
	}
	.post .footer {
		border-top: dotted 1px #d7d7d7;
		font-size: 7.5pt;
		text-align: right;
		padding: 5px 0 7px 0;
		margin-top: 20px;
		color: #626262;
	}

.blog_footer {
	background: #f2f2f2;
	border: solid 5px #e6e6e6;
	margin: 15px 40px 30px 40px;
	padding: 5px;
	font-size: 7.5pt;
	color: #999;
}
.about_blog,
.blog_nav {
	vertical-align: top;
}
.about_blog {
	width: 360px;
	padding: 15px 10px;
	border-right: solid 1px #e6e6e6;
}
.blog_nav {
	padding: 5px 15px 15px 15px;
	width: 120px;
	font-size: 7.5pt;
	color: #999;
}
	#sidebar .blog_nav {
		padding: 7px;
		width: auto;
		background: #F2F2F2;
		clear: left;
	}
		
	#sidebar .blog_nav ul,
	.blog_nav ul {
		list-style: none;
		font-size: 7.5pt;
		margin-left: 0;
	}
		#sidebar .blog_nav ul li {
			padding-left: 0;
			padding-bottom: 0.2em;
			font-size: 7.5pt;
			background: none;
			color: #999;
		}



.blog #content {
	float: left;
	width: 490px;
	margin: 0 0 0 40px;
	padding: 0;
}

.blog #sidebar {
	float: right;
	width: 195px;
	margin: 0 40px 0 0;
	padding: 0;
}




/**
 *
 * FORMS
 *
**/

form {
	margin-bottom: 15px;
}
label {
	font-size: 9pt;
	color: #5a5a5c;
}
.textbox,
.textarea {
	border: solid 1px #999;
	font-size: 9pt;
	margin: 2px 0 7px 0;
	width: 200px;
}
	.textarea {
		width: 100%;
		margin-bottom: 15px;
		height: 100px;
	}
form .button {
	width: 65px;
	/*overflow: hidden;*/
	text-align: center;
	margin-bottom: 15px;
}

.error {
	font-weight: bold;
	color: #E45101;
}


/* WYMeditor */

.border img {
    border: solid 5px #ffffff;
    /* border: solid 5px #ffffff; */
}

.center p {
    text-align: center;
    /* text-align: center; */
}

/* /WYMeditor */