body {
	margin: 0;
	font-size : 10pt;
	font-family : Arial;
	color : 333;
	text-align:center;
	background: url('images/dropshadow.jpg') #408CBE center repeat-y;
}

div#wrapper {
	width:1006px;
	margin:0px auto;
	text-align:left;
	background: url('images/bg.png');
	background-repeat: repeat-y;
	background-position: center;	
	overflow:auto;	
}

div#header {
	width:100%;
	float:left;
	height:112px;
	background: url('images/header.jpg');
}

div#nav {
	width:100%;
	height:47px;
	float:left;
	background: url('images/nav_bg.gif');
}
	
	div#nav span {
		width: 100%;
		float:left;
		margin-top:15px;
	}
	
	div#nav span a {
		font-family : Times New Roman;
		margin:14px 0 0 22px;
		color : #b7b7b7;
		text-decoration : none;
		font-weight:bold;
		font-size: 11pt;
	}

	div#nav span a:link {
		color : #b7b7b7;
	}

	div#nav span a:visited {
		color : #b7b7b7;
	}

	div#nav span a:hover {
		color : #000;
	}

	div#nav span a:active {
		color : #000;
	}



div.left {
	width:174px;
	text-align:center;
	float:left;	
}

	div.left button {
		width:150px;
		text-align:center;
		border:1px solid #05456f;
		background-color: #408cbc;
		color: #fff;
		font-weight:bold;
		padding:3px 0px 3px 0px;
	}

	div.left p
	{
		padding: 0px 20px 0px 20px;
		font-size:9pt;
		line-height:14pt;
		text-align:center;
	}

	div.left h1 {
		font-size:15pt;
		margin:5px 0 0 0;	
	}

	div.left h3 {	
		font-size:13px;
		margin:0px;
	}



div.center {
	width:491px;
	color: white;
	float:left;
}

	div.center p {
		padding-right: 5px;
		margin:7px 15px 7px 15px;
		line-height: 20px;
	}
	
	div.center h3 {
		color: #b7b7b7;
		font-size:9pt;
		font-weight:bold;
		padding-left:15px;
		margin:30px 0px 3px 0px;
	}
	
	div.center h3 span {
		color: white;
		font-size:11pt;
		font-weight:bold;
	}
	
	div.center h2 {
		color: white;
		font-size:11pt;
		font-weight:bold;
		padding-left:15px;
		margin:30px 0px 3px 0px;
	}
	
	div.center h2 a {
		text-decoration: none;
	}
	
	div.center h1 {
		font-size:17pt;
		margin:15px 0px 10px 15px;	
	}	
	
	div.center table {
		color:white;
		font-size:10pt;
		margin:10px 15px;
	}
	
div#center-resources {	
	margin: 15px;
	line-height:20px;
	float:left;
}

div#center-resources a {
	font-weight:bold;
	text-decoration: none;
}

div#center-resources img {
	margin-right: 10px;
}

div#center-resources li {
	 
	list-style-type: none; 
	margin:20px;
}


div#dbem-location-map {
	color: black;
	margin-left: 15px;
}

div#dbem-rsvp-form input {
	margin-left: 15px;
}

div#center-event-detals h3
{
	color: white;
	font-size:13pt;
	font-weight:bold;
	padding-left:10px;
	margin:15px 0px;
}

div.right {
	width:341px;
	color: white;
	float:left;
}

	div.right p {
		padding:10px 10px 0px 5px;
		margin:10px 0px 5px 10px;
		font-size:10pt;
	}
	
	div.right h3 {
		padding:20px 0 0px 15px;
		margin:0;
		font-size:11pt;
	}
	
	div.right img {		
		margin-top:20px;
	}
	
	div.right div {		
		font-style:italic;
		padding-left: 20px;
		line-height: 25px;
		font-size: 10pt;
	}
	
	div.right em {
		font-style:italic;
		padding-left: 20px;
		line-height: 25px;
		font-size: 10pt;
		font-weight:normal;
	}
		
div#right-who-we-are p:nth-child(odd)
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

div#right-who-we-are ul
{
	margin-bottom:10px;
	padding-bottom:10px;
}

div#right-call-to-action p
{
	padding:0 25px;
}


div#footer {
	width:1005px;
	float:left;
	height:35px;
	background-color:white;
}

	div#footer p a {
		color:black;
		text-decoration:none;
	}

.bold {
	font-weight:bold;
}

	div#footer p {
		text-align: center;
		font-size:8pt;
		font-weight:bold;
		padding-top:8px;
		margin:0px;
	}






input {
	
	background-color: #d2d3d5;
	border:1px solid black;
	padding: 2px 5px 5px 2px;
	margin-bottom: 10px;
	width: 150px;
	text-align:center;
}

hr {
	margin: 10px 20px 0px 15px;
	heght:1px;
	color: #408cbc;
}

ul {
	font-weight: normal;
	font-size:9pt;
	color:white;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:25px;
}

div#nav a.currentPage { color: black; }
div#nav a.currentPage:link { color: black; }
div#nav a.currentPage:visited { color: black; }

blockquote {
	line-height:35px;
	margin:50px auto;
	margin-bottom:20px;
	font-family: Times New Roman;
	font-size:11pt;
	width: 250px;
	background: url(images/closequote.jpg) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}

blockquote:first-letter {
	background: url(images/openquote.jpg) no-repeat left top;
	padding-left: 18px;
}


a {
	color : white;
	text-decoration : underline;
}

a:link { text-decoration: underline; color : white;}
a:visited { text-decoration: underline; color : white;}
a:hover { text-decoration: none; color : #b7b7b7;}
a:active { text-decoration: none; color : #b7b7b7;}

#center-home
{
	background-color:white;
	color: black;
}