body {
	padding: 0px;
	margin: 0px;
	display: block;
	outline: none !important;
}

p, tr, td, table, strong, a {
  font-family: arial;
  line-height: 1.1;
  font-size: 86%;
	font-weight: normal;
	padding-top: 6px;
	margin: 0px;
	color: #666;
}

ul, ol, li {
  font-family: arial;
  line-height: 1.1;
	font-size: 93%;
	font-weight: normal;
	color: #878787;
	vertical-align: baseline;
	list-style-type: square;
  list-style-image: url("../img/back_list.gif");
}

a, a:visited {
  font-size: 100%;
  color: #666;
  text-decoration: underline;
}

a:hover {
  font-size: 100%;
  color: #5389BF;
  text-decoration: underline;
}

a:active {
  font-size: 100%;
  color: #a0c4e7;
  text-decoration: underline;
  outline: none !important;
}

img, img:hover, img:active, img:visited {
	border: none !important;
	outline: none !important;
}

h1 {
  font-family:"Times New Roman",Georgia,Serif;
	font-size: 124%;
	font-weight: normal;
	color: #5389BF;
	padding-top: 5px;
}

h1.pageTitle {
	font-size: 1.2em;
	color: #5389BF;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1.3px;
}

h2 {
  font-family:"Times New Roman",Georgia,Serif;
	font-size: 112%;
	font-weight: normal;
	color: #a0c4e7;
	line-height: 0%;
	padding-top: 24px;
}

h3 {
	font-size: 104%;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	color: #a0c4e7;
}

strong {
  font-weight: bold;
  font-size: 100%;
}

button, button:hover, button:visited, button:active {
  border: none;
  outline-style: none;
  outline: none;
  cursor: pointer;
  vertical-align: top;
}

#content {
	width: 1000px !important;
	font-family: arial;
	font-size: 94%;
	overflow: none;
	border-right: 1px solid #eee;
}

#header {
	background: url('../img/back_topGrad.png') repeat-y top left;
	width: 1000px;
	height: 100px;
	display: block;
	border-right: 1px solid #eee;
}

#logo {
	float: left;
	position: absolute;
	top: 25px;
	left: 25px;
	height: 50px;
	width: 133px;
}

#navigation {
	height: 32px;
	display: block;
	background: url('../img/back_menuBack.png') repeat-x top left;
	width: 1000px !important;
}

#body {
	display: block;
	position: relative;
}

#oneColumn {
	width: 89%;
	display: block;
	padding: 20px 10px 0px 50px;
}

#column1 {
	float: left;
	width: 500px;
	padding: 20px 10px 0px 50px;
}

#home #column1 {
	width: 450px;
}

#column2 {
	width: 400px;
	padding: 20px 20px 0px 0px;
	margin-left: 570px;
	text-align: center;
}

#home #column2 {
	width: 500px;
}

#about #column1 {
  width: 320px;
}

#about #column2 {
  width: 550px;
  margin-left: 400px;
  text-align: left;
}

#about #column2 p:first {
  padding-top: 20px;
}

#footer {
	background: url('../img/back_footerImg.png') no-repeat top left;
	width: 1000px;
	height: 75px;
	display: block;
	position: relative;
	border-right: 1px solid #eee;
}

#flashWrapper {
	overflow: hidden; 
	width: 239px; 
	height: 90px; 
	top: 5px;
	position: relative; 
	float: right;
}

#copyright {
	text-align: right;
	padding-top: 50px;
}

#copyright p {
	font-size: 10px;
	color: #aaa;
}

#copyright a {
	color: #888;
	text-decoration: none;
}

#copyright a:hover {
	color: #444;
	text-decoration: none;
}

#overlay {
	position: absolute;
	left: 100px;
	top: 300px;
	width: 400px;
	display: none;
}

#overlayq {
	position: absolute;
	left: 100px;
	top: 200px;
	width: 800px;
	display: none;
}

#overlay .top {
	background: url("../img/back_overTopSm.png") no-repeat top left;
	height: 35px;
	margin: 0px;
}

#overlayq .top {
	background: url("../img/back_overTop.png") no-repeat top left;
	height: 35px;
	margin: 0px;
}

#overlay .mid {
	background: url("../img/back_overMidSm.png") repeat-y top left;
}

#overlayq .mid {
	background: url("../img/back_overMid.png") repeat-y top left;
}

#overlay .inner, #overlayq .inner {
	margin: 0px 20px -15px 20px;
	padding-bottom: 10px;
}

#overlay .bot {
	background: url("../img/back_overBotSm.png") no-repeat top left;
	height: 35px;
	margin: 0px;
}

#overlayq .bot {
	background: url("../img/back_overBot.png") no-repeat top left;
	height: 35px;
	margin: 0px;
}

#overlay ul, #overlayq ul {
	list-style-image: url("../img/list_iconSm.png");
	padding-left: 15px;
}

#overlay ul li, #overlayq ul li {
	padding-bottom: 8px;
}

.sideBox {
	width: 419px;
	text-align: left;
}

.sideBox h2 {
	color: #5389bf;
}

