/* CSS for R & D Inc */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% helvetica, geneva, sans-serif;
	background: url("/images/body-bg.gif") repeat-x;
}
h1 {
	color: #da0707;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	color: #024773;
	font-size: 1.3em;
	margin: 25px 0 10px 0;
}
h3 {
	color: #599763;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 10px; }
p { margin: 0 0 10px 0; }
a img{ border: 0; }

a {color: #bf2026; text-decoration: underline;}
a:link {color: #bf2026;}
a:visited {color: #bf2026;}
a:hover {text-decoration: none;}

.even {background-color: #EEEEEE;}

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }
.small { font-size: .8em; }
.large { font-size: 1.2em; }
.t-c { text-align: center; }

.red{ color: #da0707; }

#main-holder{
	width: 851px;
	margin: 10px auto 0 auto;
	background: url("/images/main-bg.png") repeat-y;
}

#main{
	width: 799px;
	margin: -13px auto 0 auto;
}

#nav-box{
	width: 455px;
	height: 42px;
	background: url("/images/top-nav-bg.png") no-repeat;
	margin:	-1px 0pt 0pt 375px;
}

ul.nav {
	padding: 10px 0px 0px 16px;
	position: absolute;
	color: #fff;
	font-size: 1em;
	z-index:999;
}
.nav ul {
	background: none; /*IE6 needs this*/
	margin: 0 0 0 10px;
}
.nav li {
	float:left;
	list-style:none;
	position:relative;
	z-index:999;
}
.nav a {
	color: #fff;
	display:block;
	float:left;
	text-decoration:none;
	margin: 0 7px 0 10px;
/*	font-size: 1.0em;*/
	font-size: 12px;
	font-weight: bold;
}

.nav a:visited {color: #FFFFFF;}

.nav a#home-link{
	margin-left: 6px;
}

.nav li ul {
	width: 12em;
	background: #2C9B26;
	float:none;
	top:-999em;
	position:absolute;
	margin: 0 0 0 -10px;
	border: 1px solid #009900;
	border-top: 0;
}

.nav li ul li a{
	margin: 0;
	padding: 2px 0 2px 2px;
}

}

.nav li li {
	display: block;
	float:none;
	width:12em;
} 

.nav li li a {
	float:none;
	padding-right:0;
	width:11.85em;
}

.nav li li li {
	width: 9em;
}

.nav li li li a{
	width: 8.85em;
}

.nav li ul a:focus, .nav li ul a:hover, .nav li ul a:active {
	/*background-color:#fadddd;*/
/*	background-color:#66FF00;*/
	background-color:#66FF99;
	color: #000000;
}
.nav li:hover ul, /* pure CSS hover is removed below */ ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
}

.nav li:hover li ul,.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, /* pure CSS hover is removed below */ ul.nav li li.sfHover ul {
	left:12.8em;
	top:0px;
	width:9em;
}
/*following rule negates pure CSS hovers so submenu remains hidden and JS controls when and how it appears*/
.superfish li:hover ul, .superfish li li:hover ul {
	display: none;
}

.nav li li li {
}

.logo{
	margin: 0 0 0 55px;
}

#number{
	color: #da0707;
	margin: -40px 60px 0 0;
	font-weight: bold;
	font-size: 1.4em;
	display: inline;
}

#flash-div{
	width: 539px;
	height: 281px;
	margin: 24px 0 0 1px;
	display: inline;
	position: absolute;
	z-index: 10;
}

#img-overlay{
	width: 569px;
	height: 311px;
	margin: 9px 0 0 -14px;
	z-index: 30;
	background: url("/images/main-img-overlay.png") no-repeat;
	position: absolute;
	display: inline;
}

#box-group{
	width: 277px;
	float: right;
	margin: 34px 0 0 0;
}

#right-col div#box-group{
	float: left;
}

#box-group a{
	text-decoration: none;
}

#box-group div.check-box{
	width: 277px;
	height: 64px;
	background: url("/images/check-box.gif") no-repeat;
	position: relative;
	left: -7px;
}

