/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(img/BGRepeat.gif);	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.addressStyle {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #094ea3;
	padding-right:3px;
}

.subMenu {
	position:absolute;
	width:200px;
	color:#094ea3;
	display:none;
	padding-bottom:3px;
}
.subMenuItem {
/*
	border-bottom-width:1px;
	border-bottom-style:groove;
	*/
  	text-decoration: none;
	padding-top:3px;
}

.subMenuDiv {
	padding-left:15px;
}

.orangeMenu {
	background-color:#f79238;
}

#orangeSubMenuItem a:link {
	color: #094ea3;
	text-decoration: none;
}

#orangeSubMenuItem a:visited {
	color: #094ea3;
	text-decoration: none;
}

#orangeSubMenuItem a:hover {
	color: #fbc79a;
	text-decoration: none;
}

.purpleMenu {
	background-color:#9c3c96;
}

#purpleSubMenuItem a:link {
	color: #094ea3;
	text-decoration: none;
}

#purpleSubMenuItem a:visited {
	color: #094ea3;
	text-decoration: none;
}

#purpleSubMenuItem a:hover {
	color: #d3a9d0;
	text-decoration: none;
}

.yellowMenu {
	background-color:#fff100;
}

#yellowSubMenuItem a:link {
	color: #094ea3;
	text-decoration: none;
}

#yellowSubMenuItem a:visited {
	color: #094ea3;
	text-decoration: none;
}

#yellowSubMenuItem a:hover {
	color: #d3a9d0;
	text-decoration: none;
}

.mainContentStyle {
	color: #094ea3;
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	overflow:auto;
}

.mainContentStyle2 {
	color: #094ea3;
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	overflow:hidden;
}

.headingStyle {
	/*color: #094ea3;*/
	color:#FF00FF;
	font-family: comic sans ms, Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight: bolder;
	padding-bottom:10px;
	padding-top:20px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox .spacer
{
	background: #eee;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #ddd;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
	cursor:hand;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}

