/* CSS Document 
Created by Annie McCance
Date: 12/18/07
*/

body
{
	text-align: center;
	background: #337CCF;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper 
{
	width: 785px;
	margin: 0 auto;
	text-align: left;
}

#masthead h1
{
	margin-top: -150px;
	margin-left: -1000px;
}

#masthead .flashHeader
{
	margin: 0;
}

#mainNav
{
	float: left;	
	margin: 0;
	background: #8f8f8b;
}

#search_form
{
	padding-left: 20px;
	float: left;
	font-size: .70em;
}


#mainLinks
{
	margin:0;
}


#mainLinks ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: #006666;
}

#mainLinks li
{
	float: left;
}

#mainLinks li a
{
	display: block;
	padding: 0 .5em;
	line-height: 2em;
	text-decoration: none;
	color:#000000;
	
}

#mainNav #mainLinks li a:hover 
{
	
}

#home #mainNav .home a,
#copyright #mainNav .copyright a,
#studios #mainNav .studios a,
#about #mainNav .about a,
#contact #mainNav .contact a 
{
	color: #990000;
}

#tradeshows #content #sidebar .secondaryNav .tradeshows a,
#events #content #sidebar .secondaryNav .events a, 
#training #content #sidebar .secondaryNav .training a
{
	color: #FFFFFF;
}

#content
{
	background: url(images/contentTop.jpg) no-repeat left top;
	width: 785px;
	float: left;
}


#sidebar
{
	padding-top: 20px;
	padding-left: 20px;
	width: 200px;
	float: left;	
}


#content #sidebar  ul
{
	margin: 0;
	padding: 5px;
	list-style: none;
	font-weight: bold;
	font-size: .80em;

}

#content #sidebar li a
{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	background: #3988e3 url(images/btns/secondary.jpg) no-repeat left top;
	text-indent: 20px;
}

#content #sidebar li a:hover
{
	background-color: #8eb6e3;
	background-position: left bottom;
	color: #fff;
}

#content #maincontent
{
	padding: 20px;
	width: 460px;
	float: right;
}

#content #maincontent h1
{
	color: #337CCF;
	font-size: 1.25em;
}

#content #maincontent p, ul
{
	font-size: .85em;
}

#content #maincontent h2
{
	color: #337CCF;
	font-size: 1em;
}

#content .fbi
{
	text-align: center;
}

.bold {
	font-weight:bold;
}

.required {
	color:#990000;
	font-weight:bold;
}

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

#footer p {
	float: right;
	padding-right: 50px;
	padding-top: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .70em;
}