/*---------------- CSS Reset ----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 17px;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*-------------End CSS Reset ----------------*/

body
{
	font-family: Verdana, Helvetica, sans-serif;
	background-repeat: repeat-x;
  background-color: #2D2C2C;
	background-image: url('../images/back1.jpg');
	background-position: top left;
}

h1
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 34px;
	text-transform: uppercase;
	color: #ca3500;
	padding: 30px 20px 0 20px;

}

h1 > a:hover
{
	text-decoration: none;
}

h1 span
{
	font-size: 48px;
}

div#page
{
	margin: 0 auto;
	width: 950px;
	background-color: white;
}

small
{
	font-size: 10px;
}

p#subhead
{
	margin: 0 0 0 90px;
	font-size: 13px;
	letter-spacing: .02em;
	clear: left;
}

p#addrhead span
{
	font-size: 1.2em;
}

p#addrhead
{
	float: right;
	text-transform: uppercase;
	color: #d13509;
	font-family: 'Times New Roman', Times, serif;
	font-size: 32px;
	margin-top: -15px;
	letter-spacing: .05em;
	padding: 0 10px 0 0;
	font-weight: bold;
}

ul#top-nav
{
	float: right;
	margin: 0;
	padding: 5px 5px 0 0;
	text-transform: uppercase;
}

ul#top-nav li.first, ul#main-nav li.first
{
	border-left: none;
}

ul#top-nav li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	border-left: 1px solid black;
	padding: 0 10px;
}

ul#top-nav li a
{
	color: #222;
	font-size: 13px;
	font-weight: normal;
}

ul#main-nav
{
	clear: both;
	margin-top: 5px;
	width: 950px;
	background: #C5574B url('../images/menu-bg.png') repeat-x;
	border-top: 1px solid #a03625; 
	border-bottom: 1px solid #a03625;
}

ul#main-nav li.first
{

}

ul#main-nav li.last
{
	width: 200px;
}

ul#main-nav li.wide
{
	width: 265px;
}

ul#main-nav li.thin
{
	width: 200px;
}

ul#main-nav li
{
	display: inline-block;
	position: relative;
	border-left: 1px solid white;
	margin: 0;
	padding: 6px 0 4px 0;
	text-align: center;
	width: 230px;
	height: 21px;
}

ul#main-nav li a:hover
{
	text-decoration: none;
}

ul#main-nav li a
{
	font-size: 14px;
	color: white;
	font-weight: normal;
}

ul#main-nav li ul 
{
  position: absolute; 
  top: 31px;
  left: 0;
	display: none;
}

ul#main-nav li:hover ul
{
	display: block;
	z-index: 10;
}

ul#main-nav li.wide ul li
{
	width: 249px;
}

ul#main-nav li.thin ul li, ul#main-nav li.last ul li
{
	width: 184px;
}

ul#main-nav li ul li
{
	background-color: #b53824;
	padding: 0 10px 4px 10px;
	height: 16px;
	border-left:none;
	border-top: 1px solid #a03625;
	border-right: 1px solid #a03625;
	text-align: left;
}

ul#main-nav li ul li:hover
{
	background-color: #a03625;
}

ul#main-nav li ul li a
{
	font-size: 12px;
	display: block;
	font-weight: normal;
	width: 100%;
}

ul#main-nav li ul li a:hover
{
	color: black;
}

div#slideshow
{
	z-index: -10;
}

div#content_wrap
{
	background: url('../images/line1.jpg') 643px 0 repeat-y;
	padding: 25px 0 0 0;
	margin-top: 3px;
}

div#content_wrap_event
{
	padding: 25px 0 0 0;
	margin-top: 3px;
}

div#content-event
{
	margin: 0 40px 0 40px;
}

div#content-press
{
	margin: 0 80px;
}

p.reg-par
{
	margin-right: 60px;
}

ul.top-margin
{
	margin: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
}

