body {
	background: #C3D9F1 url(images/homepage/page-bg.jpg) repeat-x;
	font-size: 12px;
	Font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 765px;

}

#header {
	position: relative;
	height: 93px;
	margin-left: 5px;
	margin-bottom: 34px;
}

#logo {
	position: absolute;
	bottom: 0;
}

#intro {
	background: url(images/homepage/intro-bg.jpg);
	width: 759px;
	height: 139px;
	margin-left: 4px;
}

#content {
	margin-top: 8px;
}

#leftcol {
	float: left;
}
#rightcol {
	float: right;
	margin-right: 1px;
}

.leftbox {
	background: url(images/homepage/box-left-middle.png) repeat-y;
	width: 359px;
	margin: 0;
	color: #FFF;
	font-size: 12px;
}

.leftbox h3 {
	background: url(images/homepage/box-left-top.png) no-repeat;
	padding-left: 200px;
	padding-top: 15px;
	font-size: 16px;
	margin: 0 0 3px;
}
.leftbox h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
.leftbox p, .leftbox ul {
	padding: 0 12px 6px 200px;
	margin: 0;
}
.leftbox ul {
	padding-left: 220px;
}

.leftbox .bottom-background {
	background: url(images/homepage/box-left-bottom.png) no-repeat bottom;
	font-size: 1px;
	height: 10px;
}

.leftbox .button-lm {
	padding-left: 8px;
}

.leftbox .logo {
	float: left;
	padding-left: 15px;
	padding-top:25px;
}

.leftlowerbox {
	background: url(images/homepage/box-left-lower-middle.png) repeat-y;
}

.leftlowerbox h3 {
	background: url(images/homepage/box-left-lower-top.png) no-repeat;
}

.leftlowerbox .bottom-background {
	background: url(images/homepage/box-left-lower-bottom.png) no-repeat bottom;
}

.rightbox {
	background: url(images/homepage/box-right-middle.png) repeat-y;
	width: 372px;
	color: #333;
	border: 1px solid #B5D1F0;
	margin: 4px 0 10px 0;
	display: table;
	vertical-align: middle;
}

.rightboxleft {
	display: table-cell;
	vertical-align: middle;
	width: 136px;
}
.rightbox img {
	float: left;
	margin-left: 10px;
}
.rightboxright {
	display: table-cell;
	padding-left: 15px;
}

.rightbox h3 {
	padding-top: 5px;
	font-size: 14px;
	margin: 0 0 3px;
}
.rightbox h3 a {
	color: #CC3300;
	text-decoration: none;
}
.rightbox p {
	padding: 0 6px 6px 0;
	margin: 0;
	font-size: 12px;
}

#get-started {
	background: url(images/homepage/get-started-today.jpg) no-repeat;
	width: 372px;
	height: 72px;
}

#get-started a {
	display: block;
	height: 72px; /* why oh why do I need a height for IE6? */
}

#footer {
        text-align: center;
        color: #999999;
        font-size: 80%;
		clear: both;
}

#footer a {
	color: #999999;
}

/******************** Hid text on background images **************************/
.hidetext {
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none !important;
	background-repeat: no-repeat;
}