/* @group Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0pt;
	padding:0pt;
}

.clear {
	clear:both;
	height:1px;	
}

#content {
	width:790px;
	padding-top:0;
	margin:0 auto;
}

blockquote {
	background: url('images/blockquote.png') top left no-repeat;
	border:2px solid #009AAD;
    border-right:0;
    border-left:0;
	padding:15px 15px 15px 60px;
	margin:30px 50px;;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:100%;
	font-weight:normal;
	color:#00434C;
}
h1 {
	font-size:26px;
	line-height:1em;
	margin-bottom:5px;
	text-indent:0px;
	color:#5E4273;
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
	margin-bottom:5px;
	margin-top:10px;
	color:#D35731;
}
h3 {
	color:#009AAD;
	font-size:16px;
	line-height:1em;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	font-family: Georgia, Serif;
	font-style: italic;
}

h4 {
	color:#D35731;
	font-weight:strong;
	font-size:14px;
	text-transform:uppercase;
}

#search h4{
	color:#FFCE8F;
	text-transform: none;
}

p{
	color:#000033;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	margin-bottom: 10px;
}

small{
	font-size:10px;
}

ol, ul {
}

a {
	font-weight:bold;
}

a:link { color:#0099AC; }

a:visited { color:#5E4072; }
a:hover {
	color:#000;
}

form ul, form ul li {
	list-style-type:none;	
}

#header img {
	margin-left:-40px;
}

#conference-head-logo {
	margin-left:30px;
}

#head-nav {
	margin-top:20px;
}

#head-nav ul li {
	display:inline;
}

#category-menu {
	padding:10px 0 5px 0;
	margin:0 0 10px -10px;
	width:249px;
	background:#009AAD;
}

#category-menu a {
	color:#fff;
	text-decoration: none;
}

#category-menu a:hover {
	color:#5E4273;
}

#category-menu ul {
	list-style-type: none;
}

#category-menu li {
	margin-bottom:5px;
}

.pagenav ul {
	padding-top:5px;
}

/****** Styling for Definition Lists *****/
dl.schedule, dl.fieldtrip, dl.prices, dl.workshop{
line-height:1.3em;
margin-bottom:2px;
}

dd {
	margin-bottom:10px;
}

dl.schedule dt {
	float:left;
	width:130px;	
}

dl.schedule dd {
	margin-left:140px;
}

dl.workshop dt {
	float:left;
	width:70px;
}

dl.workshop dd{
	margin-left:80px;
}

dl.fieldtrip dt {
	float:left;
	width:40px;	
}

dl.fieldtrip dd{
	margin-left:45px;
}

dl.prices dt {
	float:left;
	width:170px;	
}

dl.prices dd{
	margin-left:175px;
}

ul.schedule{
	list-style:none;
}

ul.schedule li{
	margin-left:160px;
	font-size: 90%;
}
/***************************************/