/* PRINT CSS */
*{
	font-family:Verdana,Arial,Helvetica, sans-serif;
}

a:link{
	color:#2C52A3;
	text-decoration:none;
}
	a:visited{
		color:#00B4FF;
		text-decoration:none;
	}
	a:hover{
		color:#A37474;
		text-decoration:underline;
	}

/*** used for clearing a div with no gap ***/
.clear{
	float:none;
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
}

/*** used for clearing a div with a gap ***/
.clearheight{
	float:none;
	clear:both;
}

/*RESIZE DIVS*/
div#container,
div#header,
div.highlight-home,
div.project-home,
div.highlight,
div.project{
	width:auto;
}

/*provide space after header for h1*/
div#header{
	margin-bottom:10px;
}

/*SPECIFY FONT SIZE, ALLOW USER TO PRINT PAGE OUT AT FONT SIZE THEY CHOOSE*/
div#header,
div#mdcolumn,
div#mdcolumn-wide,
div#rhcolumn{
	font-size:0.7em;
	color:#000000;
}

/****** LEFT COLUMN ******/
/*REMOVE NAV*/
div#lhcolumn{
	display:none;
}

/****** MIDDLE COLUMN ******/
div#mdcolumn{
	float:left;
	width:460px;
}

div#mdcolumn-wide{
	width:660px;
}

/*provide border for highlight boxes*/
div.highlight-home,
div.highlight{
	width:auto;
	padding:10px;
	margin-bottom:15px;	
}

	/*float img left and remove padding to align to corner*/
	div.highlight-home img.left,
	div.highlight img.left{
		float:left;
		margin:-10px 10px 10px -10px;
	}
	
	/*float img left and remove padding to align to corner*/
	div.highlight-home img.right,
	div.highlight img.right{
		float:right;
		margin:-10px -10px 10px 10px;
	}

	div.highlight-home a,
	div#project-home a{
		color:#134E86;
		line-height:1.7em;
		text-decoration:none;
		background-color:#F9F5E2;
		border:1px solid #8EA4D2;
		padding:1px;
	}
	
		/*** yellow highlight box background/ border ***/
		.yellow{
			background-color:#FBF8EB;
			border:1px solid #FBF8EB;
		}
	
		/*** blue highlight box  background/ border ***/
		.blue{
			background-color:#F1F5FC;
			border:1px solid #758DC2;
		}
			
/*used for data table info*/
div#mdcolumn table,
div#mdcolumn-wide table{
	width:auto;
	border:1px solid #CCCCCC;
}

	div#mdcolumn table caption,
	div#mdcolumn-wide table caption{
		display:none;
	}

	div#mdcolumn table tr th,
	div#mdcolumn-wide table tr th{
		line-height:1.6em;
		text-align:center;
		border:1px solid #758DC2;
		border-collapse:collapse;
		padding:3px;
	}
		/*set width of columns*/
		div#mdcolumn table tr th.fifty-percent,
		div#mdcolumn-wide table tr th.fifty-percent{
			width:50%;
		}
	
	div#mdcolumn table tr td,
	div#mdcolumn-wide table tr td{
		line-height:1.6em;
		text-align:left;
		vertical-align:top;
		border:1px solid #758DC2;
		border-collapse:collapse;
		padding:3px;
	}

/*used on partner logos*/
div#mdcolumn img.logo-left,
div#mdcolumn-wide img.logo-left,
div#mdcolumn img.logo-right,
div#mdcolumn-wide img.logo-right{
	float:left;
	border:1px solid #758DC2;
	margin:3px 6px;
}
div#mdcolumn img.logo-right,
div#mdcolumn-wide img.logo-right{
	float:right;
}

/*used on adobe acrobat logo*/
div#mdcolumn img.acrobat{
	float:left;
	margin:2px 3px;
}

/*** used for gallery ***/
div.gallery{
	float:left;
	width:40%;
	font-weight:bold;
	text-align:center;
	margin-right:15px;
	margin-bottom:15px;
}
	/*for gallery imgs*/
	div.gallery img{
		border:1px solid #758DC2;
		margin-bottom:3px;
	}


/****** RIGHT HAND COLUMN ******/

div#rhcolumn{
	float:right;
	width:180px
}

/*provide space after each img*/
	div#rhcolumn img{
		border:1px solid #2C52A3;
		margin-top:15px;
	}
	
	/*used to remove border and top margin on homepage map*/
	div#rhcolumn img.noborder{
		border:none;
		margin-bottom:15px;
		margin-top:0px;
	}
	
	/*used to place larger margin on first img of three shown*/
	div#rhcolumn img.firstimg{
		margin-top:30px;
	}
	
	/*used for what is the project on RH side*/
	div#project-home,
	div#project{
		width:172px;
		text-align:left;
		background-color:#F2F8ED;
		border:1px solid #B2BA92;
		padding:10px;
		margin-bottom:15px;	
		voice-family: "\"}\"";/*ie width fix when border or padding*/
		voice-family: inherit;/*ie width fix when border or padding*/
		width:150px; /*border also taken off from below colour options*/
	}
	html>body div#container div#rhcolumn div#project-home,
	html>body div#container div#rhcolumn div#project{
		width:150px;
	}
	
	/*for project H2 title*/
	div#project-home H2,
	div#project H2{
		color:#2C52A3;
		font-weight:normal;
		background-color:#E2E9C5;
		border-bottom:1px solid #A4AD7D;
		padding:10px;
		margin:-10px;
		margin-bottom:10px;
	}
	
	
/****** REMOVE FOOTER******/
div#footer{
	display:none;
}

/**** GENERAL FORMATTING ****/
H1{
	font-size:1.3em;
	color:#2C52A3;
	margin:0px;
	margin-bottom:1em;
	padding:5px;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}

H2{
	font-size:1.2em;
	color:#6B86BE;
	font-weight:normal;
	margin:0px;
	margin-bottom:0.7em;
}

H3{
	font-size:1.1em;
	color:#666666;
	margin-bottom:0.7em;
}

H4{
	font-size:1em;
	font-style:italic;
	color:#666666;
	margin-bottom:0.7em;	
}

H5{
	font-size:1em;
	font-style:normal;
	font-weight:normal;	
	color:#666666;
	margin-bottom:0.7em;	
}

p{
	line-height:1.6em;
	margin-top:0px;
}

	/*turn off top anchor links*/
	p.top{
		display:none;
	}

ul li{
	list-style-type:circle;
	line-height:1.6em;
	margin-bottom:5px;
}

hr{
	float:none;
	clear:both;
	padding:0px;
	margin:10px 0px;
	width:100%;
	border:1px dotted #758DC2;
	height:1px;
	color:#758DC2;
	background-color:#758DC2;
}
