@import url("reset.css");

body	{
	background:#fff;
	color:#000;
	font-family:helvetica,ariel,sans-serif;
	font-size:90%;
	line-height:125%;
}
p	{
	margin-bottom:1.2em;
}
address	{
	font-style:normal;
}
#wrapper	{
	width:940px;
	margin:auto;
}
.back	{
	float:right;
}
hr	{
	border:2px solid #cbc4a8;
	margin:2em 0;
}
#error, #success	{
	padding:.8em .6em .6em 1em;
	margin:1.5em 0;
	background:#fff;
	font-size:150%;
	line-height:130%;
	color:#ff0000;
	-moz-border-radius: .6em;
}
#success	{
	color:#005fbd;
}

/*	LEGAL PAGE
-------------------------------------*/
#legalPage #mainContent a:link, #legalPage #mainContent a:visited	{
	color:#0066cc;
}
#legalPage #mainContent h2	{
	font-size:200%;
	line-height:130%;
}
#legalPage #mainContent h3	{
	font-size:160%;
	line-height:130%;
}
#legalPage #mainContent h2, #legalPage #mainContent h3, #legalPage #mainContent h4, #legalPage #mainContent h5	{
	color:#0053a6;
}
#legalPage #mainContent	ul, #legalPage #mainContent ol	{
	margin:1.2em 2.4em;
}
#legalPage #mainContent	ul li	{
	list-style-type: disc;
}
#legalPage #mainContent	ol li	{
	list-style-type: decimal;
}
#legalPage #mainContent	ol li ol li	{
	list-style-type: upper-alpha;
}
#legalPage #mainContent	ol li ol li li	{
	list-style-type: lower-alpha;
}


/*	LINKS
-------------------------------------*/
a:link, a:visited	{
	color:#fff;
}
#error a:link, #error a:visited	{
	color:#ff0000;
}


/*	HEADER
-------------------------------------*/
#header	{
	width:940px;
	height:332px;
	background:url("../images/header_bg.jpg")
}
#logo {
	width:335px;
	height:84px;
	background:url("../images/logo.jpg") 20px 10px no-repeat;
}
#slogan {
	width:251px;
	height:208px;
	background:url("../images/slogan.gif") 40px 38px no-repeat;
}
#logo span, #slogan span, #sidebar h2 span, #sidebar h3 span, #sidebar h4 span, #video span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*	CONTENT AREA
-------------------------------------*/
#content	{
	margin:10px 0;
	background:url("../images/content_bg.gif") repeat;
}
#mainContent	{
	width:520px;
	padding:40px 30px 40px 40px;
	float:left;
	margin-right:10px;
}
div.mod	{
	background:#0053a6;
	width:130px;
	float:left;
	padding:15px;
	color:#fff;
	margin:10px 20px 20px 0;
	font-size:90%;
	-moz-border-radius: 1.1em;
	height:20em;
}
div.mod h2	{
	text-transform:uppercase;
	margin-bottom:1.2em;
}
div.last	{
	margin-right:0;
}
div.mod li	{
	margin-bottom:1.2em;
}
div#videoBox	{
	clear:both;
	position:relative;
	top:20px;
}
#video	{
	width:95px;
	height:344px;
	background:url("../images/video.gif") no-repeat;
	float:left;
	
}

/*	SIDEBAR
-------------------------------*/
#sidebar	{
	color:#fff;
	padding:27px 40px 20px 40px;
	width:260px;
	float:right;
	background:#825341 url("../images/sidebar_bg.gif")repeat;
}
#sidebar h2	{
	width:254px;
	height:32px;
	background:url("../images/let-us-help-you.gif") no-repeat;
	margin-bottom:16px;
}
#sidebar h3	{
	width:181px;
	height:15px;
	background:url("../images/request-a-speaker.gif") no-repeat;
	margin:32px 0 8px 0;
}
#sidebar h4	{
	width:161px;
	height:29px;
	background:url("../images/contact-us.gif") no-repeat;
	margin:10px 0 20px 0;
}
#sidebar strong	{
	text-transform:uppercase;
	font-weight:bold;
}
#credits	{
	margin:30px 0 0 0;
	font-size:80%;
	font-style:italic;
	line-height:120%;
}

/*	FOOTER
------------------------------------*/
#footer	{
	color:#fff;
	clear:both;
	background:#0053a6;
	margin:10px 0;
	padding:20px 40px;
	font-size:80%;
}
#footer p	{
	float:left;
}
#footer #copyright	{
	text-align:right;
	float:right;
}

/*	FORMS
------------------------------------*/
form	{
	margin:16px 0 30px 0;
}
input	{
	width:190px;
}
#submit	{
	width:auto;
}
label	{
	display:block;
	font-size:80%;
	text-transform:uppercase;
	margin:4px 0 10px 0;
}