﻿body{
margin:0;
padding:0;
font:76% tahoma,verdana,sans-serif;
background:#e6e6e6 url(images/bodybg.png) repeat-x;
color:#333;
}  

/* h1 tag style */  
h1 {  
    margin: 0px; 
    padding: 0px; 
    font-family: arial;  
    font-size: 140%;  
    color: #ffffff;  
}  
  
#outer-container {
	width: 1024px;
	margin: 20px auto 0px auto;
	/*background-image: url('images/containerbg.png');*/
}
  
/* header CSS Style Rule */  
#header {
	width: 1024px;
	height: 105px;
	line-height: 101px;
	background-image: url('images/Header.png');
}
  
/* footer CSS Style Rule */  
#footer {
	width: 1024px;
	height: 76px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}
  
/* Top navigation CSS Style Rule */  
#top-Nav {
	width: 1024px;
	margin: 1px auto 0 auto;
	background-color:#333333;
	background-image: url('images/menubarbg.png');
	background-repeat: repeat-y;
	line-height: 32px;
	height: 32px;
}

#menuWrap {
	width: 85%;
	margin: 0;
	right: 0px;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
}
  
/* content-container CSS Style Rule */  
/* It will hold the main content of the page. */  

#content-container {
	overflow: auto;
	width: 1024px;
	height: 501px;
	margin: 0px;
	border-left: 1px solid #eef;
	border-right: 1px solid #eef;
	border-right-color: #A49481;
	border-left-color: #A49481;
	background-image: url('images/contentbg2.jpg');
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}


#title {
	width: 382px;
	float: left;
	padding-left: 220px;
}

#phone {
	width: 265px;
	float: right;
	padding-right: 50px;
	padding-top: 5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	line-height: 25px;
}
/* Menu Navigation CSS */

ul.adacoimenu, .adacoimenu ul{
margin:0;
padding:0;
list-style-type:none;
}

ul.adacoimenu{
height:32px;
border-left:1px solid white
}

.adacoimenu li{
float:left;
width:146px;
position:relative;
filter: inherit;
}

.adacoimenu li a{
	display: block;
	width: 145px;
	line-height: 32px;
	text-align: center;
	color: white;
	text-decoration: none;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.adacoimenu li li a{
border-top:none;
}


.adacoimenu li a:hover{
	border-width: 1px;
	border-color: #999999;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #FF9900;
	border-right-style: solid;
}

.adacoimenu li ul{
display:none;
position:absolute;
left:-12px;
top:32px;
width: 180px;
padding-left: 1px;
}

.adacoimenu li:hover ul {
display:block
}

.adacoimenu li ul a{
/*background-color:#FFB33B*/
width: 185px;
margin: 0 auto;

}

#footerinset {
	width: 1024px;
	margin: 0 auto 0 auto;
}

#right_foot {
	color: #eeeeee;
	float: right;
	padding-top:30px;
	line-height:17px;
	text-align: right;
	padding-right: 5px;
}

#left_foot {
	color: #eeeeee;
	float: left;
	margin-top: 5px;
	padding-left: 23px;
	line-height:22px;
	font-size:11px;
}

#subnav1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 185px;
	background-color: #808080;
	z-index: 2;
}

#subnav2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 185px;
	background-color: #808080;
	z-index: 2;
}

a.rtech {
	color: #eeeeee;
	text-decoration: none;
}
a.rtech:hover {
	color: #ffffff;
	text-decoration: none;
}