/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Screen layout: */

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#336600 url(images/bg.gif) top center repeat-y;
color:#404040;
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:760px;
}

/***** Various tags *****/

a {
text-decoration:none;
font-weight:bold;
color:#006633;
color:#006699;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#006633;
color:#006699;
background-color:inherit;
}

a img {
border:0 !important;
}

p {
margin:0 0 1.4em 0;
}

/***** Header *****/

#header {
margin:10px 0 0;
padding:0;
height:65px;
}

#header h1 {
color:#006633;
color:#006699;
background-color:inherit;
width:350px;
margin:0 0 10px;
font-size:2em;
float:left;
}

#header h1 a {
color:#006633;
color:#006699;
background-color:inherit;
text-decoration:none;
}

#header p {
width:400px;
float:right;
text-align:center;
margin:8px 0 0;
font-weight:bold;
line-height:1.3em;
}


/***** Left sidebar *****/

#leftside {
clear:left;
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#006633;
color:#006699;
background-color:inherit;
font-size:1.3em;
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:#006633;
color:#006699;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}


/***** Right sidebar *****/

#date {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}
#extras {
float:right;
width:140px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p, #extras ul {
margin:0 0 16px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
}

#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:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#404040;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}

#quicklinks {
background-image: url(images/quicklinks.png); align: bottom;
float: right;
height: 100px;
width: 140px;}
}

#quicklinks .heading {
	color: #FFFFFF !important;
	padding-top: 10px !important;
	margin-left: 12px !important;
	font-size: 16px !important;
	font-weight: bold !important;
}
#quicklinks p {
	margin-top: 5px;
	margin-left: 12px;
	font-size: 11px;
	color: #000;
}


#quicklinks { height: 45px; cursor: hand; }
#quicklinks { margin-top: 1px; }
/***** Main content *****/

#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.5em;
}

#wide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:15px 50px 0 10px;
line-height:1.5em;
}


h2 {
color:#006699;
color: #006633;
font-size:19px;
margin:0 0 10px;
padding-top: 15px;
}

 h3 {
font-size:17px;
color:#006633;
color:#006699;
color: #006633;
font-weight:bold;
margin:0 0 8px;
}

 h4 {
font-size:14px;
font-weight:bold;
margin:0 0 8px 0px;
color:#990000;
}

ul, wide ul, ol, wide ol {
margin:0 0 16px 20px;
padding:0;
}

 li, wide li, wide2 li {
margin:0;
padding:0 0 0 5px;
}

 ul ul, wide ul ul, ol ol, wide ol ol {
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:760px;
text-align:left;
color:#808080;
background:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}
#footer .readmore
{
text-align:right;
margin: -12px 0px 12px 0;
font-size: 11px;}

/***** 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:11px;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.readmore
{
text-align:right;
margin: 0px 0px 12px 0;
font-size: 11px;}

#wide .readmore
{
text-align:left;
margin: 0px 0px 12px 0;
font-size: 11px;}


.clearing {
clear:both;
padding:0;
margin:0;
visibility:hidden;
}

#photo {
height: 150px;
width: 90%;
}

#photohome {
height: 120px;
width: 90%;
}

#photo p {
font-size: 11px;
}

.hide {
display:none;
}

.imgborder {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

/* Left Nav */
#navi {
    z-index:99;
	padding-bottom: 15px;
}
#navigation {
    width:140px;
    padding:0;
    margin:0;
    /*float:left;*/
    background: #f4f4f4;
    z-index:1;
}
#navi ol li {
    position: relative;
    list-style:none;
    margin: 0;
    padding:0;
}
* html #navi ol li { /* Fix IE. Hide from IE Mac */
    float: left;
    height: 1%;
}

/* Styles for Menu Items */
#navi ol li a {
    display: block;
    text-decoration: none;
 /*  color: #003366;*/
    background: #f4f4f4; /* IE6 Bug */
    padding: 6px 6px 10px 6px;
    border-top: 1px solid #fff;
    border-left: 4px solid #ccc;
	
}
* html ol li a {  /* Fix IE. Hide from IE Mac */
    height: 1%;
}  

#navi .current {
border-left: 4px solid #006633;
border-left: 4px solid #006699;
}

#navi ol .sub {    
    position: absolute;
    left: 140px; /* in from left */
    top:0;    
    margin:0;
    padding:0;
    width: 186px;
    border-left: 0px;
    float:left;
    float:left;
    background: #FFFFFF;
    /*display: none;*/
} 
#navi ol .sub ol {    
    position: absolute;
    left: 186px;
    top:0;    
    margin:0;
    padding:0;
    width: 186px;
    border-left:0;
    border-left: 0px solid #E7E8EB;
    float:left;
    /*display: none;*/
}  
   
li ol {
    display: none;
}
#navi li ol li a { /* Sub Menu Styles */
    padding: 5px 16px 5px 16px;
    background: #E7E8EB;
    border-color: #ffffff;
	border-left: 4px solid #ccc;
}
#navi a:link {
    color : #063;
    color : #069;
    text-decoration : none;
    font-weight: bold;
}

#navi li ol li a:link { /* Sub Menu link Styles */
    color : #006633;
    color : #006699;
    text-decoration : none;
    font-weight: bold;
}


#navi a:visited {
    color : #006633;
    color : #006699;
    text-decoration : none;
    font-weight: bold;
}


#navi a:active {
    color: #006633;
    color: #006699;
    /* background: #006633;*/
    font-weight: bold;
}

#navi li a.highlight {
    color: #006633;
    color: #006699;
    /* background: #ccc;*/
    font-weight: bold;
}


#navi a:hover { /* Hover Styles */
    background: #006633;
    background: #006699;
    font-weight: bold;
background-color:#eaeaea;
border-left:4px solid #006633;
border-left:4px solid #006699;
}


#navi li:hover ol, li.over ol { /* The magic */
    display: block;
}
