@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main{
	height: 100%; 
	width: 989px;
	margin: 0px auto;
	text-align: center;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	background-position: -80px 30px;
}

#banner{
	height: 110px;
	width: 100%;
	text-align: right;
	padding: 5px 0px 0px 0px;
}

#nav{
	/*margin: 0px auto;*/
	text-align: left;
	color: #ffe100;
}

#divBody{
	
	/*background-position: -30px -30px;*/
}

#content{
	height: 380px; 
	width: 989px;
	margin: 0px auto;
	text-align: center;
	background-image: url('../img/content.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	overflow: hidden;
	position: relative;
}

#carousel{
	height: 240px;
}

/* Text Styles  */

a:link {
	color: #ffe100; text-decoration: none;
}
a:active {
	color: #ffe100; text-decoration: none;
}
a:visited {
	color: #ffe100; text-decoration: none;
}
a:hover {
	color: #ffffff; text-decoration: none;
}

h5{
	color: #000000;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h6{
	color: #000000;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/*
h2{
	color: #d0b804;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h3{
	color: white;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}
*/


pre{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	color: #8d8f94;
	font-size: 35px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	color: #d0b804;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	color: white;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash li{
	display: inline;
	list-style-type: none;
 	padding-right: 20px;
	text-align: justify;
}

.sIFR-hasFlash ul{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* column layout */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 100%;
}

#spacerOld {
	width: 100%;
	height: 5px;
}

#leftContOld {
	float: left;
	width: 315px;
	height: 325px;
	margin: 0px 35px 15px 30px;
	padding: 25px 35px 5px 5px;
	text-align: left;
	overflow: auto;
}

#leftCont {
	float: left;
	height: 325px;
	width: 325px;
	margin: 40px 5px 30px 30px;
	text-align: left;
	overflow: auto;
}

#left {
	height: 300px;
	width: 305px;
	padding-right: 15px;
	text-align: left;
	overflow: auto;
}

#right {
	float: right;
	width: 580px;
	height: 335px;
	text-align: center;
	background-image: url('../img/media.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	margin: 10px 30px 5px 0px;
	padding: 20px 0px 0px 0px;
}


#side-a {
	float: left;
	width: 276px;
	padding: 3px 13px 3px 46px;
}

#side-b {
	float: right;
	width: 329px;
	padding: 3px 44px 3px 0px;
}

#middle { 
	float: left;
	width: 273px;
	padding: 3px 8px 3px 0px;
}
