body {
	background: #808080 url(../images/background_top_lighting.png) no-repeat top center;
	border: none;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

h2 {
	color: #095aa5; /* RT Blue */
	font-size: 21px;
	font-weight: normal;
}

img {
	border: none;
}

a {
	color: #095aa5; /* RT Blue */
	position: relative;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 10px;
	margin-left: 0;
}

ul li {
	background: url(../images/bullet.png) no-repeat top left;
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
}

form {
	margin-top: 30px;
	text-align: center;
}

fieldset {
	border: 1px solid #808080;
	clear: both;
	margin: 30px 0 20px 0;
	text-align: left;
}

legend {
	color: #444444;
}

label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 15px;
	margin: 2px 0;
	text-align: right;
	width: 155px;
}

input {
	border: 1px solid #808080;
	float: left;
	height: 15px;
	margin: 2px 0 2px 10px;
	width: 145px;
}

select {
	border: 1px solid #808080;
	float: left;
	height: 18px;
	margin: 2px 0 2px 10px;
	width: 145px;
}

label.radio, label.checkbox {
	display: inline;
	float: none;
	margin-left: 10px;
	width: auto;
}

input.radio, input.checkbox {
	border: none;
	margin-left: 0px;
	width: auto;
}

textarea {
	border: 1px solid #808080;
	overflow: auto;
	width: 97%;
}

.inputGroup {
	clear: both;
}

.actionButtons {
	clear: both;
}

.error {
	color: #ff0000;
	display: none;
}

.footnote {
	font-size: 9px;
	margin-left: 33px;
	margin-right: 10px;
}

.captcha {
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}

.captcha p {
	margin-bottom: 0;
}

.captcha img {
	vertical-align: text-top;
}

.captcha input {
	float: none;
	height: 17px;
	width: 55px;
}

.centered {
	display: block;
	text-align: center;
}

#pageWrapper {
	background: url(../images/background_content_top.png) no-repeat top center;
	margin: 100px auto 0 auto;
	padding: 20px 0 0 0;
	width: 934px;
}

#header {
	position: absolute;
	text-align: center;
	top: 5px;
	width: 934px;
}

#mainLogo {
	float: left;
	margin: 10px 0px;
}

#riverturnLogo {
	float: right;
	margin: 5px 25px 0 0;
}

#mainMenu {
	float: right;
	margin: 12px 0 0 0;
	clear: right;
	/*width: 275px;*/
}

#mainMenu li {
	background: none;
/*	border: 1px solid #535353; */
	float: left;
	margin-right: 30px;
	padding: 0;
/*	padding: 2px 10px; */
}

#mainMenu a {
	color: #333333;
	font-size: 14px;
/*	text-transform: uppercase; */
}

#mainMenu a:hover {
	color: #ffffff;
	text-decoration: none;
}

#bodyMain {
	background: url(../images/background_content_middle.png) repeat-y top center;
	min-height: 500px;
	padding: 0 0;
}

#iphoneBody2 {
/*	float: left; */
	position: absolute;
}

#iphoneScreen2 {
	float: left;
/*	position: absolute; */
/*	margin-left: 10px; */
/*	top: 195px; */
}

#mainContent {
	float: left;
	line-height: 1.5;
	margin-top: 0;
	width: 330px;
}

#faqBody #mainContent, #csr #mainContent {
	width: 634px;
}

#mainContent h1 {
	margin-top: 0;
	padding-top: 0;
}

#decorativeColumn h2, #supportingContent h2 {
	background: url(../images/heading_background.png) no-repeat top left;
	color: #ffffff;
	height: 55px;
	margin: 0 0 0 15px;
	padding: 17px 0 0 20px;
	text-shadow: #666 1px 1px 1px;
	width: 290px;
}

#decorativeColumn li, #supportingContent li {
	padding: 0 20px 10px 30px;
	font-size: 11px;
}

#decorativeColumn {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
}

#decorativeColumn h2 {
	margin-left: -18px;
	padding-left: 40px;
}

#decorativeColumn ul {
	margin-top: 0;
	padding-left: 17px;
}

#supportingContent {
	float: right;
	width: 300px;
}

#supportingContent ul {
	margin-top: 0;
	padding-left: 30px;
}

#regButtons a {
	display: block;
	height: 50px;
	width: 150px;
}

#regButtonFree {
	background: url(../images/button_free_normal.png) no-repeat top left;
	float: left;
}

#regButtonFree:hover {
	background: url(../images/button_free_hover.png) no-repeat top left;
}

#regButtonSubscription {
	background: url(../images/button_premium_normal.png) no-repeat top left;
	float: right;
}

#regButtonSubscription:hover {
	background: url(../images/button_premium_hover.png) no-repeat top left;
}

#paymentOptions label {
	width: 130px;
}

#footer {
	background: url(../images/background_content_bottom.png) no-repeat top center;
	color: #333333;
	height: 40px;
	padding: 30px 20px;
}

#footer a {
/*	color: #bfbebf; */
	color: #333333;
	text-decoration: underline;
}

#riverturnLegal {
	float: left;
}

#standardsCompliance {
	float: right;
}

#disclaimers {
	clear: both;
	margin-top: 20px;
	font-size: 11px;
	text-align: center;
}

/* Page-specific Styles */

.tableOfContents {
	margin-left: 0;
	padding-left: 0;
	width: 330px;
}

.tableOfContents li {
	margin-bottom: 5px;
}

.faq {
	border-top: 1px solid #808080;
	margin-top: 20px;
	margin-right: 10px;
}

.faq h2 {
	font-size: 14px;
}

.compareContent {
	float: right;
	border-width: 5px 10px 5px 5px;
	border-image: url(../images/heading_background.png) 5 10 5 5;
	-moz-border-image: url(../images/heading_background.png) 5 10 5 5;
	-webkit-border-image: url(../images/heading_background.png) 5 10 5 5;
	width: 281px;
	margin: 0 -16px 0 0;
	padding: 2px;
}
.vcCompare {
	text-shadow: #ccc 1px 1px 1px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	width: 270px;
	color: #000;
}
.vcCompare th {
	border-right: 1px solid #000;
	font-size: 11px;
	padding: 5px 2px;
}
.vcCompare th:last-child {
	border-right: 0px;
}
.vcCompare td {
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	font-size: 11px;
	padding: 5px 2px;
	text-align:center;
}
.vcCompare td:first-child {
	text-align: left;
}
.vcCompare td:last-child {
	border-right: 0px;
}