/* CSS Document */
body {
	margin: 0;
	background-color: #ddd;
}

hr {
	size: 1px;
	color: #727272;
	border: 1px solid #727272;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#ie-msg {
	width: 100%;
	margin-top: 50px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	color: #5f5f5f;
	background-color: #c5fe3d;
	display: none;
}

#left {
	display: none;
	width: 200px;
	height: 100%;
	background-color: #5f5f5f;
	position: fixed;
	padding: 50px 0 0 150px;
}

	#nav{
	}

		.nav-header {
			color: #c5fe3d;
			font-size: 24px;
			font-weight: bold;
		}
	
		.nav-subheader {
			color: #fff;
			font-size: 15px;
		}
		
		.nav-address {
			color: #b5b1b1;
			font-size: 14px;
		}
	
			.nav-address div{
				height:  5px;
			}
			
			.nav-address a{
				text-decoration: none;
				color: #b5b1b1;
			}
	
			/*
			.nav-address a:hover{
				color:#ddd;
			}

			.nav-address a:visited{
				text-decoration: none;
				color: #b5b1b1;
			}
			*/
				
		.nav-slash {
			color: #fff;
		}
	
		#nav ul{
			list-style: none;
			margin: 0;
			padding: 0 0 0 1em;
			text-indent: -1em;
			
		}
		
		#nav li {
			color: #5ca1ad;
			font-size: 18px;
			font-weight: bold;
			display: block;
			padding-bottom: .6em;
		}
	
			#nav li a {
				color: #82e4f6;
				text-decoration: none;
			}
		
	/*		#nav li:before a {
				color: #5ca1ad;
				text-decoration: none;
			}
		
			#nav li a:hover{
				color: #5ca1ad;
			}
		
			#nav li a:visited{
				color: #82e4f6;
			}
*/

#right {
	display: none;
	width:701px;
	position: relative;
	margin-left: 350px;
	padding: 97px 0 30px 0;
}

	.content-header {
		width: 686px;
		height: 30px;
		background-color: #b7eb3e;
		padding: 10px 0 0 15px;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		position: relative;
		margin-bottom: -40px;
	}
	
	.content-header-year {
		color: #5f5f5f;
		font-size: 14px;
		font-weight: normal;
	}

	.content-block {
		background-color: #fff;
	}

		.content-block-image {
			padding-top: 40px;
		}
		
		.content-block-image img {
			border: none;
		}

		.content-block-title {
			height: 26px;
			padding: 15px 0 0 15px;
			font-size: 24px;
			font-weight: bold;
			color: #82e4f6;
		}

		.content-block-dotted-line {
			width: 670px;
			height: 2px;
			margin: 0 15px;
			background-image: url(../img/dotted_line.gif);
			background-repeat: repeat-x;
		}

		.content-block-title-client {
			font-size: 18px;
			font-weight: normal;
		}

		.content-block-role {
			height: 15px;
			padding: 15px 0 0 15px;
			font-size: 16px;
			font-weight: bold;
			color: #5f5f5f;
		}

		.content-block-desc {
			width: 625px;
			padding: 10px 0 0px 15px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-weight: normal;
			color: #5f5f5f;
			line-height: 18px;
		}
		
.btn-view-site {
	display: block;
	background-image: url("../img/btn_viewsite.gif");
	background-repeat: no-repeat;
	width: 72px;
	height: 21px;
	float: right;
	margin-bottom: 10px;
	position: relative;
}


/* ADDED EXTRA OVERLAY */
#sb-overlay-opaque {
	visibility:hidden;
	position:fixed;
	height:100%;
	width:100%;
	background-color: #000;
	top: 0;
}
