@charset "utf-8";
/* 
	Theme Name: Techno+
	Theme URL: http://www.adiop.com
	Description: Wordpress theme designed by Abubakar Diop for ADIOP
	Version: 1.0
	Author: Abubakar Diop
	Author URI: http://www.adiop.com/
	Date: Friday June 8, 2007/

	 http://www.adiop.com/

	This theme was designed and built by Abubakar Diop,
	whose blog you will find at http://www.makodef.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/
/************************************************
*	Reset									*
************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	quotes: none;
	list-style: none;
	font-size: 100%;
	background: transparent;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong,b{font-weight:bold}

/************************************************
*	Style									*
************************************************/
body {
	color: #222;
	font: 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	margin: 0px auto 20px;
	background-color: #C6D2C6;
	background-repeat: repeat-x;
	}
/************************************************
*	Miscelanius									*
************************************************/
.hidden {
	display:none;
}
.slicer {
	margin:10px 0px 0px;
	padding:0 !important;
	width:1px;
	height:500px;
	background:#e4e4e4;
	border-right: 1px solid #fff;
	float:left;
}
.alert {
	margin: 0px 30px 0px 10px;
	padding:0px 0 2px 8px;
	background-color: #FFFFCC; 
	color:#C00;
}
.overhide {
	overflow:hidden;
}
#hidepage{
	position: absolute; left:0px; bottom:0px; padding:5px; background-color: #FFFFCC; layer-background-color: #FFFFCC;
}
.top_box {
	border-top: 0px solid #f6f6f6;
	border-bottom: 1px solid #e3e3e3;
}
.middle_box {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e3e3e3;
}
.bottom_box {
	border-top: 1px solid #fff;
	border-bottom: 0px solid #f6f6f6;
}
.maincontent_inner {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	}
.maincontent_inner #resource {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
#resource .image {
	border: solid 0px #eee;
	padding: 10px 15px 20px 0px;
	float: left;
	margin: 0px;

	}
#subcontent {
	margin: 0px 0 0px 0px;
	padding:10px 0 0px 0px;
}
.opacity  {
	
	-moz-opacity:0.50; /* for mozilla */
	opacity: 0.50; /* for safari */
	khtml-opacity: 0.50; /* for konquerer and older safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.list_articles ul li ul li a { 
	margin-left:5px;
	padding-left:8px;
	background:transparent url(../img/legacy/arrow.gif) no-repeat center left;
	}
.clearfix:after {
    content:".";
    display:block;
    height:0;
	width: 0;
	line-height: 0;
    clear:both;
    visibility:hidden;
    margin: 0;
    }

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #446600;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	background:#446600;
	}
a img {
	border:0;
	margin:0;
	padding:0;
	}
a:focus, a:hover, a:active {
	outline: none;
	}
/************************************************
*	Headers  									*
************************************************/
h1, h2, h3, h4, h5, h6{font-family:"Lucida Grande", Tahoma, Verdana, sans-serif;}

h1 { font-size: 27px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; margin:0 0 10px 10px }
h4 { font-size: 16px; }
h5 { font-size: 14px;}
h6 { font-size: 13px; }
.alignright {float:right}
.alignleft {float:left}
h5 a, h5 a:visited{ color: #545454; font-weight: bold; }
h5 a:hover { color: #446600; }
p ,#maincontent li{font-size: 14px; line-height: 20px;}
#title h1 { filter:none; padding: 0px 0 0px 20px; }
#slogan h1 { color: #9DAF7C; font-size: 21px; padding: 0px 0 0px 20px; }
#maincontent h1, #maincontent h2 { margin: 0px 0px 0px 10px; } 
#maincontent table {margin:10px; border:0px solid #ccc;}
#maincontent table th{ padding:5px 8px; font-weight:bold}
#maincontent table td{ padding:5px 8px;border-right:0px solid #ccc;vertical-align: top;}

#maincontent li{ padding:5px 8px; list-style-type:disc; list-style-position:inside}
#maincontent li li{ list-style-type:circle; list-style-position:inside}

small { margin: 0px 0px 0px 20px; color:#666; padding: 8px 0px; display:block; }
.serviceList h3 { padding: 0px 0px 5px 7px; color:#666; }
.serviceSample h3 {
	padding: 10px 0px 10px 15px;
	margin: 0 0 20px;
	color:#999;
	border-bottom: dotted 1px #ccc;
	}
#logo h1 {
	font-size:37px;
	color:#f6f6f6;
	font-weight:bold;
	padding: 20px 0px 0px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#logo h1 a{
	color:#f6f6f6;
	}
#maincontent .frontView h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:27px;
	color:#235FA0;
	float:left;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	margin: 0 0 10px;
	}
#maincontent .featured p img, #sidebar .textwidget p img, .archive img {
	padding:2px;
	margin:5px 8px 0 0px;
	background:#fff;
	border-left:solid 1px #eee;
	border-right:solid 1px #ccc;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #ccc;
	}
.textwidget p img {
	display:inline;
	
}
.featured-date {
	color:#76A0B0;
	float:left;
	font-family:Arial;
	font-size:20px;
	line-height:30px;
	margin-left:16px;
	text-transform:uppercase;
}
#banner .leadertext h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	color:#235FA0;
	font-weight:bold;
	}
#banner .leadertext h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	line-height:28px;
	margin:10px 0 0 0px;
	color:#666;
	}
