/* Last Updated - 2/2006 */

body {
	width:100%;
	margin:0;
	padding:0;
	background:#7C756B url(../images/back.jpg) top center repeat-y;
	text-align:center;
	font:90% Arial, Helvetica, sans-serif;
	font-weight:lighter;
	line-height:1.2em;
	color:#3F3F3F;
}

a img, a:visited img, a:hover img {
	text-decoration:none;
	border:none;
}

a {
	color:#5A7CBC;
	text-decoration:none;
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

p, li, dd {
	line-height:1.2em;
	font-size:85%;
}

h2, h3 {
	font-weight:bold;
	font-size:110%;
}

.shell, .shell_test {
	position:relative;
	width:700px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	padding-bottom:10px;
}
.shell2 {
	position:relative;
	width:650px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	padding-bottom:10px;
}
.content_col2 {
	float:left;
	width:650px;
	margin:20px 0 0 2px;
	padding:0 5px;
	display: inline; /* fix IE double-float bug (ref: http://www.positioniseverything.net/explorer/doubled-margin.html) */
}
dt, dd {
	font-size:85%;
}

dt {
	margin-top:1em;
	font-weight:bold;
}

dd {
	margin-left:.3em;
	font-size:78%;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}

/*----------------------------------------------------------------------------[ GLOBALS ] --------------*/

.header {
	position:relative;
	width:100%;
	height:90px;
	background:url(../images/header.jpg) top center no-repeat;
}

.logo {
	position:absolute;
	top:25px;
	left:15px;
	z-index:500;
}

.tagline {
	position:relative;
	top:57px;
	padding-bottom:12px;
	text-align:center;
	width:100%;
	color:#7A786B;
	font-style:italic;
	background:url(../images/swoosh.gif) 325px bottom no-repeat;
}

.sub_nav {
	position:absolute;
	top:10px;
	left:0;
	width:690px;
	height:70px;
	display:block;
	text-align:right;
	font-size:80%;
	padding:10px 10px 0 0;
}

.sub_nav a {
}

.footer {
	clear:both;
	position:relative;
	margin:0 auto;
	padding:0 0 10px 0;
	width:680px;
	height:20px;
	text-align:center;
	background:#EFE8CD;
	border-top:1px solid #7C756B;
	font-size:75%;
}

/*----------------------------------------------------------------------------------------[ FRONT PAGE ]----------*/

.left_col, .center_col, .center_col_2, .right_col {
	float:left;
	margin:10px 10px 0 0;
	display: inline; /* fix IE double-float bug (ref: http://www.positioniseverything.net/explorer/doubled-margin.html) */
}

.left_col {
	width:190px;
	margin-left:10px;
	padding:0;
	clear:both;
	background:url(../images/left_col.gif) top left repeat-x;
	background-position:left 100px;
}

.left_col h2, .center_col h2, .right_col h2, .content_col h2 {
	margin-bottom:0;
}

.left_col p, .additional_info p {
	font-size:78%;
	padding:0 5px;
}

.left_col h2 {
	padding:0 5px;
}

.left_col blockquote, .additional_info blockquote {
	margin:0;
	padding:0;
}

.left_col blockquote p, .additional_info blockquote p {
	line-height:1.3em;
	margin-top:.3em;
}

.center_col_2 {
	width:480px;
	background:#fff;
}

.center_col_2 h2 {
	margin-left:10px;
}

.middle_content {
	margin:0;
	width:100%;
	height:65px;
	padding:10px 0;
	background:#eee;
	display:block;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}

.middle_content h2 {
	float:left;
	margin:0 5px;
	padding-top:12px;
}

.middle_content img {
float:left;
margin-right:15px;
margin-left:15px;
display:inline;
}

.middle_content blockquote p {
margin-top:0;
}

.middle_content blockquote .lg_quote {
font-size:125%;
margin-top:0;
margin-bottom:.3em;
}


.partner {
	display:block;
	text-align:center;
	width:100%;
	margin-top:20px;
}

.partner2 {
	float:left;
	margin:0 10px;
	padding:0;
}



/*-----------------------------------------------------------------------------------------------[ SUB CONTENT ]-----------*/

.content_col {
	float:left;
	width:490px;
	margin:20px 0 0 2px;
	padding:0 5px;
	display: inline; /* fix IE double-float bug (ref: http://www.positioniseverything.net/explorer/doubled-margin.html) */
}

#ncra .content_col {
	margin:20px;
	width:650px;
}

