@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #eef;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 2em;
}
h2 {
	line-height: 3em;
}
ul, ol {
	margin-left: 1.5em;
}
a {
	text-decoration: none;
}
a:link {
	color: #00A;
}
a:visited {
	color: #00A;
}
a:hover {
	text-decoration: none;
	color: #0A0;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
td img {
	display: block;
}
#main {
	width: 750px;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 10px;
	text-align: left;
	border-right: solid 0px #fff;
	border-left: solid 0px #fff;
	background-color: #fff;
	background-image:url(images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
}
#masthead {
}
#masthead-links {
	float: right;
	margin-top: 40px;
	margin-right: 25px;
}
#masthead-logo {
	width: 150px;
	float: left;
	margin-bottom: 0px;
	margin-left: 20px;
}
#masthead-banner {
	border: dotted 0px #000;
	width: 450px;
	position: relative;
	left: 125px;
	top: 60px;
}
#left {
	float: left;
	width: 540px;
	padding: 5px;
	margin: 0px;
	border-right: solid 0px #eee;
}
#right {
	float: right;
	width: 195px;
	margin-left: 4px;
	padding: 0px;
}
#footer {
	clear: both;
	font-size: 12px;
}
#content {
	padding: 10px;
	width: 500px;
}
.clear_both {
	clear: both;
}
/* Main Navigation*/
#navigation {
	float: left;
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00A;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	padding: 0px 0px 0px 0px;
}
#navigation a {
	float: left;
	background: url("/images/nav_bg_top_left.jpg") no-repeat left top;
	margin-right: 5px;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #0A0;
}
#navigation a span {
	float: left;
	display: block;
	background: url("/images/nav_bg_top_right.jpg") no-repeat right top;
	padding: 5px 10px 1px 0px;
	color: #00A;
}
a, span, div {
	border: solid 0px
}
/* Thank you explodingBoy http://www.exploding-boy.com/images/cssmenus/menus.html */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
/* End IE5-Mac hack */
#navigation a:hover span {
	color: #0A0;
}
#navigation a:hover {
	background-position: 0% 0px;
}
#navigation a:hover span {
	background-position: 100% 0px;
}
/*  Classes */
.float_right {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
#left img.float_left, #left img.float_right {
	background-color: #eee;
	padding: 5px;
	border: 5px solid #dde;
}
.green_text {
	color: #0A0;
}
.blue_text {
	color: #00A;
}
.red_text {
	color: #A00;
}
.highlighted_yellow {
	
}
.highlighted_green {
	
}
.highlighted_blue {
	
}
.highlighted_red {
	
}
.bold_font {
	font-weight: bold
}
.top_border {
	border-top: solid 1px #00A;
}
.testimonials {
	padding: 20px;
	width: 80%;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-family: "Courier New", Courier, monospace;
	line-height: normal;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
/* Horizontal Links */
.horizontal_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.horizontal_links li {
	display: inline;
	padding: 3px 5px 3px 5px;
	margin: 0px 2px 0px 0px;
	font-size: 80%;
	font-weight: bold;
	background-color: #efe;
	border:solid 1px #ddd;
	border-bottom: solid 1px #AAA;
	border-right: solid 1px #AAA;
}
.horizontal_links a:link {
	text-decoration: none;
	color: #00A;
}
/* Verticle Links */
.vertical_links {
	margin-top: 10px;
}
.vertical_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.vertical_links li {
	background-color: #eef;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 80%;
	border:solid 1px #ddd;
	border-bottom: solid 1px #AAA;
	border-right: solid 1px #AAA;
}
.imgTitle
{
font-size:80%;
font-weight:bold;
}
.smallText
{
font-size:small;
}.yellow_highlight {
	background-color: #FFFFCC;
}
