﻿/* andreas02 - a free 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 (Jan 29, 2007)

Screen layout: */

body {
	background: #e1decd;
	margin: 0;
	padding: 0;
    font-family: "Palatino Linotype", Garamond, Times New Roman, Century Schoolbook, serif;
	color: #000;
	font-size: 12px;
	min-width: 700px;
}

a {
color:#336699;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#303030;
text-decoration:none;
}

h1 {
margin:0 0 0 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:8px 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.3em;
font-weight:normal;
}

p {
margin:0 5px 15px 4px;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 0px auto;
width:725px;
padding:0 0 0 0;
background:#ffffff;
}

/* Site title section */

#logo {
margin:2px 2px 2px 2px;
}

#logo h1 a {
color:#ccd9b0;
margin:10px 0 0 25px;
text-decoration:strong;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */

#toptabs {
margin:10px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p {
text-align:right;
color:#333;
}

.toptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:strong;
background:#f0f0f0;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover {
background:#fafafa;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab {
padding:4px 5px 3px 5px;
margin:0 0 0 4px;
color:#505050;
text-decoration:none;
background:#ffffff;
border-bottom:1px solid #ffffff;
}

.activetoptab:hover {
text-decoration:none;
border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
width: 100%;
padding:4px 27px 4px 26px;
margin:0 0 4px 0;
text-decoration:strong;
font-size:1.2em;
font-style: italic;
line-height:1.5em;
background:#ccd9b0;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
border-left:1px solid #ccd9b0;
}

.navitab:a {
color:#303030;
}

.navitab:hover {
text-decoration:strong;
background:#b1bcda;
border-bottom:1px solid #ffffff;
}

.activenavitab {
width: 100%;
padding:4px 27px 4px 26px;
color:#ffffff;
margin:0 0 4px 0;
font-size:1.2em;
font-style: italic;
line-height:1.5em;
text-decoration:strong;
background:#B4C78B;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}

.activenavitab:hover {
text-decoration:strong;
color:#ffffff;
}

/* Header description */

#head {
	width: 100%;
	margin: 0 0;
	background: #B4C78B url(images/header-footer-column.jpg) repeat-y center;
}

#desc {
height:250px;
color:#ffffff;
padding:0;
background:#505050 left no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

/* Main content */

#main {
width:550px;
float:left;
padding:0 0 0 0;
margin:5px 0px 5px 5px;
border-right:2px solid #ccd9b0;
}

/* Sidebar */

#sidebar {
background: #ffffff;
width:160px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
	width: 100%;
	clear: both;
	padding: 0 0 0 0;
	background: #B4C78B url(images/header-footer-column.jpg) repeat-y center;
}

#footer a {
color:#336699;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#000000;
align:center
font-size:1.1em;
line-height:1.3em;
text-align:center;
margin:5px 0 5px 0;
padding:5px 5px 5px 25px;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

.sidelink {
text-align:left;
font-size:1.2em;
display:block;
width:145px;
background:#ccd9b0 top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 5px 5px 0;
}

.sidelink:a {
color:#303030;
}

.sidelink:hover {
background:#b1bcda top right no-repeat;
text-decoration:none;
border:none;
}

.hide {
display:none;
}

/* Steele's Add Ins */

#main img {
margin: 10px;
}