body { 
	margin:10px; 
	padding:0px;
	background: #FFFFEE;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;

}

#bottomNav  {
	font-size: 12px;
	text-align: center;
	color: #000;

}

#bottomNav a:active {
	color: #000;
	text-decoration: underline;
}

#bottomNav a:visited {
	color: #000;
	text-decoration: underline;
}

#bottomNav a:hover {
	color: #A3A87F;
	text-decoration: underline;
}
	


/* set content container width and bgcolor */ 

#container {
	margin: 0 auto;
	background: #F5F7E9;
	width: 900px;
	border:#232515 solid thin;
}

#contentArea { 
	width: 900px; 
	background: #F5F7E9; 
	padding-top: 0px;
} 

#contentArea a:link {
	color: #6E142E;
	text-decoration: underline;

}

#contentArea a:hover {
	color: #A3A87F;
	text-decoration: underline;
}


#contentArea a:visited {
	color: #6E142E;
	text-decoration: underline;
}

#footer {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #525441;
	padding: 5px 0 5px 0px;
}

#footer a:link {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

#footer a:hover {
	color: #F00;
	text-decoration: underline;
	font-size: 12px;
}

#copy
{	font-size: 11px;
	color: #000;
	text-align: center;

	padding: 5px 0 5px 0px;
}

#copy a:link {
	color: #000;
	text-decoration: underline;
}

#copy a:hover {
	color: #C00;
	text-decoration: underline;
}

#copy a:visited {
	color: #000;
	text-decoration: underline;
}

#headerleft {

	float: left; 
} 

#headerright {
	float: right;
	margin-bottom: 0;
}


/* Begin CSS Menus at Left */

#menuleft{ 
	font-family: "Times New Roman", Times, serif, sans-serif;
	font-size: 14px;
	float: left;
	margin: 5px 0px 0px 2px;
	width:130px;
	padding:1px;
	z-index:2;
	text-align:left;
}

#menuleft ul li.home {
	background-color: #EEE2E2;
	width:130px;
}
#menuleft li a{

	text-decoration:none;
	padding: 2px 0 2px 2px;
	color: #000;
	display:block;
	width:130px;
	border-bottom:1px dotted #A3A87F;
}

#menuleft li a:link, #menuleft a:visited{
	color:#000;

}

#menuleft li a:hover{
	background-color: #A3A87F;
	color: #FFF;
	}

#menuleft li a:active{
	background-color: #A3A87F;
	color: #FFF;
}



#menuleft li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#menuleft ul {
	margin:0;
	padding:0;
	list-style-image:none;
	width:130px;

}



	/* Fix IE. Hide from IE Mac \*/

	* html #menuleft ul li{float:left;height:1%;}

	* html #menuleft ul li a{height:1%;}

	/* End */



/* End CSS Menus at Left */

/* start CSS Menus for events page */
#menuEvents ul {
	float: left;
	margin:0;
	padding:0;
	width:130px;
}

#menuEvents li a{
	padding: 0px 0 4px 5px;
	display: block;
	width: 140px;
}

#menuEvents li a:link, #menuleft a:visited {
	color:#000;
}

#menuEvents li a:hover {
	background-color: #A3A87F;
	color: #FFF;
	}

#menuEvents li a:active {
	background-color: #EEE2E2;
	color: #FFF;
}

/* End CSS Menus for events page */

.pageHeading {
	font: bold 20px  "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	
	margin: 15px 0 0 10px;
}

#topNav {
	width: 900px;
	background:#525441;
	margin-top: 0;
	padding-top: 0;

}
.menu {
	width:740px; 
	height:20px; 
	z-index:100;
	font-family: "Times New Roman", Times, serif, sans-serif;
	font-size: 14px;
	padding-left:80px;
	
	}
	
/* hack to correct IE5.5 faulty box model */
* html .menu {width:740px; w\idth:740px;}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;

	}
	
.menu ul ul {
	width:100px;
	}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	text-decoration:none;
	}

	
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#FFF; 
	width:90px; 
	height:20px; 
	padding-left:5px; 
	line-height:20px; 

	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:90px; w\idth:84px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#525441; 
	}
	
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#525441 ;
	}
.menu ul ul :hover > a.drop {
	background:#525441 ;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#A3A87F;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#525441;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;top:20px;
	left:0; 
	width:100px;

	}
	
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:120px; 
	top:-1px; 
	width:120px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-120px;
	}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#525441; 
	color:#FFF; 
	height:auto; 
	line-height:16px; 
	padding:5px 5px; 
	width:110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;

	}
	
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFF; 
	background:#a3a87f;
	}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFF; 
	background:#a3a87f;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
	
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
.clearfloats {
	clear: both;
}



	
.column1 {
	width:280px; 
	float: right;
	padding: 0px 15px 5px 0;
} 

.column2 {
	width:400px; 
	float: left;
	padding-top: 30px;
	margin-left: 20px;
} 

.column3 {
	width:175px;
	height: 117px;
	padding: 40px 30px 0 0;
	float: right;
}

.column4 {
	width:900px;
	float: left;

	

}

.column5 {
	width:550px;
	float: left;
	margin-top: 5px;
	padding-left: 10px;
} 

.columnCenter {
	width:600px;
	margin: 0 auto;
	padding-top: 30px;
}
#facebook {
	width: 530px;
	font-size:12px;
	padding:0 0 0 10px;
}


.floatleft {
	float: left;

}

.horLine {
	
	color: #53091a;
	background-color: #53091a;
	height: 1px;
	border: 0;
   width: 40%;
	margin: 0 auto;	
}

.listHeading {
	font-family: "Times New Roman", Times, serif;
	margin-left: 20px;
}


.textRed{
	font-weight: bold;
	color:#C00;
}


.text {
	text-align: justify;
	padding: 0 10px 0 10px;
	
}

.textLeft {
	text-align: left;
}

.textCentered {
	text-align: center;
	font-size: 13px;
}







h2,h3,h4{
   font-family: "Times New Roman", Times, serif;
	padding: 10px 0 0px 5px;
	margin: 5px;
}

#portfolioPageheading h3  {
 	padding-top: 0;
	margin: 0 0 0 35px;
	color: #000;

}
#portfolioPageheading h3 a:link {
	color: #000;
	text-decoration: underline;
}
#portfolioPageheading h3 a:hover {
	color: #F00;
	text-decoration: underline;
}