#ncra .navigation {
	margin-top:-15px;
}

.content_col h1 {
	font-weight:bold;
	font-size:155%;
	margin:0 0 0 10px;
	padding-top:0;
	line-height:1.5em;
	color:#5F7891;
}
.content_col2 h1 {
	font-weight:bold;
	font-size:155%;
	margin:0 0 0 10px;
	padding-top:0;
	line-height:1.5em;
	color:#5F7891;
}

.content_col h2 {
	margin:1.5em 0 .5em 10px;
	font-size:125%;
	color:#5F7891;
	font-weight:bold;
}

.content_col h3 {
	margin:1.5em 0 .5em 10px;
	font-size:110%;
	font-weight:bold;
}

.content_col h4 {
	margin:1.5em 0 .5em 10px;
	font-size:100%;
	font-weight:bold;

}

.content_col p, .content_col li {
	line-height:1.3em;
	margin-top:0;
	padding:0 10px;
}

.content_col li {
	padding-bottom:5px;
}

.content_col blockquote {
	padding:15px 10px 0 0;
	margin:0;
}

.content_col blockquote p {
	line-height:1.8em;
}

/*------------------------------------------------------------[ SIDE COL ]------------------*/

.sub_col {
	float:left;
	margin:6px 0 0 2px;
	width:190px;
}

.additional_info {
	background:#eee url(../images/add_col.gif) bottom left repeat-x;
	padding:10px 10px 300px 10px;
}

.additional_info h3 {
	margin-top:0;
}

.additional_info ul {
	margin-left:0;
	padding-left:0;
}

.additional_info li {
	list-style-image:url(../images/bullet.gif);
	padding-bottom:15px;
	margin-left:15px;
	font-size:73%;
}



/*------------------------------------------------------------[ SUb PAGE SUB NAV ] -----------*/

.content_col .jump_nav {
	text-align:center;
	padding:5px 0;
	margin:0 0 0 0;
	font-size:86%;
	font-weight:bold;
	border-bottom:1px solid #3f3f3f;
	background:#5F7891 /*url(../images/center_col.gif) top left repeat-x*/;
	color:#fff;
	overflow:auto;
	vertical-align:top;
	display:block;
}

.content_col .jump_nav li {
	display:inline;
	list-style:none;
	float:left;
	vertical-align:top;
	margin:0;
	padding:0;
}

.content_col .jump_nav li a, .jump_nav li a:visited {
	display:block;
	width:120px;
	height:30px;
	color:#fff;
	border:1px solid red;
	margin:0;
}

.jump_top a, .jump_top a:visited, .jump_top a:hover {
	clear:both;
	padding-left:12px;
	background:url(../images/jump_top.gif) left center no-repeat;
	font-size:80%;
	color:#5F7891;
}

/*--------------------------------------------------------------------[ CALL TO ACTION BUTTONS ]-----------*/

.demo_btn {
	float:left;
	margin-right:10px;
}

.demo_btn a {
	width:200px;
	height:60px;
	display:block;
	text-align:center;
	text-indent:-9999px;
	font-size:122%;
	padding:0;
	background:url(../images/demo_now.gif) top left no-repeat;
	border:1px solid #91333D;
	color:#5F7891;
}

.demo_btn_sub a, .try_btn a, .purchase_btn a, .demo_btn_sub a:visited, .demo_btn_sub a:hover {
	width:188px;
	display:block;
	text-align:center;
	text-indent:-9999px;
	background:url(../images/demo_sm.gif) top center no-repeat;
	padding:10px 0 15px 0;
	border:1px solid;
	margin-bottom:6px;
	color:#5F7891;
	overflow:hidden;
}
.rtls_widget {
	
	width:189px;
	text-align:left;
	background:#FFFFFF;
	padding:0px 0px 0px 0px;
	
	margin-top:-5px;
	margin-bottom:0px;
	margin-left:-3px;
	background:url(../images/shimwhite.gif) top left bottom repeat-x;
	color:#FFFFFF;

}
.try_btn a, .try_btn a:visited, .try_btn a:hover {
	background:url(../images/try_btn.gif) top center no-repeat;
	color:#A09B40;
}

