@charset "UTF-8";
/* CSS Document */
@import url("basics.css");
@import url("menu.css");
	
/* --------------------------------------------------------------- */
/* ---------------------- HOME DIV IDs --------------------------- */

#universe {
	text-align: left;
	margin: 0px auto;
	padding:0px;
	width:978px;
}
#universe_float {
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	margin: 0 0 10px 0;
	padding:0px;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#header_universe {
	width:100%;
	padding: 0;
	margin: 0 auto;
	clear:both;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	text-align:left;
}

#header_container  {
	width:1014px;
	margin: 0 auto;
	padding:0;
	clear:both;
	text-align:center;
}

#header_background {
	width:978px;
	padding:0 18px;
	float:left;
	background-image: url(../images/base/header_bground.jpg);
	background-repeat: no-repeat;
}

#header_container_float  {
	width:100%;
	float:left;
	display:inline;
}

#header_logo {
	float:left;
	display:inline;
	padding:45px 0 15px 17px;
	width:257px;
}

#topheader_container  {
	width:704px;
	float:left;
	padding:0;
}

#sitesearch {
	float: right;
	display: inline;
	text-align:right;
	margin: 20px 20px 20px 0px;
}

#sitesearch input {
	coor:#666;
	text-transform:uppercase;
	font-size:9px;
	text-align:right;
}
#sitesearch ul {
	list-style:none;
	font-size:85%;
}
#sitesearch a {
	color:#FFF;
	text-decoration:none;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#banner_universe {
	width:100%;
	padding: 0;
	margin: 0;
	float:left;
	display:inline;
	clear:both;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-image: url(../images/base/background_noise_dark.jpg);
	background-repeat: repeat;}
#banner_holder {
	width:1014px;
	padding: 0; 
	margin: 0 auto;
	clear:both;
	text-align:left;
}

#banner_shadow {
	width:978px;
	padding:0 18px;
	float:left;
	display:inline;
	background-image: url(../images/base/noise_bground_dark_shadow.jpg);
	background-repeat: repeat-y;
}
#banner_holder_float {
	float:left;
	display:inline;
}

#banner {
	width:978px;
	padding: 0; 
	margin: 0 auto;
	clear:both;
	display:inline;
	text-align:left;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#content_universe {
	width:100%;
	padding: 0;
	margin: 0;
	clear:both;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	background-image: url(../images/base/background_noise_main.jpg);
	background-repeat: repeat;
}
#content_holder {
	width:1014px;
	padding: 0; 
	margin: 0 auto;
	clear:both;
	text-align:left;
}

#content_shadow {
	width:978px;
	padding:0 18px;
	float:left;
	display:inline;
	background-image: url(../images/base/noise_bground_main_shadow.jpg);
	background-repeat: repeat-y;
}

#content_holder_float  {
	float:left;
	display:inline;
	width:100%;
	background-color: #1c335d;
}
#content_leftside {
	float:left;
	display:inline;
	width:658px;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#intro {
	margin: 45px 20px 70px 90px;
	width:510px;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
}
#intro p{
	color: #61CAF5;
	font-size: 15px;
	padding: 0;
	line-height: 150%;
}
#intro a{
	color: #61CAF5;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#banners {
	width:578px;
	margin: 0;
	padding: 0 0px 15px 80px;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
}
#banners img{
	margin: 8px;
	border: 14px solid #FFF;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
#content_rightside {
	width:300px;
	float:right;
	display:inline;
}
#loginform {
	width:240px;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	clear:both;
	padding: 0 0 15px 15px;
	background-image: url(../images/base/login_bground.jpg);
	background-repeat: no-repeat;
	background-position: 14px bottom;
}

#content_holder_float_2nd #loginform {
	background-image: url(../images/base/login_bground_2nd.jpg);
}

#loginform ul {
	font-size:90%;
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}

#loginform ul li{
	color:#FFF;
	margin:0;
	float:left;
	display:inline;
	padding:7px 0 7px 18px;
	white-space:nowrap;
}
#loginform a {
	color:#FFF;
	text-decoration:none;
	padding-right:18px;
}
#loginform ul li.login  {
	border-right: 1px solid #11A95D;
}

#loginbox_hideable {
	width:85%;
	margin: 15px 0 0 22px;
	padding-bottom:10px;
	color:#FFF;
	font-size:90%;
}

