/*                  CSS Chilton Trinity 				                */
/* ******************************************************************** */

/* Layout							    								*/
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0;
 font-size:14px;
 text-align:center; 
 background-image:url(../images/backmain.png);
 background-repeat:repeat-y;
 background-position:center;
 background-color:#0066CC;
 font-family:Verdana, Arial, Helvetica, sans-serif;
} 
#wrapper{ 
 width:780px; 
 min-width:780px; 
 max-width:780px;
 text-align:left; 
 margin:0 auto; 
} 
#header{
 position:relative; 
 height:98px; 
 width:100%;
 display:block;
 overflow:hidden;
 background:url(../images/header.jpg);
} 
#main{
 background-color: #FFFFFF;  
 position: relative; 
 top:28px;
 z-index:0;
 clear:both;
 display:block;
 overflow:inherit;
 }
#footer{
 position: relative; 
 top:28px;
 height:98px;
 margin-top:20px;
 background-color:#FFFFFF; 
 clear:both;
 display:block;
 overflow:auto;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#666666;
} 
#lowerleft {
	margin-top:10px;
	float:left; 
	width:247px; 
	padding:6px; 
}
#lowercentre{
	margin-top:10px;
	float:left; 
	width:247px; 
	padding:7px; 
}
#lowerright{
	margin-top:10px;
	float:left; 
	width:247px; 
	padding:6px;
}

/* content extra  														*/
/* ******************************************************************** */
.lastmod {
	position:relative;
	text-align: right;
	color:#000066;
	border-style: none;
	float:right;
	font-size: 10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:3px;
}
#topbar{
	background:url(../images/topbar.jpg);
	height:24px;
	width:780px;
	overflow:hidden;
}
#textmod {
float:right;
}
a:link    {color:#000099;text-decoration:none;}
a:visited {color:#330099;text-decoration:none;}
a:hover   {text-decoration:underline;}
a:active  {color:#006600;text-decoration:none;} 
a:active:hover  {color:#006600;text-decoration:underline;} 

.white a:link {color:#ffffff;}
.white {color:#ffffff;}

.embed	{
	position:relative;
	z-index:2;
	overflow:hidden;
}

.redbold {
	color: #FF0000;
	font-weight: bold;
}
.greenbold {
	color:#090;
	font-weight: bold;
}
.titlehead{
	color:#000066;
	font-weight:bold;
	font-size:30px;
	text-align:left;
	width:100%;
	padding:5px 0px 5px 40px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
.head1{
	color:#000066;
	font-weight:bold;
	font-size:24px;
}
.head2{
	color:#000066;
	font-weight:bold;
	font-size:14px;
}
.head3{
	color:#0066FF;
	font-weight:bold;
}
h1, h2, h3 {
	margin-top:0;
	color: #000055;
}
.eventpost, .eventpost a:link{
	color:#0066FF;
	font-weight:bold;
}
/* FixView: multi browser compatibilty     								*/
/* ******************************************************************** */
.FixView:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.FixView{display: inline-block;}
/* Hides from IE-mac \*/
* html .FixView{height: 1%;}
.FixView{display: block;}
/* End hide from IE-mac */  