.sideBox .top {
	width: 419px;
	padding-left: 15px;
	height: 45px;
	background: url("../img/back_sideBox.png") no-repeat top left;
}

.sideBox .inner {
	width: 419px;
	background: url("../img/back_sideBox.png") no-repeat 0 -100px;
}

.sideBox .inner h3 {
	padding-left: 15px;
	padding-bottom: 3px !important;
	margin-bottom: 0px !important;
}

.sideBox .inner p {
	padding-left: 15px;
	padding-top: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	font-size: 80%;
}

.sideBox .inner ul {
	padding-left: 15px;
	padding-top: 5px !important;
	margin-top: 0px !important;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-size: 80%;
}

.sideBox .inner .prices {
	width: 400px;
}

.sideBox .inner .prices ul li {
	list-style-image: url(../img/list_iconSm.png);
	margin-left: 15px;
	padding-bottom: 5px;
}

.sideBox .inner .prices .itemPrice {
	color: #5389bf;
	font-weight: bold;
}

.sideBox .inner .calendar {
	width: 280px;
	height : 215px;
	margin-left: auto;
	margin-right: auto;
}

.sideBox .inner .calendar .event{
	cursor: pointer;
}

.sideBox .inner .calendar .hover {
	background-color: #d8e6f3;
	cursor: pointer;
}

.sideBox .inner .calendar .month {
	width: 280px;
	height : 20px;
	border-bottom: 1px solid #efefef;
	margin-left: auto;
	color: #666;
}

.sideBox .inner .calendar .wday {
	width: 39px;
	height : 20px;
	float: left;
	position: relative;
	text-align: center;
	padding-top: 4px;
	font-size: 80%;
	color: #666;
}

.sideBox .inner .calendar .day {
	width: 39px;
	height : 29px;
	float: left;
	position: relative;
	text-align: center;
}


.sideBox .inner .calendar .day .number {
  padding-top:7px !important;
  text-align:left;
	font-size: 76%;
	color: #666;
}

.sideBox .inner .calendar .day .event {
	color: #5389bf;
	cursor: pointer;
}

.sideBox .inner .calendar .day .old {
	color: #ddd;
}

.sideBox .bot {
	width: 419px;
	background: url("../img/back_sideBox.png") no-repeat bottom left;
	height: 60px;
	color: #5389bf;
	margin-top: -20px;
}

.sideBox .bot p {
	font-size: 76%;
	padding-left: 0px;
	text-align: center;
	color: #a0c4e7;
	margin-top: 20px;
}

#faq li {
	list-style-image: url("../img/list_icon.png");
	margin-left: -10px;
	padding: 4px;
}

#faq li a {
	font-size: 110%;
	color: #a0c4e7;
	text-decoration: none;
}

#questions .resources li {
  padding-bottom: 7px;
}

#contact input.text {
  width: 200px;
}

#contact button {
  height: 30px;
  width: 120px;
  text-align: center;
  background: transparent url("../img/href_button.gif") 0px 0px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

#contact button:hover {
  background: transparent url("../img/href_button.gif") 0px 30px;
}

#contact input.comment {
  width: 400px;
  height: 150px;
}

.close {
	height: 25px;
	width: 25px;
	float: right;
	margin: 10px 10px 0px 0px;
	background: url("../img/href_close.png") no-repeat;	
	text-decoration: none;
	outline: none;
}

.clear {
	clear: both;
}

.hide {
  display: none;
}

.error {
  color: #a00;
}

.tab ul {
	margin: 0px !important;
	list-style: none;
}

.tab ul li {
	float: right;
	list-style-image: none;
	list-style: none outside;
	margin:10px 13px 5px 13px;
}

.tab li {
	text-align: center;
	font-size:1.1em;
	font-weight:bold;
	color:#666;
}

.tab li a {
	outline: none;
	text-decoration:none;
}
#about .tab li a#nav_about, #benefits .tab li a#nav_benefits, #contact .tab li a#nav_contact, #index .tab li a#nav_home, #pricing .tab li a#nav_prices, #questions .tab li a#nav_questions, #testimonials .tab li a#nav_testimonials, #training .tab li a#nav_training {
	outline:none;
	text-decoration:underline;
	color:#5389BF;
	font-weight:bold;
}

.note {
  font-size: 80%;
  color: #999;
}

.caption {
	font-size: 80%;
	color: #a0c4e7;
	text-align: center;
	width: 400px;
}

.caption .quoteAuthor {
	font-size: 80%;
	color: #aaa;
}

.testemonailAuthor {
	font-size: 86%;
	color: #999999;
	padding-left: 80%;
}

#home .pics {
  height: 360px;
  width: 320px;
  margin: 0;
  padding: 0;
}

#home .pics img {
  background-color: #fff;  
  width: 320px; 
  height: 360px; 
  top:  0; 
  left: 0
}

.i_about {
	background: url('../img/img_about.jpg') no-repeat left;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.padLeft140 {
	padding-left: 140px;
}

.padLeft100 {
	padding-left: 100px;
}

.next, .prev {
  margin-left: 20px;
  float: right;
  outline: none !important;
}

#next, #prev {
  padding: 10px;
  outline: none !important;
  cursor: pointer;
}
