/* Additions for post-Mambo version */
body {
	font-size: 100%; margin: 0px; color: #222; padding: 0 10px 0 10px;
	background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;
/* 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;  */
}

#contain {
	font-size: 1.0em;
	min-width: 40em;
	max-width: 60em;
	text-align: left;
	margin: 0px auto;
}

#topgrad {
	background: white url(/images/ao/white-green5.gif) repeat-x bottom;
	max-height: 11px;
	margin:5px 0 0 0;
}
#top_lcorner { background: url(/images/ao/tl.gif) no-repeat top left; }
#top_rcorner { background: url(/images/ao/tr.gif) no-repeat top right; }
#btm_lcorner { background: url(/images/ao/bl.gif) no-repeat top left; }
#btm_rcorner { background: url(/images/ao/br.gif) no-repeat top right; }

#topbar { background-color: #679900; height: 59px;}
#topbarL {width: 55%; background-color: inherit; float:left; text-align:center; height: 59px;display: inline;}
#topbarR {float:right; background-color: inherit; height: 59px; padding: 0 10px 0 0; }

#navig {
	clear: both;
	float: left;
	background: #679900 url(/images/ao/green-black.gif) repeat-x left bottom;
}
#navig ul {
	list-style: none;
	padding:0;
	margin:0;
}
#navig li {
	float: right;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 2px 0 0;
}
#navig li a {
	padding: 0 1em;
	text-decoration: none;
	color: #444;
	background-color: #b3cc7f;
	font-size: 1.2em;
}
#navig a:hover {
	color: #222;
	background-color: #8db23f;
}

#navig #here a {
	font-weight: bold;
	color: black;
	position: relative;
	top: 1px;
	background-color: #efeaef;
}

.text_main {
	border: 0px;
	clear: both;
	padding: 0em 10% 0em 10%;
}
.text_main img { border: 2px #111 solid; }
#img_left {
	margin: 0em 2em 1em 0em; float: left;
}
#img_right {
	margin: 0em 0em 1em 2em; float: right;
}

#current-projects {
	clear:both;
}

#content {
	background: #efeaef;
	border: 1px solid ;
	clear: both;
	padding: 1em 0em 0em 0em;
}
#copygrad1 {
	background: #679900 url(/images/ao/black-green.gif) repeat-x left top;
	min-height: 7px;
}
#copyw {
	text-align: center;
	background-color: #679900;
}
#copygrad2 {
	background: white url(/images/ao/green5-white.gif) repeat-x left bottom;
	max-height: 7px;
}

/* Based on Mambo version  */
td {
	font-size: 100%; color: #333333; 
}
tr {
	font-size: 100%; color: #333333;
}
p {
	font-size: 100%; color: #333333;
}
div {
	font-size: 100%; color: #333333;
}
.pagetext {
	display: none; visibility: hidden; position: relative; top: 0px
}
h1 {
	font-weight: bold; font-size: 1.6em;
}
h2 {
	font-weight: bold; font-size: 1.5em;
}
h3 {
	font-weight: bold; font-size: 1.4em;
}
h4 {
	font-weight: bold; font-size: 1.3em;
}
h5 {
	font-weight: bold; font-size: 1.2em;
}
h6 {
	font-weight: bold; font-size: 1.1em;
}
a:link {
	font-size: 100%; color: #339900; text-decoration: none
}
a:visited {
	font-size: 100%; color: #339900; text-decoration: none
}
a:hover {
	font-size: 100%; color: #999933; text-decoration: underline
}
a:active {
	font-size: 100%; color: #339900; text-decoration: underline
}



form {
	font-size: 1em;
}
select, textarea, .checkbox, .inputbox {
	border: 1px #777 solid;
	font-size: 1em;
	padding: 0;
	margin: 0.1em 0.5em 0em 0em;
	color:inherit;
	background-color:white;
}

input:hover, input:focus, select:hover, select:focus, 
textarea:hover, textarea:focus {
	border: 1px green solid;
}



