﻿/* Revival.1 */


* {
   padding:0;
   margin:0;
   
}



html, body {
	height: 100%;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:14px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	/*background:#fff;
	background:#f0f6df;*/

}

.ServiceTitle{
     font-weight:bold;
      padding-top:20px;
     height:40px;
}
.ServiceDescription{
    vertical-align:top;
}
.ServicesTable{
    width:400px;
}
.ServiceImageCell{
    width:102px;
}

#page {
	width:760px;
	margin:0 auto;
	height:100%;
}

.MasterHeader {
	width:741px;
	height:100px;
	margin: 0 auto;
	padding:0px;

}

#content {
	padding:5px 20px 0 20px;
	/*background:url('images/content_bg.gif') repeat-y;*/
	height:100%;
}

/**************************** menu ****************************/

#nav_top {
	background:url('/images/nav_topb.gif') no-repeat;
	width:210px;
	height:9px;
}

#nav_btm {
	background:url('/images/nav_btmb.gif') no-repeat;
	padding:0px;
	width:210px;
	height:17px;
}

#menu {
	float:left;
	width: 210px;
	color:#000000;
	background:url('/images/nav_midb.gif') repeat-y;
}

#menu ul {
	list-style:none;
	width:208px;
	font-size:12px;
	padding:0 0 0 3px;
	
	
}	

#menu li {
	list-style-type: none;
	background:transparent url('/images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	float:none;
	/*border-bottom:1px solid #ffcc00;*/
	padding:0;
	
}

#menu li:hover {
	
	margin-bottom:4px;
}

#menu a {
	/*display:block;*/
	padding:0 0 0 20px;
	/*color:#fff;*/
	text-decoration: none;
	background:#f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333333;
	background-color:#ffcc00;
	text-decoration: none;
	
}	

/**************************** content ****************************/

#info {
	float:right;
	width:500px;
}

.post_top {
	background:url('/images/content_topb.gif') no-repeat;
	width:500px;
	height:20px;
}

.post_btm {
	background:url('/images/content_btmb.gif') no-repeat;
	width:500px;
	height:26px;
}

.post 
{
	background:url('/images/content_midb.gif') repeat-y;
	padding:0 0 15px 18px;
}

.post a
{
	color:black;
}

img {
	border:1px solid #ffffff;
	padding:5px;
	margin:3px;

}



/*h1{
	color:#ffffff;
	font-weight:normal;
	font-size:24px;
	padding: 40px 0 10px 40px;
}*/


.HeaderHyperlink
{
	width:350px;
	vertical-align:middle;
	height:50px;
	position:absolute;
	top:12px;
	color:#666666;
	font-size:21px;
	margin:0 0 0 398px;
	text-decoration:none;
	text-align:center;
}

.PageTitle
{
	position:absolute;
	top:66px;
	margin:0 0 0 365px;
	width:350px;
	text-align:right;
	color:	#ffcc00;
	font-weight:bold;
	font-size:16px;
}

.HeaderHyperlink:hover{
	color:#999999;
}

#menu h3{
	color:#ffcc00;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 10px;
}

h4{
	color:#cc1800;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}

/**************************** lists ****************************/

.ul {
	list-style:none;
	padding:0 0 0 3px;
	text-align:left;
}	

.li {
/*	list-style-type: none;
	background:transparent url('../images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;*/
text-align:left;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#ffffff;
	text-decoration: none;
	background-color:transparent;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333333;
	text-decoration: none;
	background-color:#ffcc00;
}	


/**************************** footer ****************************/

#afooter{
	text-align:center;
	padding:40px;
	/*background:url('images/bottom.gif') no-repeat;*/
	height:42px;
}

#afooter a {
	color:#000000;
}

#afooter a:hover {
	color:#ffffff;
}