blockquote p{ padding: 15px; 
	margin: 15px;
	background: #fff;
	color: #333;}

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}
label.screen-reader-text{
	visibility:hidden;
	display: none;
}
/************************************************
*	Layout Boxes									*
************************************************/

#wrap {
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px 0 0 0;
	display:block;
	border:5px solid #AABCAA;
	border-top:0;
	}
#pseudo {
	width: 980px;
	margin: 0px;
	padding: 0px 0 0 0;
	}
#topMenu {
	margin: 0px 0 0 auto;
	padding: 5px 18px 0px 0;
	height:20px;
	text-align:right;
	background:#FCF0D8;
	display:none;
	}
#header {
	width: 100%;
	height: 117px;
	font-size: 11px;
	margin: 0px 0 0px;
	padding: 0px;
	border-bottom: solid 0px #1E528A;
	background: #000 url(../img/legacy/technoPlus.jpg) no-repeat left top;
	display:block;
	}
#logo {
	float:left;
	width: 351px;
	height: 89px;
	margin: 0px 0 0 10px;
	padding: 0px;
	}	
#menu {
	float:left;
	width: 589px;
	height: 70px;
	margin: 0px 0 0px;
	padding: 9px 0px 0 0px;
	color:#F6F6F6;
	}
#navbar {
	float:left;
	width: 100%;
	height: 28px;
	margin: 0px auto;
	padding: 0px 0px 0 0px;
	background: #252525;
	border-top: solid 1px #333;
	border-bottom: solid 1px #000;
	}
.postnav {
	float:left;
	width: 100%;
	height: 28px;
	margin: 0px auto;
	padding: 0px 0px 0 0px;
	background: #38579A;
	border-top: solid 1px #2A6F28;
	border-bottom: solid 1px #174315;
	}
#navbar2 {
	float:left;
	width: 960px;
	height: 20px;
	margin: 0px;
	padding: 5px 20px 0px 0;
	background:#17416B;
	}
#subnavbar {
	float:left;
	width: 100%;
	height: 25px;
	margin: 0px;
	background: #fff;
	background: #E9F0DC;
	padding: 5px 0px 10px 0;
	border-bottom:1px solid #F0F0F0;
	}
#content {
	width: 980px;
	float:left;
	margin: 0px auto 0px;
	overflow:hidden;
	background: #fff;
	}
#page {
	float:left;
	margin: 0px;
	padding: 0px 0px 0px;
	width: 100%;
	}
#banner {
	width: 938px;
	height:193px;
	background:#fff;
	margin: 20px 0 10px;
	padding: 10px 10px 0px;
	overflow:hidden;
	border: 1px solid #e3e3e3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
#title, #slogan {
	float: left;
	width: 550px;
	height:37px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
#footer {
	float:left;
	width: 980px;
	margin: 0px 0 0px;
	padding: 0 0 10px 0;
	background:#E9F0DC;
	}
/************************************************
*	Tiny Menu      								*
************************************************/

ul.tinyMenu {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color:#bbb;
	}
.tinyMenu li {
	float: left;
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
	position:relative;
	}
.tinyMenu li a, .tinyMenu li a:visited{
	float:left;
	margin: 0px;
	padding: 0px 15px;
	color:#BB5F1E;
	}
