/*
Title:      Shift special styles for project page
Updated:    30 October 2006
*/


/* -----[ nav headers ]----- */



div#nav h1 {
	padding: 30px 0 0 20px;
	margin: 0 0 10px 0;
	}
	
div#nav h3 {
	position: absolute;
	left: 0;
	top: 91px;
	margin: 13px 0 5px 20px;
	}
	
div#nav p {
	margin: 0 0 0 20px;
	}
	
p span#back-link {
	display: block;
	text-indent: -5000px;
	float: left;
	width:0;

	}
	
img#back {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 22px;
	}
	
img#next {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 22px;
	}

/* -----[ content below large flash/image ]----- */
	
div#content {
	margin: 0 80px 0 80px;
	}
	
div#content h2 {
	font-weight: normal;
	font-size: 2em;
	line-height: 1.6em;
	color: #fff;	
	margin: 0 0 10px 0;
	}

/* -----[ left-hand links column ]----- */
	
div#content div#left {
	width: 180px;
	float: left;
	}

div#content h3 {
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.0em;
	color: #fff;	
	padding: 0 0 15px 0;
	margin: 0 0 18px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
div#content h4 {
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;	
	background-repeat: no-repeat;
	background-position: 1px 0;
	padding: 2px 0 3px 23px;
	/*border-top-width: 1px;
	border-top-style: solid;*/
	margin: 0 0 5px 0;
	}
	
div#content p#visitsite {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;	
	background: url(../../img/visitsite.gif) no-repeat 0 3px;
	padding: 0 0 3px 22px;
	margin: 0 0 9px 0;
	}	
	
div#content p#visitsite a:link, div#content p#visitsite a:visited {
	color: #fff;	
	text-decoration: underline;
	}	
	
div#content p#visitsite a:hover {
	text-decoration: none;
	}		
	
div#content ul#awards {
	/*font-size:.9em;*/
	font-size: 1.1em; /* CHANGED BY ALI */
	line-height: 1.2em;
	color: #fff;	
	padding: 0;
	margin: 0;
	}
	
div#content ul#awards li {
	list-style-type: none;
	padding: 0 0 7px 0;
	margin: 0;
	}	

/* -----[ right-hand content column ]----- */
	
div#content div#right {
	padding-bottom: 20px;
	margin-left: 210px;
	}

div#content p#first {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #fff;	
	margin: 0 0 10px 0;
	}

div#content p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #fff;	
	margin: 0 0 10px 0;
	}
	
/* -----[ related services box in right-hand content column ]----- */
	
div.relatedbox {
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 3px 0 15px 0;
	width: 185px;
	}
	
div.right {
	margin-left: 15px;
	float: right;
	}
	
div#relatedbox-padding {
	/*padding: 10px 15px 10px 15px;*/
	padding: 0 0 10px 0;
	}
	
div#content div#relatedbox-padding h4 {
	font-size: 1.3em;
	padding: 0;
	border: none;
	margin: 0 0 8px 0;
	padding: 4px 15px 5px 13px;
	background-image:none;
	}
	
div#relatedbox-padding ul {
	padding: 0 15px;
	margin: 0;
	}
	
div#relatedbox-padding ul li {
	font-size: 1.2em;
	line-height: 1.2em;
	list-style: none;
	background: url(../../img/arw-rt-white.gif) no-repeat 0 3px;
	padding: 0 0 8px 10px;
	margin: 0;
	}
	
div#relatedbox-padding ul li a:link, div#relatedbox-padding ul li a:visited {
	color: #fff;
	text-decoration: none;
	}
	