*{ margin:0; padding:0;}
body,td,th {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background:#e5e5e5 url(../images/background.gif) repeat-x;
	text-align:center;
}
a:link {text-decoration: underline;color: #057fc3}
a:visited {text-decoration: underline;color: #003366;}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: underline;
	color: #0099CC;
}

h1{
	font-size:26px;
	font-weight:normal;
	color:#002d62;
	padding: 0px 0px 5px 0px;
	margin:0px 10px 10px 10px;
	display:block;
}

h2{
	font-size:20px;
	font-weight:normal;
	color:#b50737;
	padding: 5px 10px 2px 10px;
}

h3{
	font-size:16px;
	font-weight:normal;
	color:#666666;
	padding: 0px 10px 2px 10px;
}
h4{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	padding: 0px 10px 2px 10px;
	line-height:16px;
}

p{
	margin:2px 10px 10px 10px;
	line-height:20px;
}
img{border:0}
/* ----- =forms ----*/

form {
	margin:10px;
}

/* fieldset styling */
fieldset {
	margin: 5px 0; /*  space out the fieldsets a little*/
	padding: 10px;
	border:0;
	border : 1px solid #ccc;
	background-color:#F7F7F7
}

fieldset div{
	float:left;
	width:160px;
}

/* legend styling */
legend {
	font-weight: bold;
}

form p {
  position: relative;
  overflow:hidden;
}

/* style for  labels */
label {
/*	float: left;
	width: 75px;*/
	display:block
}
label.short{
	width:50px;
}

/* style for required labels */
label .required {
	font-size: 9px;
	color:#888;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit, input.button, input.select {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #E6EDF9;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
	width: 230px;
	height: 100px;
}

/* ----- container divs ----- */
#wrapper{
	width:750px;
	margin:10px auto;
	text-align:left
	}
#headerlg{width:750px;
	background:#fff url(../images/headerlg1.jpg) no-repeat;
	padding-top:200px;
	}
#headersm{width:750px;
	background:#fff url(../images/headerlg1.jpg) no-repeat;
	padding-top:200px;
	}
#content{
	float:left;
	background:#fff url(../images/bodybottom.gif) no-repeat bottom left;
	padding-top:10px;
	}
#leftcol{width: 210px;float: left;min-height: 100px;}
#centercol{width: 330px;float: left;min-height: 100px;}
#rightcol{width: 210px; clear:right;float: left;min-height: 100px;}
#maincol{width: 490px;float: left;min-height: 100px;}
#sidecol{width: 260px; clear:right;float: left;min-height: 100px;}
#onecol{width: 750px;float: left;min-height: 100px;}
#footer{clear:both; width: 740px}
#footer a{font-size:11px;color:#666666}
#footer a:link{color:#666666}

#content ul{
	padding-bottom:15px;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
#content li{
	padding: 0px 10px 5px 15px;
    background:url(../images/bullet.gif) no-repeat 6px 4px;
	line-height:16px;
	}

/* ---- tools for clearing floats ---- */
.clearboth {
	clear:both;
	height:1%;
}
/* ---- rounded box elements ---- */
.blueboxouter{
	background:#003366 url(../images/blueboxtop.gif) no-repeat top left;
	width:200px;
	margin:0 10px 10px 0;
	color:#FFFFFF
}
.blueboxinner{
	background:url(../images/blueboxbottom.gif) no-repeat bottom left;
	padding:10px;
}
.blueboxinner h2{
	color:#fff;
}
.tealboxouter{
	background:#5a9b98 url(../images/tealboxtop.gif) no-repeat top left;
	width:200px;
	margin:0 10px 10px 0;
	color:#FFFFFF
}
.tealboxinner{
	background:url(../images/tealboxbottom.gif) no-repeat bottom left;
	padding:10px;
}
.tealboxinner h2{
	color:#fff;
}
.blueboxouter2{
	background:#003366 url(../images/blueboxtop250.gif) no-repeat top left;
	width:250px;
	margin:0 10px 10px 0;
	color:#fff;
}
.blueboxinner2{
	background:url(../images/blueboxbottom250.gif) no-repeat bottom left;
	padding:5px;
}
.blueboxinner2 h2{
	color:#fff
}
.blueboxinner2 ul{
	margin-left:5px;
}
.tealboxouter2{
	background:#5a9b98 url(../images/tealboxtop250.gif) no-repeat top left;
	width:250px;
	margin:0 10px 10px 0;
	color:#fff;
}
.tealboxinner2{
	background:url(../images/tealboxbottom250.gif) no-repeat bottom left;
	padding:5px;
}
.tealboxinner2 h2{
	color:#FFFFFF
}
.grayboxouter2{
	background:#e5e5e5 url(../images/grayboxtop250.gif) no-repeat top left;
	width:200px;
	margin:0 10px 10px 0;
	color:#666;
}
.grayboxinner2{
	background:url(../images/grayboxbottom250.gif) no-repeat bottom left;
	padding:5px;
}
.grayboxinner2 h2{
	
}

.tan{
	color:#fff2d4;
}


#news{
	background:url(../images/newsbottom.gif) no-repeat bottom left;
	padding:0 0 15px 0;
	margin:10px 0 0 0;
	color:#FFFFFF
}
#news a:link, #news a:visited, #news a:hover, #news a:active{
	border-bottom:none;
}
#news h2{
	margin:0;
	padding:6px 0 2px 10px;
	background:url(../images/newstop.gif) no-repeat top left;
	font-size:18px;
	font-weight: normal;
	color:#fff;
}
#news ul{
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	font-size:11px;
	background-color: #003366;
	background-image: url(../images/newsbg.gif);
	background-repeat: repeat-x;
}
#news li{
	margin:0;
	padding:0;
	background:none;
}
#news ul li a{
	padding: 5px 10px;
	display:block;
	color:#fff;
	text-decoration:none;
	}
#news ul li a:hover, #news ul li a:active{
	background:#7f99b2;
	color:#fff;
	}
#news .newsdate{
	color:#fff2d4;
}
.agendatable{
	margin:0 10px;
}
.agendatable p{
	margin:4px 8px 4px 8px;
	text-align:center
}
.agendatable h3{
	color:#FFFFFF;
	text-align:center;
	margin: 3px;
}
/* Styles for the Exhibitor pages */

.exhibitors{margin:5px 20px 0px 20px; padding:10px; border-bottom:1px dotted #ccc;}
.exhibitorsname{font-size:18px;padding-left:20px;}
.exhibitorsbooth{padding-left:10px;}
.exhibitorswebsite{padding-left:10px;}
.exhibitorslogo{width:120px; text-align:right; float:left}

.exhibitorwrapper{
	clear:both;
	margin-bottom:10px;
}
.exhibitorwrapper img{
	float:left;
	padding:10px 20px 300px 10px;
}
.exhibitor{
/*	background:url(../images/orange_grad.jpg) repeat-x*/;
	padding:10px;
}
.exhibitor h1, .exhibitor h4{
	padding:0;
	margin:0;
}
.exhibitor span{padding-right:20px;}
.exhibitorname{
	font-size:20px;
	padding-right:50px;
}
