/*
	Main CSS

*/
body{
	background: #676767;
	text-align: left;
	font:12pt Franklin Gothic Medium, Helvetica, sans-serif;
}
img{
	border: none;
}
a{
	text-decoration: none;
}
h1{

  padding:2px; margin: 2px;
font-size: 32px;
	}
h2{
	padding: 0px; margin: 0px;
	color: #00b1b0;
	font-size: 16px;
}
h4{
	color: #8f9391;
	font-size: 18px;
	
}

h5{
	font-size: 20px;
	padding: 0px; margin: 0px;
}


#content{
	padding: 4px 10px 4px 10px;
	background: #e3e4e5;
	color: #3c3c42;
	z-index: 0;	
	font-size: 14px;	
}
#content a{
		color: #6b8be7;
}
#content h4{
	color: #435050;
	font-size: 15px;
	
}
#content td{
	vertical-align: top;
}
.contentBox{
	display: block;
	float: right;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 2px;
	margin-right: 2px;
/*	width: 300px; */


}
.contentBox img{
	border: solid 3px #5e6e66;

}

/**
	Left Menu

**/
.left{
	padding-right: 10px;
	float: left;
	width: 220px; 
	height: 100%;
}
.leftMenu{
	background-color: #00b1b0;
	color: #FFF;
	text-align: center;
	border-left: solid 2px #FFF;
	border-right: solid 2px #FFF;
	font-size: 15px;
	
}
.leftMenu hr{
	width: 100%;
	color: #FFF;
	border: solid 2px #FFF;
	padding: 0px; margin: 0px;
	line-height: 0px;

	
}
.leftMenu .circle{
	background: url(../images/blank_circle.png) no-repeat 0 4px;
	width: 52px;
	display: block;
	padding-top:18px;
	padding-bottom: 22px;
	font-weight: bold;

/*	border: solid 1px #000; */

}
.leftMenu img{
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;

}
.leftMenu a{
	display: block;
	color: #FFF;
	background-color: #7fd8d7;
	
}
.leftMenu a:hover{
	display: block;
	background-color: #00b1b0;
}
/**
	Main Menu
**/
.mainMenu{
	background-color: #f3f4f4;
	color: #5e6e66;
	border-top: solid 3px #FFF;
	border-bottom:  solid 3px #FFF;
	text-align: center;
	line-height: 20px;
		font-size: 12pt;
}
.mainMenu a{
	color: #5e6e66;
	font-weight: bold;
	display: block;

	
}
.mainMenu a:hover{
	background-color: #9ce8e7;
}
#menuItem1, #menuItem2, #menuItem3, #menuItem4, #menuItem5{
	border-top: solid 2px #FFF;

}
.logo{
	background: #e8eae9;
	color: #5e6e66;
	font-size: 16px;
}	
.clear{
	padding: 0px; margin: 0px;
	clear: both;
	float: none;
	
}
.footer{
	background: #5e6e66;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;	
}
.footer img{
	width: 40%;

}
.footer td{
	text-align: center;	
}
.cert{
	background: #FFF;
	padding: 2px;
	
}
.cert img{
	padding: 4px; margin: 4px;
} 
.end{
	background: #dcddde;
	color: #5e6e66;
	font-size: 12pt;
	text-align: center;
	height: 50px;
	
}
.main{
	background:#e3e4e5;
}
.main a{
	color: #002b5f;
	
}
/**
	Contact US Stuff
**/
.contactUs{
	padding-left: 40px;
	font-size: 14px;
	font-weight: normal;
}
.contactUs a{
	font-weight: bold;
	color: #6b8be7;
	
}

.contactUs h6{
	font-size: 9pt;
	text-transform:uppercase;
	color:#00b1b0;
	line-height: 0px;
	padding: 4px 0 4px 0px; margin: 4px 0 4px 0px;
}
.eventMenu{

	font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;

}

.eventMenu .title .left{
	background:  url(../images/header_l.png) no-repeat 0 0;
	width:28px;
	height: 44px;	
	padding: 0px;
	display: block;
}
.eventMenu  .title .middle{
	background: url(../images/header_m.png) repeat-x 0px 0px;
	height: 44px;	
	text-align: left;
	color: #000;
	margin: 0px;
	padding-right: 28px;


	
}
.eventMenu .title .right{
	background: transparent url(../images/header_r.png) no-repeat 0 0;
	width:28px;
	height: 44px;
}


