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

body {
	text-align:			center;
	background-image:	url(../_images/backgroundmain.jpg);
	background-repeat:	repeat-x;
	font: 				100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.linkOUTFITTERS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.linkOUTFITTERS:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033CC;
	text-decoration: none;
}
.linkOUTFITTERS:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

.maincontainer #container {
	width: 780px;
	text-align: left;
	margin: auto;
	margin-top: 0px;
	background-color:#fff;
}

.maincontainer #header {
	position:absolute;
	background-image:url(../_images/headerbgdark.jpg);
	width: 780px;
	height: 149px;
}


	#header img {
		position: absolute;
		top: 35px;
		left: 20px;
	}
	
	#header h2 {
		position: absolute;
		top: 25px;
		left: 195px;
		width: 300px;
	}
	
	#header h3 {
		position: absolute;
		top: 77px;
		left: 195px;
		width: 400px;
	}
	
	#header p {
		position: absolute;
		top: 30px;
		right: 15px;
		font-size:10px;
		font-weight:bold;
		text-align: right;
	}
	
	#header p a {
		text-decoration:none;
		color:#333;
	}
	
	#header p a:hover {
		text-decoration: underline;	
	}

  .maincontainer #navtop {
	  position: absolute;
	  top: 151px;
	  width:780px;
	  text-align:center;
	  background-color: #888;
	  }
	  
  .maincontainer #navtop td {
	  height: 28px;
  }
  
  #navtop a {
	  font: 13px Georgia;
	  line-height:28px;
	  text-decoration:none;
	  font-weight:600;
	  color: #ffffff;
	  text-align:center;
	  letter-spacing:.1em;
	  display: block;
	 
	  }
	  
  #navtop a:hover {
	  background-image:url(../_images/navtopimg.jpg);
	  color:#333;
	  }




.maincontainer #bulkcontent {
	width: 780px;
	position: absolute;
	top: 178px;
	background-color:#FFF;
}
	
	#bulkcontent #sidebar {
	  float: left; /* since this element is floated, a width must be given */
	  width: 180px; /* 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 */
	  background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	  padding: 25px 10px 15px 20px;
	}
		#sidebar #sbtitle {
			font-size: 18px;	
			font-weight: bold;
		}
		#sidebar a {
			color: #000;
			text-decoration: none;
			font-size: 18px;
		}
		
		#sidebar a:hover {
			text-align: left;
			color: #C00;
			text-decoration: underline;
		}
		
		
		#sidebar img {
			border: thin black solid;
			width: 170px;
			margin: 20px 0px 0px 0px;
		}
	
	#bulkcontent #maincontent { 
		font-size: 12px;
	 	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		padding: 10px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
		#maincontent #pagetitle {
		font-size:	24px;
		font-weight:bold;
		margin: 20 20 20 20 px;
		padding-top: 10px;
	}
	
		#maincontent img {
			margin: 15px 15px 15px 15px;
			float: right;
			border: thin black solid;
			
		}
		
		#maincontent p {
	text-align:justify;
	margin: 10px;
	font-size: 14px;
		}
		
		#maincontent h3 {
			font-size:14px;
			font-weight:bold;
		}

 #footer {
	width: 600px;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	clear:left;
	left: 200px;
	bottom: 0px;
	
	
}
		#bulkcontent #footer p {
		
	  	text-align: center;
	  	font-size:12px;
	  	color:#000;
		padding: 0;
	}
	
	#footer a {
		color:#000;
		text-decoration:none;
		font-size:12px;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color:#C30;
	}
