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

/* Main Styles */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	font-family: Myriad Pro, Trebuchet MS, Verdana, Helvetica Neue, Helvetica;
	font-size: small;
	font-color: #333333
}
body,td,th {
	font-size: 100%;
	background-image: url(images/backgroundBlock.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
p {
	margin: 0 0 7px 0;
	text-align: left;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	padding-bottom: 30px;
}
#wrapperBody {
	width: 760px;
	margin: 0 auto 0 auto;
}
#header {
}
#definition {
	clear: right;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	clear: both;
	height: 22px;
	background-color: #999999;
	width: 760px;
	font-style: italic;
	padding-top: 3px;
	font-size: 90%;
	margin: 20px 0 0 0;
}
#navPlace {
	margin: -30px auto 0 auto;
	padding: 0 auto 0 auto;
	width: 700px;
	height: 30px;
	position: relative;
}
table {
	background-color: white;
}













/* Styles for the Navigation */
#nav {
	list-style-type: none;
	width: 700px;
	float: left;
	position: relative;
}
#nav li {
	float: left;
	font-size: 125%;
	font-style: italic;
}
#nav a {
	float: left;
	width: 105px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	border-right: 1px solid #fff;
}
#nav #nav_con a {
	border: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#body_hom #nav_hom a, 
#body_ser #nav_ser a,
#body_blo #nav_blo a,
#body_abo #nav_abo a,
#body_con #nav_con a,
#body_cli #nav_cli a
{
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}














/* Styles that affect the colored boxes and headshots*/
#blockBar {
	height: 165px;
	width: 760px;
	margin: 0 auto 0 auto;
}
.colorBlocks {
	height: 165px;
	width: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#tanBlock {
	background-image: url(images/tanBlock.png);
}
#greenBlock {
	background-image: url(images/greenBlock.png);
	margin-left: 20px;
}
#blueBlock {
	background-image: url(images/blueBlock.png);
	margin-left: 20px;
}
.headshot {
	float: right;
	margin-top: -25px;
}










/* alignment classes */
.inline {
	display: inline-block;
	clear: right;
	margin: 0 0 0 0px;
	padding: 0 0 0 20px;
	float: left;
}
.leftAlign {
	margin: 0 0 0 0;
	display: block;
	float: left;
}











/* Module Classes */
.module_240, .module_500, .module_760 {
	height: auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 20px 0 0 0;
}
.module_240 h3, .module_500 h3, .module_760 h3 {
	font-size: 115%;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;
	font-weight: normal;
	line-height: 1.8;
}
.module_240 p, .module_500 p, .module_760 p {
	border: 1px solid #660066;
	border-width: 0 1px;
	padding: 5px 10px 5px;
	margin: 0;
	font-size: small;
	line-height: 1.2;
}
.module_240 {
	width: 240px;
	background-image: url(images/module240_footer.png);
}
.module_240 h3 {
	background-image: url(images/module240_header.png);
}
.module_500 {
	width: 500px;
	background-image: url(images/module500_footer.png);
}
.module_500 h3 {
	background-image: url(images/module500_header.png);
}
.module_760 {
	width: 760px;
	background-image: url(images/module760_footer.png);
}
.module_760 h3 {
	background-image: url(images/module760_header.png);
}
.module_ul li {
	list-style-type: none;
	list-style-image: none;
}
.module_ul {
	border: 1px solid #660066;
	border-width: 0 1px;
	padding: 5px 10px 5px;
	margin: 0;
	font-size: small;
	line-height: 1.2;
}	
	
	



/* #aWeber Area */
#aWeber {
	background-color: #FFFFFF;
	border: 1px thin #660066;
}
#aWeber table, #aWeber tr, #aWeber td, #aWeber form, #aWeber div, #aWeber center {
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
}
#aWeber form {
	border: 1px solid #660066;
	border-width: 0 1px;
	padding: 5px 10px 5px;
	margin: 0;
	font-size: small;
	line-height: 1.2;
}
#aWeber input, #aWeber textarea{
	border: thin solid black;
}
#aWeber h5 {
	font-family: Myriad Pro, Trebuchet MS, Verdana, Helvetica Neue, Helvetica;
}