/* CSS Document */

body {
  background-image:url('../img/index_bg.gif');
  background-repeat:x-repeat;
  background-color:#ffffff;
}

.content-block {
  width:991px;
  height:391px;
  background-image:url('../img/index_bottom.jpg');
  border-width:0;
  background-color:transparent;
}

.content-block #left{
  float:left;
  margin:70px 0 0 20px;
  width:210px;
  height:170px;
}

.content-block #right {
  float:left;
  margin:40px 0 0 55px;
  width:548px;
}

p {
  line-height:1.6em;
  margin-bottom:20px;
}

#left a{
  float:left;
  color:#898b8a;  
}

li {
  clear:both;
  float:left;
  list-style-type:disc;
  color:#898b8a;
  margin-top:20px;
}

#sirflashy {
  float:left;
  width:981px;
  height:332px;
  background-image:url('../img/newback.jpg');
}

/*--Main Container--*/
.main_view {
	left: 29px;
    position: relative;
    top: 11px;
}
/*--Window/Masking Styles--*/
.window {
	height:309px;	
	width: 954px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 154px; height:28px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(/img/home-nav1.png) repeat-x;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    color: #000000;
    font-size: 1px;
    left: -35px;
    margin: 0 3px;
    padding: 11px 20px 0 1px;
    position: relative;
    text-decoration: none;
    top: -6px;
}
.paging a.active {
	background: none repeat scroll 0 0 #535352;
    border: 1px solid #333333;
}
.paging a:hover {
	background: none repeat scroll 0 0 #535352;
    border: 1px solid #333333; }
	
.div {
	left: -1px;
    position: relative;
    top: -6px; }		

.home-flash2 {
	height: 309px;
    left: -22px;
    margin: 0 auto;
    position: relative;
    top: -1px;
    width: 954px;}
	
.logocap {
	left: -28px;
    position: relative;
    top: -9px; }	

.music {
	float: right;
    left: 0px;
    margin-left: -67px;
    position: relative;
    top: -28px;
    z-index: 1000; }	
