
body, html {
	background: #898989;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	font-family: Arial, Tahoma;
	font-size: 16px;
	color: #ccc;
}

table {
	font-size: 95%;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #333;
/*	text-decoration: underline;*/
}

a:hover.bg {
	color: #333;
/*	text-decoration: underline;*/
	background-color: #eee;
	display: block;
}

.transparent {
	opacity: .5;
}

.opaque {
	opacity: 1;
}

#fanning_blog {
	padding-top: 10px;
	color: #fff;
}

#fanning_blog h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #fff;
}

#fanning_blog .title {
	
}

#fanning_blog .date {
	font-size: 13px;
/*	color: #ccc;*/
}

#fanning_blog .author {
	font-size: 13px;
	color: #ccc;
}

#fanning_blog .blurb {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #eee;
	font-style: italic;
}

.content {
	float: right;
	width: 95%;
	margin-right: 10px;
}

.static a {
	color: #009;
/*	border-bottom: 1px dotted;*/
}

.static a:hover {
	color: #009;
	border-bottom: 1px dotted;
}

table.info {
	width: 95%; 
	float: right;
}
	table.info .grey {
		width: 88%;
		background: #e7e8e9;
		padding-bottom: 10px;
		padding-left: 10px;
		font-size: 14px;
	}
		table.info .grey a {
			border-bottom: 1px dotted;
		}
	
	table.info .label {
		font-size: 14px;
		color: #808285;
		font-style: italic;
	}

.staff_blog {
	
}
	
	.staff_blog .blog_text, ul.list, ol.list {
		font-size: 13px;
		color: #6d6f71;
		padding-right: 20px;
		padding-left: 10px;
		text-align: justify;
	}
	
.more {
	color: #f00;
}

.divider_red {
	background: #d91a22; 
	height: 8px;
}

.content > .divider_red {
	background: #d91a22; 
	height: 8px;
	width: 101.6%;
}

.divider_grey {
	background: #bcbebf; 
	height: 8px;
}

#shadow_left {
	background-image: url(../images/shadow-left.png);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
	width: 30px;
}

#shadow_right {
	background-image: url(../images/shadow-right.png);
	background-position: top right;
	background-repeat: repeat-y;
	height: 100%;
	width: 30px;
}


#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 1125px;
}

#contents {
	margin-top: 50px;
	background: #1e1e31;
	margin-left: auto;
	margin-right: auto;
	width: 1125px;
}

#masthead {
	.padding-top: 20px;
	.padding-left: 20px;
	width: 900px;
	height: 130px;
	background-image: url(../img/masthead.jpg);
}

#logo {
	border: none;
	padding-top: 20px;
	padding-left: 20px;
}

#links {
	float: right;
	padding-top: 35px;
	padding-right: 20px;
}

#links a {
	display: block;
	color: #fff;
}

#links a:hover {
	color: #ccc;
	text-decoration: none;
}
	
#nav {
	height: 35px;
	padding-left: 10px;
	color: #f8f8fc;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

	#nav a, #subnav a {
		/*color: #a2a2a5;*/
		color: #ffffff;
		text-decoration: none;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#nav a:hover, #subnav a:hover {
		color: #a2a2a5;
	}
	
	#nav .active, #subnav .active {
		color: #d5d5dd;
	}
	
#options {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	
	list-style: none;
}

	#options li.option {
		display: inline;
		float: left
	}

	#options a {
		padding-left: 10px;
		padding-right: 30px;
	}

	#options a:hover {
/*		border-left: 2px solid #eee;*/
		background: #333;
		color: #eee;
		text-shadow: #000 3px 3px 3px;
		z-index: 100;
	}
	
	#options .hover, #options .active { 
/*		border-left: 2px solid #eee;*/
		opacity: .90;
		background: #876f6e;
		background: #333;
		color: #eee;
		text-shadow: #000 3px 3px 3px;
		z-index: 100;
	}

	#options ul.subnav {
/*		border-right: 3px solid #bbb;*/
/*		border-bottom: 3px solid #bbb;*/
		
		position: absolute;
		padding: 0px;
		margin: 0px;
		
		padding-top: 5px;
		padding-bottom: 5px;
		
		opacity: .90;
		background-color: #876f6e;
/*		background-image: url(../img/menu_bg.png);*/
/*		background-position: top left;*/
/*		background-repeat: repeat-y;*/
	}
		
		#options ul.subnav li {
			font-weight: normal;
		}
		
			#options ul.subnav li a {
				padding-left: 20px;
				padding-right: 20px;
				padding-bottom: 5px;
				display: block;
				width: 125px;
				border: none;
				font-size: 14px;
			}
			
			#options ul.subnav li a:hover {
				background: #555;
				color: #eee;
				font-weight: bold;
/*				padding-left: 25px;*/
/*				margin-bottom: 5px;*/
			}

#search {
	text-align: right;
/*	border: 1px solid #fff;*/
	float: right;
	padding-right: 10px;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

#marble {
	min-height: 500px;
	height: 100%; 
	width: 200px; 
	background-image: url(../img/marble.jpg);
	background-repeat: repeat;
	padding: 0px 5px 0px 5px;
}
#content {
	background-color: #fff;
	height: 100%;
	
	text-align: left;
	
	padding-top: 10px;
	padding-left: 10px;
	color: #fff;
	
	width: 680px;
	
	color: #000;
	margin-bottom: 10px;
}

#content h1 {
	color: #231f20;
	font-size: 24px;
/*	text-shadow: 3px 3px 5px #000000;*/
	margin-top: 0px;
}

#content h2 {
	color: #000;
	font-size: 21px;
}

#content h3 {
	color: #636467;
	font-size: 18px;
	font-weight: normal;
/*	text-shadow: 3px 3px 5px #000000;*/
	margin-top: 0px;
	font-style: italic;
}

.tagline {
	display: block; 
	margin-bottom: 3px; 
	text-align: right; 
	padding-right: 10px;
}

a.project {
	height: 98px;
	clear: both;
	width: 200px;
	background: #404041;
	border: 2px solid #dbdcdd;
	float: right;
	
	margin-right: 10px;
	margin-top: 10px;
/*	padding-left: 5px;*/
	padding-right: 5px;
	
	color: #fff;
}

a.project:hover {
	background: #666;
}

a.feature_bottom {
	background: #b7b4b7;
	float: left;
	width: 213px;
	height: 150px;
}

a.feature_bottom:hover {
	background: #ddd;
}

#footer {
	color: #fff;
	font-size: 13px;
/*	font-weight: bold;*/
	text-align: center;
	
/*	height: 70px;*/
	padding-top: 15px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	background-position: top right;
	
/*	width: 696px;*/
}
#footer a, #footer a:visited {
	color: #ddd;
}
#footer a:hover {
	text-decoration: underline;
}

.clear {
/*	border: 1px solid;*/
	clear: both;
}


#flash {
	z-index: 0;
}

#ajaxTargets {
	z-index: 100;
}