.tinyMenu li a:hover{
	color:#000;
	}
/************************************************
*	Navigation      								*
************************************************/


#nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-right:1px solid #000;
	}
#nav li {
	float: left;
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
	position:relative;
	}
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 12px 6px;
	color: #B1F6AF;
	border-right:1px solid #000;
	border-left:1px solid #333;
	text-shadow:0 1px 0 #000;
	}
#nav li a:hover, #nav li a:active {
	background: #45B842;
	color: #000;
	cursor: pointer;
	text-shadow:0 0 0 #000;
	}
#nav li.current_page_item a {
	color: #fff;
	background: #45B842;
	text-shadow:0 0 0 #000;
	}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -997em;
	height: auto;
	width: 189px;
	margin: 0px 0 0px;
	padding: 1px 0 0px 0;
	overflow:hidden;
	background-color:#45B842;
	}
#nav li ul {
	/*-moz-opacity:0.85; 
	opacity: 0.85; 
	khtml-opacity: 0.85; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);*/
	}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	border-top: solid 1px #333;
	border-bottom: solid 1px #000;
	padding: 8px 10px;
	margin: 0px;
	color: #B1F6AF;
	}
#nav li li a:hover, #nav li li a:active {
	background: #38579A;
	color: #fff;
	}
#nav li ul a { 
	width: 189px;
	}
#nav li ul ul {
	margin: -32px 0 0 171px;
	}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, 
#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
#nav li:hover, #nav li.sfhover { 
	position: static;
	}
/************************************************
*	Content Elements					     		    * 
************************************************/
	
#banner img {
	width: 433px;
	height:198px;
	overflow:hidden;
	margin: 0px 0 0px;
	padding: 0px;
	}
#banner .leadertext {
	float:left;
	margin:25px 0 0 25px;
	padding:0;
	width:440px;
	display:inline;
	}
/*	Video Elements *********************************/
#web_box {
	width: 960px;
	float:left;
	margin: 0px 0 10px;
	padding: 0px 0px 0px;
	}
/*	Video Elements *********************************/
#video_box {
	width: 800px;
	float:left;
	text-align:center;
	background:#222;
	margin: 0px 0 0px;
	padding: 30px 80px 30px;
	}
#video_frame {
	width: 796px;
	height:326px;
	background:#000000;
	margin: 0px 0 0px;
	padding: 2px 2px;
	}
#gallerycontent {
	float: left;
	width: 611px;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
	background: transparent url("../img/legacy/slicer.gif") repeat-y scroll right top;
	}
#flash_box {
	width: 611px;
	float:left;
	text-align:center;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#flash_sidebar {
	width: 299px;
	float:left;
	text-align:left;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}
/*	Path Elements *********************************/
.path {
	color:#D8D8D8;
	display:block;
	float:left;
	font-size:8pt;
	margin:0px 0 0 0px;
	padding:0px 0 0 20px;
	width:550px;
	height:15px;
}
.path a {
	color:#D8D8D8;
}
.path a:hover {
	color:#454545;
}
	
/************************************************
*	main Content 		    	                    * 
************************************************/
	
#maincontent {
	float: left;
	width: 694px;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 10px 10px;
	background: transparent url("../img/legacy/slicer.gif") repeat-y scroll right top;
	overflow:hidden;
	}
#maincontent p {
	margin: 0px;
	padding: 0px 10px 15px 10px;
	line-height: 19px;
	text-align: left;
	}
	
/*	Icons Elements *********************************/
ul.iconz {
	float: left;
	width: 100px;
	height:16px;
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 11px;
	}	
