/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(bg.gif) top center repeat-y;
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:830px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}



/***** Header *****/
#header {
margin:1px 0 0;
padding:0,0,0,0;
height:115px;
background:url(../images/siteheader.jpg) no-repeat;
}

#header h1 {
color:#505050;
background-color:inherit;
width:250px;
margin:0 0 10px;
font-size:2.2em;
float:left;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:500px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

#slideShowImage {
margin:0 140px 5px 5px;
padding:0 10px;
line-height:1.6em;
}

#slideShowButtons {
clear:left;
float:left;
width:40px;
margin:0 0 5px;
padding:0;
}

#slideShowImage img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}


/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.1em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #2D78C9;
border-top:4px solid #2D78C9;
line-height:1.0em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}



/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:120px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:120px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Right sidebar *****/
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
font-size:0.9em;
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:0.9em;
font-weight:normal;
}

/* All Links on right sidebar */

#extras a {
font-size:0.9em;
font-weight:normal;
}


/* WebPage Links on right sidebar */

#extras .webpages {
font-size:1.2em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:#C7E0FF;
border-left: 1px solid #6699cc;
border-right:1px solid #6699cc;
border-top:1px solid #6699cc;
border-bottom:1px solid #6699cc;
font-size:1.0em;
margin:0 20 0 0px;
padding:0;

}

/***** Main content *****/
#content {
margin:0 140px 5px 0px;
padding:0 10px;
line-height:1.6em;
font-size: 11px;
width:500px;
overflow:hidden;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
}

#contentwide {
margin:0 0 5px 0px;
padding:0 0 0 10px;
line-height:1.6em;
font-size: 11px;
width:590px;
overflow:hidden;
}

#content h2,#contentwide h2 {
font-size:1.2em;
margin:10 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.2em;
margin:0 0 8px;
}


#listingDisplay {	
	background:#fff;	
	border:1px solid #E1E1E1;
	margin:0 0 20px;	
}

#listingDisplay table { 
 vertical-align: top;
 padding: 0px;
 width:100%;
}

#listingDisplay tbody tr:hover{
 	 background-color: #edf5ff;
	 color:inherit;	
 }


#listingDisplay thead{
   background-color: #2D78C9;
   color: #1B3557;
   font-weight: bold;
   font-size: 12px;    
 }


#listingRow
{
   font-size: 11px;
   background-color: #FFFFFF;
   vertical-align: top;
}

#listingHeader
{
   font-size: 11px;
   background-color: #C7E0FF;
   vertical-align: top;
}

#addItem
{			
	text-align:right;
	width: 100%
	left: 20px;
}

#wapper {
    padding: 0px;
    border: 0px;
    margin: 0px;
	width: 100%;
}

.tight {
	width:10%;
	white-space: nowrap;
}


#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

/* right side */
#summary {
	float: top;
	margin: 0 10px 10px 0;
}


#changedNav {
margin:1px 0 0;
padding:0,0,0,0;
height:50px;
font-size: 9px;
}

#changedContent {
margin:0 10x 5px 0px;
padding:0 10px;
line-height:1.6em;
font-size: 11px;
width:300px;
overflow:hidden;
}

