@charset "utf-8";


html, body
{
	background-color: #323234;
	background-image: url("/images/bg.gif");
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: 50% 0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

h1
{
	font-size:16pt;
	font-weight:bold;	
	margin-top:1em;
}

h2
{
	font-size:14pt;
	font-style: italic;
	font-weight:bold;
	margin-top:1em;
}
	h2 a, h3 a { text-decoration: none; }
h3
{
	font-size: 11pt;
	font-weight: bold;
	margin-top: 1em;
}
a { text-decoration: underline; }
a:link, a:visited { color: #c75505; }
a:hover, a:active { color: #7e2e05; }
strong { font-weight: bold; }
em { font-style: italic; }
ul.bulleted li, ol.bulleted li { list-style: disc inside; }
ul.numbered li, ol.numbered li { list-style: decimal inside; }



#pageContainer
{
	width: 990px;
	position: relative;
	margin: 0px auto;
}

#header
{
	clear: both;
	width: 100%;
}
	#masthead
	{
		background:transparent url(/images/header_banner.jpg) no-repeat scroll left top;
		display: block;
		height:116px;
		width: 990px;
	}
	#masthead span
	{
		position: absolute;
		left: -5000px;
	}

	#mastheadNav
	{
		background: #000000 url("/images/header_navbar.jpg") no-repeat scroll left top;
		height:36px;
		text-align: right;
		position: relative;
		z-index: 99;
	}

#page
{
	background-color: #ffffff;
	background-image: url("/images/bg_page.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	width:100%;
	overflow:hidden;
}

#siteNavigation
{
	float:left;
	width: 148px;
	padding:1px;
	margin:0;
}

#primary
{
	float:left;
	width: 600px;
	padding: 10px !important;
	padding: 6px;
	margin: 0;
}
	#primary a.back
	{
		text-decoration: none;
		font-size: 0.9em;
		margin-bottom: 1em;
	}
	#primary hr
	{
		border: 0px;
		height: 1px;
		width: 100%;
		background: #bbbbbb;
	}
	#primary p { margin: 0.5em 0px; }

#adsColumn
{
	float:left;
	width:220px;
	padding:0;
	margin:0;
}
	#adsColumn .ad { margin: 0px 0px 10px; }



	
	
	
	
	
	

#associationPicker
{
	background: transparent url('/images/association_picker.gif') top center no-repeat;
	cursor: pointer;
	height:21px;
	margin:7px 0pt 0pt 5px;
	float: left;
	text-align: left;
	width:136px;
	padding: 0px;
	z-index: 100;
	position:relative;
}
#userManagement
{
	color: #ffffff;
	font-size: 0.9em;
	height: 36px;
}
	#userManagement ul
	{
		height: 36px;
		float:right;
	}
	#userManagement li
	{
		float: left;
		height: 36px;
		line-height: 36px;
		vertical-align: middle;
	}
	#userManagement li *
	{
		border-right:1px solid #CCCCCC;
		color:#CCCCCC;
		padding:0px 0.5em;
		text-decoration:none;
		vertical-align: middle;
	}
	#userManagement li.lastChild
	{
		margin-left: 0.5em;
		margin-right: 1em;
	}
	#userManagement li.lastChild a
	{
		margin-left: -0.5em;
		border-right: 0px none;
	}
	#userManagement li a:hover
	{
		color: #ffffff;
	}
	#userManagement label
	{
		border: 0px none;
		color: #fff;
		font-weight: bold;
		height: 36px;
		line-height: 36px;
		margin-top: 0px !important;
		margin-top: 12px;
		padding: 0px;
	}
	#userManagement input.text
	{
		background: transparent url(/images/login_form_bg.gif) no-repeat scroll left top;
		border: 0px none;
		color: #FFFFFF;
		cursor: default;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 8.5pt;
		margin-left: 5px;
		margin-top: 0px !important;
		margin-top:7px;
		padding: 4px 8px;
		width: 108px;
	}
	#userManagement form button
	{
		background: transparent url(/images/login_form_button.gif) no-repeat scroll left top;
		border: 0px none;
		cursor: pointer;
		height: 24px;
		margin-bottom: 3px;
		margin-left: 3px;
		width: 24px;
	}
	#userManagement form button span
	{
		position: absolute;
		left: -5000px;
	}

#messageboxes
{
	margin-top: -15px;
}
	#messageboxes div
	{
		background-color:#FFFFCC;
		background-position:8px 0.7em;
		background-repeat:no-repeat;
		border:1px dotted #CC0000;
		color:#CC0000;
		font-size:1em;
		font-weight:bold;
		line-height:1.4em;
		margin:5px 0pt;
		overflow:hidden;
		padding:8px 8px 8px 30px;
		text-align:left;
	}
	#messageboxes .message_success
	{
		background-color: #efe;
		background-image: url("/images/icons/iconSuccess.png");
		border-color: #00ff00;
		color: #117722;
	}
	#messageboxes .message_warning
	{
		background-color: #ffe;
		background-image: url("/images/icons/iconWarning.png");
		background-color: #ffe;
		border-color: #ff6600;
		color: #983d00;
	}
	#messageboxes .message_failure
	{
		background-color: #ffeeee;
		background-image: url("/images/icons/iconFailure.png");
		border-color: #ff0000;
		color: #cc0000;
	}
	#messagebox #buttonset {
		float: right;
		text-align: right;
		width: 20%;
	}
	#messagebox #messagedown { display: none; }
	#messagebox img { border: 0px none; padding: 0px 2px; }
	#messagebox p 
	{
		margin: 0px 0px 5px;
		padding: 0px; 
	}



#footer
{
        clear:both;
        float:left;
        width:100%;
	
	background: #000000 url("/images/header_navbar.jpg") no-repeat scroll left top;
	
	color: #ffffff;
	font-size: 8pt;
	height: 25px;
	text-align: center;
	padding-top: 10px;
}
	#footer ul
	{
		display: inline;
		float: left;
	}
	#footer ul li
	{
		border-left: 1px solid #cccccc;
		float: left;
	}
	#footer a {
		text-decoration: underline;
		color: #ffffff;
	}
	#footer a:link,
	#footer a:visited {
		color: #ffffff;
	}
	#footer a:hover,
	#footer a:active {
		color: #999999;
	}



.noDisplay
{
	position: absolute;
	left: -5000px;
}
.hidden
{
	display: none;
	visibility: hidden;
}


/*
	Tables
*/
#primary table
{
}
	#primary table caption
	{
		background-color:#C75505;
		border:1px solid #BFC2C4;
		color:#FFFFFF;
		font-weight:bold;
		text-align:left;
	}
	#primary table th,
	#primary table td,
	#primary table caption
	{
		padding: 3px 7px;
		border:1px solid #BFC2C4;
	}
	#primary table th
	{
		background-color:#505055;
		border-bottom:2px solid #C75505;
		color:#FFFFFF;
		font-weight:bold;
	}
	#primary table td
	{
	}
	





/*
	Text Buttons
*/
#primary ul.buttons {
	overflow: auto;
	margin-left: 0;
}
#primary ul.buttons li {
	float: left;
	background: transparent url('/images/bg_button_left.png') left top no-repeat;
	list-style: none none inside;
	padding: 0;
	margin-right: 20px;
}
#primary ul.buttons li:hover,
#primary ul.buttons li.hover {
	background-position: left bottom;
}
#primary ul.buttons li:hover a,
#primary ul.buttons li.hover a {
	background-position: right bottom;
}
#primary ul.buttons li a {
	background: transparent url('/images/bg_button_right.png') right top no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0 12px;
	line-height: 26px;
	display: block;
}
