/* 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: #f4f4f4 url(../graphics/bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 20px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 760px;
margin: 0 0 10px 0;
float: left;
text-align:center;
}

#header p {
width: 760px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
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 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#avmenu li ul {
  margin-bottom:0px;
  }

#avmenu li ul li {
  margin-left: 10px;
  margin-top: 4px;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

.clientLogin {
  margin: 10px 0 10px 0;
  padding: 10px;
  width: 130px;
  color: #505050;
  background-color: #f4f4f4;
  line-height: 1.3em;
}

.clientLogin input {
  font: 85% Verdana,Tahoma,Arial,sans-serif; 
}

.announce h3 {
  font-size: 1.1em;
  }

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 0 20px 160px;
border-left: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: center;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#contentNoImages {
margin: 0 0 20px 160px;
border-left: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: center;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a,
a:visited {
text-decoration: none;
color: #286ea0;
}

a:hover,
a:focus {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

p {
  text-align:justify;
  }

.leftButtons {
  margin: 0px 0px 5px 20px;
  float: left;
  color:#286ea0;
  background-color:#f4f4f4;;
  border:1px solid #286ea0;
  padding: 2px;
  font-weight: bold;
}
.rightButtons {
  margin: 10px 20px 5px 0px;
  float: right;
  color:#286ea0;
  background-color:#f4f4f4;;
  border:1px solid #286ea0;
  padding: 2px;
  font-weight: bold;
}
.backButtons {
  margin: 0px 15px 5px 0px;
  float: left;
  color:#286ea0;
  background-color:#f4f4f4;;
  border:1px solid #286ea0;
  padding: 2px;
  font-weight: bold;
}
.forwardButtons {
  margin: 0px 0px 5px 15px;
  float: right;
  color:#286ea0;
  background-color:#f4f4f4;;
  border:1px solid #286ea0;
  padding: 2px;
  font-weight: bold;
}

.textleft {
text-align: left;
}


.textIndent {
margin-left:30px;
text-align: left;
}


.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.newsHeader {
  font-weight:bold;
  float: left;
  width: 400px; 
  margin: 0px;
  }
  
.newsDate {
  float: right;
  width: 175px; 
  margin: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: right;
  font-size: 9px;
  }

.newsIntro {
  margin-bottom: 25px;
  text-align: justify;
  border-bottom: 1px dashed #286ea0;
  }
  
.categoryHeader {
  width: 575px;
  font-weight:bold;
  clear: right;
  border-bottom: 1px solid #286ea0;
  }
  
.thumbNail {
  text-align:center;
  float: left;
  width: 143px;
  margin-bottom: 20px;
  }
  
.timelineThumbNail {
  text-align:center;
  float: left;
  width: 110px;
  margin-bottom: 20px;
  }
  
.smallThumbNail {
  text-align:center;
  float: left;
  width: 96px;
  margin-bottom: 20px;
  }

.miniThumbNail {
  text-align:center;
  float: left;
  width: 76px;
  margin-bottom: 20px;
  }

.tinyThumbNail {
  text-align:center;
  float: left;
  width: 56px;
  margin-bottom: 20px;
  }

.miniThumbNail img{
  border-width: 2px;
  }



.plainText {
  font-weight: normal;
  }

#buttonArea {
  bottom-border: 1px solid red;
  }
  
.caption {
  text-align: center;
  color: #286ea0;
  border-bottom: 1px solid #286ea0;
  padding-bottom: 10px;
}

#thumbNailArea img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
  }
  
.clearAbove {
  clear:both;
  margin-top: -12px;
  }
#popUp {
  margin: 30px;
  padding: 10px;
  text-align: center;
  background-color:#CCCCCC;
  }
.redHead{
  color:#FF0000;
  font-weight: bold;
  border-bottom: 1px solid #286ea0;
  padding-bottom: 10px;
  }
.greenHead{
  color:#00FF00;
  font-weight: bold;
  border-bottom: 1px solid #286ea0;
  padding-bottom: 10px;
  }
  
#TB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:100%;
  background-color:#000;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: none;
  }

#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:101;
}

.mapLabels {
	width: 160px;
	height: 40px;
	color: #505050;
	padding: 3px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
	/*font: 76% Verdana,Tahoma,Arial,sans-serif;*/
	background: #eaeaea;
	border-left: 4px solid #286ea0;
	text-align: left;
	line-height: 1.5em;
}

#map {
	width: 575px; 
	height: 350px;
	}

#map img, #map a img { 
	border: 0px;
	background: none;

}

hr {
  border-bottom: 1px solid #286ea0;
  }

tr {
  margin-bottom: 10px;
  }
  
.headerRow tr {
  margin-bottom: 2px;
  border-bottom: 1px solid #286ea0;
  }
  

.leftCol {
  width: 210px;
  float: left;
  text-align: left;
  }
 
.leftCol img {
  border: none;
  }
 
.rightCol {
  margin-left: 220px;

  }
  
.pFirst {
  margin-top: 0px;
  }
  
.pSingle {
  margin: 0px;
  }