body {
	background: #c6c6c6; 
	margin: 0px; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	background-image:url(/images/backgroundTile.jpg);
}

/*==========================================*/
/*==============END CSS Styles==============*/


/* HTML Tags*/

a{	
	color: #FCC12F;
	font-weight: bold;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
}


h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	color: #FCC12F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}
h4 {
	color: #FCC12F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	color: #FCC12F;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 6px;
}

/*Poll Styles*/

/*==============END CSS Styles==============*/
/*==========================================*/

#mainWindow{ 
/*	width:90%;*/
	width:931px;
	margin:auto;
	margin-top:600px;
	background-image:url(/images/page-bground.gif);
	background-repeat:repeat-y;
/*	background-color:#063;*/
}

#topContainer{
	position:absolute;
	width:931px;
	top:0px;
	background-image:url(/images/header.png);
	height:186px;
	z-index:2;
}

#menu{
	position:absolute;
	top:156px;
	margin-left:50px;
	z-index:2;
}

#contentWindow{
	position:absolute;
	top:361px;
	width:738px;
	margin-left:200px;
	z-index:1;

}

#contentContainer{
	background-color:#090;
	padding-left:18px;
	padding-right:15px;
	background-color:#000000;
	padding-bottom:10px;
	z-index:1;
}

#contentTop{
	position:absolute;
	top:350px;
	background-image:url(/images/tableBackground.gif);
	width:738px;
	height:11px;
	margin-left:200px;
	z-index:1;
}

#aboutContainer{
	position:absolute;
	background-image:url(/images/aboutTop.gif);
	background-repeat:no-repeat;
	width:174px;
	margin-left:20px;
	top:350px;
	padding-top:10px;
}

#aboutContents{
	background-color:#000;
	padding:10px;
}

#aboutBottom{
	height:12px;
	width:174px;
	background-image:url(/images/aboutBottom.gif);
	background-repeat:no-repeat;
}

#telNum{	
	position:absolute;
	top:75px;
	color:#EBB01E;
	font-weight:bold;
	font-size:30px;
	margin-left:20px;
	z-index:3;
}

#telNum span{
	color:#FFF;
	font-size:20px;
}

#footerContainer{
	background-image:url(/images/footerBack.png);
	background-repeat:no-repeat;
	width:730px;
	height:57px;
	text-align:center;
	font-size:9px;
}

#sliderContainer{
	position:absolute;
	background-image:url(/images/sliderBground.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:190px;
	padding:20px;
	margin-left:20px;
	width:951px;

}

#slider{
	width:650px;
}


#topRightText{
	color:#FFF;
	font-size:17px;
	position:absolute;
	top:77px;
	margin-left:640px;
	z-index:3;
	text-align:right;
}

#topRightText strong{
	color:#EBB01E;
	font-size:26px;
}

#topRightText span{
	color:#EBB01E;
	font-weight:bold;
}

#relatedArticles {
	font-size:10px;
}
/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

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

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

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

.sIFR-active .subText {

margin-bottom: 0px;
  visibility: hidden;
  line-height: 1em;
  font-size: 13px;
font-weight:normal;
height:35px;
width:520px;
}


.sIFR-active h1 {
	margin-top: 0px;
	visibility: hidden;
	line-height: 1em;
	margin-top:0px;
	margin-bottom: -5px;
	font-size: 30px;
	width:560px;
}


.sIFR-active h2 {
	margin-bottom: 0px;
	visibility: hidden;
	line-height: 1em;
	font-size: 20px;
	width:700px;
	font-weight:normal;
	margin-top:0px;
}

.sIFR-active h3 {
	margin-bottom: 0px;
	visibility: hidden;
	line-height: 1em;
	font-size: 15px;
	padding:0px;
	width:400px;
	font-weight:normal;
}
.sIFR-active h4 {
	margin-bottom: -10px;
	visibility: hidden;
	line-height: 1em;
	font-size: 18px;
	padding:0px;
	width:400px;
	font-weight:normal;
}