ul.top-margin li
{
	float: left;
	padding-right: 60px;
}

div#content-event a.reg_button, div#content-event a.reg_button:visited
{
	font-size: 18px;
	font-weight: normal;
	width: 200px;
	height: 35px;
	display: block;
	background: url('../event/reg-button.png') no-repeat;
	padding: 15px 0 0 0;
	text-align: center;
	color: white;
}

div#content-event a.reg_button:hover
{
	background: url('../event/reg-button-press.png') no-repeat;
	text-decoration: none;
}

div#content
{
	width: 575px;
	margin: 0 30px 0 40px;
	padding-right: 30px;
}

#content hr.test
{
	color: #cfcfcf;
	margin: 20px 0 0 0;
}

#content hr
{
	color: #cfcfcf;
	margin: 20px 0;
}

div#footer
{
	border-top: 1px solid #6c6c6c;
	width: 890px;
	margin: 25px 30px;
	text-align: center;
	padding: .5em 0;
	clear: both;
}

#footer ul li.first
{
	border-left: 1px solid #6c6c6c;
}

#footer ul li
{
	display: inline;
	border-right: 1px solid #6c6c6c;
	padding: 0 10px;
}

#footer p, #footer li, #footer a
{
	font-size: 9px; 
	color:#6c6c6c; 
	line-height: 12px;
}

div#sidebar
{
	float: right;
	width: 200px;
	margin-right: 17px;
	
}

#sidebar ul
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: black; 
	line-height: 14px;
	padding: 0 0 0 0;
	list-style-type: disc;
	margin: 10px 0 30px 0;
}

#sidebar ul li
{
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 17px;
}

#sidebar p
{
	margin-top: 10px;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: black; 
	line-height: 17px;
}

#sidebar a.blue
{
	font-family: Verdana, Helvetica, sans-serif; 
	color:#396a79;
	line-height: 17px; 
	text-decoration: none;
	font-style: italic;
}

#sidebar a
{
	text-decoration: underline;
	margin-top: 10px;
	font-family: Verdana, Helvetica, sans-serif; 
	color: #396a79;
	font-weight: bold;
	line-height: 17px;
}

img.left-img
{
	float: left;
	margin-right: 10px;
}

img.border
{
	border: 1px solid gray;
}

p.indented
{
	margin-left: 25px;
}

span.caption
{
	display: block;
	font-size: 10px;
	font-style: italic;
	margin-top: -4px;
}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:hover
{
	font-size: 22px;
	color: #ca3500;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	border-bottom: 1px solid #dbdbdb;
}

h2.gray-head
{
	color: gray;	
}

h2.top
{
	font-size: 22px;
	color: #ca3500;
	margin: 0 0 .9em 0;
}

h2.black
{
	color: black;
}

h2
{
	font-size: 17px;
	color: #ca3500;
	font-weight: bold;
	margin: 0 0 1em 0;
}

h3.bottom
{
	margin-bottom: 0;
}

h3
{
	font-size: 14px;
	color:#242424;
	margin: 1em 0;
	font-weight: bold;
}

h4
{
	font-size: 13px;
	color:#242424;
	margin: 0;
	font-weight: bold;
}

.list-div
{
	margin: -5px 0 0 20px;
}

#content ul.sub-nav
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

ul.sub-nav li.first
{
	border-left: none;
	padding-left: 0;	
}

ul.sub-nav li
{
	border-left: 1px dotted gray;
	display: inline;
	margin: 4px 0;
	padding: 0 1px 0 5px;
}

ul.sub-nav li a
{
	font-size: 11px;
}

