/**
* Stylesheet
*
* Copyright EG Design, 2006
*/

/* Standard Styles */ //images

a, a:hover, a:visited, a:active
{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding: 0;
	margin: 0;
	background: #4D4D4D;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;
}

/* End Standard Styles */
#outer_stroke
{
	width: 770px;
	margin: 10px auto 10px auto;
	border: 1px solid white;
	padding: 5px 0 5px 0;
}

#container
{
	margin: auto;
	width: 760px;
	background: white;
	position: relative;
	height: 648px;
}

#register_event
{
width: 140px;
height: 147px;
position: absolute;
background: url('/images/register-event.gif');
top: 470px;
left: 15px;
display: block;
}

#header
{
	width: 760px;
	height: 49px;
	background: url('/images/top-blue-bg.gif') no-repeat;
	float: left;
	position: relative;
	z-index: 2;
}

#left-blue-bg
{
	width: 165px;
	height: 359px;
	background: url('/images/left-blue-bg.gif') no-repeat;
	float: left;
	position: relative;
}

#left-blue-bg ul
{
	position: relative;
	top: 43px;
	list-style-type: none;
	padding: 8px 5px 5px 0;
	margin: 0;
}

#left-blue-bg > ul
{
	top: 53px;
}

#left-blue-bg li a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 147px;
	padding: 3px 0 3px 0;
	height: 15px;
}

#left-blue-bg li > a
{
	padding: 5px 0 5px 0;
}

#left-blue-bg li a span
{
	font-size: 12pt;
	font-weight: bold;
}

#left-blue-bg li a:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/nav-highlight.png', sizingMethod='scale');
}

#left-blue-bg li > a:hover
{
	background: url('/images/nav-highlight.png') no-repeat;
}

#checklist
{
	width: 305px;
	height: 648px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/checklist.png', sizingMethod='scale');
	position: absolute;
	z-index: 10;
top: -59px;
}

#right-blue-bg > #checklist
{
background: url('/images/checklist.png');
}

#right-blue-bg
{
	background: url('/images/checklist.png');
}

#green_bar
{
	height: 101px;
	width: 760px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green-bar-bg.png', sizingMethod='scale');
	position: absolute;
	z-index: 5;
	top: 290px;
	left: -162px;
}

#right-blue-bg > #green_bar
{
	left: -145px;
	background: url('/images/green-bar-bg.png');
}

#guy_in_tux
{
	width: 507px;
	height: 378px;
	position: absolute;
	background: url('/images/torso-tuxedo-shot.jpg');
	z-index: 1;
	left: 80px;
	top: -33px;
}

#right-blue-bg > #guy_in_tux
{
	left: 100px;
}

#right-blue-bg
{
	width: 595px;
	float: left;
	margin-top: 10px;
	font-size: 9pt;
	background: url('/images/right-blue-bg.gif') bottom right no-repeat;
	position: relative;
	margin-left: -20px;
	padding-left: 3px;
	height: 520px;
}

#container > #right-blue-bg
{
	padding-left: 20px;
}

.section_header_blue
{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	color: #0093dd;
}

#bottom-blue-bg
{
	width: 760px;
	height: 69px;
	background: url('/images/bottom-blue-bg.gif') bottom right no-repeat;
	clear: both;
}

#bottom-blue-bg div {
	float: right;
	font-size: 11px;
	margin: 12px 10px 0;
}

#bottom-blue-bg div.first { margin: -12px 0 0; }