h2.style1 {
	margin:0;
	padding:0;
	color:#555;
	}

.post { border: 2px dashed #999;
	padding: 10px;
}

.post-title {color:#009900;}

.date-header {color:#fff;
	background:#999;
	margin-bottom:-5px;
	font-size:28px;}

body {
	font-family: "Arial Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	margin-top:110px;
	padding: 0;
	color: #666;
	
	min-width:800px;
	}
	
h1 {
	color: #000;
	font-size:19px;
	}
	
a { text-decoration: none; color: #ff9900; }

a:hover { text-decoration: underline; }	
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	}

h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;	
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
	
img {
	border:0;
	}

.ad {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 3px;

}

.ad_left {
	width:125px;
	height:auto;
	float:left;
	margin-top:65px;
	margin-left:15px;
	margin-right:10px;
	border: 2px dashed #999;
	padding: 10px;

}

#toolbox {
	z-index:1000;
	position: absolute;
	top: 45px;
	left: 10px;
	font-size:19px;
	color:#000000;
	height: auto;
	width: 235px;
	text-align: left;
	background: #eee;
	border: 1px dashed #222;
	list-style-type: none;
	}

	

#container {
	z-index:2;
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}

.one_tool {
	border-top: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
	}

#header h1 {
	margin-right: 10px;
	font-size:15px;
	float: right;	
	margin-top:10px;
	padding: 5px;
	background: #eee;
	border-top: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;	
	}			
#nav {
z-index:1000;
padding-left:20px;
font-size:20px;
width: 98%;
min-width:760px;
height:90px;
background-color:#fff;
background-image:url("images/banner.png");
background-repeat:no-repeat;
position: absolute;
left:0px;
top:0px;
text-align:left;
vertical-align:bottom;
border-bottom: 2px dashed #ddd;
	}
#nav ul {
position: absolute;
top:14px;
right: 50px;
}

#nav li {
display:inline;
margin: 5px;
border:2px dashed #ddd;
	text-align: center;
	padding-left:7px;
	padding-right:7px;
	height: 100%;
	}
#nav a { color: #000;
	text-decoration: none;}
	
#nav li:hover {
	border:2px dashed #999;
	
	}

#nav li:hover a {
	color:#090;
	}

	
#nav b {
	color: #009900;
	padding-bottom: 5px
	}
 
.content {
z-index:1;
	margin-top:110px;
	width:auto;
	text-align:left;
	margin-bottom:25px;
	margin-left:220px;
	margin-right:100px;
	min-width:530px;
	max-width:700px;
	}	

#r {
	width: 100px;
	float: right;
	text-align: left;
	margin-top: 130px;
	}
#r p span {
	color: #009900;
	font-weight: bold;
	}

hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			


	
#footer {
	font-size: 11px;
	color: #000000;
	width: 100%;
	height: 20px;
	position: relative;
	bottom:1px;
	vertical-align: bottom;
	}
#footer a{

	color: #ff9900;
	text-decoration: none;
	}
	
#footer a:hover{

	color: #000000;
	text-decoration: underline;
	}

.service {
padding-top:10px;
}
	
	.popUp {
	z-index:99999;
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #eee;
	visibility: hidden;
	position:absolute;	
    width:520px;
    height:auto;
	padding:40px;
	padding-top:15px;
	opacity:.95;
	border: dashed 2px #999;	
}

.popUp .closer {
font-size:15px;
font-weight:bold;
position: absolute;
top:5px;
right:5px;
}

.popUp .closer:hover {
text-decoration:underline;
}
.popUp ul {

list-style-type:none;
position: relative;
left: -20px;
top: -5px;

}

.popUp li{
	text-indent:0px;

	}
.popUp img{
opacity: 1;}
.popUp h1{
text-align:center;
color:#555;
}
.popUp a{
text-decoration: none;
color: #009900;
}