/* RIA Mobile GIS website uses '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
Original 'Andreas01' Version : 1.0 (July 25, 2005)
Updated RIA Mobile GIS Version : 2.0 (April 08, 2007)

Print layout: */

body {
margin: 0 auto;
padding: 0;
font: 90% Verdana,Tahoma,Arial,sans-serif;
}

#frontphoto, #avmenu ul, #avmenu p, #extras, .announce, .hide {
display: none;
}

#header {
clear: both;
margin: 15px 0 10px 0;
padding: 0;
height: 95px;
border-bottom: 4px solid #f0f0f0;
}

#header h1 {
width: 45%;
text-align: right;
float: right;
margin: 25px 10px 0 10px;
font-size: 2.2em;
color: #005773;
}

#header p {
width: 45%;
float: left;
text-align: left;
margin: 0 10px 0 20px;
font-size: 0.8em;
line-height: 1.2em;
}

#header img {
padding: 1px;
display:inline;
}

#content {
margin: 0 18px 20px 18px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: justify;
}

#content h2 {
font-size: 1.5em;
color: #005773;
margin: 10px 0 20px 0;
padding: 5px 0px 5px 0px;
border-bottom: 2px solid #005773;
border-right: 2px solid #005773;
}

#content h3 {
font-size: 1.1em;
color: #005773;
margin: 10px 0 10px 0;
padding: 5px 0px 5px 0px;
border-bottom: 1px dashed #005773;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#content table{
margin: 30px 0px 15px 0px;
border: 1px dashed #005773;
}

#content tr{
font-size: 90%;
background-color: #F7F7F4;
line-height: 1.4;
}

#content td{
padding: 3px 0px 3px 0px;
text-align: center:
}

h3 {
font-size: 1.2em;
margin: 10px 0px 10px 0px;
padding: 5px 0px 3px 0px;
color: #005773;
}

a {
text-decoration: none;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 5px 0;
border-top: 4px solid #f0f0f0;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer p {
clear: both;
margin: 5px 0 5px 0;
padding: 5px 0 5px 0;
background-color: #F4F4F4;
}


#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}