@import url(reset.css); 

body {
	background: #789fb0 url(images/bg_main.gif) repeat-x; 
}

	body, input, select {
		font-family: Georgia, serif; 
		font-size: 13px; 
	}

#container {
	width: 944px; 
	margin: 0 auto;
	position: relative; 
	background: #b9dae8 url(images/container_bg.gif) top left repeat-y;
	overflow: hidden; 
}

#masthead {
	height: 152px; 
	position: absolute;
	background: url(images/masthead_bg.png) top left no-repeat; 
	top: 0;
	left: 0; 
	overflow: hidden;
	width: 100%; 
	z-index: 2; 
}
	#body_contact #masthead {
		background: url(images/masthead_bg_light.png) top left no-repeat; 
	}
	#logo {
		position: absolute; 
		top: 40px;
		left: 23px; 
		width: 576px; 
	}
		
	#topnav {
		position: absolute;
		top: 0;
		left: 220px; 
		width: 630px; 
		
	}
		#topnav li {
			float: left;
		}
		#topnav li a {
			float: left; 
			border-left: 1px solid #bdd5dd; 
			padding: 20px 14px 3px 13px; 
			font-size: 16px;
			color: #295e70;
			text-transform: lowercase; 
		}
			#topnav li a:hover,
			#topnav li a.on {
				color: #3398c1;
			}

	#search_form {
		position: absolute;
		top: 19px; 
		left: 790px; 
	}
		#search_query {
			width: 113px; 
			color: #777;
		}
		#search_submit {
			position: absolute;
			top: 0;
			left: 120px;
			border: none;
			background: transparent;
		}

#content {
	line-height: 19px; 
}
	#content a:hover {
		text-decoration: underline; 
	}

#bodycopy {
	background: url(images/bodycopy_bg.png) top left repeat-x;
	position: relative;
	top: 246px; 
	left: 0; 
	min-height: 450px; 
	z-index: 2; 
	width: 583px;
	padding: 20px 25px 25px 25px;
	width: 533px; 
	margin-bottom: 350px; 
	line-height: 21px; 
}
	#bodycopy h1 {
		font-size: 24px;
		color: #002035;
		margin: 0 0 10px 0;
		line-height: 1.2em;
	}
		#body_engagements #bodycopy h1 {
			margin-right: 200px; 
		}


	#bodycopy h2 {
		font-size: 17px;
		color: #24678f;
		margin: 1.25em 0 0.5em 0;
		font-weight: normal;
		font-style: italic;
		text-transform: none;
		letter-spacing: 0;
		line-height: 23px; 
	}
		#bodycopy h2.headline {
			margin-top: 0;
		}

	#bodycopy h3,
	#sidebar h3 {
		font-size: 13px;
		color: #1c5d75;
		margin-top: 2em;
		text-transform: uppercase;
		letter-spacing: 1px; 
	}

		#bodycopy h2 + h3 {
			margin-top: 0;
		}

	#bodycopy p,
	#sidebar p {
		margin: 1em 0;
	}

	#bodycopy strong,
	#sidebar strong {
		font-weight: bold;
	}

	#bodycopy em, 
	#sidebar em {
		font-style: italic; 
	}

	#bodycopy p.datestamp {
		color: #777;
		font-size: 12px; 
		margin-top: 0;
		margin-bottom: 0.5em;
	}
	
	#bodycopy a {
		color: #26801b;
		text-decoration: underline; 
	}
		#bodycopy a:hover {
		}

		#content #bodycopy a span.name,
		#content #bodycopy span.sync_word,
		#content #bodycopy span.sync_sent {
			display: inline;
		}
		#bodycopy a:hover span.name {
			background: #ffffcc;
			text-decoration: underline;
		}

	#bodycopy ul {
		list-style: disc; 
		margin-left: 2em;
	}
		#bodycopy ul li {
			list-style: disc;
		}

	#bodycopy ol {
		list-style: decimal; 
		margin-left: 2em;
	}
		#bodycopy ol li {
			list-style: decimal;
		}


	#bodycopy ul.nav {
		list-style: none;
		margin-left: 0;
	}

	#bodycopy ul.nav li {
		list-style: none;
		margin: 1em 0;
		border-bottom: 1px dotted #bbb;
		padding-bottom: 1em;
	}	
		#bodycopy ul.nav li a,
		#bodycopy ul.nav li span {
			display: block;
		}

			#bodycopy ul.nav li a {
				font-size: 15px; 
				line-height: 19px; 
				font-style: italic;
			}
			#bodycopy ul.nav li span.subtitle {
				font-style: italic;
				color: #555;
			}
			#bodycopy ul.nav li span.company {
				font-size: 11px;
				color: #777;
				text-transform: uppercase;
				line-height: 16px; 
				font-style: normal;
			}
			#bodycopy ul.nav li span.datestamp {
				color: #777;
				font-style: italic;
				font-size: 12px; 
			}
			#bodycopy ul.nav li span.summary {
				font-style: italic; 
				line-height: 19px; 
			}

		#bodycopy ul.floated li {
			width: 48%; 
			float: left;
			border: none;
			border-top: 1px dotted #aaa;
			padding-top: 1em;
			padding-bottom: 0;
			margin-bottom: 0;
			line-height: 19px; 
			color: #555;
			font-style: italic;
		}
		
			#bodycopy ul li.even {
				clear: both; 
				margin-right: 4%; 
			}
			#bodycopy ul.floated li a {
				font-size: 15px; 
			}

		#bodycopy ul.nav ul.nav {
			margin-left: 2em;
			margin-top: 1em;
		}
			#bodycopy ul.nav ul.nav li,
			#bodycopy ul.nav ul.nav li a {
				border: none;
				margin: 0;
				padding: 0;
				font-size: 13px; 
				font-style: normal;
			}

	#bodycopy #client_logo {
		position: absolute;
		top: 25px;
		right: 25px; 
		border: 1px solid #ccc;
	}

	#body_contact #bodycopy {
		top: 303px; 
		left: 0; 
		min-height: 450px; 
	}

	#readspeaker_button1 {
		clear: both;
		margin: 1em 0; 

	}

