﻿/* HTML elements */
/*---------------------------------------------------------------*/
body
{
  background: #fff url(../images/body_bg.jpg) no-repeat center top;
  color: #878787; 
  font: normal normal normal 12pt arial;
}

h1, h2, h3, h4, h5, h6
{
	color: #99AF80;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h1
{
	font-size: 28pt;
}

h2
{
	font-size: 22pt;
}

h3
{
	font-size: 22pt;
}

h4
{
	font-size: 16pt;
}

h5
{
	font-size: 12pt;
}

h6
{
	font-size: 10pt;
}

p
{
	margin-bottom: 10px;
	margin-top: 10px;
}

ul
{
	margin-left: 20px;
}

/* Links */
/*---------------------------------------------------------------*/
a:link { color: #75885A; font: normal normal normal 12pt arial; text-decoration: none; }
a:visited { color: #75885A; font: normal normal normal 12pt arial; text-decoration: none; }
a:hover { color: #75885A; font: normal normal normal 12pt arial; text-decoration: underline; }
a:active { color: #75885A; font: normal normal normal 12pt arial; text-decoration: none; }


/* IDs */
/*---------------------------------------------------------------*/
#page
{
	height: 512px;
	margin-top: 50px;
}

#siteName p
{
	color: #5D9731;
}

#logo
{
	text-align: right;
}

#logo img
{
	padding-right: 100px;
}

#mainQuote, #contact, #content, #sidebar
{
	margin-top: 25px;
}

#contact, #mainQuote
{
	text-align: center;
}

#mainQuote
{
	color: #99AF80;
	font-size: 14pt;
}

#contact span
{
	margin-right: 75px;
}

#sidebar
{
	border-left: 1px #D3EDBF solid;
	color: #82A866;
}

#sidebar div
{
	width: 220px;
}


#sidebarNavigation a
{
	font-size: 16pt;
}

#sidebarNavigation li
{
	border-bottom: 1px #D3EDBF solid;
	color: #99AF80;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	width: 220px;
}

#sidebarNavigation li:last-child
{
	border-bottom: none;
}

#footer
{
	margin-top: 25px;
	margin-bottom: 25px;
}

#slideshow
{
	border: 10px #EEEEEE solid;
	clear: both;
	float: left;
	margin-top: 10px;
	height: 375px;
	overflow: hidden;
	text-align: center;
	width: 600px;
}

#slideshow div
{
	height: 375px;
	width: 600px;
}


/* Classes */
/*---------------------------------------------------------------*/
.numberedList
{
	list-style-type: decimal;
}

.hyphenList
{
	list-style-type: square;
}