/* =============================================================== */
/* BASIC ELEMENTS */
/* =============================================================== */

html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* center on ie */
	margin: 0;
	padding: 0;
	min-width: 800px;
	background: #D0D9CA;
	font-family: Georgia, Palatino, Times New Roman, serif;
	color: #74966F;
}

p, h1, h2, h3, ul, blockquote {
	margin-top: 0px;
	margin-bottom: 20px;
}

blockquote {
	margin-left: 5px;
	border-left: 3px #D0D9CA solid;
	padding-left: 10px;
	font-style: italic;
}

p, li {
	font-size: 14px;
}

p {
	line-height: 18px;
}

h1, h2 {
}

#quote h3 {
	font-family: Georgia, Palatino, Times New Roman, serif;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
}

#quote p {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0px;
}

#main-left h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

#main-left p {
	font-size: 12px;
	line-height: 16px;
}

/* =============================================================== */
/* LAYOUT */
/* =============================================================== */

#container, #header, #quote, #main, #footer {
	width: 100%;
	text-align: center; /* center in IE */
}

#container-inner, #quote-inner, #main-inner, #footer-inner {
	width: 760px;
	margin: 0px auto; /* center on everything else */
	text-align: left;
}

#header-inner {
	width: 800px;
	margin: 20px auto; /* center on everything else */
	text-align: left;
}

#nav {
	position: relative;
	text-align: right;
}

#quote-inner, #main-inner, #footer-inner {
	background: #fff;
	padding: 20px;
}

#quote-inner, #main-inner {
	border-bottom: 1px solid #D0D9CA;
}

/* =============================================================== */
/* COLUMNS AND OTHER WAYS TO BREAK UP PAGES */
/* =============================================================== */

#main-left {
	float: left;
	width: 310px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin-right: 30px;
	text-align: left;
}

#main-right {
	float: left;
	width: 400px;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* =============================================================== */
/* LINKS */
/* =============================================================== */

/* links default */
a { color: #325C2E; text-decoration: none;}
a:hover { color: #ffffff; background-color: #325C2E; text-decoration: none;}

#nav {font-weight: bold;font-family: Trebuchet MS, Verdana, Arial, sans-serif;font-size: 12px;line-height: 14px;}
#nav a { color: #6E9E75; background-color: transparent;text-decoration: none;}
#nav a:hover { color: #fff; background-color: #6E9E75;text-decoration: none;}

#footer {font-family: Trebuchet MS, Verdana, Arial, sans-serif;font-size: 11px;line-height: 13px;}
#footer a { color: #6E9E75; background-color: transparent; text-decoration: none;}
#footer a:hover { color: #fff; background-color: #6E9E75; text-decoration: none;}

/* =============================================================== */
/* IMAGES */
/* =============================================================== */

img {
	border: none;
}

#main-left img {
	margin-bottom: 20px;
}

img.thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* =============================================================== */
/* HELPERS */
/* =============================================================== */

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }archive