html {
	height:100%;
}

body {
	height:100%;
	background-color:#f0f0f0;
}

#wrapper {
	border:10px solid #FFF;
	width:880px;
	height:auto;
}

.header {
	height:273px;
}

.banner {
	height:170px;
	width:100%;
	background-image:url(images/header-banner-bknd.jpg);
	position:relative;
}

.navigation {
	height:103px;
	width:100%;
	background-image:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
}

#navButtons {
	margin-top:1px;
	margin-left:17px;
}

.content {
	height:auto;
	background-image:url(images/light-blue-bknd.png);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:26px 24px 0px 24px;
	position:relative;
}

.intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	left:33px;
	color:#5086a4;
	width:468px;
}

.home-title {
	top:0px;
	left:30px;
	width:467px;
	height:115px;
}

.home-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	left:33px;
	color:#7a7a7a;
}

.internal-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#7a7a7a;
	padding:10px 50px 0px 10px;
}

#trial-btn {
	top:0px;
	left:33px;
	width:305px;
	height:92px;
	position:relative;
}

.home-burst {
	float:left;
	width:350px;
	height:166px;
	clear:both;
}

#home-right-container {
	border:10px solid #b5e6fc;
	width:330px;
	display:block;
	height: auto;
	float:right;
}

.inner-container {
	width:273px;
	height:auto;
	display:block;
	border:1px solid #fff;
	background-color:#319ece;
	padding:28px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/home-container-bknd.png);
	background-position:top;
	background-repeat:repeat-x;	
}

#right-container {
	padding-left:70px;
	float:right;
}

#Bluefooter {
    background-color:#b5e6fc;
	text-align: center;
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 0px;
}

a.whiteLink {
	color:#ffffff;
	text-decoration:none;
}

a.whiteLink:hover {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#919191;
	padding-top:20px;
	text-align:center;
}

a.footerLink {
	color:#333333;
	text-decoration:none
}

a.footerLink:hover {
	color:#222222;
	border-bottom:1px dotted #222222;
}

a.blueLink {
	color:#01e2fd;
	text-decoration:none;
}

a.blueLink:hover {
	border-bottom:1px dotted #01e2fd;
}

a.dkbluelink {
	color:#01aac9;
	text-decoration:none;
}

a.dkbluelink:hover {
	color:#01aac9;
	border-bottom:1px dotted #01aac9;
}

.rtbar_spacer {
	padding-bottom:8px;
}

ul {
	padding:0px;
	margin:0px 20px;
}

li {
	background-image:url(images/dots-horizontal.gif);
	background-position:-20px 100%;
	background-repeat:repeat-x;
	padding:1px 0px 5px 0px;
}

ul a {
	color:#01aac9;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

ul a:hover {
	color:#2c8fa1;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:1px solid #2c8fa1;
}

ul.blue {
	list-style-image:url(images/bullet_ltblue.gif)
}

ul.orange {
	list-style-image:url(images/bullet_orange.gif)
}

h4 {
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding-bottom:4px;
}

h4.blue {
	color:#5086a4;
}

h4.orange {
	color:#de7631;
}

.noticeBox {
	border:7px solid #b5e6fc;
	width:198px;
}

.noticeBox .innerBox {
	/*width:273px;*/
	height:auto;
	display:block;
	border:1px solid #fff;
	background-color:#319ece;
	padding:6px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*
	background-image:url(images/home-container-bknd.png);
	background-position:top;
	background-repeat:repeat-x;
	*/
}

.noticeBox ul {
	list-style-image:url(images/bullet_white.gif)
}

.redText {
	color: #cc0000;
}