/* 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: #bfbfbf;
	margin: 0;
	padding: 0;
    font-family: "Palatino Linotype", Garamond, Times New Roman, Century Schoolbook, serif;
	color: #000;
	font-size: 14px;
	min-width: 900px;
}

a {
color:#336699;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#303030;
text-decoration:none;
}

h1 {
margin:0 35px 0 35px;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:15px 0 12px 0;
color: #404040;
font-size:1.4em;
font-weight:strong;
}

h3 {
margin:0 0 10px 0;
font-size:1.3em;
font-weight:normal;
}

h4 {
margin:0 0 10px 0;
color: #8f783d; 
font-size:1.3em;
font-weight:strong;
}

h5 {
margin:0 0 0 1px;
font-size:.8em;
font-weight:normal;
}

p {
margin:0 5px 15px 10px;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 0px auto;
width:950px;
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;
}

#logo h4 a {
color:#ccd9b0;
margin:10px 0 0 10px;
text-decoration:strong;
border:none;
}

#logo h4 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
width: 100%;
padding:0px 0px 0px 0px;
margin:0 0 4px 0;
text-decoration:strong;
font-size:1.1em;
font-style: italic;
line-height:2.1em;
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:0px 0px 0px 0px;
color:#ffffff;
margin:0 0 4px 0;
font-size:1.1em;
font-style: strong;
line-height:2.1em;
text-decoration:strong;
background:#f2f2f2;
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: #65848c 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:735px;
float:left;
padding:0 0 0 0;
margin:5px 0px 5px 10px;
border-right:2px solid #ccd9b0;
}

/* Sidebar */

#sidebar {
background: #fffff;
width:200px;
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: #65848c url(images/header-footer-column.jpg) repeat-y center;
}

#footer a {
color:#ffffff;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#000000;
align:center
font-size:.9em;
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;
}