﻿/*********************/
/*** TAG OVERRIDES ***/
/*********************/

html	{
	background: #FFF;
	color: #3A3A3A;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;    /*Changes all text to Arial, allows for use of em's like pixels*/
}

body	{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

h1	{
	border-bottom: 1px dotted #B2B2B2;
	color: #000;
	font-size: 1.6em;
}

h2	{
	color: #000;
	font-size: 1.4em;
}

h3	{
	color: #000;
	font-size: 1.2em;
}

img {
	border-style: none;
}


/**********************/
/*** ID DEFINITIONS ***/
/**********************/

#wrapper	{
	margin: 0 auto;
	width: 960px;
}

#header	{
	height: 122px;
	padding: 10px 0 10px 0;
	width: 950px;
}

#advertisment	{
	height: 60px;
	left: 290px;
	position: relative;
	top: -100px;
	width: 468px;
	border: 1px dashed #ccc; /*REMOVE when placing in the advertisements. This is a place holder to show where the ads go */
}

#contact	{
	position: relative;
	top: -60px;
	left: 790px;
	margin: -110px 10px 0 0;
	height: 85px;
	width: 143px;
}

#contact a	{
	color: #3A3A3A;
}

#search	{
	position: relative;
	top: -90px;
	left: 790px;
	width: 180px;
}

*:first-child + html #search	{
	right: -180px;
}

#nav	{
	background: url(../images/nav-bar.jpg) repeat-x;
	height: 24px;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 96%;
}

*:first-child + html #nav
{
	width: 100%;
}

*html #nav	{
	width: 100%;
}

#nav li	{
	display: inline;
	line-height: 0;
	list-style-type: none;
	padding: 0 30px 0 30px;
	vertical-align: middle;
}

/*IE hack to line up the nav items correctly*/
*:first-child + html #nav li	{
	line-height: 1.9;
}

* html #nav li	{
	line-height: 1.9em;
}

#nav li a	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover	{
	border-bottom: 1px dashed #fff;
}

#innerwrapper	{
	background: url(../images/inner-wrapper-bottom-ff.jpg) bottom no-repeat;
	margin: 0 0 -10px 15px;
	padding: 0 0 10px 0;
	position: relative;
	width: 956px;
	z-index: 2;
}

/*png fixes for ie*/
*:first-child + html #innerwrapper	{
	background: url(../images/inner-wrapper-bottom-ie.jpg) bottom no-repeat;
}

* html #innerwrapper	{
	background: url(../images/inner-wrapper-bottom-ie6.jpg) bottom no-repeat;
	margin-top: -68px;
}

#shadow-wrapper	{
	background: url(../images/shadows.png) repeat-y;
	margin-top: 2px;
	width: 956px;
}

/*IE6 - does not render transparent pngs so replacing it with a black border*/
*html #shadow-wrapper	{
	background: none;
	border-right: 1px solid #000;
	margin: 0 0 0 -7px;
}

/*Fix for the floating divs starts here*/
.clearfix:after, .container:after {
	   content: "."; 
	   display: block; 
	   height: 0; 
	   clear: both; 
	   visibility: hidden;
}
	
.clearfix, .container {
	display: inline-block;
	display: -moz-inline-block;
}

* html .clearfix, * html .container {
	height: 1%;
}

.clearfix, .container {
	display: block;
}

.clear {
	clear: both;
}
/*Fix for the floating divs ends here*/

#left-wrapper	{
	float: left;
	display: inline;
	margin: 2px 0 0 0;
	width: 575px;
}

/************************/
/****LEFT NAVIGATION****/
/**********************/

#left-nav	{
	float: left;
	display: inline;
	margin: -9px 0 0 -32px;
	padding: 0;
	width: 230px;
}

/*Lining uo laft navigation in IE6*/
* html #left-nav	{
	margin-top: -5px;
}

/*IE hack to line up the left nav under the nav correctly*/
*:first-child + html #left-nav	{
	margin-top: -8px;
}

