/* HTML
-------------------------------------------------------------------------------------------------------*/
body {
	/*font: .8em Verdana;*/
	margin-top: 0px;
	background: url("http://www.safemasonry.com/images/layout/bg_white_light_blue.gif") repeat;
}

td {
	font: .9em Verdana;
	color: #000000;
}

p {
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

/*a:hover {
	text-decoration: none;
	color: #ffde25;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #000000;
}*/

h1 {
	font-size: 1.5em;
	color: #09456a;
	/*background: #CCCCCC;*/
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	border-bottom: dashed 1px #eb942b;
}

h2 {
	font-size: 1.2em;
	color: #666666;
	margin-left: 20px;
}

h3 { /* for archives heading */
	font-size: 1.1em;
	color: #ffffff;
	background: #6B8622;
}

h4 { /* for event title*/
	padding: 10px;
	font-size: 1.2em;
	color: #3D5173;
	text-align: left;
}
	
h5 {
	font-size: 1em;
	color: #63a4cd;
	font-weight: 800;
	margin-left: 10px;
}

h6 { 
	font-size: 1em;
	color: #09456a;
	background: #eb942b;
	padding-top: 5px;
	text-align: center;
}


ul.lower-alpha {list-style-type: lower-alpha; list-style-position: inside;}


/* box on the right side
-------------------------------------------------------------------------------------------------------*/
#upcomingtraining {
	width: 220px;
	background-color: #e5dec3;
	/*border-top: dashed 1px #3c3b27;*/
	border-bottom: solid 1px #eb942b;
	text-align: left;
	padding-bottom: 20px;
}

	div#upcomingtraining h3 { /* for heading*/
		font-size: 1.2em;
		color: #09456a;
		text-align: center;
		background-color: #eb942b;
		margin-top: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
		
/* Content
-------------------------------------------------------------------------------------------------------*/
div#exhibitordark {
	width: 470px;
	background-color: #fbef99;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#exhibitorlight {
	width: 470px;
	background-color: #FFFFE1;
	padding-top: 10px;
	padding-bottom: 10px;	
}
div#contactus1 {
	/*width: 680px;*/
	width: 380px;
	float: left;
	/*background: #ffffe1;*/
	margin: 5px;
	padding: 10px;
	
	/*border-right: 4px solid #E1DE7F;
	border-bottom: 4px solid #E1DE7F;
	border-left: 4px solid #E1DE7F;*/
}

	div#contactus1 h4 { /* for event title*/
		padding: 5px;
		font-size: 1.2em;
		color: #000000;
		text-align: center;
		border-bottom: 1px dashed #afcd63;
	}
		
div#contactus2 {
	/*width: 680px;*/
	width: 280px;
	float: left;
	background: #ffffe1;
	padding: 10px;
	border: 1px dashed #63a4cd;
	/*border-right: 4px solid #E1DE7F;
	border-bottom: 4px solid #E1DE7F;
	border-left: 4px solid #E1DE7F;*/
}

	div#contactus2 h4 { /* for event title*/
		padding: 10px;
		font-size: 1.2em;
		color: #3D5173;
		text-align: left;
	}

div#program_left {
	/*width: 680px;*/
	width: 470px;
	float: left;
	/*background: #ffffe1;*/
	padding: 10px;
	/*border: 1px solid #63a4cd;
	border-right: 4px solid #E1DE7F;
	border-bottom: 4px solid #E1DE7F;
	border-left: 4px solid #E1DE7F;*/
}

	div#program_left h4 { /* for event title*/
		padding: 10px;
		font-size: 1.5em;
		color: #3D5173;
		text-align: left;
	}
	
div#sidebar {
	/*width: 680px;*/
	width: 180px;
	float: right;
	background: #ffffe1;
	margin: 10px;
	padding: 10px;
	border: 1px solid #fdd041;
	border-top-width: 5px;
	background-color: #fbef99;
	font-size: 90%;
	/*border-right: 4px solid #E1DE7F;
	border-bottom: 4px solid #E1DE7F;
	border-left: 4px solid #E1DE7F;*/
}

	div#sidebar h3 { /* for sidebar*/
		font-size: 1.2em;
		color: #3D5173;
		text-align: center;
	}
	
/* Classes
-----------------------------------------------------------------------------------------------------------------------------------------*/

.imgCenter {
	margin: 0px 10px 0px 10px;
}

.imgLeft {
	margin: 0;
	float: left;
}

.imgRight {
	margin: 10px 0 10px 10px;
	float: right;
}

.begintext {
	color: #c35243;
	font: 1.2em Verdana;
	font-weight: 800;
}