/* Design by W.A. Verhoef

File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}



li, dd, blockquote {
	margin-left: 20px;
}

fieldset {
	padding:10px;
}

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background: url(../images/body-bkg.gif) repeat-y top center;
	
}
div#inner-wrapper {
	background: url(../images/header-bkg.gif) repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 10px;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
}
div.content-left {
	width: 350px;
	background-color: #FFF;
	float: left;
	display: inline;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D1B9B3;
}
div.content-left img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
div.content-left p {
	background-color: #FFF;
	margin: 4px 0 0 0 !important;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: 1em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 350px;
	display: inline;
	padding-left: 0px;
	padding-top: 10px;
}
div.content-full {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 0px !important;
	font-size: 0.8em;
	
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
	bottom: 0px;
}

img.content-img {
	float: left;
	margin-right: 20px;
}
img.content-ps {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}
img.content-r-ps {
	float: right;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}
img.content-r-img {
	float: right;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: 0.7em;
	color: #003;
	text-transform: uppercase;
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #000;
	text-decoration: none;
}
ul.side-nav li a:hover {
	color: #4A4A35;
	background-color: #FFF;
	background-image: url(../images/side-nav-bullet-light.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #003;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #000;
	margin-top: 5px;
	margin-right: 5;
	margin-bottom: 3px;
	margin-left: 0px;
	
}
h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #000;
	margin: 0 0 5px 0;
	text-decoration: underline;
}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #666;
	margin-top: 20px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h6 { }


/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: 0.85em;
	color: #000;
	line-height: 1.7em;
}
div#content-inner p {
	font-size: 1em;
	text-align: left;
}
p.intro: first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */


/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