ul.iconz li{
	width:16px;
	height:16px;
	float:right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
ul.iconz li a{
	width:16px;
	height:16px;
	overflow:hidden;
	float:right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
ul.iconz li a{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-opacity:0.30; /* for mozilla */
	opacity: 0.30; /* for safari */
	khtml-opacity: 0.30; /* for konquerer and older safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	}
ul.iconz li a:hover{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-opacity:1.0; /* for mozilla */
	opacity: 1.0; /* for safari */
	khtml-opacity: 1.0; /* for konquerer and older safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}
.home_icon a, .fav_icon a, .mail_icon a, .map_icon a, .login_icon a   {
	background: transparent url("../img/legacy/sprite.png") no-repeat;
	}
li.home_icon a{
	background-position:-565px -241px ;
}
li.fav_icon a{
	background-position:-548px -241px;
}
li.mail_icon a{
	background-position:-531px -241px;
}
li.map_icon a{
	background-position:-497px -241px;
}
li.login_icon a{
	background-position:-480px -241px;
}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	}
.sidebar {
    -moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 #F4FBE6;
    border-color: #CEE6A3 #BDD396 #BDD396 #CEE6A3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: inline;
    float: left;
    line-height: 18px;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px 8px;
    width: 220px;
}
.sidebar img {
	float: left;
	border: none;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	}
.sidebar h2 {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px;
	border-top: 1px solid #174315;
	border-bottom: 1px solid #174315;
	background:#21631F;
	font-size:18px;
	color:#446600;
	text-shadow:0 1px 0 #000;
}
.textwidget {
	padding: 0 0 0 10px;
}
.sidebar ul ul{
	clear:both;
	padding:0 10px 10px;
	} 
.sidebar ul li ul li {
	margin:0 0 4px 5px;
	padding:0px 0 0px 15px;
}
.sidebar ul li ul li a{
	color:#666; 
}
.sidebar ul li ul li a:hover{
	color:#454545;
	text-decoration:underline;
	background:none
}
.sidebar ul li li {
	background: url(../img/legacy/arrow.gif) no-repeat scroll 0 6px;
}

ul.sidebar_login li {
	margin:0 5px 5px;
	padding:0;
	list-style:none;
	}
/************************************************
*	Footer Elements 									*
************************************************/
#footer a, #footer li {
	color: #454545;
	}
#footer a:hover {
	color: #000;
	}
.footerleft {
	float: left;
	padding: 12px 0px 0px 20px;
	width: 300px;
	height: 22px;
	margin: 0px;
	border-top: 0px solid #ffffff;
	}
.footerright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 12px 10px 5px 0px;
	text-align: right;
	font-size:11px;
	border-top: 0px solid #ffffff;
	}
/************************************************
*	Search Elements 									*
************************************************/


#searchform {
	float:right;
	height:35px;
	width:225px;
	border:0px;
	margin:0 0px 0 0;
	padding:0 0px 0 0;
	overflow:hidden;
}
#sidebar #searchform {
	float:right;
	height:35px;
	width:285px;
	border:0px;
	margin:0 0px 0 0;
	padding:0 0px 0 10px;
	overflow:hidden;
}
	
#s {
    background: none repeat scroll 0 0 #E3F0C8 !important;
    border-color: #183F16 #1F521D #1F521D;
    border-right: 1px solid #1F521D;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: inline;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 0 2px 5px;
    width: 120px;
}
#sidebar #s{
	width:120px;
}
	
#searchsubmit, #submit {
    border: 1px solid #1F521D;
    color: #FFFFFF;
    font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0 0 5px;
    padding: 2px 5px;
    text-transform: uppercase;
}

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: right;
	padding: 0 2px 0 0;
	vertical-align: top;
	background: #EAEAEA;
}

table#wp-calendar td{
	padding: 1px 2px 1px 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/************************************************
*	Services  									*
************************************************/
.services {
	width: 300px;
	float: right;
	margin: 10px 0 0px 0;
	padding: 0 0 10px 21px; 
	border-left: 0px solid #f6f6f6;
	overflow:hidden;
}
.services li {
	float:left;
	display: block;
	padding: 10px 5px 10px 70px;
}
.services li.info {
	background: url("../img/legacy/sprite.png") top left no-repeat;
	background-position: 0 -444px;
}
.services li.info p {
	line-height:16px;
	padding: 0px 0px 5px 0px;
}