#left-nav li	{
	background: #313678; /*blue*/
	border-bottom: solid 3px #FFF;
	height: 30px;
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0;
}

*:first-child + html #left-nav li	{
	border-bottom: 3px solid #FFF;
	margin: -3px 0 0 0;
}

*:first-child + html #left-nav ol ol li	{
	margin: 0;
}

#left-nav li a	{
	background: #F4F5F8; /*light grey*/
	border-bottom: solid 3px #FFF;
	color: #3A3A3A;
	display: block;
	height: 30px;
	line-height: 2.5;
	padding: 0 0 0 5px;
	text-decoration: none;
}

/*Hover state and active states change the left navigation to orange*/
#left-nav li a:hover, li a.active	{
	background: #FFC77F; /*pale orange*/
}

.left-nav {
	margin: 12px 0 0 40px; 
	z-index: 1000;
}

/* remove all the bullets, borders and padding from the default list styling */
.left-nav ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px;
}

/* position relative so that you can position the sub levels */
.left-nav li {
	height: 26px;
	position: relative;
}

/* get rid of the table */
.left-nav table {
	border-collapse: collapse; 
	font-size: 1em;
	left: 0; 
	position: absolute;
	top: 0; 
	z-index: 100; 
}

/* style the links */
.left-nav a, .left-nav a:visited {
	color: #000;
	display: block; 
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	width: 184px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.left-nav ol ol {
	left: 195px; 
	position: absolute;
	top: 0;
	visibility: hidden;
}

/* make the second level visible when hover on first level list OR link */
.left-nav ol li:hover ol, .left-nav ol li.over ol,
.left-nav ol a:hover ol {
	margin: 0 0 0 -1px;
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.left-nav ol :hover ol ol, .left-nav ol .over ol ol{
	margin: 0 0 0 -1px;
	visibility: hidden;
	width: 190px;
}

/*made 3rd sub-navigation larger in order to fit last item*/
.left-nav ol :hover ol ol a, .left-nav ol .over ol ol a	{
	width: 205px;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.left-nav ol :hover ol :hover ol ol, .left-nav ol .over ol .over ol ol {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.left-nav ol :hover ol :hover ol, .left-nav ol .over ol .over ol { 
	visibility: visible;
}

/******************/
/***LEFT NAV END***/
/******************/

#emailList	{
	margin: 0 0 0 50px;
}

/*IE 6 fix to line up email section*/
* html #emailList	{
	margin: 0 0 0 60px;
}

#join	{
	padding: 10px 0 0 0;
}

#breadcrumbs	{
	font-size: 90%;
	float: right;
	height: 15px;
	margin: 0 12px 0 0;
	padding: 5px 0 5px 0;
	width: 350px;
}

* html #breadcrumbs	{
	margin: 0 3px 0 0;
}

#left-content	{
	background: url(../images/content-shadow.jpg) right repeat-y;
	display: inline-block;
	display: -moz-inline-block;
	float: left;
	margin: -27px 0 0 0;
	padding: 15px 20px 10px 15px;
	text-align: justify;
	width: 341px;
}

* html #left-content	{
	float: left;
	padding-top: 20px;
	width: 338px;
}

*:first-child + html #left-content	{
	padding-top: 25px;
}

#right-wrapper	{
	float: right;
	display: inline;
	margin: -10px 0 0 0;
	width: 375px;
}

*html #right-wrapper	{
	padding: 20px 0 0 0;
}

#right-content	{
	background: url(../images/visionaries-work-here.jpg) bottom no-repeat;
	display: inline;
	float: left;
	margin: 0;
	padding: 10px 0 60px 0;
	text-align: justify;
	width: 180px;
}

*:first-child + html #right-content	{
	margin-top: 35px;
	padding: 0 10px 50px 0;
}

/*Event Calendar Styling*/
#events-container	{
	border-bottom: 1px solid #000;
	height: 70px;
	padding: 20px 5px 0 0;
	text-align: right;
	width: 150px;
}
	
