html {
	text-align: center;
}

body {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 80%;
}

.clear {
	clear: both;
}

.mandatory {
	color: yellow;
}

/** HEADER **/

div#header {
	margin: 2em 0;
}

/** NAVIGATION **/

#navigation {
/*	position: relative;*/
/*	overflow: auto;*/
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
/*	position: relative;*/
}

#navigation ul li {
/*	position: absolute;*/
	top: 0px;
	background: transparent url(images/tab.gif) no-repeat;
	width: 180px;
	height: 45px;
	text-align: center;
	float: left;
	display: inline;
}

div#navigation ul li.active {
	background: transparent url(images/tab_active.gif) no-repeat;
}

#navigation ul li#nav_home {
	margin-left: 30px;
}

#navigation ul li#nav_benefits {
/*	margin-left: 230px;*/
	margin-left: 20px;
}

#navigation ul li#nav_about {
/*	left: 430px;*/
	float: right;
	margin-right: 30px;
}

div#navigation ul li a {
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	display: table-cell;
	height: 45px;
	width: 180px;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}

/** CONTENT **/

div#contentwrap {
	background: #ccc url(images/bg_grey_btm.gif) left bottom no-repeat;
	margin-top: 71px;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

div#contentwrap h2 {
	text-indent: -5000px;
	overflow: hidden;
	height: 10px;
	padding: 0;
	margin: 0;
	background: transparent url(images/bg_grey_top.gif) no-repeat;
	clear: both;
}

div#content {
	padding: 0 30px;
}

div#content h3 {
	font-size: 100%;
}

div#content ul.spaced li {
	margin-bottom: 1em;
}

div#content img.right {
	float: right;
	margin-left: 2em;
}

#content div.registernow h3 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#content div.registernow p {
	font-weight: bold;
	margin-top: 0;
}


/** PRIVACY PAGE CUSTOMISATIONS **/

body#privacy {
	padding-top: 20px;
}

body#privacy div#contentwrap {
	margin-top: 0;
}

body#privacy div#contentwrap {
	font-size: 0.9em;
}

body#privacy p#btnClose {
	text-align: right;
}

body#privacy p#btnClose a {
	color: #c475a4;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
/*--New DIV Privacy-----*/
.privacy {
	background-color: #CCCCCC;
	margin-top: 2px;
	padding-bottom: 1em;
	margin-bottom: 5px;	
	display: block;
}
.privacyHeader {
	text-indent: -5000px;
	overflow: hidden;
	height: 10px;
	padding: 0;
	margin: 0;
	background: transparent url(images/bg_grey_top.gif) no-repeat;
	clear: both;
}
/*-----*/
#content blockquote p {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
}

#content blockquote p.cite {
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
}


/** REGISTRATION **/

div#registerwrap {
	background: #c475a4 url(images/bg_form_btm.gif) left bottom no-repeat;
	padding-bottom: 2em;
}

div#registerwrap h2 {
	background: transparent url(images/bg_form_top.gif) no-repeat;
	line-height: 25px;
	height: 25px;
	text-indent: 0px;
	margin: 0;
	padding: 25px 0 0 30px;
	color: #fff;
	text-transform: uppercase;
}

div#registerwrap a {
	color: #fff;
	padding: 0 30px;
}

div#register {
	/*padding: 0 30px;*/
	background: transparent url(images/bg_form.gif) right top no-repeat;
	overflow: hidden;
}

.registerText {
	margin-top: 0;
	padding: 0 30px;
	/*position: relative;*/
}

div#register form p {
	clear: both;
	padding: 1em 0 0 0;
	margin: 0;
}

div#register form span.label,
div#register form span.field {
	/*float: left;*/
	display: block;
	width: 290px;
}

div#register form span.label 
{
	text-align: right;
	font-weight: bold;
	padding-right: 1em;
}

/*div#register form span.label {
	white-space: nowrap;
	padding-right: 1em;
}
*/
div#register form span.label.canwrap {
	white-space: normal;
}

/** FOOTER **/

div#footer {
	clear: both;
	font-size: 80%;
}

div#footer h2 {
	font-size: 100%;
}

/** ACCORDION BUSINESS STYLES **/

html.accordion-menu-js dt.a-m-t{
	cursor: pointer;
	zoom: 1;
}

html.accordion-menu-js dd.a-m-d{
	display: none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display: block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0;
	height: auto !important;
	visibility: hidden;
	overflow: visible;
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow: hidden;
	display: block;	
}

/** ACCORDION PRESENTATION STYLES **/

dl.accordion-menu dt.a-m-t {
	color: #fff;
	background-color: #999;
	border-left: #c475a4 solid 30px;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	margin-bottom: 2px;
}

dl.accordion-menu dd.a-m-d {
	margin: 1em 0 1em 40px;
	padding: 0;
}

dl.accordion-menu dd.a-m-d ul,
dl.accordion-menu dd.a-m-d ol {
	margin-left: 0;
	padding-left: 20px;
}
