﻿* {
padding:0;
margin:0;
}

img { border: 0px; }

body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}

/**************************************/
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#sidebar {
	margin-top:50px;
	float: left;
	width: 210px;
	display: inline;
}
/**************************************/
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	margin-top: 10px;
	background: url(../images/leaf-watermark.gif) no-repeat bottom right;
	
	font-size: .75em;
	color: #555555;
	line-height: 1.7em;
}

/**************************************/
div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
}
div.content-left p {
	width:214px;
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: tahoma;
	padding: 2px;
	font-size: 1.2em;
	
}
div.content-left p span {
	font-size: .85em;
}
/**************************************/
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
/**************************************/
div.content-full {
	clear: both;
	padding-top: 5px;
}

div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	border-bottom: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 0;
}
div#foot {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
/* @group Headings */
h1 { }
h2 {
	margin: 0 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: lighter;
	font-size: 1.6em;
	color: #464031;
}

/* @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;
} */

/* @group Nav */

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: .7em;
	color: #555555;
	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: #555555;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #555555;
}
ul.side-nav li.active a:hover {
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50% #f5f5dc;
	color: #555555;
}

/* @end */