.services li p {
	font-size: 11px;
}
.services li#first {
	background: transparent url("../img/legacy/sprite.png") repeat-y scroll right top;
	background-position: 0 -149px;
}
.services li#first:hover {
	background: #fff url("../img/legacy/sprite.png") top left no-repeat;
	background-position: 0 -149px;
}
.services li#second {
	background: url("../img/legacy/sprite.png") top left no-repeat;
	background-position: 0 -321px;
}
.services li#second:hover {
	background: #fff url("../img/legacy/sprite.png") top left no-repeat;
	background-position: 0 -321px;
}
.services li#third {
	background: url("../img/legacy/sprite.png") top left no-repeat;
	background-position: 0 -444px;
}
.services li#third:hover {
	background: #fff url("../img/legacy/sprite.png") top left no-repeat;
	background-position: 0 -444px;
}
/************************************************
*	Services2  									*
************************************************/
#services2 {
	width: 880px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 40px 20px; 
	border-left: 0px solid #f6f6f6;
	overflow:hidden;
}
#services2 .service_img {
	width: 65px;
	height: 60px;
	float: left;
	margin: 0px 0 0 0;
	padding: 0px; 
	overflow:hidden;
	/*background: url("../img/legacy/sprite.png") top left no-repeat;*/
}
#services2 .service_txt {
	width: 217px;
	float: left;
	margin: 0px 0 0 0;
	padding: 0px; 
}
#services2 li {
	width: 282px; 
	float:left;
	display: block;
	list-style: none;
	margin:0px 0 0 0px;
	padding: 10px 0px 10px 10px;
	overflow:hidden;
}
#services2 li#first:hover, #services2 li#second:hover, #services2 li#third:hover {
	background: #fff;
}
#services2 li#first .service_img {
	background-position: 0 -149px;
}
#services2 li#second .service_img  {
	background-position: 0 -444px;
}
#services2 li#third .service_img {
	background-position: 0 -321px;
}
#services2 li#first, #services2 li#second {
	border-right: 1px solid #d4d4d4;
}
#services2 li li{
	width: 100%;  
	height: 17px;
	float:left;
	display: block;
	list-style: none;
	margin:0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
/************************************************
*	Media Gallery  									*
************************************************/
#gallery {
	width: 960px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#gallery_box {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 15px 10px;
	overflow:hidden;
	display:block;
	}
#gallery_box h3 {
	margin: 10px 0px 5px 0px;
}
#gallery_box_image {
	width: 458px;
	height:135px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #f6f6f6;
	background:#FFF;
	overflow:hidden;
	}
	
#gallery_box_image a img  {
	-moz-opacity:0.60; /* for mozilla */
	opacity: 0.60; /* for safari */
	khtml-opacity: 0.60; /* for konquerer and older safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
#gallery_box_image a:hover img {
	-moz-opacity:1.0; /* for mozilla */
	opacity: 1.0; /* for safari */
	khtml-opacity: 1.0; /* for konquerer and older safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#gallery_box p, #gallery_box h3 {
	padding: 0px 10px;
	}

/************************************************
*	Contact Form  									*
************************************************/
.contactFrame {
	margin: 0px;
	padding: 10px  0 0 10px;
	}
.contactForm {
	margin:10px auto 0;
	width:450px;
	}
#content h2.form {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	color:#ccc;
	}
#content p.alert{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px;
	}
.contactForm ul {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	}
.contactForm ul li{
	background:transparent none repeat scroll 0 0 !important;
	line-height:1.3em;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
	margin:0 10px !important;
	padding:0;
	text-align:left;
	}
.contactForm label {
	background:#transparent none repeat scroll 0 0;
	color:#C0C0C0;
	display:block;
	font-size:10px;
	margin:0 0px 0 0;
	padding:2px;
	text-align:left;
	width:80px;
	}
.contactForm input:hover, .contactForm textarea:hover, .contactForm select:hover {
	background:#FEFDC5;
	}
.contactForm input:focus, .contactForm textarea:focus, .contactForm select:focus {
background:#fff;
	}
.contactForm textarea.fldemail, .contactForm textarea.fldrequired, .contactForm input.fldemail, .contactForm input.fldrequired {
	margin:0;
	}
.contactForm fieldset {
	border-style:solid;
	}
.contactForm textarea, .contactForm input {
	width:415px;
	}
.loginForm input {
	width:280px;
	}
.contactForm input, .contactForm textarea, .contactForm select, .loginForm input {
	margin:0 0 5px;
	padding:5px;
	vertical-align:top;
	border: 1px solid #e4e4e4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
span.reqtxt, span.emailreqtxt {
	color:#C0C0C0;
	display:block;
	font-size:9px;
	height:13px;
	line-height:13px;
	margin:0;
	text-align:right;
	vertical-align:top;
	width:421px;
	}
p.go, #maincontent p.go {
	margin:0;
	padding:0 !important;
	text-align:right;
	}
