body {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background: #055EB2 url(images/bg.jpg) repeat-x;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}

/*************************
Layout
*************************/

#container {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

#wrapper {
	border-left: 1px solid #41C2E9;
	border-right: 1px solid #41C2E9;
}

/*************************
Header
*************************/

#header {

}

#optin {
	position: relative;
	left: 450px;
	top: -62px;
	margin-bottom: -40px;
}

/*************************
Left Column
*************************/

#leftcol {
	width: 182px;
	float: left;
	margin-left: 17px;
	background: #66DBF6 url(images/leftcol_bg.jpg) repeat-x;
	margin-top: -10px;
	padding-top: 15px;
}

#leftcol a {
	font-size: 22px;
	color: #07174E;
	text-decoration: none;
	line-height: 1.1em;
	display: block;
	padding: 2px 20px;
}

#leftcol a:hover {
	background: url(images/leftcol_hover.png) no-repeat;
	color: #fff;
}

#leftcol a.current{
	background: url(images/leftcol_hover.png) no-repeat;
	color: #fff;
}

#leftcol p {
	text-align: left;
	border-bottom: 1px solid #07174E;
	margin: 0 20px;
	padding: 5px 0;
}

/*************************
Content
*************************/

#content {
	padding: 20px;
	width: 510px;
	margin-left: 200px;
}

/*************************
Footer
*************************/

#footer {
	text-align: center;
	font-size: 8pt;
	padding: 5px;
}

#footer p {
	padding: 0;
	margin: 0;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 25px; 
	color: #07174E; 
	font-family: 'Times New Roman';
}

h2 {
	line-height: 1.2em;
	color: #11A3DA;
	font-family: tahoma;
	font-size: 18px;
}

h2 a {
	line-height: 1.2em;
	color: #11A3DA;
	font-family: tahoma;
	font-size: 18px;
}

h3 {
	line-height: 1.2em;
	color: #11A3DA;
	font-family: tahoma;
}

li {
	margin-bottom: 10px;
}

.bold_blue {
	font-weight: bold;
	color: #11A3DA;
	font-family: tahoma;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_26px {
	font-size: 26px;
}

.spacer {
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}

/*************************
Consulting Boxes
*************************/
div.bluebox ,
div.skybox {
	background:transparent url(images/bluebox1_mid.png) repeat scroll 0 0;
	left:-10px;
	margin:0 0 40px;
	padding:62px 20px 40px 134px;
	position:relative;
	width:372px;
}
div.bluebox h2,
div.skybox  h2 {
	background:transparent url(images/bluebox1_top.png) repeat scroll 0 0;
	display:block;
	height:29px;
	left:0;
	padding:30px 0 0 132px;
	position:absolute;
	top:-17px;
	width:399px;
}
div.bluebox span.location,
div.skybox  span.location {
	color:white;
	font-size:1.3em;
	font-weight:bold;
	left:15px;
	position:absolute;
	text-align:center;
	top:5px;
	width:110px;
	z-index:2;
}
div.bluebox div.bot,
div.skybox   div.bot {
	background:transparent url(images/bluebox1_bot.png) repeat scroll 0 0;
	display:block;
	height:29px;
	left:0;
	padding:0;
	position:absolute;
	top:100%;
	width:534px;
}
div.bluebox img,
div.skybox   img {
	left:16px;
	position:absolute;
	top:28px;
}
div.bluebox a.consult,
div.skybox a.consult,
div.bluebox   a.trial,
div.skybox   a.trial{
	background:transparent url(images/button1.png) repeat scroll 0 0;
	bottom:0;
	display:block;
	height:0 !important;
	overflow:hidden;
	padding:30px 0 0;
	position:absolute;
	width:163px;
}
div.bluebox   a.trial,
div.skybox   a.trial{
	background:transparent url(images/button2.png) repeat scroll 0 0;
	right:14px;
	width:217px;
}
div.bluebox a.consult:hover,
div.skybox a.consult:hover,
div.bluebox   a.trial:hover,
div.skybox   a.trial:hover{
	background-position: 0 30px;
}
div.skybox {
	background:transparent url(images/bluebox2_mid.png) repeat scroll 0 0
}
div.skybox  h2 {
	background:transparent url(images/bluebox2_top.png) repeat scroll 0 0;
	color:#07184F;
}
div.skybox   div.bot {
	background:transparent url(images/bluebox2_bot.png) repeat scroll 0 0;
}

/*************************
Dirty IE
*************************/

/* IE 6 */

*html #content {
	margin-left:0;
	width: 500px;
	padding: 20px 0 0 10px;	
}

*html #leftcol {
	margin-left: 9px;
}

*html #leftcol img {
	margin: 0;
	padding: 0;
	position: relative; 
	bottom: -5px;
}

*html #optin {
	left: 450px;
	top: -88px;
	margin-bottom: -74px;
}
*html #leftcol img {
	margin: 0;
	padding: 0;
	position: relative; 
	bottom: -5px;
}

*html #leftcol a:hover {
	background: url(images/leftcol_hover.jpg) no-repeat;
}

*html #leftcol a.current{
	background: url(images/leftcol_hover.jpg) no-repeat;
}
*html div.bluebox a.consult, 
*html div.skybox a.consult{
	left:130px;
}
*html div.bluebox span.location,
*html div.skybox  span.location {
	top:-10px;
}

/* IE 7 */

*+html #content {
	width: 500px;
}

*+html #leftcol img {
	margin: 0;
	padding: 0;
	position: relative; 
	bottom: -10px;
}

*+html #optin {
	left: 450px;
	top: -90px;
	margin-bottom: -74px;
}
*+html div.bluebox a.consult, 
*+html div.skybox a.consult{
	left:130px;
}
*+html div.bluebox span.location,
*+html div.skybox  span.location {
	top:-10px;
}

