* { margin: 0; padding: 0; }

html, body
{
	background-color: #0f1821;
	font-family: Helvetica, clean, sans-serif;
	font-size: 11pt;
}

#page_container
{
	width: 788px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

/*--- header -----------------------------------------------------------------*/
#header
{
	width: 788px; height: 116px;
	margin-top: 25px;
}

#logo
{
	width: 214px; height: 91px;
	margin: 0 0 25px 20px;
	background: #0f1821 url(logo.gif);
	float: left;
}

#logo h1
{
	width: 214px; height: 91px;
}

#logo a
{
	width: 100%; height: 100%;
	text-decoration: none;
	display: block;
}

#header_right
{
	float: right;
}

#user_info
{
	float: right;
}
/*----------------------------------------------------------------------------*/



/*--- menu -------------------------------------------------------------------*/
#menu
{
	height: 30px;
	margin: 86px 0 0 0;
	background: #c4d8e6 url(endcap_lt.gif) no-repeat top left;
	float: right;
}

#menu ul
{
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	font-size: 14px;
}

#menu li
{
	height: 30px;
	margin-right: 1px;
	float: left;
	background: none;
}

#menu_end
{
	font-size: 1px;
	width: 3px; height: 30px;
	margin-right: -1px;
	background: url(endcap_rt.gif) no-repeat top right;
}

#menu a
{
	height: 22px;
	color: #364349;
	text-decoration: none;
	display: block;
	padding: 5px 8px 0 8px;
}

#menu a:hover
{ 
	color: #fff; 
	background-color: #3779a8; 
	border-bottom: 3px solid #062c46; 
}

#menu_home     { border-bottom: 3px solid #b52c2c; }
#menu_sessions { border-bottom: 3px solid #82207c; }
#menu_schedule { border-bottom: 3px solid #318fd0; }
#menu_resources{ border-bottom: 3px solid #19acc2; }
#menu_contact  { border-bottom: 3px solid #278220; }
#menu_about    { border-bottom: 3px solid #dca809; }
/*----------------------------------------------------------------------------*/


/*--- content ----------------------------------------------------------------*/
#content
{
	width: 788px;
	font-family: Verdana, Helvetica, clean, sans-serif;
	background: #c4d8e6 url(content_bg.gif);
	font-size: 11pt;
	color: #105686;
}

#content_text
{
	padding-bottom: 1em;
}

.space
{
	margin-bottom: 1em;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h2
{
	margin: .5em 0 .75em 0em;
	padding: 4px 18px 0 18px;
	font-size: 1.5em;
	font-weight: normal;
	height: 33px;
	background: url(header_bg.gif);
	color: #0e68a7;
	border: 1px solid #84bee6;
	border-width: 0 1px 0 1px;
	clear: both;
}

h3
{
	padding: 0 28px .5em 28px;
	font-size: 12pt;
	font-style: italic;
	color: #093f65;
}

p
{
	line-height: 130%;
	padding: 0 28px 1em 28px;
	color: #105686;
}

ul
{
	margin: 0 0 1em 3em;
}

#content_text ul li
{
	list-style: none;
	padding-left: 25px;
	background:url(bullet.gif) no-repeat top left;
	background-position-y: 2px;
	line-height: 140%;
	margin-bottom: .25em;
}

.news_date
{
	font-weight: bold;
}

table { margin-left: 4em; }
td { padding: 0 1em 0 0; }
blockquote { margin: .5em 4em 1em 3em; }

img { border: 0; }

a:link
{
	color: #cb1d61;
}

a:visited
{
	color: #b82961;
}

#endcap_lt
{
	font-size: 1px;
	margin-left: 4px;
	height: 3px;
	background: url(endcap_lt.gif) no-repeat left;
}

#endcap_b
{
	font-size: 1px;
	margin-left: 4px;
	height: 3px;
	background: url(endcap_b.gif);
}

#footer
{
	padding: 20px 20px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.invisible { display: none; }

.side_image
{ 
	float: right;
	margin: 0 1.5em 1em 2em;
}

.page_resources { background: url(page_resources.gif) no-repeat top right; }
.page_sessions  { background: url(page_sessions.gif) no-repeat top right; }
/*----------------------------------------------------------------------------*/


/*--- forms ------------------------------------------------------------------*/

.form fieldset
{
	margin: 0 4em 0 4em;
	border: 0;
}

.form fieldset li
{
	list-style: none;
	margin-bottom: 1em;
}

.textbox
{
	padding: 5px;
	margin: 3px 0 0 0;
	width: 20em;
	font-family: Verdana, Helvetica, clean, sans-serif;
	font-size: 10pt;
	background-color: white;
	border: 1px solid #3a87bc;
}

.form fieldset textarea
{

	width: 30em;
	height: 8em;
}

.form fieldset label
{
	display: block;
}
