/*=================== STANDARD RULES ====================*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin: 10px 0 0 0;*/
}

h1 a:link, h1 a:visited {
	color: #FFBC09;
}

.bold {
	font-weight: bold;
}

a.button {
	background: #0D6CB6;
	border: 3px double #fff;
}

#header a span {
	display: none;
}

/*=================== CONTENT ======================*/
#content {
	background: url(../images/home_bg.jpg) no-repeat #F8C579;
	background-position: 1px 0px;
	border: 0px solid white;
	height: 600px;
	position: relative;
	margin-bottom:40px;
}

#homeflash {
	border: 0px solid white;
	left: 234px;
	height: 337px;
	position: absolute;
	width: 563px;
	z-index: 1;
}

#homeflash object {
}

#homesubcontent {
	position: absolute;
	left: 234px;
	top: 336px;
	width: 868px;
}

#homesubcontent div {
	border: 0px solid white;
	float: left;
	height: 1%;
	text-align: center;
}

#homesubcontent img {
	margin: 0;
}

#homesubcontent div#hsc1 {
	margin: 5px 0 0 0;
	width: 150px;
}

#homesubcontent div#hsc2 {
	margin: 15px 0 0 10px;
	width: 180px;
}
#homesubcontent div#hsc2 h1 {margin-bottom:0; padding-bottom:0;}

#homesubcontent div#hsc3 {
	margin: 15px 0 0 10px;
	width: 160px;
}
#homesubcontent div#hsc4 {
	margin: 15px 0 0 20px;
	width: 160px;
}
/*=================== SIDE NAV ======================*/
#sidelist {
	background: url(../images/sidenav_home_bg.jpg) no-repeat;
	background-position: 0px 0px;
}
	
/*=================== FOOTER ======================*/
#footer {
	background: none;
	border: 0px solid white;
	position: absolute;
	top: 630px;
}