.contactForm input.sendbutton, #quoteForm .contactForm input.sendbutton, .loginForm input.sendbutton {
	/*border-color:#ECECEC #ADADAD #ADADAD #ECECEC !important;*/
	border-color:#234C92;
	margin:6px 15px 4px 0;
	width:100px;
	background:url(../img/legacy/header_bg3.gif) repeat-x top left;
	min-width:60px;
	text-align:center;
	text-shadow:0 1px 0 #000;
	color:#f6f6f6;
	font-size:16px;
		-moz-border-radius:11px;
		-moz-box-sizing:content-box;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	line-height:16px;
	padding:3px 8px;
	text-decoration:none;
}

#rightbox .recentcomments li{
	margin: 5px 0px 5px 0px;
	padding: 0 0 0px;
	width: 178px;
	float: left;
	line-height: 19px;
}
#rightbox .recentcomments li li {
	margin:0 0 4px 5px;
	padding:0px 0 0px 15px;
}
#rightbox .recentcomments li li {
	background: url(https://web.archive.org/web/20140318034127im_/http://mapproperties.net/wp-content/themes/map/images/arrow.gif) no-repeat scroll 0 6px;
}
.frontView{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px;
	width:483px;
	background-color:#FFF;
	float:left;
}
#maincontent .frontView p{
	padding-bottom: 2px;
}
.frontView img{
	margin: 0px 0px 0 4px;
	width:483px;
}
.frontText{
	margin: 0px;
	padding: 8px 8px 10px;
	border-bottom: 1px solid #000;
	position:absolute;
	top:466px;
	left:357px;
	width:467px;
	background-color:#7C1B03;
	-moz-opacity:0.80; /* for mozilla */
	opacity: 0.80; /* for safari */
	khtml-opacity: 0.80; /* for konquerer and older safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.frontView p{
	font-family:Verdana, Geneva, sans-serif;
	line-height:12px;
	margin: 5px 0px 4px;
}
.recentcomments {
    border-top: 1px dotted #CCCCCC;
    float: left;
    padding: 20px 0 0;
    width: 100%;
}
	#infowidget {
	width:408px;
	float:left;
	margin:20px;
	display:inline-block;
	}
	
	#infowidget span {
	color:#9f9f9f;
	font-size:25px;
	font-family:Georgia;
	font-style:italic;
 	}
	
	#infowidget ul {
 	width:100%;
 	color:#92CB90;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
	#infowidget li {
	padding:0 0 4px 23px;
	margin:0 15px 3px 0;
	width:40%;
	float:left;
	text-align:left;
	}

	#infowidget li a {
	color:#92CB90;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
	#infowidget  li.rss  {
	background:url(../img/legacy/feed.png) no-repeat left;
	}
	
	#infowidget  li.phone  {
	background:url(../img/legacy/phone.png) no-repeat left;
	}
	
	#infowidget  li.email  {
	background:url(../img/legacy/email.png) no-repeat left;
	}
	
	#infowidget  li.twitter  {
	background:url(../img/legacy/twitter.png) no-repeat left;
	}
	
	#infowidget  li.facebook  {
	background:url(../img/legacy/facebook.png) no-repeat left;
	}


.commentmetadata {
color:#ABAB91;
font-size:12px;
margin:0px;
padding: 5px 0 20px 10px;
text-transform:uppercase;
display:block;
}
#comments {
margin:30px 0 10px;
padding: 0 0 5px 0;
	border-bottom:1px dotted #2462A5;
	color:#235FA0;
}
#respond  h3 {
margin:5px 0 5px;
padding: 0 0 5px 0;
	border-bottom:1px dotted #2462A5;
	color:#235FA0;
}
.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited {
color:#ABAB91;
}
.avatar {
border:5px solid #fff;
height:40px;
margin-bottom:-15px;
margin-right:10px;
width:40px;
}
.comment {
border-bottom:1px solid #EEEEDD;
clear:both;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:15px;
width:100%;
}
.children .comment {
border-bottom:medium none;
border-top:1px solid #EEEEDD;
margin-bottom:0;
padding-top:15px;
}
.comment-reply-link, .comment-reply-link:visited {
background-color:#76A0B0;
color:#FFFFFF !important;
display:block;
float:right;
font-size:11px;
font-weight:bold;
margin-bottom:10px;
margin-top:-10px;
padding:2px 7px;
text-transform:lowercase;
}
.commentlist {
float:left;
margin-left:0;
padding-left:10px;
}
.comment-reply-link:hover {
background-color:#7BAB96;
color:#FFFFFF;
}
.cancel-comment-reply a:link, .cancel-comment-reply a:visited {
background-color:#76A0B0;
clear:both;
color:#FFFFFF !important;
display:block;
float:left;
font-size:10px;
font-weight:bold;
padding:0 5px;
text-transform:lowercase;
}
#commentform {
clear:both;
float:left;
}
.comment-author {
display:block;
padding:0px 0 0px 10px;
height:50px;
}
.cancel-comment-reply a:hover {
background-color:#7BAB96;
color:#FFFFFF;
}
#commentform small {
display:inline;
}
#respond {
float:left;
width:100%;
}
#commentform {
margin:10px 0 0 20px;
}
#commentform textarea {
background:#F8F7F6 none repeat scroll 0 0;
border:1px solid #D6D3D3;
padding:10px;
width:350px;
}
#commentform #email {
background:#F8F7F6 none repeat scroll 0 0;
border:1px solid #D6D3D3;
font-size:1.1em;
height:20px;
margin-bottom:3px;
padding-left:30px;
padding-top:6px;
width:220px;
}
#commentform #author {
background:#F8F7F6 none repeat scroll 0 0;
border:1px solid #D6D3D3;
font-size:1.1em;
height:20px;
margin-bottom:3px;
padding-left:30px;
padding-top:6px;
width:220px;
}
#commentform #url {
background:#F8F7F6 none repeat scroll 0 0;
border:1px solid #D6D3D3;
font-size:1.1em;
height:20px;
margin-bottom:3px;
padding-left:30px;
padding-top:6px;
width:220px;
}
.postList img {
    -moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 5px 15px 10px 0;
    padding: 4px;
}
.postList small, .archive .date{
	padding:2px 2px 2px 0px;
	margin:0 0 5px;
	
}
.archive h5{
	padding:2px 2px 2px 10px;
	margin:0 0 5px;
	background:#fff;
	font-weight:normal;
	
}
#rss{
	position:absolute;
	top:125px;
	right:270px;
	height: 64px;
	width: 165px;		
	display: inline;
	float:right;
} 
.ads a {
height:123px;
width:123px;
line-height:1000%;
background:#E7E7E7 none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:#666666;
font-size:12px;
font-weight:bold;
text-align:center;
display:block;
float:left;
margin:0 10px 10px 0;
}
/*- SideTabs -*/
.adTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 0px 0;
	width:100%;
}
.adTabs li{
	float:left;
	text-align:center;
	margin: 0 4px 0 0;
	width:84.6px;
	display:inline;
}
.adTabs li a{
	background:#d9d9d9;
	color:#666;
	font-weight:bold;
	padding:5px 0px;
	display: block;
	margin: 0 0px 0 0;
	border: 0px solid #D4D4D4;
}
.adTabs .last {
	margin: 0
}
.adTabs li a:hover,
.adTabs li a.tabactive{
	background:#ffffff;
	color:#363636;
	text-decoration: none
}
.adTabcontent {
	background: #ffffff;
	border: 0px solid #D4D4D4;
	clear: both;
	margin: 0px;
	padding: 15px 5px 5px;
}
.adTabcontent h3{
	margin: 0 0 20px 0;
	color:#bbb;
}
/*- Box2 (sidebar boxes) -*/
.adTabsFrame{
	margin: 5px 0 15px 0px;
	padding:8px;
	border:1px solid #E1E1E1;
background:#eaeaea;
}
.box2 .spacer.white{
	background: #ffffff;
	border: 0px solid #D4D4D4;
	clear: both;
	margin: 0px;
}

