/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #786E50 url(images/img1.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-size: 24px;
	color: #E9E9E9;
}

h3 { font-size: 18px; }

h4 { font-size: 14px; }

p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	font-size: 10px;
}

/* Header */

#header {
	width: 592px;
	height: 112px;
	margin: 0 auto;
	background: url(images/img2.jpg);
	border: 4px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 30px;
	color: #ACA283;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	padding: 4px 0 0 0;
	background: url(images/img3.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ACA283;
}

/* New code added 2/11 by sigmabydesign to mark you are here on page buttons */

body#contactus li.contactus a, 
body#officers li.officers a,
body#trestle li.trestle a,
body#mainpage li.mainpage a,
body#membermain li.membermain a,
body#members li.members a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* New code added 2/11 by sigmabydesign to mark you are here on page links */

body#masterslink li.masterslink a,
body#pastlink li.pastlink a,
body#calendarlink li.calendarlink a,
body#communitylink li.communitylink a,
body#freemasonslink li.freemasonslink a,
body#historylink li.historylink a,
body#otherlink li.otherlink a,
body#thirdlink li.thirdlink a,
body#grandlink li.grandlink a,
body#bluelink li.bluelink a,
body#linkslink li.linkslink a,
body#hopelink li.hopelink a,
body#joinlink li.joinlink a,
body#rmemberlink li.rmemberlink a,
body#featuredlink li.featuredlink a,
body#instructorslink li.instructorslink a
{
	color: #6CF;
	text-decoration: none;
}


#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 592px;
	margin: 0 auto;
	background: #786E50 url(images/img5.gif) repeat-y;
	border: 4px solid #000000;
}

#colOne {
	float: left;
	width: 166px;
	padding: 20px;
	
}

#colOne h3 {
	margin: 5px 0 10px 0;
	color: #786E50;
}

#colOne ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}


#colOne a:link {
	color: #FFFFFF;
	font-size: 12px;
}

#colOne a:visited {
	color: #000000;
	font-size: 12px;
}

#colOne a:active {
	color: #03F;
	font-size: 12px;
	text-decoration:none
}

#colTwo {
	float: right;
	width: 346px;
	padding: 20px;
	font-size: 12px;
}


/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 10px;
	color: #3C3728;
}

#footer a {
	color: #FFFFFF;
}

