/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
	text-align: left;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 980px;
	height: 65px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, #menu .a
{
    background-position: #FCFCCC;
    display: block;
    float: left;
    width: 109px;
    height: 45px;
    padding: 20px 0 0 0;
    text-transform: lowercase;
    text-decoration: none;
    text-align: center;
    font-size: 144%;
    color: #305050;
    background: #FCFCCC;
}

#menu a:hover, #menu .a:hover {
	background: #F7F7F4;
}

#menu .active a
{
    background-position: #F8C828;
    background: #F8C828;
    cursor: default;
}

/* Page */

#page
{
    width: 950px;
    margin: 0 auto;
    padding: 20px 0 0 30px;
    background-color: #FCFCCC;
}

#gradientBackGround
{
    background: url(images/YellowGradient.gif) 100% 100% repeat-x;
}

/* Content */

#content {
	float: left;
	width: 710px;
	padding-right: 20px;
}

#content img
{
    border: 1px solid #666666;
}

.post {
	margin-bottom: 20px;
	padding: 0;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.ProjectLeftColumn
{
    padding-right: 20px;
    width: 60%;
}

/* Panel */
.Panel
{
    border: 1px solid black;
    margin-bottom: 10px;
}

.Panel H1
{
    background-position: url(images/SideBarLeaf.gif) no-repeat;
    background: url(images/SideBarLeaf.gif) no-repeat;
    background-color: #3A633A;
    margin: 0;
    padding: 3px 25px 3px 35px;
    color: #FEF5C9;
    font-size: 18px;
}

.Panel .Body
{
    padding: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 1px;
	background: Black;
	margin-bottom: 10px;
}

#sidebar h2
{
    margin: 0;
    padding: 5px 25px 5px 25px;
    text-align: center;
    color: #FEF5C9;
    font-weight: bold;
}

#sidebar h3
{
    font-size: 85%;
    color: #FEF5C9;
}

#sidebar ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
}

#sidebar li {
    width: 100%;
}

#sidebar li div
{
    padding: 0 25px 0 25px;
    color: #5E8325;
}

#sidebar a
{
    padding: 0 25px 0 25px;
    display: block;
    text-decoration: none;
    color: #305050;
}

#sidebar a:hover
{
	background: url(images/img07.gif) repeat-y;
}

.orangebox {
	background: url(images/img05.gif) repeat-y;
}

.orangebox h2 {
	background: url(images/SideBarLeaf.gif) no-repeat;
}

/* Footer */

#footer
{
    clear: both;
    padding: 25px 0;
    background: #F8D047 url(images/Goldband.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}