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

body
	{
	background-image: url('/images/bkg_img.jpg');
	background-color: #4a3011;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	}

p, ul
	{
	margin: 0 0 0 0;
	}

body, td, p
	{
	font-family: Arial, Verdana, Tahoma,Trebuchet MS;
	font-size: 12px;
	color: #b17f3d;
	line-height: 17px;	
	}

a, a:visited
	{
	color: #00599c;
	}

li
	{
	list-style-type: disc;
	margin-left: 20px;
	list-style: 
	}

h1
	{
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #00599c;
	line-height: 1em;
	}

h2
	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #4a7044;
	}

#wrapper
	{
	margin: 0 auto 0 auto;
	}
	
#container_header
	{
	width: 661px;
	height: 166px;
	text-align: left;
	position: relative;
	margin: 0 auto 0 auto;
	}
	
#main_menu
	{
	width: 661px;
	height: 82px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

#container_body
	{
	width: 619px;
	height: auto;
	text-align: left;
	background-image: url('/images/repeater.jpg');
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	}

.clearer
	{
	float: none;
	clear: both;
	}
	
#header
	{
	width: 619px;
	height: 135px;
	background-image: url('/images/header_work.jpg');
	}
	
#content
	{
	width: 619px;
	height: auto;
	padding: 9px;
	}
	
#footer
	{
	width: 619px;
	height: 20px;
	background-image: url('/images/footer.jpg');
	}
	
.project
	{
	padding: 0px 0px 15px 0px;
	}
	
.project_header
	{
	padding: 0px 0px 10px 0px;
	position: relative;
	display: block;
	}
	
.project_top
	{
	height: 60px;
	width: 600px;
	position: static;
	display: block;
	padding: 0px 0px 10px 0px;
	}
	
.project_notes
	{
	font-family: Arial, Verdana, Tahoma, Trebuchet MS;
	font-size: 11px;
	color: #b17f3d;
	padding: 5px;
	}
	
.link_print
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 60px;
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	z-index: 200;
	}

.link_print:hover
	{
	background-image: url(../images/projects/print/live/info_print_active.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	}
	
.project_info
	{
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 600px;
	}		
	
.project_ex
	{
	padding: 0px 0px 9px 0px;
	}		
	
.left_side
	{
	width: 295px;
	padding: 0px 0px 0px 5px;
	float: left;
	}
	
.right_side
	{
	width: 300px;
	padding: 0px 10px 0px 0px;
	float: right;
	}
	
h1
	{
	font-family: Arial, Verdana, Tahoma,Trebuchet MS;
	font-size: 12px;
	color: #b17f3d;
	width: 504px;
	height: 22px;
	background-image: url(../images/contact_div-line.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}	

p
	{
	padding: 0px 0px 10px 10px;
	}
	
#content p a
	{
	font-family: Arial, Verdana, Tahoma,Trebuchet MS;
	font-size: 12px;
	color: #efbf89;
	line-height: 17px;	
	text-decoration: none;
	}
	
#content p a:hover
	{
	text-decoration: underline;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	