* {
	margin: 0px auto; /* controls the gap between div blocks */
	padding: 0px;
}

body {
	font-size: 12pt;
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}
a {text-decoration:none;
	color:#0070BB;
}
a img { border: none; text-align:center;}
a:visited {
	color: #0070BB;
	text-decoration:none;
}


h1 { font-size: 150%; padding-top: 5px; margin-left:40px;}
h2 { font-size: 140%; padding-bottom:5px;}
h3 { font-size: 130%; text-align:center; padding-bottom:10px;}
h4 { font-size: 110%; font-weight:bold; color:#0070BB; text-align:left; display:inline}

.li_space {
	margin-top:10px;
}
#container {
	width: 1080px;
	margin: 0 auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
#header {
	height: 100px;
	margin-right: 80px;
	margin-left: 80px;
}
#header img {
	margin-top: 20px;
	margin-bottom:20px;
}
#contact {
	float: right;
}
#sixthsense {
	float: left;
	margin-left: 10px;
}
#logo {
	float: left;
}
#mainContent {
	font-size:14px;
	margin-top:10px;
	margin-right: 60px;
	margin-left: 60px;
}
.mainBody {
	text-align:justify;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 40px;
	margin-left: 40px;
}
.insetPicLeft {
	float:left;
	width:auto;
	padding:0px 15px 5px 0px;
}
.insetPicRight {
	float:right;
	width:auto;
	text-align:right;
	padding:0px 0px 5px 15px;
}
.insetFlash {
	float:right;
	width:660px;
	text-align:right;
	padding:15px 35px 5px 0px;
}
.insetList {
	width:90px;
	padding:0px 15px 5px 20px;
	margin-left:5px;
}
#insetOne {
	float:right;
	width: 180px;
	text-align: justify;
	font-size: 12px;
	color: #0070BB;
	padding: 20px 20px 20px 20px;
	margin: 0px 40px 0px 20px;
	border: medium solid #0070BB;	
}
#insetTwo {
	margin-top:20px;
	float:left;
	width: 130px;
	text-align: left;
	font-size: 14px;
	color: #0070BB;
	padding-bottom: 10px;
	margin-left: 20px;
}
.listItem {
	margin-left:50px;
	margin-right:50px;
	float:left;
	width:125px;
	text-align:justify;
}
.bulletItem {
	margin-left:2em;
	padding-left:2em;
}
.testimonialQuote {
	width:97%;
	clear:left;
	margin-left:10px;
	margin-bottom:20px;
	height:200px;
}
.col1FloatLeft {
	float:left;
	width:14%;
	font-size:105%;
	font-weight:bold;
	text-align:left;
	padding-left:1%;
	display:block;
}
.col2FloatLeft {
	float:left;
	width:61%;
	font-weight:normal;
	text-align:justify;
	padding-left:1%;
}
.col3FloatRight {
	float:right;
	width:20%;
	text-align:right;
	height:198px;
	margin:0px;
}
.contactDetail {
	margin:20px 50px 10px 50px;
	width:950px;
	height:80px;
	font-size:120%;
}
.contactLabel1 {
	float:left;
	width:100px;
	font-weight:bold;
}
.contactText1 {
	float:left;
	width:375px;
	font-weight:normal;
}
.contactLabel2 {
	float:left;
	width:130px;
	font-weight:bold;
}
.contactText2 {
	float:left;
	width:300px;
	font-weight:normal;
}
#puzzleInset {
	float:left;
	width: 475px;
	margin-bottom:30px;
}
.footer {
	color: #0070BB;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 70%;
	height: 1em;
	margin-right: 80px;
	margin-left: 80px;
	height: 65px;
}
.links {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0070BB;
	border-bottom-color: #0070BB;
	background: #FFF;
}
.links #PoweredBy {
	margin:5px 0px 5px 0px;
}
.links #sitemap, .links #terms,.links #privacy {
	margin-top:7px;
	padding-left:40px;
	float:right
}

#littleNote {
	float:right;
	font-size:70%;
	height: 20px;
}
#regDetail {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 10px;
	color:#999;
	margin:5px 0px 20px 0px;
	text-align:center;
}