ul.sub-nav li a:link { text-decoration: none; color: #ca3500; font-weight: normal;}
ul.sub-nav li a:visited { text-decoration: none; color: #ca3500; font-weight: normal;}
ul.sub-nav li a:hover { text-decoration: underline; color: #ca3500; font-weight: normal;}

ul.red-list
{
	float: left;
	text-align: left;
	list-style-type: disc;
	color: black;
	font-weight: bold;
}

ul.red-list li
{
	color: gray;
	font-size: 14px;
}

ul.red-list li span
{
	color: #ca3500;
	font-size: 12px;
}

ul.pdf 
{
	
}

ul.pdf li
{
	list-style-image:  url('../images/adobe-pdf-logo.jpg');
	margin-left: 8px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

p.right
{
	text-align: right;
}

p.quoter
{
	color: #ca3500;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 3em .5em 3em;
	font-size: 15px;
}

img.left-logo
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}


p.testimonial
{
	font-size: 15px;
	font-style: italic;
	padding: 0 1em 0 2em;
}

p, ul, ol
{
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	color:#242424; 
	line-height: 17px;
}

p, ol > li
{
	margin: 1em 0;
}

p.no-top
{
	margin-top: 2px;
}

p.no-bottom
{
	margin-bottom: 2px;
}

.center-div
{
	margin: 0 auto;
	width: 535px;
}

.center-div a
{
	text-transform: uppercase;
}

ol.gray
{
	list-style-type: none;
	margin: 20px 0 0 0;
}

ol.gray li
{
	margin-bottom: 25px;
}

ol.gray li img
{
	margin: 3px 20px 0 0;
	display: block;
	float: left;
}

ol
{
	list-style-type: decimal;
	margin-left: 20px;
}

#content ul
{
	list-style-type: disc;
	margin-left: 40px;
}

#content-event ul.exhibitor-list li
{
	margin-bottom: 0;
}

#content-event ul.exhibitor-list
{
	float: left;
	text-align: left;
	width: 250px;
	list-style-type: disc;
	margin-bottom: 20px;
}

#content-event ul
{
	float: none;
	margin-left: 20px;	
}

#content-event ul li
{
	margin-bottom: 10px;
}

#content-event h4
{
	clear: both;
}

div.sponsor
{
	float: left;
	height: 200px;
	width: 200px;
	border: 1px solid black;
	margin: 5px;
}

div.sponsor a
{
	background: white;
	height: 200px;
	width: 200px;
	display: block;
}

#contact2
{
	margin: 30px 0;
}

#contact2 p
{
	margin: 0 0 .5em 0;
}

#contact2 label
{
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#contact2 p.button
{
	margin-top: 1em;
	text-align: center;
}

label.error
{
	font-size: 12px;
	color: red;
	display: block;
}

.event-test
{
	margin: 10px 0;
	height: 125px;
}

.event-img
{
	display: block;
	float: left;
	margin-right: 20px;
	height: 135px;
}

.event-test p
{
	
}

#event-gallery
{
	width: 100%;
	text-align: center;
	padding: 0;
}

.stat-list
{
	font-weight: bold;
	color: #396a79;
}

#event-gallery img
{
	border: 1px solid black;
	margin: 5px;
}

a.blue:link { text-decoration: none; color: #396a79; font-weight: bold; }
a.blue:visited { text-decoration: none; color: #396a79; font-weight: bold;}
a.blue:hover { text-decoration: underline; color: #396a79; font-weight: bold;}

a.top:link { text-decoration: none; color: #396a79; font-weight: normal;}
a.top:visited { text-decoration: none; color: #396a79; font-weight: normal;}
a.top:hover { text-decoration: underline; color: #396a79; font-weight: normal;}

a:link { text-decoration: none; color: #396a79; font-weight: bold}
a:visited { text-decoration: none; color: #396a79; font-weight: bold}
a:hover { text-decoration: underline; color: #396a79; font-weight: bold}

/*
a:link { text-decoration: none; color: #ca3500; }
a:visited { text-decoration: none; color: #ca3500;}
a:hover { text-decoration: underline; color: #ca3500;}
*/

.left
{
	float: left
}

.red
{
	color: #ca3500;
}

.indent
{
	margin-left: 20px;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}