html, body, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #549ed6
				url(../images/common/body_bg.jpg)
				50% 250px
				no-repeat;
	text-align: center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.hidden {
	display: none;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 970px;
	background: transparent
				url(../images/common/content_bg.gif)
				25px 0
				repeat-y;
}

/* Header
------------------------------------------------- */

#header {
	position: relative;
	height: 244px;
	background: transparent
				url(../images/header/rotate.php)
				25px 0
				no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
	width: 246px;
}

#header-img {
	width: 708px;
	height: 194px;
}


/* Main Navigation
------------------------------------------------- */

#main-nav { 
	position: absolute;
	bottom: 10px;
	right: 5px;
	height: 40px; 
	margin-left: 245px; 
}

#main-nav ul
 { margin: 0; padding: 0; list-style-type: none; }
#main-nav li { float: left; }

#main-nav li a {
	float: left;
	height: 0px !important;
	height /**/:40px; /* IE 5/Win hack */ 
	padding: 40px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav li a:hover {
	background-position: 0 -40px;
}

#exhibitors-nav li a:hover {
	background-position: 0 -30px;
}

#main-nav li#home,
#main-nav li#home a { width: 58px; background-image: url(../images/nav/home.gif); }

#main-nav li#ad,
#main-nav li#ad a { width: 91px; background-image: url(../images/nav/place_ad.gif); }

#main-nav li#ad_info,
#main-nav li#ad_info a { width: 119px; background-image:url(../images/nav/info.gif); }

#main-nav li#login,
#main-nav li#login a { width: 120px; background-image: url(../images/nav/login.gif); }

#main-nav li#gen_links,
#main-nav li#gen_links a { width: 101px; background-image: url(../images/nav/gen_links.gif); }

#main-nav li#humor,
#main-nav li#humor a { width: 132px; background-image: url(../images/nav/humor.gif); }

#main-nav li#contact,
#main-nav li#contact a { width: 89px; background-image: url(../images/nav/contact.gif); }

#main-nav li.selected a {
	background-position: 0 -80px;
}

#exhibitors-nav li.selected a {
	background-position: 0 -60px;
}

/* Sub Navigation [ selected ]
------------------------------------------------- */
body.homepage li#home,
body.homepage li#home a,
body.ad_info li#ad_info,
body.ad_info li#ad_info a,
body.ad li#ad,
body.ad li#ad a,
body.login li#login,
body.login li#login a,
body.gen_links li#gen_links,
body.gen_links li#gen_links a,
body.humor li#humor,
body.humor li#humor a,
body.contact li#contact,
body.contact li#contact a {
	background-position: 0 -80px;
}



/* Float Holder
------------------------------------------------- */

#columns {
	background: transparent
				url(../images/common/content_bg_top.jpg)
				25px 0
				no-repeat;
}

/* Floats
------------------------------------------------- */

#sidebar-a {
	float: left;
	width: 246px;
}

#sidebar-b {
	float: right;
	width: 254px;
}

#content {
	margin-left: 250px;
	margin-right: 25px;
}

/* Main Navigation
------------------------------------------------- */

#sub-nav {
	background: transparent
				url(../images/nav/subnav_bottom.gif)
				5px 100%
				no-repeat;
	padding-bottom: 14px;
	text-align: right;
}

#sub-nav h3 {
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#sub-nav img {
	display: block;
}

#sub-nav ul {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	list-style-type: none;
	font-size: 12px;
	background: transparent
				url(../images/nav/nav_top.jpg)
				100% 0
				no-repeat;
}
#sub-nav li {
	padding-left: 5px;
	padding-right: 11px;
}

#sub-nav li a {
	height: 1%;
	display: block;
	padding: 5px 10px 5px 21px;
	color: #fff;
	text-decoration: none;
	background: transparent;
	font-size:13px;
}

#sub-nav li a:hover {
	background: #8cc63e;
	color: #000;
}

/* Banners
------------------------------------------------- */

