/**
 * Cascading Style Sheet for Blue Palette 
 */
 
/* div.thumbsdiv / thumbsdiv img / picdiv  added 11/05/05 for thumbnail images on previous project pages */
div.thumbs {
	text-align:center;
}
div.thumbs img {
	height: 72px;
	width: 72px;
	border: 0;
}

body
{
	background-color:	#dddddd;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	text-align: 		left;
	font-size:			75%;
}

#page
{
	background-color:	#ffffff;
	width:				760px;
}

#logo
{
	position:			absolute;
	left:				0px;
	top:				0px;
}

#banner
{
	position:			absolute;
	left:				184px;
	top:				0px;
}

#menu_border
{
	background-color:	#993300;
	position:			absolute;
	left:				0px;
	top:				84px;
	width:				184px;
	height:				336px;
	margin:				0;
	padding:			0;
}

#menu
{
	background-color:	#993300;
	color:				#ffffff;
	position:			relative;
	left:				16px;
	top:				6px;
	width:				168px;
	margin:				0;
	padding:			0;
}

#menu ul
{
	margin: 			0;
	padding:			0;
	list-style-type: 	none;
	font-size: 			140%;
}

#menu li
{
	margin:				0;
	padding:			0;
	line-height:		1.65em;
	text-indent:		6px;		
}

#menu li.secondary_visible
{
	text-indent:		12px;
	font-size: 			80%;
}

#menu a
{
	color:				#ffffff;
	text-decoration:	none;
}	

#menu a.primary_selected
{
	background-color:	#ffffff;
	color:				#330000;
	font-style: 		italic;
	font-weight: 		bold;
}

#menu a.secondary_selected
{
	background-color:	#ffffff;
	color:				#330000;
	font-style: 		italic;
	font-weight: 		bold;
}

#menu a:hover
{
	color:				#330000;
	font-style: 		italic;
	font-weight: 		bold;
}	

#menu div.highlight
{
	background-color:	#ffffff;
	position:			relative;
	width:				168px;				
	margin:				0px;
	padding:			0px;
}

#menu div.highlight_top
{
	background-image:	url(/images/highlight_top_long_orange.gif);
	background-repeat:	no-repeat;
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				168px;
	height:				4px;
	margin:				0px;
	padding:			0px;
	font-size: 			0px;
}

#menu div.highlight_bottom
{
	background-image:	url(/images/highlight_bottom_long_orange.gif);
	background-repeat:	no-repeat;
	position:			absolute;
	left:				0px;
	bottom:				-1px;
	width:				168px;
	height:				4px;
	margin:				0px;
	padding:			0px;
	font-size: 			0px;
	line-height:		0px;
}

#content_border
{
	background-color:	#ffffff;
	position:			absolute;
	left:				184px;
	top:				84px;
	width:				576px;
	height:				336px;
	margin:				0px;
	padding:			0px;
}

#content
{
	background-color:	#ffffff;
	position:			relative;
	left:				10px;
	top:				6px;	
	width:				556px;	
	margin:				0px;
	padding:			0px;
	line-height:		1em;	
}

#content h1
{
	font-size: 			140%;
	font-style: 		italic;
	font-weight: 		bold;
	line-height:		1.65em;
	margin:				0;
	padding:			0;
}

#content h2
{
	font-size: 			120%;
	font-weight: 		bold;
	line-height:		1.325em;
	margin:				0;
	padding:			0;
}

#content p
{
	margin:				0;
	padding:			4pt 0pt 5pt 0pt;
}

#footer
{
	position:			absolute; 
	background-color:	#ff9933;
	top:				420px;
	left:				0px;
	width:				760px;
	margin:				0;
	padding:			0;
	color:				#000099;
	text-align: 		center;
}