@font-face {  
  font-family: Baskerville;  
  src: url( ../fonts/BASKVILL.ttf );  
}

body {
	background-color:#8f8063;
	margin:0;
	padding:0;
}

h1 {
	font-family: Baskerville, "Times New Roman", serif;
	color:#88898c;
	font-size:32px;
	letter-spacing: -.05em;
}

h2 {
	font-family: Baskerville, "Times New Roman", serif;
	color:#88898c;
	font-size:18px;
	letter-spacing: -.05em;
}

table h3 {
	font-family: Baskerville, "Times New Roman", serif;
	color:#88898c;
	font-size:26px;
	letter-spacing: -.05em;
	line-height:26px;
	margin-bottom:-20px;
}

table h4 {
	font-family: Baskerville, "Times New Roman", serif;
	color:#54555a;
	font-size:26px;
	letter-spacing: -.05em;
	line-height:26px;
	margin-bottom:-20px;
	margin-top:-175px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#494039;
	width:680px;
}

ul {
	list-style:disc;
}

li { color:#88898c; }

li span { 
	color:#494039;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#494039;
}

.container {
	background-color:#FFF;
	width:1000px;
	margin:0 auto 0 auto;
	z-index:1;
}

.innercontainer {
	width:958px;
	z-index:2;
	margin:0px 21px 0px 21px;
}

.header {
	background-image:url(../images/header.png);
	width:958px;
	height:216px;
}

.navbar {
	background-image:url(../images/navbarBG.png);
	width:958px;
	height:29px;
	z-index:3;
	padding:0;
	margin:0;
}

.navbar ul {
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	top:-16px;
}

.navbar li {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	z-index:4;
}

a {
	text-decoration:none;
	border:none;
}

img {
	border:none;
}

.homeBTN, .our_servicesBTN, .about_usBTN {
	height:29px;
}

.homeBTN {
	background-image:url(../images/homeBTN.png);
	width:55px;
}

.our_servicesBTN {
	background-image:url(../images/our_servicesBTN.png);
	width:128px;
}

.about_usBTN {
	background-image:url(../images/about_usBTN.png);
	width:98px;
}

.homeBTN:hover { background-image:url(../images/homeBTN_R.png); }
.our_servicesBTN:hover { background-image:url(../images/our_servicesBTN_R.png); }
.about_usBTN:hover { background-image:url(../images/about_usBTN_R.png); }

.banner {
	padding-bottom: 20px;
}

.footer {
	background-color:#88898c;
	width:958px;
	height:40px;
	margin-top:40px;
}

.footer_text {
	font-family: Arial;
	font-weight:bold;
	letter-spacing: -0.1em;
	color:#494039;
	font-size:14px;
	position:relative;
	top:13px;
	left:354px;
	display:inline;	
}

.footer span {
	color:#54555a;
}
	
.clear {
	clear:both;
	padding-top:21px;
}

#innerNav li {
	display:block;
}

#innerNav ul {
	list-style:none;
	position:absolute; 
	top:-9999px;
	right:41px;
}

#innerNav ul a {
	display:block;
}

#innerNav li:hover ul { /* Display the dropdown on hover */
	top:29px;
}

#innerNav li:hover ul li a {
	opacity:0.7;
}

#innerNav li:hover ul li a:hover{
	opacity:1;
}
