@charset "utf-8";
/* CSS Document */

/* ------ SITE INFO ------ 

SITE COLORS
	#036198 - Body BG
	#FF6600 - NAV and Links
	#0099D3 - NAV and Links Hover
	#92B4E0 - Light Body BG - Headers

 ------ END SITE INFO ------ */

/* ------ CSS RESET ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ END RESET ------ */

body {
	background-color: #036198;
	background-image: url(images/rcaid_bg.png);
	background-repeat: repeat-x;
	font-size: 62.5%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p 
{
	font-size: 1.2em;
	line-height: 1.6em;
	color: #171717;
	padding-left: 20px;
	padding-bottom: 1.2em;
	padding-right: 40px;
}

ul 
{
	padding-bottom: 20px;
}

ul li 
{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 40px;
}

.first
{
	padding-top: 1.2em;
}

p.offer
{
	width: 360px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #171717;
	position: relative;
	top: -10px;
	padding-left: 20px;
	padding-bottom: 1.2em;
}

dl
{
	
}

dt 
{
	font-size: 1.1em;
	line-height: 1.4em;
	color: #171717;
	padding-left: 20px;
	padding-bottom: 0.0em;
	padding-right: 40px;
}

dt strong
{
	font-weight: bold;
	color: #131313;
}

dd 
{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #171717;
	padding-left: 36px;
	padding-bottom: 1.2em;
	padding-right: 40px;
}

ul.upper_alpha
{
	padding-bottom: 1.2em;
}

ul.upper_alpha li 
{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #171717;
	padding-bottom: 0.2em;
	padding-right: 40px;
	list-style-type: upper-alpha;
	margin-left: 55px;
}

ul.lower_alpha li 
{
	font-size: 1.0em;
	line-height: 1.5em;
	color: #171717;
	padding-bottom: 0.2em;
	padding-right: 40px;
	list-style-type: lower-alpha;
	margin-left: 20px;
}

ul.lower_alpha li strong
{
	font-weight: bold;
	color: #454545;
}

h1 
{
}

h2
{
	font-family: Arial;
	color: #0099D3;
	font-size: 2.7em;
	font-weight: normal;
	padding-left: 20px;
	padding-top: .6em;
	padding-bottom: 0.8em;
}

h3
{
	font-family: Arial;
	color: #363636;
	font-size: 1.7em;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 0.3em;
}

h4
{
	font-family: Arial;
	color: #0099D3;
	font-size: 1.3em;
	line-height: 1.0em;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0.2em;
}

h5
{
	font-family: Arial;
	color: #22726D;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 0.4em;
}

h6
{
	font-family: Arial;
	color: #0A2566;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 0.4em;
}

address 
{
	font-size: 1.3em;
	line-height: 1.3em;
	color: #171717;
	padding-left: 20px;
	padding-right: 40px;
}

strong 
{
	color: #363636;
}

a {
	color: #FF1300;
	text-decoration: none;
}

a:hover {
		color: #0099D3;
		text-decoration: none;
}

address
{
	font-style: normal;
}

.left
{
	float: left;
	border: 1px solid red;
}

.clear
{
	float: none;
	clear: both;
}

.bg_wrapper 
{
	width: 100%;
	height: 100%;
	/*
	background-image: url('images/bg_hue.jpg');
	*/
	background-repeat: no-repeat;
	background-position: center top;
}

.wrapper {
	margin: 0 auto;
	margin-top: 0px;
	width: 964px;
	background-image: url(images/rcaid_Content_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	top: -40px;
}

.header {
	width: 964px;
	height: 115px;
	margin: 0 auto;
	position: relative;
	top: -20px;
	text-align: left;
}

.header q {
	width: 650px;
	position: absolute;
	top: 30px;
	left: 280px;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.7em;
	line-height: 1.4em;
}

.header q cite {
	font-size: 0.8em;
}

.header h1 {
	width: 250px;
	height: 68px;
	position: relative;
	top: 10px;
	left: 4px;
}

.header h1 span {
	display: block;
	width: 260px;
	height: 80px;
	position: relative;
	left: -25px;
	background-image: url(images/rcaid_logo.gif);
	background-repeat: no-repeat;
}

.content {
	width: 964px;
	min-height: 666px;
	background-image: url(images/rcaid_Content_Top.png);
	background-repeat: no-repeat;
	position: relative;
}

.tab {
	display: block;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	width: 116px;
	height: 22px;
	float: left;
	list-style-type: none;
}

.tab span {
	padding-left: 40px;
	font-size: 1.4em;
	line-height: 1.3em;
}

.signup {
	float: right;
	position: relative;
	top: -17px;
	left: 0px;
}

.nav 
{
	float: left;
	width: 230px;
	position: relative;
	top: 50px;
	left: 0px;
}

.nav ul {
	width: 229px;
	padding-bottom: 0px;
}

.nav ul li.navdiv {
	height: 36px;
	line-height: 30px;
	background-image: url(images/nav_divider.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1.7em;
	font-weight: normal;
	padding-left: 0px;
}

.nav ul li.navdiv a {
	text-decoration: none;
	padding-left: 20px;
}

ul.subnav
{
	position: relative;
	top: -1px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #E8E8E8;
}

ul.subnav li
{
	background-color: #E8E8E8;
	height: 26px;
	padding-left: 30px;
	color: #171717;
	font-size: 1.3em;
	line-height: 2.3em;
	
}

.main_content 
{
	float: left;
	width: 730px;
	min-height: 500px;

}
.ContentPlaceHolder
{
	color:Black;
	margin-top: 20px;
}

/* -- CSS WITHIN CONTENT PLACE HOLDER -- */

.promo 
{
	width: 730px;
	height: 260px;
	margin-top: 5px;
	background-image: url('images/promo_bg.jpg');
	background-repeat: repeat-x;
	position: relative;
}

.top
{
	width: 730px;
	height: 70px;
	margin-top: 20px;
	background-image: url('images/promo_bg_alt.jpg');
	background-repeat: repeat-x;
	position: relative;
}

.PageTitle
{
	width: 730px;
	position: relative;
	top: 0px;
	left: 0px;
}

h2.free_trial 
{	
	display: block;
	width: 467px;
	height: 45px;
	font-family: Arial;
	color: #FF2300;
	font-size: 3.0em;
	font-weight: normal;
	position: relative;
	top: 10px;
	padding-top: 0em;
	padding-left: 20px;
	padding-bottom: 0.4em;
}

.home
{
	width: 308px;
	height: 251px;
	background-image: url(images/screenshot_promo-trans.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 50px;
	right: 10px;
}

.demo_promo 
{
	display: block;
	float: left;
	width: 162px;
	height: 46px;
	background-image: url('images/view_demo-trans.png');
	background-repeat: no-repeat;
	padding: 6px;
}

.sign_up_promo 
{
	display: block;
	float: left;
	width: 162px;
	height: 46px;
	background-image: url('images/free_trial-trans.png');
	background-repeat: no-repeat;
	padding: 6px;
}

p.promo_btns 
{
	position: relative;
	top: 0px;
	padding-left: 20px;
}

.about 
{
	width: 730px;
	height: 210px;
	background-image: url(images/about_rcaid_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.demo 
{
	width: 730px;
	height: 210px;
	background-image: url(images/demo_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.signup 
{
	width: 730px;
	height: 210px;
	background-image: url(images/signup_head_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.faq_img 
{
	width: 730px;
	height: 210px;
	background-image: url(images/faq_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.support 
{
	width: 730px;
	height: 210px;
	background-image: url(images/support_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.top_link
{
	float: right;

}

li.top_link
{
	float: right;
	padding-right: 40px;
}

ul.faq
{
	font-size: 1.2em;
	line-height: 1.6em;
	color: #171717;
	padding-left: 20px;
	padding-bottom: 1.2em;
	padding-right: 40px;
}

.content_bg 
{
	width: 730px;
	min-height: 88px;
	background-image: url('images/home_hr_bg.jpg');
	background-repeat: repeat-x;
}

.content_image
{
	position: relative;
	padding-top: 10px;
}

.content_image p
{
	float: left;
	padding-right: 20px;
}

.content_image span.logo
{
	display: block;
	width: 330px;
	height: 100px;
	float: right;
	padding: 0px;
	background-image: url(images/rcaid_logo_content-trans.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -56px;
	right: 10px;
}

.content_image span.screens
{
	display: block;
	width: 274px;
	height: 185px;
	float: right;
	padding: 5px;
	background-image: url(images/ThreeScreens-trans.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -100px;
	right: 10px;
}

.content_bg ul.features
{
	padding: 20px;
}

.content_bg ul.features li
{
	background-image: url('images/check.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 2.3em;
	font-size: 1.4em;
	margin-bottom: 2px;
	margin-left: 20px;

}

.manual
{
	padding-left: 5px;
	padding-right: 0px;
}

.manual a
{
	display: block;
	width: 220px;
	height: 48px;
	background-image: url(images/manual_download-trans.png);
	background-repeat: no-repeat;

}

.chart 
{
	padding-left: 20px;
}
/* -- END CONTENT PLACE HOLDER CSS -- */

.footer 
{
	float: none;
	clear: both;
	width: 964px;
	background-image: url(images/rcaid_Content_Btm.png);
	background-repeat: no-repeat;
	height: 103px;
	text-align: center;
}

.footer p
{
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 0.5em;
}

.footer ul
{
	padding-top: 66px;
	list-style-type: none;
}

.footer li
{
	display: inline;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-left: 2px;
}

.footer li a 
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer li a:hover
{
	text-decoration: underline;
}

.LoginTop
{
	margin: 0 auto;
	width: 960px;
	height: 40px;
}

.LoginTop input.UserPass
{
	background-color: #D3DBE9;
	border: 1px solid #EEF3F7;
}

.LoginContainer 
{
	margin: 2px;
}

.login
{
	width: 550px;
	float: right;
}

.login p
{
	padding: 0px;
}

p.login_txt
{
	padding: 5px;
	float: left;
	display: inline;
	font-size: 1.2em;
	text-align: left;
}

.checkbox
{
	float: left;
	padding: 2px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
	color: White;
}

.title_txt
{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	background-color: #E8E8E8;
	border-top: 1px solid #CCCCCC;
}

.MessageContainer
{
	width: 212px;
	margin: 2px;
	margin-bottom: 4px;
}

.WarningMessage
{
	display: block;
	background-color: #FFD5D5;
	color: #cc0000;
	width: 100%;
	padding: 4px;
	line-height: 1.3em;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}

p.FailureText
{
	color: White;
	font-weight: bold;
	line-height: 1.0em;
}

.login_btn
{
	float: left;
	margin: 5px;
	margin-top: 5px;
}

fieldset
{
	width: 420px;
	border: 1px solid #CCCCCC;
	border-top: 5px solid #CCCCCC;
	background-color: #f0f0f0;
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-top: 10px;
}

legend 
{
	font-size: 1.5em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #f0f0f0;
	width: auto;
	margin-top: 0px;
	padding: 4px;
	margin-bottom: 20px;
}

ol li  
{
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 0px;
}

.submit
{
	margin-top: 20px;
	margin-left: 20px;
}

.SubscribeFormContainer
{
	width: 600px;
}

.SubscribeFormContainer p.right 
{
	text-align: right;
	margin-right: 50px;
}

.SubscribeFormContainer h4
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.SubscribeFormContainer label.right 
{
	font-size: 1.2em;
	margin-bottom: 1.2em;
	float: left;  
	width: 10em;  
	height: 30px;
	margin-right: 1em;  
	text-align: right; 
	/*
	text-align: right;
	margin-right: 50px;
	*/
}

.SubscribeFormContainer label.first
{
	font-size: 1.2em;
	margin-bottom: 1.2em;
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
	padding-top: 10px;
}

.SubscribeFormContainer li.inline
{
	font-size: 1.2em;
	height: 30px;
	margin-bottom: 1.2em;
	margin-right: 1em;
	margin-left: 1em;  
	text-align: right;
}

.SubscribeFormContainer input.input
{
	text-align: left;
	margin-bottom: 1.2em;
	height: 24px;
	width: 220px;
}

.SubscribeFormContainer input.zip
{
	text-align: left;
	margin-bottom: 1.2em;
	height: 24px;
	width: 80px;
}

.SubscribeFormContainer textarea
{
	text-align: left;
	margin-bottom: 1.2em;
	height: 80px;
	width: 220px;	
}

.important
{
	color: Red;
	font-weight: bold;
}

.col
{
	width: 280px;
	float: left;
	padding-left: 50px;
}

.col ul
{
	list-style-type: circle;
}

ul li.with_w_out
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.colR
{
	width: 245px;
	float: right;
	padding-right: 20px;
}