/* hide from IE mac \*/ 
/* Datapacks.com master style sheet (2008)
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
 
body {
	background: #000 url(OuterWrapper_BG.jpg) fixed no-repeat top left;
	font: 100.01%/115% Arial, Helvetica, sans-serif;
	color: #fdf5e6;
	margin: 0;
	padding: 0;
}

/******* Text Elements **********/

 p, h1, h2, h3, h4, h5, h6 {
	margin: 12px;
	padding: 0;
}

h1 {
	font-size: 140%;
	color: #f89e54;
}

a:link{
	color:#fb7008;
	text-decoration:none;
	font-weight: bold;
}

a:visited{
	color:#6e6e6e;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color:#ffb109;
	text-decoration:underline;
	font-weight: bold;
}

a:active{
	color:#CCC;
	text-decoration:none;
	font-weight: bold;
}

/*********** ENd text elements ***********/

/********** Start Navigation ***************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	border-bottom: 1px solid #666;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	padding: 4px;
    background-color: #fb7008;
	color: #000;
	font-weight: bold;
}

#leftcol li a:hover {
	background-color: #ffb109;
}

/***** Reset the layout to a 2 column layout **********/

/* Empty class to make it selectable in DW design view */
.TwoCol {}

/* Hides the rightcol div */
.TwoCol #rightcol {
	display: none;
}

/* Adjusts the right margin on the content div */
.TwoCol #content {
	margin-right: 0;
}

/************* Reset to two columns completed ***********/

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-top: 1px;
}

#header {
	height: 114px;
	margin-top: 40px;
	border: 1px solid #666;
	background-image: url(../images/header_BG.jpg);
	background-repeat: no-repeat;
}

#InnerWrapper {
	font-size: 80%;
	text-align: left;
	background-color: #141414;
	margin: 15px 0px 0 0px;
}

#leftcol {
	float: left;
	width: 150px;
	background-color: #292929;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#rightcol {
	float: right;
	width: 180px;
}

.newsbox {
	background-color: #292929;
	border: 1px solid #666;
	margin-bottom: 5px;
	font-size: 85%;
}

#content {
	margin: 0 0px 0 160px;
	background-color: #292929;
	border: 1px solid #666;
}

#footer {  /* Begin laying out and styling the footer div */
	/* background-color: #fff;  /*sets a background colour for the footer*/
	/* width: 770px;  /*Sets the footers width*/
	border-top: 1px solid #000;  /*sets the top border to define the beginning of the footer*/
	font-size: 75%;  /* sets the footer text size */
	text-align: right;  /* aligns the text to the right*/
	margin-top: 20px;  /* Adds a margin to the top of the footer*/
	clear: left;  /*clears any floats to the left - our leftcol div in this instance*/
}

/************* Generic classes ***********/
.clearit {
	clear: both;
}

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

#rightcol .left {
	float: left;
	margin: 15px 10px 0 12px ;
}

#content .left {
	float: left;
	margin: 5px 10px 0 0;
}

/************* End generic classes ***********/

