*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y left top;
}

#container
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	width: 960px;
	height: 300px;
}

#header h1
{
	display: block;
	width: 960px;
	height: 300px;
	text-indent: -9999px;
	background: url(images/header.jpg) no-repeat left top;
}

#header.about h1 { background: url(images/header_about.jpg) no-repeat left top; }
#header.career h1 { background: url(images/header_career.jpg) no-repeat left top; }
#header.speaking h1 { background: url(images/header_speaking.jpg) no-repeat left top; }
#header.contact h1 { background: url(images/header_contact.jpg) no-repeat left top; }

#nav
{
	width: 960px;
	height: 30px;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 16px;
	letter-spacing: 1px;
	background: url(images/nav_bg.jpg) repeat-x left top;
}

#nav ul
{
	list-style: none;
	height: 30px;
	margin-left: 40px;
	float: left;
	display: inline;
}

#nav ul li
{
	display: inline;
}

#nav ul li a
{
	text-decoration: none;
	color: #fff;
	height: 20px;
	padding: 8px 10px 2px 10px;
	float: left;
	display: inline;
}

#nav ul li a:hover, #nav ul li#active
{
	background: url(images/nav_bg_hover.jpg) repeat-x left top;
}

#content
{
	width: 960px;
}

.pic
{
	border: solid 1px #ccc;
	padding: 5px;
}

.alignright
{
	float: right;
	display: inline;
	margin: 0 0 6px 10px;
}

.alignleft
{
	float: left;
	display: inline;
	margin: 0px 10px 6px 0;
}

#content a
{
	color: #528CE0;
}

#left_col
{
	width: 525px;
	float: left;
	display: inline;
	color: #666;
	padding: 10px 50px;
}

#left_col h2
{
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}

#left_col h3
{
	font-size: 14px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin-bottom: 8px;
}

#left_col p
{
	margin-bottom: 16px;
	line-height: 16px;
}

#left_col ul, #left_col ol
{
	margin: 0 0 16px 25px;
	line-height: 16px;
	font-size: 12px;
}

#left_col ul { list-style: square; }

#right_col
{
	width: 220px;
	float: right;
	display: inline;
	padding: 18px 50px;
}

#newsletter
{
	background: #b5e655 url(images/newsletter_bg.jpg) no-repeat left top;
	width: 234px;
	color: #fff;
	margin-bottom: 30px;
}

#newsletter h4
{
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}

#newsletter ol
{
	list-style: none;
	padding: 0 28px;
}

#newsletter ol li
{
	margin-bottom: 8px;
}

#newsletter label
{
	display: block;
}

#newsletter_btm
{
	background: url(images/newsletter_btm.jpg) no-repeat left top;
	width: 234px;
	height: 11px;
	display: block;
	margin-bottom: -5px;
}

.quote
{
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #939598;
	margin-bottom: 30px;
}

.quote .attribution
{
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.address
{
	font-size: 15px;
	line-height: 20px;
}

#footer
{
	clear: both;
	width: 1000px;
	height: 40px;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p
{
	font-size: 10px;
	color: #666;
	padding: 5px 0 0 70px;
}

/*---------------- Form Styles ----------------*/

fieldset
{
	border: none;
}

fieldset legend
{
	display: none;
}

fieldset p
{
	margin: 8px 0;
}

#left_col fieldset ol
{
	list-style: none;
	margin: 0;
}

fieldset ol li
{
	margin-bottom: 16px;
}

fieldset ol li label
{
	display: block;
}

fieldset ol li input
{
	width: 250px;
}