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

body  {
	background-image:url(images/background.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: left;
	color:#FFFFFF;
}

img, div {
	behavior: url(iepngfix.htc)
}
p {
	font-family:Arial, Helvetica, sans-serif;
}

/*wrapper for header and navigation*/
#wrapper 
{ 
 margin: 0 auto; 
 border: none; 
 padding: 0; 
 width: 1100px; 
 text-align: left; 
} 

#header { 
	height: 334px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-image:url(images/headersm.png);
	padding: 0;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	z-index:5;
}
#header .logo {
	position:relative;
	width:300px;
	height:86px;
	left: 163px;
	top: 104px;
	z-index:10;
}
#header .feedbox {
	float:right;
	position:relative;
	right: 39px;
	top:55px;
	width:auto;
	height:auto;
	z-index:10;
} 
#header .navigationcolums {
	position:relative;
	width: 870px;
	height: auto;
	padding: 0;
	left: 128px;
	top: 106px;
	z-index:15;
	
}

#header .navcolumn ul {
	list-style-type:none;
	margin-left:0;
	margin-top: 2px;
	padding-left:0;
	display:inline;
}
#header .navcolumn ul li{
	text-align:left;
	border-left: 1px solid #EDCC55;
	padding-bottom: 1px;
}
#header .navcolumn {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;
	height: 118px;
	width: 144px;
	overflow: hidden;
}

#header .navcolumn a {
	color:#061941;
	background-color:#EDCC55;
	padding:0;
	color:#FFFFFF;
	text-decoration:none;
}
#header .navcolumn a:hover {
	background-color: #EDCC55;
	color:#061941;
}
#header .navcolumnextra {
	border-left: 1px solid #FFFFFF;
	float:left;
	display:inline;
	width:200px;
	height: 118px;
	font-size:16px;
	padding:2px 2px 0 10px;
	overflow:hidden;
}
#header .navcolumndiv {
	border-left: 1px solid #FFFFFF;
	float: left;
	width:30px;
	height: 118px;
	padding:0;
	color:#FFFFFF;
	line-height:18px;
}
/*This is the container for the Banner*/

#Bannercontainer {
	margin-left: auto;
	margin-right: auto;
	border: none;
	height:auto;
	top:408px;
	width: 1100px;
	text-align:left;
}
#Bannerbox {
	width:982px;
	height:100px;
	margin-left: 71px;
	background-color:#061941;
	padding: 10px 0 10px 18px;
}
/*this is the main container which holds the left and right sidebars and the main content*/

#maincontainerwrap {
	margin-left:auto;
	margin-right:auto;
	border: none;
	height:1550px;
	margin-top:10px;
	width: 1100px;
}
#threecolwrap{
	margin-left:70px;
	top:539px;
	width:auto;
	height:auto;
}
.clear {
	clear: left;
	margin: 0;
	padding: 0;
	height: 0px;
  }

/*beginning of the sidebar CSS tags*/

#sideheadcontainer {
	background-color:#061941;
	width: 190px;
}

/*Left Sidebar*/
#Sidebarleft {
	float: left;
	display: inline;
	width: 180px;
	height: auto;
	z-index: 10;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0px 0px 0; /* padding keeps the content of the div away from the edges */ 
}
#Sidebarleft p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	text-indent: 5px;
	padding-left: 5px;
}
.prodlist_left {
	background: #061941;
	width:170px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top:10px;
	margin-bottom:10px;

}
.prodlist_left p{
	color:#FFFFFF;
	line-height: 14px;
	font-size:14px;
}
.prodlist_left h2, h4{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	line-height: 20px;
	text-align:left;
}
.prodlist_left em {
	color:#EDCC55;
	font-size:12px;
}


.eventlist_right {

	background: #061941;
	width:180px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:10px;
	margin-bottom:10px;
	float: left;
}
#itemlist {
	margin-left:0;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#itemlist ul{
	list-style-type:none;
	color:#FFFFFF;
	text-decoration:none;
}

#itemlist li {

	padding-bottom: 8px;
	padding-top: 2px;
	border-bottom: 1px solid #FFFFFF;
	font-size:14px;
	font:arial;
	text-align:left;
	color:#FFFFFF;
	list-style-type: none;
}
#itemlist li a{
	text-decoration:none;
	list-style-type:none;
	color:#EDCC55;
	
}
#itemlist li a:hover {
	color:#FFFFFF;
}
.rfooter {

	float: left;
	width: 170px;
	display: block;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
}
.rfooter  a.button {

	float: right;
	margin-right: 0px;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	background:#CCCCCC;
	height: 22px;
	width: 100px;
	text-align: center;
	color:#061941;
	display: block;

}

.rfooter a.button:hover {
	text-decoration:none;
	background:#CCCCCC;
	color:#061941;
	cursor: pointer;

}
.right_ad {
	font-family:Arial, Helvetica, sans-serif;
	background: #061941;
	padding: 15px;
	margin-bottom:10px;
	float: left;

}
.right_ad a {
	text-decoration:none;
}
/*Right sidebar*/
#Sidebarright {
	float:left;
	display:inline;
	width: 190px;
	height: 1600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 0 0px;
	z-index: 10; 
}

#Sidebarright p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#FFFFFF;
	line-height:15px;
}

/*main content placed here*/

#mainContent {
	float: left;
	display:inline;
	z-index: 5;
	width: 570px;
	height:auto;
	margin-left:10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	margin-right: 10px;
	padding: 0 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 1343px;

}
.featurecontianer {
	width:560px;
	height: 1530px;
	padding:5px;
	margin-bottom:10px;
	background-color: #061941;
	overflow: hidden;
}
.featurecontianer a{
	float:left;
	display:inline;
	padding:10px;
}
.main_ad {

	background: #061941;
	padding: 15px;
	margin-bottom:10px;
	margin-top: 5px;
	margin-right:5px;
	float: left;

}
.main_ad a {
	text-decoration:none;
	
}
/*Footer Containter and contents start here*/
#footerwrap {
	margin-left:auto;
	margin-right:auto;
	border:none;
	height:auto;
	margin-top:20px;
	width: 1100px;
}



#footnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 70px;
	background-color:#061941;
	width:995px;
	height:40px;
	padding:2px 2px 10px 2px;
	margin-bottom: 10px;
}
#footnav li{
	display: inline;
	color:#FFFFFF;
	font: Arial;
	font-weight:bold;
	margin-left:12px;
}

#footnav ul {
	list-style-type:none;
}
#footnav li a {
	text-decoration: none;
	color:#FFFFFF;
}
#footnav li a:hover {
	color:#EDCC55;
}
/*End of FootNav*/
#footcopy {
	margin-left: 70px;
	background-color:#061941;
	width:960px;
	height:50px;
	padding:20px;
}
#footcopy p{
	font:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	top:15px;
	padding:0 5px 10px 5px;
}		
#sitecounter{
	margin-left: 70px;
	width:160px;
	height:60px;
}
	
