/* National Institute of Restoration */ 
/* 05.2007 */
/* M J Meredith */

/*---------------- Base CSS ----------------*/

body {
	padding: 0;
	margin: 0;
	background-color: #003366;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

/*---------------- Container Div CSS ----------------*/

#container {
	width: 773px;
	border-top: 1px solid #003366;
}

/*---------------- Nav Div CSS ----------------*/

#nav {
	width: 347px;
	height: 550px;
	float: left;
	border-right: 1px solid #FFF;
	background-color: #FFCC33;
}

#nav ul {
	border-top: 1px solid #FFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	width: 272px;
	height: 50px;
	line-height: 70px;
	color: #003366;
	text-decoration: none;
	background: #000 url(menu.gif) no-repeat left top;
	text-indent: 10px;
}

#nav ul a:hover {
	background-color: #993333;
	background-position: right top;
	color: #FFF;
}

/**********************************/
/* Special ID tags for list items */
/**********************************/

#general {
	padding-left: 75px;
	background: url(house.jpg) no-repeat left center;
	border-bottom: 1px solid #FFF;
}

#why {
	padding-left: 75px;
	background: url(group.jpg) no-repeat left center;
	border-bottom: 1px solid #FFF;
	}

#leadership {
	padding-left: 75px;
	background: url(desert_2.jpg) no-repeat left center;
	border-bottom: 1px solid #FFF;
}

#report {
	padding-left: 75px;
	background: url(city.jpg) no-repeat left center;
	border-bottom: 1px solid #FFF;
}

#tech {
	padding-left: 75px;
	background: url(tech2.jpg) no-repeat left center;
	border-bottom: 1px solid #FFF;
}

#web {
	padding-left: 75px;
	background: url(resource1.jpg) no-repeat left center;
	border-bottom: 1px solid #FFF;
}

#message {
	padding-left: 75px;
	border-bottom: 1px solid #FFF;
	background: url(board2.jpg) no-repeat left;
}

/***********************/
/* End Special ID Tags */
/***********************/

/*---------------- Photo Div CSS ----------------*/

#center {
	width: 183px;
	height: 354px;
	border-bottom: 1px solid #FFF;
	float: left;
}

/*---------------- Content Div CSS ----------------*/

#content a, a:visited {
	color: #003366;
}

#content a:hover {
	color: #FFCC33;
}

#content {
	padding: 0px 15px 0px 15px;
	width: 205px;
	height: 550px;
	background-color: #FFF;
	float: left;
}

#content p {
	font: 11px Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #AA3330;
}

#content h3 {
	margin-top: 10px;
	text-align: center;
	color: #AA3330;
}

#indent {
	text-indent: 35px;
	margin: 0px;
}
