body
{
	font-size:10pt;
	color:#4d5259;
	font-family:Arial, Helvetica, sans-serif;
	background-color:white;
	line-height:1.5em
}
h1, h2, h3
{
	font-family:Century Gothic, Helvetica, sans-serif;
	font-size:14pt;
	color:#f47b28
}
h2
{
	font-size:12pt;
	color:#0c499c
}
h3
{
	font-size:11pt;
	color:#0c499c
}
a
{
	color:#0c499c
}
a:hover
{
	color:#4d5259
}
a:visited
{
	color:#f47b28
}
a img
{
	border: 0;
}
table
{
	border-collapse:collapse;
	caption-side:top;
	empty-cells:show;
	border-spacing:1px
}

/* password form */
.passwordForm, .message {
	width: 320px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	background-color: #FFF;
	font-size: 11px;
}
.passwordForm form {
	margin: 0;
	padding: 0;
}
.passwordForm form fieldset {
	clear: both;
	border-color: #999;
	border-width: 1px 0 0;
	padding: 10px;
	margin: 0;
}
.passwordForm form fieldset legend {
	color: #000;
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
}
.passwordForm label {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
.passwordForm br { clear: left; }
.passwordForm input {
	width: 150px;
	padding: 1px 3px;
	margin: 0 0 5px 0;
}
.passwordForm .button {
	width: auto;
	margin: 0 0 0 8px;
	padding: 0 6px;
	background-color: #CCC;
	color: #000;
}




ul.ddMenu,
ul.ddMenu li
{
	list-style: none !important;
}
ul.ddMenu li
{
	float: left;
	position: relative;
	height: 25px; /* input your own value */
	margin: 0 !important;
	padding: 0 !important;
}
ul.ddMenu ul
{
	position: absolute;
	top: -999em;
	width: 200px; /* input your own value */
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
}
ul.ddMenu li:hover ul,
ul.ddMenu li.ddHover ul
{
	top: 25px; /* input your own value, value in height of the main menu, your dropdown is attached to */
	left: 0;
	z-index: 99;
}
ul.ddMenu li li:hover ul,
ul.ddMenu li li.ddHover ul
{
	top: 0;
	left: 200px; /* input your own value */
}

ul.ddMenu li li
{
	width: 200px; /* input your own value */
	height: auto;
	margin: 0 !important;
	border-bottom: 1px solid #fff; /* input your own value */
	background: #0C499C; /* input your own value */
} 
ul.ddMenu li li:last-child,
ul.ddMenu li li.end
{
	border-bottom: 1px solid #3971b8;
}
ul.ddMenu li li a
{
	float: none !important;
	display: block;
	height: auto;
	padding: 5px 13px !important; /* input your own value */
	color: #fff !important; /* input your own value */
	font-weight: normal !important;
	font-size: 11px !important; /* input your own value */
	background: #0C499C !important; /* input your own value */
	text-decoration: none;
	text-indent: 0;
	text-shadow: 0 0 0 !important;
	border: 0  !important;
}
ul.ddMenu li li:hover a,
ul.ddMenu li li.ddHover a,
ul.ddMenu li.ddHover li a:hover
{
	color: #0C499C !important;
	background: #fff !important;
}

/* 3. Forms
----------------------------------------------*/

form ol,
form ul
{
	margin: 0;
	padding: 0;
}

form ol li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

input
{
	color: #777;
	font-size: 11px;
}

textarea
{
	color: #777;
	font-size: 11px;
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
}

/* --- Inputs + Text Areas */


fieldset
{
	border: 0;
}
.formtable 
{
	width: 413px;
	margin: 0 auto;
}
.formtable th
{
	text-align: left;
}


input.sbTextInputOff,
input.sbTextInputOn,
input.input_smaller_off,
input.input_smaller_on,
input.input_small_off,
input.input_small_on,
input.input_medium_off,
input.input_medium_on,
input.input_large_off,
input.input_large_on,
textarea.textarea_small_off,
textarea.textarea_small_on,
textarea.textarea_medium_off,
textarea.textarea_medium_on,
textarea.textarea_large_off,
textarea.textarea_large_on
{
	padding: 3px;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.input_small_off, 
input.input_small_on 
{
	width: 200px; 
}

input.sbTextInputMedium,
input.input_medium_off, 
input.input_medium_on 
{
	width: 250px;
}

input.input_large_off, 
input.input_large_on 
{
	width: 405px;
}

textarea.textarea_small_off,
textarea.textarea_small_on 
{
	width: 405px; 
	height: 80px;
}

textarea.textarea_medium_off,
textarea.textarea_medium_on 
{
	width: 405px; 
	height: 150px;
}

textarea.textarea_large_off,
textarea.textarea_large_on 
{
	width: 405px;
	height: 300px;
}

/* 4. Module Specific Styles
----------------------------------------------*/

/* Display in alphabetical order */

/* --- Contacts + Regisration */

#info_form table font,
form.signup_form table font 
{ 
	color: inherit; 
}

form#signup_form legend,
form#passwordForm legend,
#info_form .receive_email legend 
{
	display: none;
}

span.form form label,
form.signup_form label,
form#info_form label,
form#passwordForm label, 
form#forgotten_username_form label,
form#signup_form label,
form#update-form label,
div#password_form form th
{
	text-align: left;
	display: block;
	margin: 3px 0;
}

#info_form span input,
form.signup_form table font input,
#info_form table font label input, 
#info_form .receive_email span
{
	margin: 0 3px; 
}

#info_form fieldset img
{
	margin: 0 0 5px 0;
}

form#signup_form fieldset
{
	border: 0 !important;
}

form.signup_form table .select_large_off,
form.signup_form table .select_large_on
{
	width: 200px;
}

form.signup_form .receive_email label span
{
	margin: 0 5px;
}

div#password_form form td
{
	display: block;
}

p#forgotenPassword
{
	margin: 1em 0;
}

form#signup_form ol,
form#update-form ol,
form#forgotten_username_form ol,
form#passwordForm ol,
.signup_form
{
	margin: 15px 0;
}

.signup_form th
{
	font-weight: normal;
	text-align: left;
	padding: 0 5px 0 0;
}

.signup_form td
{
	padding: 3px 0;
}

.signup_form td input
{
	margin: 0 3px 0 0;
}

#signup_form iframe,
.signup_form iframe,
#update-form iframe
{
	width: 370px;
}