.purchase_btn a, .purchase_btn a:visited, .purchase_btn a:hover {
	background:url(../images/purchase_sm.gif) top center no-repeat;
	color:#5F7891;
}

.special_btn {
background:#91333d url(../images/special_btn.gif) left bottom repeat-x;
padding:7px 10px;
font-size:130%;
font-weight:bold;
color:#fff;
border:1px solid #65171d;
}

.content_col .spacer {
margin:1.5em 0 3em 0;
}

/*------------------------------------------------------------------------------ MISC -------------*/

.ncra_quote {
	padding:0;
	margin-bottom:.3em;
}

.float_left {
	float:left;
	margin-right:35px;
	text-align:center;
}

.float_leader {
	clear:both;
	float:left;
	margin:0 15px 0 10px;
	padding:5px 0;
	display:inline;
	overflow:auto;
}

.leader_bullets {
	float:left;
	padding-left:15px;
	margin-left:0;
	width:350px;
}

.leader_bullets li {
	margin:0 0 1.5em 0;
}

.top_img {
	margin-bottom:10px;
}

.rtc_logo {
	width:100%;
	display:block;
	text-align:center;
}

.emphasis {
	font-size:110%;
}

.spotlight {
	border-collapse:collapse;
	line-height:1.2em;
	font-size:85%;
	margin:0 10px;
}

.spotlight p {
	font-size:100%;
	margin-top:0;
	line-height:1.4em;
}

.spotlight th, .spotlight td {
	padding:15px 0;
}

.spotlight th {
	padding-right:20px;
	vertical-align:top;
}


.feature_float {
	clear:both;
	float:left;
	width:125px;
}

.pdf_download a, .pdf_download a:visited, .pdf_download a:hover {
	display:block;
	padding:15px 0 10px 125px;
	border-bottom:1px solid #3f3f3f;
	font-size:125%;
	background:url(../images/pdf_download.jpg) top left no-repeat;
}

.cost_table {
	border-collapse:collapse;
	border:1px solid #3f3f3f;
	text-align:left;
	font-size:85%;
}

.cost_table th {
	background:#dcdcdc;
	padding:5px;
}

.cost_table td {
	padding:5px;
	font-size:90%;
}

.cost_col {
	width:80%;
}

.send_form {
	margin-left:10px;
	font-size:85%;
	vertical-align:top;
}

.form_feedback {
	background:#FFFFCD;
	border:1px solid #A38131;
	padding-top:10px;
	margin:5px 10px 15px 10px;
}

.get_rtc_h {
	height:55px;	
	background:url(../images/get_bck.jpg);
	color:#fff;
	margin:0 0 0 0;
	padding:40px 0px 3px 10px;
	border-bottom:3px solid #3F3F3F;
}


/*--------------------------------------------------------------------------- ADMIN --------------*/

.shell_test {
	width:650px;
}

.test_nav {
	list-style:none;
	margin:25px 0;
	padding:10px 0;
	width:100%;
	background:#dfdfdf;
	border-bottom:1px solid;
	text-align:center;
}

.test_nav li {
	display:inline;
	margin:0;
	padding:0;
}

.test_nav li a {
	padding:0 50px;
}

.t_form {
	border-collapse:collapse;
	font-size:80%;
}

.t_form td, .t_form th {
	padding:10px 5px;
	vertical-align:top;
	text-align:left;
}

.t_form th {
	padding-right:25px;
}

.t_form textarea {
	text-align:left;
	font:tahoma, Arial, Helvetica, sans-serif;
}

.t_form p {
	margin-top:0;
}

.t_view {
	border-collapse:collapse;
	border:1px solid;
}

.t_view td, .t_view th {
	border:1px solid;
	padding:5px;
	font-size:70%;
	text-align:left;
}

.t_view th {
	background:#eee;
}

.t_form label {
	padding-right:20px;
	font-size:95%;
}

.offest {
	background:#eee;
}

.small {
	font-weight:normal;
	font-size:85%;
}	