/* CSS Main */


body{
 background-image: url(../img/texture_pinstripe2.gif);
 	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
  text-align:center;
  }
  a{
	text-decoration:none;
}
p{
	text-indent: 15px;
	margin-left:20px;
	margin-right: 20px;
	color: #2c4b65;
}
td{
	color: #2c4b65;
	font-size: 12px;
}
h3{
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.shadow{
	background-image:url("../img/shadow2.png");
	width: 980px;
	height: 797px;
	background-repeat:repeat-y;
}
  .container{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	height:auto;
	
   }
	.header{
		background-image: url("../img/header2.gif");
		background-repeat:no-repeat;
		margin-left:auto;
		margin-right:auto;
		width: 940px;
		height: 150px;
	}
	.body{
		margin-left:auto;
		margin-right:auto;
		text-align: left;
		background-image: url("../img/body2.gif");
		background-repeat: no-repeat;
		width: 940px;
		height: 626px;
	}
.content{
	background-image: url("../img/pixel_white.png");
 margin-top: 25px;
	margin-left: 35px;
	width:630px;
	height: 515px;
	overflow:auto;
}
#ul_style{
	list-style:none;
	margin-left:20px;
	margin-right: 20px;
	color: #2c4b65;
}
#content_links{
	color: #2c4b65;
	text-decoration: underline;
	}
#content_header{ 
	background-image: url("../img/bar_text_gradient.png");
	background-repeat:no-repeat;
	width:580px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #f5f2e1;
	padding-left: 10px;
}
#sidecontent_header{
	
	background-image: url("../img/bar_text_solid.gif");
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 195px;
	color: #f5f2e1;
	padding-left: 10px;

}


/*Menu Styling*/
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../img/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;

}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#002241;
	text-decoration:none;
	font-weight:bold;
	padding:12px 110px 0 20px;
	height:24px;
	background:transparent url("../img/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../img/HOVER.gif") no-repeat top right;	
	}
#center_top{
	color:#f5f3e3;
	font-weight:bold;
	padding:12px 60px 0 10px;
	height:24px;
}
   
   /*News Section*/
   .news{
	background-image: url("../img/pixel_white.png");
	float: right;
	margin-right: 35px;
	margin-top: 25px;
	width: 225px;
	height: 250px;
}
#news{
	margin-left: 10px;
	border-style:none;
}

/*Links Section*/
.links{
	clear:right;
	background-image: url("../img/pixel_white.png");
	margin-top: 15px;
	margin-right: 35px;
	float: right;
	width: 225px;
	height: 250px;
}
/*Footer*/
.footer{
	background-image: url("../img/footer_bg.gif");
	margin-top: 15px;
	width: 940px;
	height: 36px;
}
#contact_btn{
	float: right;
	margin-right: 10px;
	height: 36px;
	border:none;
	clear:right;
}

#home_btn{
	float: left;
	margin-left: 10px;
	height: 36px;
	border: none;
}
/*Catalogs*/
#shift_links{
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #2c4b65;
	
}
#shift_data{
	padding-left: 10px;
	font-size: 12px;

}
#shift_titles{
	margin-left: 20px;
	}
	




