/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #dbdfc8 url(bg_green_fade.gif) top left repeat-x;
}

#wrap {
background: #fff;
color: #303030;
margin: 0 auto;
width: 750px;
}

/*Start comment here*/
div.menubar{
    background-color:#24482A;
    border-bottom:10px solid #FFFFFF;
    display:block;
    height:27px;
    line-height:1.6em;
    margin:0 25px 0 26px;
    padding:10px 0;
    position:relative;
    text-align:left;
    width:700px;
}
#menubar {
    position:relative;
    margin: 0px 25px 0px 26px;
    padding: 10px 0px 10px 0px;
    line-height: 1.6em;
    text-align: left;
    background-color:#24482a  ;
    width:700px;
    display:block;
    font-size:1.0 em;
    font-weight:bold;
    border-bottom: 10px solid #fff;
    height:27px;
}
#menubar  a {
	border: 0;
	border-top: 8px solid #24482a;
	border-bottom: 8px solid #24482a;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#fff;

}
#menubar  a#current {background-color: #fff; color:#24482a;
	border-top: 5px solid #a0d08c;border-bottom: 12px solid #fff;

} 
#menubar a:hover {background: #a0d08c; color: #FFF; font-weight: bold;
 text-decoration: none;border-top: 5px solid #a0d08c;border-bottom: 5px solid #a0d08c;}

/*End comment here*/

#currentHome {position:relative;
background-color: #fff; color:#24482a;
	border-top: 7px solid #a0d08c;border-bottom: 12px solid #fff;
height:25px;left:12px;width:92px;
}

#currentMapData {position:relative;
background-color: #fff; color:#24482a;
	border-top: 7px solid #a0d08c;border-bottom: 12px solid #fff;
height:25px;left:116px;width:145px;
}


#currentService {position:relative;
background-color: #fff; color:#24482a;
	border-top: 7px solid #a0d08c;border-bottom: 12px solid #fff;
height:25px;left:273px;width:104px;
}

#currentResources {position:relative;
background-color: #fff; color:#24482a;
	border-top: 7px solid #a0d08c;border-bottom: 12px solid #fff;
height:25px;left:389px;width:128px;
}

#currentAbout {position:relative;
background-color: #fff; color:#24482a;
	border-top: 7px solid #a0d08c;border-bottom: 12px solid #fff;
height:25px;left:529px;width:95px;
}




#content {
margin: 0px 25px 0px 25px;
border-left: 0px solid #f0f0f0;
border-right: 0px solid #f0f0f0;
padding: 10px 10px 10px 10px;
line-height: 1.6em;
text-align: left;
background-color: #fff;

}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0px;
display:inline;
background: #cccccc;
border: 0px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
font-weight:bold;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #a0d08c;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #f0f0f0;
width: 700px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
font-weight:normal;
}

#footer a:hover {
text-decoration: underline;

}

.smallerfont { font-size:8pt;}


.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}


table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: #f0f0f0;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #f0f0f0;
	background-color: white;
	-moz-border-radius: ;
	font-weight:normal;
	text-decoration:none;
}
table td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #f0f0f0;
	background-color: white;
	-moz-border-radius: ;
}






.mytable {
	border-width: 0px;
	border-spacing: 1px;
	border-style: none;
	border-color: #f0f0f0;
	border-collapse: collapse;
	background-color: white;
}
.mytable th {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #f0f0f0;
	background-color: white;
	-moz-border-radius: ;
	font-weight:normal;
	text-decoration:none;
}
.mytable td {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #f0f0f0;
	background-color: white;
	-moz-border-radius: ;
}