#event   {
	float: right;
	font-weight: bold;
	padding: 10px 0 0 0;
	text-align: right;
	width: 80px;
}

#event a	{
	color: #999999;
	font-size: 0.8em;
	text-decoration: underline;
}

#calendar	{
	background: url(../images/calendar.jpg) bottom right no-repeat;
	border: 1px solid #D1D1D1;
	float: left;
	height: 52px;
	margin: 0 0 0 10px;
	width: 52px;	
}

#right-events	{
	background: url(../images/upcoming-events.jpg) top center no-repeat;
	border: 1px solid #000;
	display: inline-block;
	display: -moz-inline-block;
	float: left;
	margin: 50px 15px 0 15px;
	padding: 10px 5px 0 0;
	text-align: justify;
	width: 145px;
}

*:first-child + html #right-events	{
	margin: 65px 0 0 0;
}

*html #right-events	{
	float: none;
}

#footer	{
	background: url(../images/footer-bar.jpg) repeat-x;
	clear: both;
	color: #fff;
	height: 59px;
	left: 0;
	margin: -44px 0 0 0;
	padding: 75px 0 10px 0;
	position: absolute;
	text-align: center;
	width: 99.5%;
	z-index: 1;
}

*html #footer	{
	width: 1000px;
}

*:first-child + html #footer {
	width: 100%;
}

/*********************/
/** FOOTER CLASSES **/
/********************/

#footer a	{
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#footer a:hover	{
	text-decoration: underline;
}

#footer a:active	{
	color: #FFC77F;
}

/*************************/
/*** CLASS DEFINITIONS ***/
/*************************/

.inputs form	{
	display: inline;
}

.inputs input[type=text]	{
	border: solid 1px #CCC;
	height: 1.5em;
	font-size: 1em;
	width: 122px !important;
}

.inputs input[type=button], #search input[type=submit]	{
	background: #FF9700;
	border: solid 1px #CCC;
	border-left: solid 1px #FF9700;
	color: #FFF;
	height: 1.8em;
	font-size: 1em;
	width: 45px;
}

.calendar-month	{
	font-size: 0.8em;
	text-align: center;
}

.calendar-date	{
	font-size: 3em;
	margin: -7px 0 0 0;
	text-align: center;
}

.copyright	{
	color: #FF9700;
	font-size: 0.9em;
	margin: 34px 0 0 0;
}

.copyright a	{
	color: #FF9700 !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

.copyright a:hover	{
	color: #808080 !important;
}

/********************************/
/**********INNER PAGES**********/
/******************************/

#innerpage-wrapper	{
	background: url(../images/inner-wrapper-bottom-ie6.jpg) bottom no-repeat;
	margin: 0 0 -10px 15px;
	padding: 0 0 10px 0;
	position: relative;
	width: 956px;
	z-index: 2;
}

* html #innerpage-wrapper	{
	margin: -68px 0 -10px 15px;
}

#innerpage-contentwrapper	{
	float: left;
	display: inline;
	margin: 2px 0 0 0;
	width: 950px;
}

#margin-fix	{
	height: 20px;
	margin: 0 auto;
	width: 930px;
}

#inner-content	{
	display: inline-block;
	display: -moz-inline-block;
	float: left;
	margin: -7px 0 0 0;
	padding: 5px 15px 10px 15px;
	text-align: justify;
	width: 715px;
}

* html #inner-content	{
	float: left;
	padding-top: 20px;
}

*:first-child + html #inner-content	{
	padding-top: 5px;
}

#inner-breadcrumbs	{
	font-size: 90%;
	float: left;
	height: 15px;
	margin: 0 12px 0 15px;
	padding: 5px 0 5px 0;
	width: 350px;
}

 #memform td {
padding: 5px 0px 5px 0px;
}
 
 #memform textarea {
width:280px;
}
.eventborder {
	border: 1px solid #000000;
}
.eventday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #333333;
}
.eventmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.eventmonthborder {
	border: 1px solid #CCCCCC;
	background-image: url(../images/monthback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.eventname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.eventdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* CSS Document */