body {
	background: #cfccc9 url(../images/bg.gif) repeat-y center top;
}


div#container {
	width: 760px;
	background: #333 none;
	border: none;
}

body > div#container {
	width: 760px;
}

	div#container div#container-inner {
		background-color: #fff;
	}

div#topbar a {
	border: none;
	font-weight: normal;
}

/* Navigation */

div#navigation {
	width: 190px;
	background: transparent url(../images/innerbg.gif) repeat-y left top;
	font: 92% "Helvetica", Arial, Verdana sans-serif;
	padding: 0;
	margin: 0 0 10em 0;
}

	div#navigation-inner {
		background: transparent url(../images/menufade.gif) no-repeat left bottom;
		padding: 0 0 300px 0;
	}

		div#navigation img {
			border: 3px solid #acc0cf;
			margin: 8px 0 1em 8px;
		}

		div#navigation p {
			margin: 0;
		}

	div#navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		div#navigation ul li {
			position: relative;
			height: 1px;
			margin: 0 0 1em 0;
		}

		div#navigation ul > li {
			height: auto;
		}

			div#navigation ul li ul li {
				margin-bottom: 0;
			}

			div#navigation ul li a {
				display: block;
				color: #000;
				background: transparent url(../images/currentmenu.gif) repeat-y right top;
				font-weight: bold;
				text-decoration: none;
				padding: .5em 1em;
				border: none;
			}

			div#navigation ul li a:hover {
				text-decoration: none;
			}

				div#navigation ul li ul li a {
					color: #333;
					background: transparent none;
					font-weight: normal;
	                                font: 110% "Helvetica", Arial, Verdana sans-serif;
					padding: .8em 1em .4em 1em;		
					border-bottom: 1px dotted #b9cad7;
				}

				div#navigation ul li ul li a:hover {
					background: transparent url(../images/submenu.gif) repeat-y right top;
				}

	div#navigation div.contact {
		color: #444;
		line-height: 130%;
		padding: 1em;
		margin: 3em 0 0 0;
	}

		div#navigation div.contact h2 {
			color: #333;
			font-size: 100%;
		}

		div#navigation div.contact h2, div#navigation div.contact p {
			margin: 0 0 .5em 0;
		}

		div#navigation div.contact a {
			color: #666;
		}


/* Footer */

div#footer {
	background: transparent url() repeat-x center top;
	font: 92% Verdana, Tahoma, sans-serif;
	padding: 2em 2em 9em 2em;
}

div#footer a {
	color: #aaa;
	border: none;
}

div#footer a:hover {
	color: #fff;
	background-color: transparent;
}

div#footer-links {
	width: 500px;
	float: left;
}

div#footer-links ul {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

	div#footer-links ul li {
		float: left;
		margin: 0 .5em;
	}

		div#footer-links ul li a {
			display: block;
			padding: .3em .4em .4em 0;
		}

div#footer-contact {
	float: right;
	text-align: right;
	width: 200px;
}

	div#footer-contact span {
		display: block;
		color: #fff;
		margin: .3em 0 .5em 0;
	}

	div#footer-contact span.name {
		color: #a0b5c6;
		font-weight: bold;
	}

div#closing {
	clear: both;
	color: #aaa;
	font-size: 92%;
	padding-top: 3em;
}

	div#closing div#webmaster {
		margin-bottom: .5em;
	}


/* Right Column */

div.column {
	float: right;
	width: 160px;
	background: transparent url(../images/column.gif) repeat-y right top;
	font: 90% "Verdana", Arial, sans-serif;
	padding: 55px 0 0 0;
	margin: -23px -24px 0 0;
	}

	div.column-grad {
		background: transparent url(../images/columngrad.gif) no-repeat right bottom;
		padding: 0 0 650px 0;
		
	}
		
	div#content div.column h3 {
	    background: url(../images/news.gif) no-repeat left top;
	    height: 24px;
		font-size: 100%;
		color: #fff;
		text-align: center;
		padding: 6px 0 0 0;		
		margin: 0 0 10px 0;
	}

	div#content div.column ul {
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
	}
	

	div#content div.column li {
		color: #0e2855;
		background: url(../images/icons/icon.gif) left center no-repeat;
		padding: 7.5px 5px 5px 25px;
                margin: 0;
		background-position: 7px 8px;
	}

	div#content div.column p {
		margin: 0;
	}		
		
		
/* Staff Listing */
		
			
div#content div.staff {
	height: 9em;
	margin-bottom: 2em;
}

	div#content div.staff img {
		float: left;
		border: 3px solid #ebe8e3;
		margin: 0 15px 0 0;
	}

	div#content div.staff a:hover img {
		border-color: #b9937d;
	}

	div#content div.staff h2 {
		padding: 0 0 0 0;
		margin-top: 1.7em;
	}

	div#content div.staff h3 {
		padding: 0 0 0 0;
		margin: 0 0 .3em 0;
	}
	
	div#content div.staff ul {
		list-style: none;
		line-height: 145%;
		margin: 0;
	}

		div#content div.staff ul li {
			padding: 0;
			margin: 0;
		}

	div#content div.nophoto {
		padding-left: 121px;
		height: auto;
	}


