/************* Global *************/
html,body {height:100%}

* {
margin: 0;
padding: 0;
}

body,td,p{
font-family: Tahoma, Verdana, sans-serif;
font-size:10pt;
}

input, select, textarea {
font-family: Tahoma, Verdana, sans-serif;
font-size:8pt;
letter-spacing:1px;
}

.button {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color: #FFFFFF; 
	border-style: dashed; 
	border: 1px dashed #000000; 
	background-color: #5f6e42;
}

.searchfound {background:#CCCCCC;}

.label {font-size:10pt;font-weight:bold;}

hr {margin:0;border: 1px dashed #95ba46;}

a {
text-decoration: none;
color: #000000;
}

a.smaller {
text-decoration: underline;
color: #779a31;
font-size:8pt;
}

.quotelist {
	text-decoration: none;
	color: #95ba46;
	font-size:8pt;
	background: #ffffff;
	padding-left: 5px;
	text-align:left;
}

blockquote {
background: #f4f2f2;
margin-top:2px;
margin-left:15px;
padding: 5px;

border: 1px solid #999999;
}

th {background: #95ba46;font-size:12pt;}

.message {color:red;font-size:8pt}



/************* Container *************/
#container {
height: auto !important;
min-height: 100%;
padding-bottom: 15px;
position: relative;
background: #95ba46 url(images/containerBg.gif) bottom left repeat-x fixed;
}

* html #container {
	height: 100%;
}

/************* Header *************/
#headerWrap {
height: 59px;
background: url(images/headerBg.gif);
}

#header {
width: 785px;
margin: 0 auto;
}

#header h1 a {
font-size: 30px;
letter-spacing: -1px;
padding-top: 5px;
float: left;
color: #95ba47;
}

ul#navigation li {
list-style-type: none;
float: right;
}

ul#navigation li.left {
list-style-type: none;
float: left;
}

ul#navigation li a {
padding: 15px 7px 12px;
display: block;
font-size: 17px;
color: #fff;
}

ul#navigation li a:hover, #footer a:hover {

background: #5f6e42;
}

/************* Content *************/
#content {
width: 785px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

#content:after {
content: "."; 
display: block; 
clear: both; 
height: 0;
visibility: hidden
}	

#content a:hover {

color: #000000;
text-decoration:underline;
}
#content a.nohover:hover {
background: #ffffff;

}

/* 
Header with picture and site description.
It uses a hack for vertical-align because IE doesn't work properly with tables
*/
#contentHeader {
margin: 15px auto;
width: 710px;
height: 182px;
background: url(images/header.gif) no-repeat;
border: 1px solid #44434c;
position: relative;
}

#contentHeader[id] {
display: table;
position: static;
}

#siteDescription {
position: absolute;
top: 50%;
padding-left: 25px;
color: #44434c;
}

#siteDescription[id] {
display: table-cell;
vertical-align: middle;
position: static;
}

#siteDescription p {
position: relative;
top: -50%;
}

#content h2 {
margin: 10px 0;
border-bottom: 1px solid #96bb47;
font-size: 20px;
}

#content h3 {
margin-bottom: 12px;
font-size: 16px;
}

#content h4 {
margin-bottom: 12px;
font-size: 14px;
}

#content ul {
padding: 10px 15px 10px 20px;
list-style-image: url(images/arrow.gif);
}

#contentbooks {
width: 820px;
margin: 7px auto 0;
background: #fff;
border: 1px solid #fff;
position: relative;
}

/************* Main *************/

#main {
margin: 0 15px;
width: 500px;;
float: left;
}

#main_sec {
margin: 0 15px;
width: 95%;
float: left;
}

.post {
text-align: justify;
}

/************* Secondary *************/

#secondary {
width: 220px;
margin: 0 15px;
float: right;
}

/************* Search *************/
#searchform input {
background: #f7f7f7;
font-size: 0.9em;
}

#searchsubmit {
margin-top: 5px;
padding: 0 10px;
text-align: center;
}

#searchform fieldset {
border: 0;
}

/************* Footer *************/
#footer {
position: relative;	
clear: both;
margin: 0 auto;
background: #45444d;
width: 785px;
color: #fff;
border: 1px solid #fff;
clear: both;
text-align: center;
}

#footer a {
color: #fff;
font-weight: bold;
}