.postList, .archive .post{
	border-bottom: 1px #ccc dotted;
	clear: both;
	padding: 0px 0px 15px 0px;
	margin: 0px 0 15px;
}
#leftbox {
	width: 190px;
	float: left;
	display:block;
	margin: 0px 0 0;
	padding: 0px 8px 10px 10px;
	border-right: 1px solid #f0f0f0;
}
#rightbox {
	margin: 0px 0px 0 0px;
	padding: 0px 15px 10px 15px;
	width: 504px;
	display:block;
	float: left;
	overflow:hidden;
	border-right: 1px solid #f0f0f0;
}
.pannels{ background:#21631F;
background:-moz-linear-gradient(center top,#21631F, #1A4D18) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#21631F),color-stop(0,#1A4D18));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21631F',endColorstr='#1A4D18');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#21631F',endColorstr='#1A4D18')";
width:622px; padding:30px; float:left; display:inline-block;border-top: 1px solid #2B7429;border-right: 1px solid #133712;border-bottom: 1px solid #133712;
}
.pannel_text{background:#21631F;
background:-moz-linear-gradient(center top,#21631F, #1A4D18) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#21631F),color-stop(0,#1A4D18));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21631F',endColorstr='#1A4D18');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#21631F',endColorstr='#1A4D18')";
width:236px;height: 272px; padding:30px; float:left; display:inline-block;border-top: 1px solid #2B7429;border-left: 1px solid #2B7429;border-bottom: 1px solid #133712; position:relative; color:#fff; text-shadow:0 1px 0 rgba(0,0,0,0.5);
}
.pannel_text a,.pannel_text h1,.pannel_text h4{ color:#fff}
.pannel_text a:hover,.pannel_text h1:hover,.pannel_text h4:hover{ text-decoration:underline}
.sidebar h2{background:#307F2E;
background:-moz-linear-gradient(center top,#307F2E, #205D1E) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#307F2E),color-stop(0,#205D1E));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#307F2E',endColorstr='#205D1E');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#307F2E',endColorstr='#205D1E')";
}
#navbar,#nav li li a{background:#222;
background:-moz-linear-gradient(center top,#252525, #151515) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#252525),color-stop(0,#151515));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#151515');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525',endColorstr='#151515')";
}
#nav li.current_page_item a,#nav li li a:hover, #nav li li a:active{background:#43B240;
background:-moz-linear-gradient(center top,#43B240, #338831) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#43B240),color-stop(0,#338831));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43B240',endColorstr='#338831');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#43B240',endColorstr='#338831')";
}
.postnav{background:#1D541B;
background:-moz-linear-gradient(center top,#1D541B, #174316) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#1D541B),color-stop(0,#174316));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D541B',endColorstr='#174316');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D541B',endColorstr='#174316')";
}
#footer{background:#f5f5f5;
background:-moz-linear-gradient(center top,#f5f5f5, #d5d5d5) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#f5f5f5),color-stop(0,#d5d5d5));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#d5d5d5');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#d5d5d5')";
}
.search{
background:-moz-linear-gradient(center top,#286A26, #215920) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#286A26),color-stop(0,#215920));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#286A26',endColorstr='#215920');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#286A26',endColorstr='#215920')";
}	
#searchsubmit, #submit {background:#43B240;
background:-moz-linear-gradient(center top,#43B240, #338831) repeat scroll 0 0;
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(1,#43B240),color-stop(0,#338831));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43B240',endColorstr='#338831');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#43B240',endColorstr='#338831')";
}
.sidebar h2{color:#fff}
.slides{width: 620px; height: 270px; overflow: hidden; float: left; display: block; position: relative;
    }
#simplegallery1{-moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);}
.search {
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #2B7329;
    bottom: 50px;
    left: 17px;
    padding: 5px;
    position: absolute;
    width: 250px;
}
.news1{
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	/*background-color: #fff;
zoom: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);*/

    background: none repeat scroll 0 0 #F4FBE6;
    border-color: #CEE6A3 #BDD396 #BDD396 #CEE6A3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
	display: block; 
	float: left; 
	margin: 0pt 0pt 30px; 
	width: 315px;
	}
.footnote{float:right; margin:20px 10px 0; text-align:right; color:#454545}
.footnote h1,.footnote h3{color:#000}
.footnote h1{margin-bottom:15px; font-weight:bold}

ol li{
	list-style-type: decimal;
	margin: 0 0 18px 1.5em;
}
/*
     FILE ARCHIVED ON 03:41:27 Mar 18, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:05:52 Sep 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.605
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.053
  esindex: 0.011
  cdx.remote: 7.753
  LoadShardBlock: 76.835 (3)
  PetaboxLoader3.resolve: 45.632 (2)
  PetaboxLoader3.datanode: 60.284 (4)
  load_resource: 77.408
*/