#box-group div.check-box p{
	padding: 18px 0 0 0;
	margin: 0 0 0 40px;
	font-size: .92em;
	color: #8c8c8c;
	font-weight: bold;
}

#box-group div.check-box p span.red{
	font-size: 1.2em
}

#box-group div.check-box a{
	color: #8c8c8c;
	padding: 0 25px 0 50px;
	z-index: 500;
	position: relative;
}

#top-index{
	margin: 110px 15px 0 15px;
}

#top-index p{
	margin: 0 0 0 10px;
}


#pullquote{
	width: 245px;
	margin: 0 30px 0 0;
}

#pullquote img.l {
	margin: 0 6px 0 0;
}

#pullquote p{
	margin: 6px 0 0 0;
	font-size: 1.15em;
	font-weight: bold;
}


.quoter {text-align: right; margin-bottom: 15px; font-size: .9em;}
.quoter p {color: #bf2026;}

.bottom-block{
	color: #bf2026;
	width: 243px;
	height: 220px;
	margin: 10px 10px 0 13px;
	display: inline;
}

#bottom-index div.no-bg{
	background: none;
}

#bottom-index {border-top: 1px solid #e5e5e5;}
.bottom-block a.emulsion  img{
	border: none;
	margin: 0 0 0 -15px;
}

.bottom-block h2{
	font-size: 1.2em;
	color: #024773;
	padding: 0;
	margin: 0 0 5px 10px;
}

.bottom-block h3{
	color: #20496d;
	font-size: 1.2em;
	text-decoration: none;
}

.bottom-block ul{
	list-style-type: none;
	margin: 5px 15px 0 0;
	padding: 10px;
	font-weight: bold;
	background: url("/images/bottom-nav-bg.gif")  no-repeat;
}

.bottom-block ul li a{
	color: #bf2026;
	text-decoration: none;
}
.bottom-block ul li a:hover{
	text-decoration: underline;
}

.bottom-block ul ul{
	font-weight: normal;
	list-style-type: square;
	margin: 0 15px 5px 20px;
	
}

.bottom-img{
	margin: 0 0 0 1px;
}
/* Interior ---------------------------------------------- */

#left-col{
	margin: 0 40px 0 20px;
	padding: 20px 0 0 0;
	width: 450px;
	display: inline;
}


#left-col a img {border: 2px solid #bf2026;}
#left-col a img:hover {border: 2px solid #cdcdcd;}

#left-col h2{
	font-size: 1.4em;
	color: #024773;
}

#left-col ul.checks{
	list-style-image: url("/images/list-bullet.gif");
	background: url("/images/checks-bg.gif") repeat-x;
	margin: 15px auto;
}

#left-col ul.checks li{
	margin: 0 20px 0 20px;
	position: relative;
	left: 20px;
	color: #024773;
}

#right-col{
	margin: 0 0 0 11px;
}

#right-col div#pullquote{
	font-family: verdana, sans-serif;
	color: #024773;
	width: 270px;
	margin: 15px 0;
	font-size: 1.1em;
}

.red{
	color: #b10303;
}

#contact-form td {padding: 5px 2px 5px 2px;} 
/*-----------------------------------------------------------*/
#footer{
	width: 780px;
	margin: 0 auto 20px auto;
}
#footer div.bottom-nav{
	width: 350px;
	font-size: .92em;
	margin: 0 0 0 20px;
}

#footer div.bottom-nav p.gray{
	color: #6f6f6f;
}

#footer div.bottom-nav a{
	color: #000;
	text-decoration: none;
}

#footer div.bottom-nav a:hover{
	text-decoration: underline;
}

#footer div.line{
	line-height: 0em;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 7px 0;
}
.areas_we_service {
	float: left;
	display: inline;
	list-style: none;
	margin: 0pt 0 20px 35px;
	width: 154px;
	font-size: 12px;
}
.areas_we_service li {
	color: #024773;
}
.areas_we_service select {
	width: 167px;
}
#areas_service h2 {
	margin-top: 0px;
}