/* CSS Document */
html, body{ 
 	margin:0; 
 	padding:0; 
 	text-align:center;
	background-color: #e8e8e8;
/*	background-image: url(../images_09/topback.jpg);
	background-repeat: repeat-x; */
}
a:link {
	color: #153e7e;
	text-decoration: none;
}
a:visited {
	color: #153e7e;
	text-decoration: none;
}
a:hover {
	color: #910000;
	text-decoration: underline;
}
a:active {
	color: #153e7e;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border-style: none;
}
#siteWrapper {
 	width:900px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto; 
}
#banner {
	margin: 0px;
}
#navigation {
 	position:relative; 
 	height:200px; 
 	width:900px;
	margin-left:auto; 
 	margin-right:auto; 
	text-align: center;
}
#leftCol {
 	width:21%; 
 	float:left; 
 	position:relative;
}
#mainCol{
 	width:79%; 
 	float: right;
 	position:relative; 
	text-align: center;
  }
#eventHeader {
	width: 100%;
	float: left;
}
#eventDesc {
	text-align: center;
	width: 352px;
	float: left;
/*	border: 1px solid #aeaeae; */
}
#eeContent #eventDesc p {
	text-align: left;
	margin: 0;
	padding: 20px 10px 20px 10px;
	background-color: #153e7e;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#eventMedia {
	width: 280px;
	height: 280px;
	padding: 30px 0 0 0;
	float: right;
	background-image: url(../images_09/event_media_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
#divider {
	height: 1px;
	width: 650px;
	background-color: #aeaeae;
	float: left;
	clear: both;
}
#eventDetails {
	clear: both;
	padding: 10px 0 0 0;
}
#eventDetails p, #eventDetails ul {
	margin-top: -5px;
}
h3 {
	font-weight: normal;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	height: 150px;
}
.contentBox {
	float: left;
	border-top: 4px solid #153e7e;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background-color: white;
	background-image: url(../images_09/textback.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
#searchBox {
	border-top: 4px solid #153e7e;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	background-color: white;
}
#searchbox p {
	width: 175px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.blueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #153e7e;
	font-weight: bold;
}
.readmore {
	width: 100px;
	height: 20px;
	background-image: url(../images_09/moreback.png);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	padding-top: 2px;
}
#sesContent {
	background-color: white;
}
#sesContent #eventDesc p {
	text-align: left;
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 10px;
	background-image: url(../images_09/sesbackbox.gif);
	background-repeat: no-repeat;
	color: #4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	/*border: 2px solid #CB552F;*/
	height: 175px;
}
#sesContent #eventDesc {
	margin-top: 15px;
	height: 175px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
