﻿/* Reset all default values in browsers */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.spacedTable td
{
	padding:2px;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym 
{
	border:0;
}

/* Default Settings */
body 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	/*background: #3a6d9f;*/
	background:#FFFFFF;
	margin: 0;
	padding: 0;
}

p
{
	margin-bottom: 12px;
}

strong
{
	font-weight: bold;
}

th
{
	font-weight: bold;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

a
{
	color: #17400f;
}

/*Master page settings*/
.partners 
{
	margin-right: 20px;
}
.wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.header
{
	position: relative;
	width: 960px;
	height: 61px;
	z-index: 3000;
	background: url(/images/master/nav/header_top.jpg) top left no-repeat;
}
.clearFloat
{
	clear: both;
	margin-bottom: 2px;
}

.left
{
	float: left;
	width: 198px;
	background: url("/images/master/left-side/left-repeater.png") top left repeat-y;
}
.right
{
	position: relative;
	float: left;
	width: 760px;
	z-index: 0;
}

.content
{
	padding: 8px;
}

.ulNav
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	top: 31px;
	z-index: 3000;
	border-bottom: solid 1px #9b8347;
	

}
.ulNav li
{
	margin: 0;
	left: 260px;
	float: left;
	height: 30px;
	position: relative;
	border-bottom: solid 1px #9b8347;
}

.ulNav li:hover
{
	background: #14360d url(/images/master/nav/nav_bg_green.jpg) top left repeat-x;
}

.ulNav li:hover a
{
	color: #fff;
}

.ulNav li:hover ul li a
{
	font-size: small;
	display: block;
	border: none;
	color: #69582b;
}

.ulNav li:hover ul li a:hover
{
	color: White;
}

.ulNav li a
{
	display: block;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	padding: 8px 8px 7px 8px;
	color: #000;
	border-right: solid 1px #69582b;
	border-left: solid 1px #69582b;	
}

.ulSub
{
	display: none;
	position: absolute;
	width: 200px;
	z-index: 3000;
	background: #c5a65a;
}

.ulSub li
{
	display: block;	
	background-image: none;
	left: 0;
	width: 100%;
	float: none;
	z-index: 3000;

}

.ulSub li a:hover
{
	background-image:none;
	background: #14360d;
	color: #fff;
}

.partners
{
	padding: 8px;
	text-align: center;
}
/*End master page settings*/


/*Home page*/
.events, .mission, .newsArticles
{
	float: left;
	width: 224px;
	margin-left: 16px;
	
	
}

div#slideShowFlow
{
	margin-left: 12px;
}

.events h2, .mission h2, .newsArticles h2
{

	width: 224px;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #898989;
	padding: 4px;
	background: #c5a65a;
	border: solid 1px black;
	
}

.events ul, .mission p, .newsArticles ul
{
	margin: 4px;
}

table.formTable td
{
	padding: 3px 2px;
}

	


