@charset "UTF-8";
@import url("globalReset.css");

td {
	vertical-align: top;
}
/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/
body{
	padding: 20px;
	color: #808080;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b90000;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
}
div#container {
	width:910px;
	margin: 0 auto;
	padding:10px 0;
	text-align:left
}
div#container.popup {
	width:634px;
	margin: 0 auto;
	padding:10px 0;
	text-align:left
}
div#leftMargin {
	float:left;
	width:261px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#masthead {
	margin-right: 20px;
	margin-bottom: 19px;
	margin-left: 20px;
}

#footer {
	width: 606px;
	border-top: solid 10px #FFF;
	border-bottom: solid 20px #FFF;
	margin-top: 10px;
	background-color: #FFF;
}

div#docBody{
	float:right;
	width:634px;
	background-color: #fff;
	padding-top: 5px;
}
div#docBodyTestimonials {
	padding: 250px 28px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_RDC_Test.jpg);
	background-repeat: no-repeat;
}
div#docBodyArticles {
	padding: 55px 165px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_RDC_Articles.jpg);
	background-repeat: no-repeat;
}
div#docBodyBook {
	padding: 55px 28px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_RDC_Book.jpg);
	background-repeat: no-repeat;
}
div#docBodyAudioVideo {
	padding: 320px 28px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_RDC_Audio.jpg);
	background-repeat: no-repeat;
}
div#docBodyAboutUs {
	padding: 300px 28px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_.jpg);
	background-repeat: no-repeat;
}
div#docBodyHome {
	padding: 250px 28px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_RDC_Home.jpg);
	background-repeat: no-repeat;
}
div#docBodyServices {
	padding: 55px 170px 0px 28px;
	background-color: #fff;
	background-image: url(../../images/docBodyBG/bg_RDC_Service.jpg);
	background-repeat: no-repeat;
}


div#docBodyPopup{
	width:574px;
	background-color: #fff;
	padding: 25px 28px 20px 28px;
}

div#homeBannerText {
	position: absolute;
	top: 110px;
}
div#copyright {
	font-size: 9px;
	float:right;
	width:634px;
	padding-top: 3px;
	color: #d47961;
}


/* 
----------------------------------------------------------------------------- 
BASIC STYLES
-----------------------------------------------------------------------------*/
p {
	margin-bottom: 1em;
}
h1 {
	font-size: 20px;
	color: #BA0001;
	margin-bottom: 1em;
}
h2 {
	font-size: 20px;
	color: #BA0001;
}
h3 {
	font-size: 16px;
	color: #BA0001;
}
h4 {
	font-size: 12px;
	color: #BA0001;
	font-weight: bold;
}
h5 {
}
h6 {
}


/* 
----------------------------------------------------------------------------- 
SPECIAL STYLES
-----------------------------------------------------------------------------*/
.formResponse {
	font-size: 9px;
	font-weight: bold;
	color: #b90000;
}
#newsletterForm table tr td {
	font-size: 10px;
	font-weight: bold;
	color: #B90000;
}
.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 165px;
}
.floatImageRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.floatLeft {
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 413px;
}
.marginLeft {
	margin-left: 20px;
}
.marginRight {
	margin-right: 20px;
}
.centerVertical {
	vertical-align: middle;	
}
.byline {
	text-align: right;
}
.largeType {
	font-size: 20px;
}
.mediumType {
	font-size: 16px;
}

div#copyright a:link {
	color: #d47961;
	text-decoration: none;
}
div#copyright a:visited {
	color: #d47961;
	text-decoration: none;
}
div#copyright a:hover {
	color: #d47961;
	text-decoration: underline;
}
div#copyright a:active {
	color: #d47961;
	text-decoration: underline;
}
.closeLink {
	text-align: right;
}

/* 
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
ul#mainNav {
}
ul#mainNav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}
ul#mainNav li a,
ul#mainNav li a:link,
ul#mainNav li a:visited {
	padding: 19px 20px 18px 20px;
	display: block;
	height: auto;
	width: 221px;
	color: #5f5f5f;
	font-size: 110%;
	text-decoration: none;
}

ul#mainNav li.on a,
ul#mainNav li a:hover,
ul#mainNav li a:active {
	background-color: #b90000;
	color: #fff;
	width: 219px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul#mainNav li ul { /* The optional 3rd level menu, displayed by jQuery because it's easier in IE */
	position: absolute;
	left: auto;
	display: none;
	margin-left: 261px;
	margin-top: -54px;
	border: 1px solid #A01F13;
}
ul#mainNav li ul li {
}
ul#mainNav li ul li a,
ul#mainNav li ul li a:link,
ul#mainNav li ul li a:visited {
	padding: 19px 20px 18px 10px;
	display: block;
	height: auto;
	width: 221px;
	color: #5f5f5f;
	font-size: 110%;
	text-decoration: none;
	background-color: #FFF;
}
ul#mainNav li ul li.on a,
ul#mainNav li ul li a:hover,
ul#mainNav li ul li a:active {
	background-color: #b90000;
	color: #fff;
	border-right: none;
	border-left: none;
}

ul#mainNav li.newsletter {
	padding: 19px 20px 18px 20px;;
	display: block;
	height: auto;
	width: 221px;
	color: #5f5f5f;
	font-size: 110%;
	border: none;
}
ul#mainNav li.newsletter p.newsletterTitle {
	margin-bottom: 5px;
}
ul#mainNav li.newsletter #newsletterForm #newsletterField {
	width: 170px;
}
ul#mainNav li.newsletter p.safeSubscribe {
	margin-top: 5px;
	font-size: 9px;






/* ===================== */
/*     Clear fix     */
/* ===================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