#loginbox_hideable .form-login label {
	display:block;
	float:left;
	margin-right:3px
}
#loginbox_hideable #mod_login_username,
#loginbox_hideable #mod_login_password {
	width:150px;
	clear:right;
}
#loginbox_hideable #mod_login_submit {
	margin-left:3em;
	border:1px solid #20325A;
	background-color:#4DB7EE;
	color:#FFF;
	padding:3px;
	font-weight:bold;
	cursor:pointer;
}
#loginbox_hideable #mod_login_forgot {
	clear:both;
	margin: 3px 0;
	margin-left:2.5em;
	text-align:left;
}
#loginbox_hideable input {
	coor:#666;
	font-size:9px;
}
#loginbox_hideable a {
	color:#FFF;
	text-decoration:underline;
	margin:0;
	padding:0;
}
#loginbox_hideable p {
	color:#FFF;
	margin: 0 0 3px; 0;
	padding: 0;
}
form.form-login fieldset{
	border:none;
	margin:0;
	padding:0;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#right_banners {
	width:241px;
	border: 14px solid #3B5076;
	float:left;
	display: inline;
	margin: 10px 0 10px 0;	
	background-color:#BEC6D4;
}

#member_quote {
	width:221px;
	height:300px;
	overflow:hidden;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	margin: 10px 0 10px 0;	
	padding: 10px 10px 0px 10px;
	border: 14px solid #3B5076;
	background-color: #1c335d;
	color:#FFF;
}

#member_quote img.leftquote{
	margin-right: 5px;
	margin-bottom: 5px;	
}

#member_quote img.rightquote{
	margin-left: 5px;	
}

#member_quote p {
	color:#FFF;
	font-size:100%;
	margin: 0 0 10px 0;
	padding:0;
}
#member_quote p.memberquote_author,
#member_quote p.memberquote_author p {
	font-weight:normal;
	color:#FFF;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:right;
}



/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#footer_universe {
	width:100%;
	padding: 0;
	margin: 0;
	clear:both;
	background-image: url(../images/base/background_noise_main.jpg);
	background-repeat: repeat;
}

#footer_holder {
	width:1014px;
	padding: 0; 
	margin: 0 auto;
	clear:both;
	text-align:center;
}

#footer_shadow {
	width:978px;
	padding:0 18px;
	float:left;
	display:inline;
	background-image: url(../images/base/address_bground.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#footer_holder_float  {
	width:918px;
	float:left;
	display:inline;
	padding: 0 30px;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#member_logos {
	width:100%;
	padding: 0 0 11px 0; 
	margin: 4px 0 0 0;
	clear:both;
	float:left;
	display: inline;
	border-bottom: 1px solid #1c335d;
	text-align:left;
	height:43px;
}
#member_logos img {
	padding-right:50px;
	float:left;
}
#member_logos #logosrendered {
	float:left;
	display:inline;
}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#address {
	margin: 0;
	padding: 3px 0 0 0;
	float:left;
	clear:both;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	width:100%;
}
#address ul {
	font-size:10px;
	float:left;
	clear:both;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	padding-left:0;
	width:100%;
}
#address ul li{
	color:#11A95D;
	margin: 0 0 0 8px;
	float:left;
	display: inline;/* fix the IE issue of doubling the margin on floats */
	padding:0 8px 0 0;
	border-right: 1px solid #1C335D;
}

#address ul li.first  {
	margin: 0;
}
#address ul li.last  {
	border: none;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

#copyright {
	color: #000;
	margin:7px 0 0 0;
	font-size: 10px;
	float:left;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0;
	width:100%;
	text-align:left;
}

#copyright p{
	padding: 0;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.hasTip {
    display: none;
} 
input#logout_button {
	border:1px solid #20325A;
	background-color:#4DB7EE;
	color:#FFF;
	margin:0;
	padding:6px;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}
.login_form {
	width:90%;
}

#system-debug {
	width:900px;
	clear:both;
	text-align:left;
	background-color:#FFF;
	padding:10px;
	margin: 10px auto;
	font-size:140%;
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
fieldset.fullForm {
	border:none;
	width:520px;
	white-space:normal;
}
fieldset.formFieldset legend {
	font-size: 2.7em;
	font-weight: bold;
	margin: 0 0 0 -1.3em;
	padding: 0 0 .2em 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c335d;
	white-space:normal;
	width:400px;
}
fieldset.fullForm .formCaption {
	width:150px;
	display:block;
	float:left;
}