#sidebar {
	position: absolute;
	top: 396px;
	right: 0;
	width: 361px; 
	z-index: 2; 
	border-top: 1px solid #a0d5ea;
	background: url(images/sidebar_bg.png) top left no-repeat; 
	min-height: 300px; 
}
	#body_contact #sidebar {
	}

	#subnav {
		padding: 20px 20px 50px 20px; 
		background: #0e2e3d url(images/sidebar_bg_segment.jpg) bottom left no-repeat;
	}

	#sidebar h3 {
		color: #002035;
		margin-top: 0;
		margin-bottom: 0;
	}
	#sidebar p {
		margin: 0.75em 0;
	}

	#sidebar a {
		color: #295366;
		text-decoration: underline; 
	}

	#sidebar #subnav a {
		color: #a4ec8e;
		text-decoration: none;
	}
		#sidebar #subnav a:hover {
			text-decoration: underline;
		}

	#sidebar #subnav ul.nav li {
		margin-bottom: 1em;
		color: #bfc7cb;
		font-family: Arial, sans-serif;
		line-height: 17px; 
		font-size: 12px; 
	}

		#body_engagements #sidebar #subnav ul.nav li {
			margin-bottom: 0; 
		}

		#sidebar #subnav ul.nav li a {
			display: block;
			color: #bfeeff;
			font-weight: normal;
			text-decoration: none;
		}
		
			#sidebar #subnav ul.nav li a:hover,
			#sidebar #subnav ul.nav li a.on {
				color: #3fccff;
				text-decoration: underline; 
			}

	#sidebar_text {
		padding: 10px 20px 10px 20px; 
		color: #295366;
		line-height: 21px; 
	}

	#section_label {
		position: absolute;
		top: -60px; 
		top: 337px; 
		left: 0;
		left: 583px; 
		margin: 0; 
		background: url(images/section_head_bg.png) top left repeat-x; 
		display: block;
		height: 58px;
		width: 361px; 
		line-height: 50px; 
		z-index: 10; 
	}
		#body_contact #section_label {
			background: url(images/section_head_bg_contact.png) top left repeat-x; 
			display: none;
		}
		#section_label a {
			color: #fff;
			font-size: 35px; 
			text-transform: lowercase;
			font-weight: 100;
			font-family: Georgia, serif;
			text-decoration: none;
			position: absolute;
			bottom: -13px;
			left: 20px; 
		}
			#section_label a:hover {
				text-decoration: none;
			}

	#subscribe_form {
		position: relative;
		left: 20px; 
		padding: 7px 0 7px 20px; 
		margin: 20px 0;
		width: 300px; 
		background: url(images/subscribe_bg_home.png) bottom left repeat-x;
		
	}

		#subscribe_form label {
			font-size: 13px; 
			font-weight: bold;
			color: #234f63;
			font-style: italic;
		}
		#subscribe_form input.email {
			width: 200px; 
			color: #999; 
		}
		#subscribe_form input.focused {
			color: #555;
		}
		#subscribe_submit {
			border: none;
			background: transparent;
			position: relative;
			top: 3px; 
			left: -7px; 
		}


	#body_news #sidebar ul.nav {
		margin-left: -20px; 
	}

	#body_news #sidebar ul.nav li {
		margin-bottom: 1em;
		margin-left: 10px; 
		font-family: Georgia; 
		font-style: italic;
		padding-left: 20px;
		padding-right: 15px; 
		background: url(images/document_icon.png) top left no-repeat; 
	}
		#body_news #sidebar ul.nav li a {
			font-weight: bold; 
			display: block;
			font-style: normal;
		}



#bgphoto {
	position: absolute;
	top: 0;
	left: 0; 
	z-index: 1; 
}


#footer {
	background: #234f63; /* url(images/footer_bg.gif) top center no-repeat;*/
	width: 100%; 
	height: 300px; 
	position: relative; 
}

	#footer img {
		position: relative;
		top: -5px; 
		display: block;
		margin: 0 auto;
		
	}
	#footer_text {
		margin: 0;
		position: absolute;
		top: 20px;
		left: 0; 
		width: 100%; 
		font-size: 11px; 
		color: #537484;
		color: #528298;
		z-index: 100; 
	}
		#footer_text p {
			width: 895px; 
			margin: 0 auto; 
		}

		#footer_text p a {
			color: #528298;
			text-decoration: underline; 
		}

#editpage {
	position: absolute;
	top: 10px;
	left: 10px; 
	color: #005981;
	z-index: 10;
}
	#editpage:hover {
		background: #ddd; 
	}

#rss {
	position: absolute; 
	bottom: -35px; 
	left: 602px; 
	z-index: 10; 
}


.image_left {
	float: left;
	margin: 0 10px 5px 0;
}

.image_right {
	float: right;
	margin: 0 0 5px 10px; 
}

.image_center {
	display: block;
	margin: 1em auto; 
}

