body
{
	background-color: #fff;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 16px;
/*
	background: url(../img/zurple/bg_home.png) repeat top left;
*/
}

a
{
outline:none;
}

img
{
	border: none;
}

#headborder
{
	display: none;
	width: 100%;
	height: 38px;
	background: url(../img/zurple/bg_header.png) repeat-x top left;
}

#wrapper
{
	width: 998px;
	height: 200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 0;
}

#mainlogo
{
	margin-top: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

#container_header
{
	float: left;
	width: 998px;
	height: 16px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	background: transparent url(../img/zurple/bg_head.png) no-repeat;
}

#container
{
	float: left;
	width: 998px;
	background: transparent url(../img/zurple/bg_main.png) repeat-y;
	position: relative;
	z-index: 1;
}

#container div,
#container h1,
#container h2
{
	/* FIXME: is this needed at all? */
	z-index: 3;
}

.footer
{
	float: left;
	clear: both;
	width: 938px;
	text-align:center;
	padding:0px 45px 10px 15px;
	display: inline;
}

.footer a
{
	color: #fff;
}

.footer p
{
	font-size:12px;	
}

#footer_links
{
	margin-top:25px;
	padding:15px 20px;
	text-align:center;
	font-size:0.9em;
}

#footerlogos
{
	float: left;
	width: 998px;
	background: transparent url(../img/zurple/bg_footer.png) no-repeat;
	padding: 16px 0;
}

#footerlogos img
{
	float: left;
	margin-right: 4px;
}

#footerlogos img.right
{
	float: right;
}

#bnav1
{
	margin: 0px;
	float: right;
	height: 86px;
	background: url(../img/zurple/bg_pnavi.png) no-repeat top right;
	position: relative;
	padding: 0;
	z-index: 2;
}

#login
{
	position: relative;
	float: right;
	width: 298px;
	height: 68px;
	top: -9px;
	background: url(../img/zurple/bg_menu.png) repeat-x top left;
	text-align: right;
}

#login span
{
	display: block;
	padding: 10px;
	margin: 20px 10px 0 0;
}

#bnav1 li.nav1
{
	list-style-type: none;
	padding: 6px 20px 18px;
	float: left;
	background: url(../img/zurple/bg_menu_splitter.png) no-repeat top left;
	position: relative;
	z-index: 3;
}

#bnav1 li.nav1 div.navi_pulldown
{
	visibility: hidden;
	position: absolute;
	background: url(../img/zurple/bg_white_transparent.png) repeat transparent;
	padding: 6px;
	left: 0px;
	top: 36px;
	z-index: 4;
	width: 200px;
}

#bnav1 li.nav1:hover div.navi_pulldown
{
	visibility: visible;
}

#bnav1 li.nav1 div.navi_pulldown a
{
	font-size: 12px;
}

#bnav1 li.first
{
	background: url(../img/zurple/bg_pnavi.png) no-repeat top left;
}

#bnav1 li.last
{
	margin-right: 10px;
}

#bnav1 a
{
	color: #503f99;
	font-size: 20px;
	font-weight: normal;
}

#login a
{
	color: #503f99;
}

#adv
{
	float: right;
	margin: 20px 14px 28px 0;
	width: 216px;
	text-align: center;
}

#search_button
{
	float: left;
}

#search_button input
{
	float: left;	
}

#search_pulldown
{
	float: left;
}

.dark
{
	background-color: #06070c;
}

h1, h2, h3, h4
{
	font-weight: normal;
}

h1
{
	color: #00aade;
	font-size: 26px;
}

h2
{
	color: #fff;
	font-size: 24px;
	display: inline;
}

h2 a
{
	color: #fff;
}

h3
{
	color: #00aade;
	font-size: 20px;
}

h4
{
	font-size: 16px;
}

a
{
	color: #00aade;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.email
{
	color: #494077;
}

label
{
	color: #00aade;
}

.skyblue
{
	color: #00aade;
}

.white
{
	color: #fff;
}

.black
{
	color: #000;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.tright
{
	text-align: right;
}

.tcenter
{
	text-align: center;
}

.purple
{
	color: rgb(80, 63, 153);
}
.purple_1{
	color: #cc99ff;
}

.form-element-hidden
{
	margin-top: 24px;
	margin-bottom: 4px;
	font-size: 24px;
/*
	border-bottom: 1px solid rgb(0, 170, 222);
*/
	width: 100%;
}


.form-element-error
{
	color: red;
	padding-top: 3px;
}

.hidden
{
	display: none;
}

.vhidden
{
	visibility: hidden;
}

.clear
{
	clear: both;
}

#prompt_registration_container
{
	position: absolute;
	width: 400px;
	top:150px;
	left:150px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: transparent url(../img/zurple/bg_white_transparent.png) repeat;
}

#prompt_registration_container img
{
 vertical-align:text-bottom;
}

#prompt_registration_container p
{
margin:5px 0px;
padding:0px;
}

#prompt_registration_container .right img
{
 margin-top:15px;
}

#ask_box_container
{
	position: absolute;
	width: 270px;
	padding: 6px;
	font-size: 14px;
	color: #000;
	background: transparent url(../img/zurple/bg_white_transparent.png) repeat;
}

#ask_box_container .element
{
	float: left;
	clear: both;
	width: 250px;
}

#ask_box_container input
{
	float: right;
	color: #00aade;
	width: 140px;
}

#ask_box_container input.long
{
	width: 200px;
}

#ask_box_container label
{
	font-size: 12px;
	float: left;
	color: #000;
}

#ask_box_container .right
{
	margin-right: 22px;
}

#ask_box_container .bar
{
	float: left;
	width: 250px;
	background: transparent url(../img/zurple/bg_title.png) repeat-x;
	height: 34px;
	margin: 4px 0;
	clear: both;
	padding-top: 10px;
	padding-left: 6px;
	color: #fff;
}

#pulldown_menu
{
	position: relative;
}

#pulldown_menu #pulldown_menu_popup
{
	width: 100px;
	position: absolute;
	background: transparent url(../img/zurple/bg_white_transparent.png) repeat;
	right: 0;
	top: 36px;
	padding: 6px;
}

#pulldown_menu #pulldown_menu_popup a
{
	font-size: 12px;
	color: #fff;
}
