 /* new css structure */

html,body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
} 

#header {
	position:relative;
	height:170px;
	width:980px;
	background-color: #FFF;
	background-image: url(../images/brisco_pr_header.gif);
	background-repeat: no-repeat;
} 

#leftcol {
	width:232px;
	float:left;
	position:relative;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer {
	height: 50px;
	clear: both;
	padding-top: 10px;
	margin-top: 0px;
	line-height: 16px;
	font-size: 12px;
	color: #58585B;
	padding-left: 266px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
 } 
#footer a {
	color: #F69B3B;
	text-decoration: none;

	}	
#footer a:hover {
	color: #F69B3B;
	text-decoration: underline;

	}	
 
#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/brisco_page_bg.gif);
	background-repeat: repeat-y;
} 

#maincol {
	width:708px;
	float:right;
	position:relative;
	overflow: visible;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
 	
#copy {
	padding-right: 15px;
	padding-left: 15px;
	overflow: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}	
	
	
#leftcol ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	color: #F69B3B;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	padding-right: 0px;
	}	
#leftcol li {
	padding-right: 6px;
	color: #000;
	text-align: right;
	padding-bottom: 16px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}
#leftcol li a {
	text-decoration: none;
	color: #F69B3B;
	}
#leftcol li a:hover {
	text-decoration: none;
	color: #58585B;
	}
h1 {
	color: #F69B3B;
	font-size: 14px;
	line-height: 20px;
	}

h2 {
	}	
.orange_text {
	color: #F69B3B;
}

p {
	font-size: 14px;
	line-height: 20px;
	color: #58585B;
}

p a {
	text-decoration: none;
	color: #F69B3B;
}

p a:hover {
	text-decoration: underline;
	color: #F69B3B;
}

#maincol ul {
	font-size: 13px;
	line-height: 20px;
	color: #606164;
}
#maincol li {
	margin-bottom: 15px;
}
#maincol li a {
	text-decoration: underline;
	color: #606164;
}
#maincol li a:hover {
	color: #000;
	text-decoration: underline;
}

#contact_left {
	float: left;
	width: 220px;
	}
#contact_right {
	float: right;
	width: 420px;
	}

@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}
#pagewidth {
	width: 100%;
	}
#maincol {
	width: 100%;
	float: left;
	}

p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

p a {
	text-decoration: none;
	color: #000000;
}


}
