/* PRINT TEMPLATE STYLES */

body { 
	background-color: #FFF; 
}
.master {
	background-color: #FFF;
	width: 586px;
	margin: auto;
	padding: 0px;
	border: none;
}
.printHeader {
	display: block;
	height: 142px;
	width: 586px;
}
.flash {
	display: none;
}

.bodyWrapper {
	background-image: none;
	padding: 0px;
	width: 586px;
}
.navigation {
	display: none;
}
.columnLeft {
	display: none;
}
.columnRight {
	background-image: none;
	width: 586px;
	padding: 0px;
	margin: 0px;
}

/* SUB NAVIGATION STYLES */
.content {
	margin: 0px;
	padding: 80px 15px 20px 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
.content h5 {
	padding-left: 16px;
	padding-bottom: 3px;
}
.content ul li {
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 8px;
}
.content ul li a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.content ul li a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.content ul li a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.content ul li a:hover {
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
.content ul li li {
	font-weight: normal;
	list-style-type: disc;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-position: outside;
}
.content ul li li a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content ul li li a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content ul li li a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.content ul li li a:hover {
	font-weight: normal;
	color: #996600;
	text-decoration: underline;
}

/* CONTENT STYLES */
.contentRight {
	padding: 19px 25px 0px 42px;
	margin: 0px;
}
.contentRight img { 
	border: 1 solid #333333; 
}
.mainImage {
	display: none;
}
.projectHeroImage {
	padding: 0px 0px 19px 0px;
	margin: 0px;
}
.title {
	width: 556px;
	background-image: none;
	padding: 11px 27px 0px 0px;
	margin: 0px;
	height: 30px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.projectBox-top { 
	background-color: #FFF; 
}
.projectBox { 
	background-color: #FFF; 
	vertical-align: top; 
	padding: 11px;  
}

/* FOOTER STYLES */
.servicesBar {
	display: none;
}
.footer {
	display: none;
}