#banners {
	text-align: center;
}

#banners .banner {
	margin-bottom: 10px;
}

/* Content
------------------------------------------------- */

#content .padding {
	padding: 80px 15px 10px 0;
}

#content h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	color: #0a67b2;
	font-size: 24px;
	font-weight: normal;
}

#content h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #0a67b2;
	font-weight: normal;
}

#content h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-align:center;
}

#content a {
	color: #005FA8;
}

#content a:hover {
	text-decoration: none;
}


/* Footer
------------------------------------------------- */

#footer {
	height: 124px;
	position: relative;
	clear: both;
	background: transparent
				url(../images/common/footer_bg.gif)
				25px 100%
				no-repeat;
}

#copyright {
	position: absolute;
	top: 76px;
	left: 300px;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	color: #fff;
	line-height: 14px;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

/* Misc. Styles
------------------------------------------------- */

.blue {
	color: #0766b2;
}

.quote {
	margin: 25px;
	display: block;
	padding: 15px 15px 15px 45px;
	border: 1px solid #d8ecbe;
	background: #fff
				url(../images/common/quote_bg.gif) no-repeat;
}

.box {
	margin: 25px;
	display: block;
	padding: 15px;
	border: 1px solid #d8ecbe;
	background: #fff;
	text-align:center;
}

.brnav
{
	color: #34689A;
	font-weight: bold;
	text-decoration: none;
}
a.brnav
{
	color: #34689A;
	font-weight: bold;
	text-decoration: underline;
}
a.brnav:visited
{
	color: #004080;
	font-weight: bold;
	text-decoration: underline;
}
a.brnav:active
{
	color: #34689A;
	font-weight: bold;
	text-decoration: underline;
}
a.brnav:hover
{
	color: #004080;
	font-weight: bold;
	text-decoration: underline;
}
.brnavnld
{
	color: #000000;
	font-weight: bold;
}
.brtxt
{
	color: #000000;
	font-weight: normal;
}
.brtxtbold
{
	color: #000000;
	font-weight: bold;
}
a.brtxt
{
	color: #34689A;
	font-weight: bold;
	text-decoration: underline;
}
a.brtxt:visited
{
	color: #004080;
	font-weight: bold;
	text-decoration: underline;
}
a.brtxt:active
{
	color: #34689A;
	font-weight: bold;
	text-decoration: underline;
}
a.brtxt:hover
{
	color: #004080;
	font-weight: bold;
	text-decoration: underline;
}
.brtxtsmall
{
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}
a.brlink10
{
	color: #FFCC00;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}
a.brlink10:visited
{
	color: #FFCC00;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}
a.brlink10:active
{
	color: #FFCC00;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}
a.brlink10:hover
{
	color: #FFCC00;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	text-decoration: underline;
}
a
{
	color: #34689A;
	text-decoration: underline;
}
a:visited
{
	color: #34689A;
	text-decoration: underline;
}
a:active
{
	color: #34689A;
	text-decoration: underline;
}
a:hover
{
	color: #34689A;
	text-decoration: underline;
}
.subheader
{
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
}
.instruct
{
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.header
{
	color: #34689A;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a.header
{
	color: #34689A;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.header:visited
{
	color: #34689A;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.header:active
{
	color: #34689A;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
a.header:hover
{
	color: #34689A;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
.everror
{
	color: red;
	font-size: 12px;
}
.brtxtwhite
{
	color: #FFFFFF;
	font-weight: normal;
}
.brtxtblue
{
	color: #34689A;
	font-weight: normal;
}
.brtxtbluebold
{
	color: #34689A;
	font-weight: bold;
}
.brtxt-ital
{
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.spaced
{
	color: #34689A;
	font-weight: normal;
	line-height: 25px;
}
.spaced a:link, .spaced a:active, .spaced a:visited, .spaced a:hover
{
	color: #34689A;
	font-weight: normal;
	line-height: 25px;
}