/* CSS sheet for The Brough Law Firm Project 
	TJSDesign February 2008 */
	
/* Layout */

body {	
	background:#660000 url(../images2/BLF_Background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	line-height: 15px;	
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#page {
	width: 814px;
	height: 100%;
	top: 12px;
	background: transparent url(../images2/BLF_page.jpg) ;
	position:relative;
	margin: 0 auto;
	
	}
#header {
	width: 780px;
	height: 243px; 
	position: relative; 
	left: 17px;
	background-image: url(../images2/BLF_header.jpg);
	background-repeat:no-repeat;
	}
#navigation {
	width: 820px; 
	height: 50px;
	position:absolute; 
	left:0;
	background-image: url(../images2/BLF_NavBack.jpg);
	background-repeat:no-repeat;
	} 
#navigationText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	margin-top: 18px;
	} 
#navigationText a:link {
	color: #FFFFFF;
	text-decoration: none;
}	
#navigationText a:visited {
	color: #FFFFFF;
	text-decoration: none;

}	
#navigationText a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}	
#navigationText a:active {
	color: #FFFFFF;
	text-decoration: none;

}	
	
#content {
	margin-left: 50px; 
	margin-right: 50px; 
	margin-top: 70px; 
	margin-bottom: 5px;
	}
#footerback {
	height: 130px;
	width: 814px;
	background: url(../images2/BLF_bottom.jpg);
	position:relative;
	bottom: 0px;
	}
#footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:center;
	margin-top: 76px;
	margin-left: 200px;
	position:absolute;
	} 
#footertext a:link {
	color: #FFFFFF;
	text-decoration: none;
}	
#footertext a:visited {
	color: #FFFFFF;
	text-decoration: none;

}	
#footertext a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}	
#footertext a:active {
	color: #FFFFFF;
	text-decoration: none;

}	
	

/* Format */
a {	
	color: #0000FF;	
	font-weight: bold; 
	text-decoration:none;
}			
a:hover {	
	color:#990000;
	text-decoration: underline; 
	}	
h1 {
	color: #660000;
	font-size:24px;
	font-weight: bold;
	line-height: 24px;
	}

h2 {
	color: #CC9900;
	font-size: 20px;
	font-weight: bold;
	}
h3 {	
	color: #FFFFFF;
	font-size:16px ;	
	font-weight: bold;
	padding-left:10px; 
	background-image: url(../images2/H3back.jpg);
	background-repeat:no-repeat;
	line-height: 20px; 
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	list-style-type: circle;
	list-style-position: outside
	}


.img_Default {
	border-width:  1px;
	border-color:  #000000;
	border-style: solid;
	float: left;
	margin-right: 10px;
}

