@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background:url(../images/BG.jpg) top center #7d7d7d repeat-x;
}

.container {
	width: 960px;
	margin: 0 auto; 
}


.content {
	padding: 10px 0;
	
}

.dvico{float:right;margin-right:7px;}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;}
	/*--Main Container--*/
	
.menuLog{
	position: relative;}	
	
.main_view {
	float: left;
	position: relative;
}

* {
	outline: none;
}
img {
	border: 0;}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	float: right;
}
.image_reel {
	position: absolute;
	top: 1px;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: -53px;
	right: 1px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #600;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
.textHoldOne {
	position:absolute;
	left: -1px;
	top: 169px;
	padding:7px;
	background-color:#860023;
}
.textHoldTwo {
	position:absolute;
	left: 860px;
	top: 114px;
	padding:7px;
	background-color:#99C;
}
.textHoldThree {
	position:absolute;
	left: 2050px;
	top: 161px;
	padding:7px;
	background-color:#600;
}
.textHoldFour {
	position:absolute;
	left: 2900px;
	top: 130px;
	padding:7px;
	background-color:#999;
}

.menu {
	float:left;
	margin-right: 12px;
}


.logo {
	float:left;
	margin-top:20px;
	
}



.news {
	position:absolute;
	width:784px;
	height:154px;
	left: -2px;
	top: 350px;
	background:#FFF;
	padding-top:20px;
	padding-left:10px;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

.footer {
	position:absolute;
	width:916px;
	height:154px;
	left: -160px;
	top: 559px;
	padding-top:20px;
	padding-left:10px;
	color:#CCC;
	font-size:10px;
	
	
	
}

.newsImg {
	position:absolute;
	width:124px;
	height:90px;
	left: -149px;
	top: 347px;
	padding-top:20px;
	padding-left:10px;
	color:#CCC;
	font-size:10px;
}




h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	text-shadow:#760707 1px 1px; 
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}


/* OTHER LINKZ */
a.link2:link {color: #A70303;text-decoration:none; }
a.link2:visited {color: #A70303;text-decoration:none; }
a.link2:hover {color: #A70303; text-decoration:underline; }
a.link2:active {color: #A70303;text-decoration:none; } 

/* --------------Vertical CSS MEnu-----------------------*/


.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
text-shadow:#760707 1px 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #EAE7E2;
background: url(../images/arrowscrew.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

.arrowlistmenu ul li a:visited{
color: #EAE7E2;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background: url(../images/arrowOn.jpg) no-repeat center left; 
background-color: #EAE7E2;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow:none;

}
