@charset "utf-8";

/*--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------BODY CONTENT-------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#maincontent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 780px;
	background-image:url(../images/MainContentBG.gif);
	background-color: #fff;
	background-repeat: no-repeat;
}

html>body #maincontent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 780px;
	background-image:url(../images/MainContentBG.gif);
	background-color: #fff;
	background-repeat: no-repeat;
}

#maincontent h1 {
	margin: 0px;
	padding: 17px 0px 10px 12px;
	color: #3f3b5a;
	font-size: 20pt;
}

#maincontent p {
	margin: 5px 5px 0px 8px;
	padding: 0px;
	float: left;
	width: 480px;
	height: 250px;
	line-height: 1.5em;
	border: 0px solid #000;
	color: #616161;
}

html>body #maincontent p {
	margin: 5px 5px 0px 14px;
	padding: 0px;
	float: left;
	width: 480px;
	height: 250px;
	line-height: 1.5em;
	border: 0px solid #000;
	color: #616161;
}


#maincontent #flash {
	float: left;
	position: relative;
	top: -40px;
	left: 25px;
	margin: 0px;
	padding: 0px;
}
	

/*--------------------------------------------------------------------------------------------------*/
/*----------------------------------------------CALLOUTS--------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/

#clear {
	clear:both;
}

ul#callouts {
	margin: 0px 0px 0px 7px;
	position: relative;
	list-style-type: none;
}

li#one {
	margin: 0px 8px 0px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat 0 -116px;
}

html>body li#one {
	margin: -15px 8px 10px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat 0 -116px;
}

li#two {
	margin: 0px 8px 0px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat -181px -116px;
}

html>body li#two {
	margin: -15px 8px 10px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat -181px -116px;
}


li#three {
	margin: 0px 8px 0px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat -362px -116px;
}

html>body li#three {
	margin: -15px 8px 10px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat -362px -116px;
}

li#four {
	margin: 0px 8px 20px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat -543px -116px;
}

html>body li#four {
	margin: -15px 8px 15px 0px;
	float: left;
	width: 181px;
	height: 116px;
	background: url(../images/CALLOUTS.gif) no-repeat -543px -116px;
}

ul#callouts a {
	display: block;
	width: 181px;
	height: 116px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#one a:hover { background: url(../images/CALLOUTS.gif) no-repeat 0 0px; }
li#two a:hover { background: url(../images/CALLOUTS.gif) no-repeat -181px 0px; }
li#three a:hover { background: url(../images/CALLOUTS.gif) no-repeat -362px 0px; }
li#four a:hover { background: url(../images/CALLOUTS.gif) no-repeat -543px 0px; }