/* 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)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
padding: 10px 10px 10px 10px;
width: 82%;
}

#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: #13366c;
}

#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;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 155px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 155px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 7px;
background: #f4f4f4;
border-left: 4px solid #96ACB9;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #005773;
border-left: 4px solid #005773;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 135px;
color: #2e66b9;
background-color: #F4F4F4;
line-height: 1.4em;
}

#extras {
float: right;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras h3 {
background-color: #6995E1;
color: #FFFFFF;
padding: 3px;
font-size: 1.2em;
margin: 0 0 10px 0;
}

#extras p {
margin: 0 0 1.5em 0;
}

#extras ul {	
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}	

#extras li {
margin-bottom: 4px;
}

#extras li a {
text-decoration: none;
color: #2e66b9;
display: block;
padding: 3px 0px 4px 5px;
background: #f4f4f4;
}	
	
#extras li a:hover {
background: #eaeaea;
color: #005773;
}

#content {
margin: 0 147px 20px 163px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: justify;
}

#content ul {	
list-style: disc inside;
}	

#content h2 {
font-size: 1.6em;
color: #194890;
margin: 15px 0 20px 0;
padding: 10px 0px 5px 0px;
border-bottom: 2px solid #194890;
border-right: 2px solid #194890;
}

#content h3 {
font-size: 1.2em;
color: #194890;
margin: 25px 0 10px 0;
padding: 5px 0px 5px 0px;
border-bottom: 1px dashed #194890;
border-right: 1px dashed #194890;
}

#content h4 {
font-size: 1.1em;
color: #194890;
margin: 25px 0 10px 0;
padding: 5px 5px 5px 5px;
background-color: #F4F4F4;
}

#content img {
padding: 1px;
display: inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#content table{
margin: 30px 0px 15px 0px;
border: 1px dotted #194890;
text-align: left;
}

#content tr{
font-size: 99%;
background-color: #F4F4F4;
line-height: 1.6;
}

#content td{
padding: 4px 10px 4px 10px;
text-align: left;
}
	
#content strong{
color: #13366C;
}
	
h3 {
font-size: 1.2em;
margin: 10px 0px 10px 0px;
padding: 5px 0px 3px 0px;
color: #194890;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
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;
}

.textcolor {
text-align: right;
color: #96ACB9}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
