/*@charset "UTF-8";*/

* {
	margin: 0px;
	padding: 0px;
	
}
body {
	
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#002a5c;
	}
p {
	line-height: 1.1em;
	}

h1{
	font-size:20px;
	
}	
 
 
h3{
	font-size:9px;
}	
	
.bt{
	color: #000000;
}	
	

a {
	text-decoration: none;
	cursor: pointer;
	color:#cccccc;
	outline:none;
	}
a img {
	border: 0px;
	}
li {
	list-style:none;
	}
/*a:hover {
	color: #06a;
	}
.menu_links {
	color:#FFFFFF;
	font-weight:bold;
	font-size:.9em;
	padding-left:10px;
	padding-top:18px;
	vertical-align:middle;
	display:block;
	}
.double_line {
	padding-top:10px !important;
	vertical-align:middle;
	display:block;
	}

form * {
	border: 0px;
	height: 20px;
	width: 200px;
	margin-bottom: 3px;
	}
input, select {
	background: #fff url('images/inputBg.png') -3px -5px;
	border: 1px solid #ddd;
	}
input:focus, select:focus, input:hover, select:hover {
	border-color: #adf;
	color: #000;
	}
form input {
	padding-left: 2px;
	left: 100px;
	color: #999;
	}
form select {
	left: 100px;
	color: #999;
	width: 204px;
	}
form div {
	width: 100%;
	position: relative;
	}
form div label {
	left: 0px;
	width: 100px;
	padding-top: 3px;
	color: #19f;
	}*/

.register{
	position:absolute;
	float:right;
	top:10px;
	margin-left:200px;
	}
#container {
	position:relative;
	/*float:left;*/
	width:784px;
	margin: 0px auto;
	z-index: 1;
	
	}
#top_strap {
	/*background: no-repeat url('images/header.jpg');*/
	width: 794px;
	height: 90px;
	position: relative;
	float:left;
	/*top:0px;*/
	/*margin:0px auto;*/
	z-index: 4;
	}
	
#top_banner{
	width:544px;
	height:107px;
	float:left;
	position:relative;
	margin-left:18px;
	margin-top:7px;
}

#menu{
	margin-top:25px;
	width:525px;
	float:left;
	text-decoration:none;
	list-style:none;
	position:relative;
}


#menu ul ul {
	display:none;
	}
#menu li:hover ul {
	display:block;
	}
	
#menu li {
	position: relative;
	float:left;
	height:50px;
	text-align:left;
	width:105px;	
	font-weight:bold;

	/*
background-color:#1a2e5b; 
*/
	}	
	
	
	
	
	
	
	
#menu li a {
		width: 90px;
		w\idth : 90px;
		display : block;
		color : #ffffff;
		font-weight : lighter;
		text-decoration : none;
		background-color : #1a2e5b;
		margin : 10px 0 0 0px;
		padding:5px 0 0 10px;
		height:35px;
		
	}

		
#menu li a:hover {
		color : white;
		background-color : #cccccc;
		width:90px;
		height:60px;
	}

#menu li a.customers:hover{
	color : white;
	background-color : #cccccc;
	width:90px;
	height:35px;
	}
	
#menu li ul {
	position: absolute;
	left: 0px;
	font-weight:lighter;
	width:90px;
	/*display:block;*/
	float:left;

		
	}		
	
#menu li ul li{
	position: relative;
	float:left;
	height:35px;
	width:105px;
	font-weight:lighter;
	
	/*
background-color:#1a2e5b; 
*/
	}	

#menu li ul li a {
	width:90px;
	height:35px;
	position: relative;
	margin : 5px 0 0 0px;
	padding:5px 0 0 10px;
	}

#menu li ul li a:hover {
	width:90px;
	height:35px;
	position: relative;
	float:left;
	
	 
	}	

#menu li ul ul { /* third-and-above-level lists */
		left: 0px;
		
	}
		
/*
#menu li a {
	color: #ffffff;
	width:80px;
	height:3px;
	dis
	}
*/
	


#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: 0px;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
		left: 0px;
	}	
	
	
	
	
	
	
	
	
	
	
	
	



#content {
	
	/*background:url('images/content_tile.png') repeat;*/
	position:relative;
	/*margin: 98px auto 0px auto;*/
	width: 788px;
	/*	padding:0px 20px;
	color: #909090;*/
	min-height: 400px;
	float:left;
	/*border:#CCCDCE solid 3px;*/
	}
	

/*dropdown menus for left sidebar*/

	#homemenu{
		width:11em;
		height:200px;
		margin:8px 4px 0 -3px;
		float:left;
		position:relative;
	}
	
#nav ul {
	display:none;
	}
#nav li.phone:hover ul  {
	display:block;
	}
#nav li.pc:hover ul  {
	display:block;
	
	}
	
#nav li.pc {	
	width: 10em;
	display: block;
	color: #ffffff;
	font-weight: lighter;
	text-decoration: none;
	background-color: #cccccc;
	padding-top: 10px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 10px;
	height: 46px;
	}	
	
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
		margin-left:3px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		/*line-height : 1.25em;*/
			
	
		margin-bottom : 5px;
		width: 11em;
		height:55px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left:0px;
		margin-left : 10.7em;
		margin-top : -3.9em;
	}
	#nav li.pc ul { /* second-level lists */
		margin-top :-1.8em;
	}
	
/* second-level lists */
	#nav li ul li{
		position : relative;
		margin-bottom : 0px;
		width: 145px;
		height:45px;
		float:left;
	}

	#nav li ul li a{ /* second-level hover state */
		position : relative;
		margin-bottom : 0px;
		width: 145px;
		background-color:#bbbbbb;
		/*
height:45px;
*/
		float:left;
	}
	
	#nav li ul li a:hover{ /* second-level hover state */
		position : relative;
		margin-bottom : 0px;
		width: 145px;
		/*
height:45px;
*/
		float:left;
	}
	 
	
	#nav li ul ul { /* third-and-above-level lists */
		left: 0px;
	}
	
	#nav li a {
		width: 145px;
		w\idth : 10em;
		display : block;
		color : #ffffff;
		font-weight : lighter;
		text-decoration : none;
		background-color : #cccccc;
		/*border : 1px solid black;*/
		padding : 10px 0 0 10px;
		height:46px;
		
	}
	
	#nav li a:hover {
		color : white;
		background-color : #1a2e5b;
		width:153px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: 0px;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: 0px;
	}

/*old content menu
	
#content ul {
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:8px;
	width:159px;
	}
	
#content li a {
	background-color:#CCCCCC;
	width:145px;
	height:37px;
	padding-left:10px;
	padding-top:10px;
	display:block;
	color:#FFFFFF;
	font-weight:lighter;
	font-size:1.0em;
	vertical-align:middle;
	margin-bottom:2px;
	}
#content li a:hover {
	background-color:#1a2e5b;
	width:154px;
	font-weight:bold;
	}
	
#content li a:active {
	background-color:#1a2e5b;
	width:154px;
	font-weight:bold;
	}	
	
#content ol{
	position:relative;
	float:left;
	margin-left:30px;
	width:540px;
	margin-bottom:10px;
	
}
*/


#logo{
	width:223px;
	height:39px;
	float:left;
	position:relative;
	margin-top:38px;
	margin-left:22px;
	margin-right:19px;
}	
	
/*
.menu_logo {
	background:none !important;
	width:114px !important;
	height:54px;
	margin:20px 0px 0px 17px;
	}*/

#img_window {
	/*border:1px solid #666666;*/
	position:relative;
	float:left;
	width:784px;
	height:320px;
	margin-left:-1px;
	margin-top:5px;
	}
.article {
	border: solid thin #002B5C;
	min-height:315px;
	padding:20px;
	float:right;
	width:580px;
	margin:0px 0px 7px 3px;
	text-align:justify;
	font-size:0.8em;
	}
.article_image {
	float:left;
	/*border:1px solid #666666;*/
	margin-bottom:7px;
	margin-top:5px;
	margin-left:2px;
	}
.article_text {
	width:100%;
	position:relative;
	float:left;
	text-align:justify;
	list-style:disc !important;
	margin-bottom:15px;
	}

.article ul{
	width:540px !important;
	margin-bottom:10px;
	}

.article ul li{
	list-style:disc !important;
	margin-left:30px;
	}
	
	
#admin_content {
	vertical-align:middle;
	}
/*#bodycontent {
	background:#f2f0f0;
	border:1px solid #cccccc;
	width:638px; 
	float:right;
	color: #909090; 
	padding:20px;
	z-index:50;
	}*/
	
/*
tr {
	width:200px;	
		
	}
*/


.page_Contact_Us {
	background:#cccccc;
	/*border:1px solid #cccccc;*/
	width:580px !important; 
	float:right;
	color: #002A5C; 
	padding:69px 20px;
	margin-left:5px;
	margin-top:0px;
	z-index:50;
	}
.page_Contact_Us input{
	width:300px;	
	}
.page_Contact_Us textarea {
/*	white-space:pre;
	overflow:auto*/;
	width:302px;
	height:150px;	
	}
/*.page__-_About_-_, .page__-_Investments_- {
	float:right;
	width:640px;
	line-height: 1.1em;
	}
.page_Contact_Us {
	background:#f2f0f0;
	border:1px solid #cccccc;
	width:500px !important; 
	float:right;
	color: #909090; 
	padding:20px;
	z-index:50;
	}
#elm1, input {
	color:#000000 !important;
	left:4px;
	position:relative;
	width:400px;
	}*/
#contactcontent {
	width:450px;
	margin-left:50px;
	}
#contact_details {
	float:left;
	margin:30px 0px 0px 50px;
	width:420px;
	
	}
#contact_details td.left {
	width:60% !important;
	}
#contact_details td.right {
	width:40% !important;
	}
/*#contactcontent td{
	background:transparent;
	color:#000;
	}*/
/*#contactcontent textarea{
	height:100px;
	white-space: nowrap;
	}*/
/*.form_title {
	width:20%;
	}*/
#text_box {
	/*background:#dddddd;*/
	padding:10px;
	float:left;
	width:455px;
	margin:8px 7px 5px 4px;
	/*text-align:justify;*/
	border: solid thin #002B5C;
	min-height:355px;
	font-size:0.8em;
	}
#side_bar {
	background:#f2f0f0;
	float:left;
	width:136px;
	height:281px;
	margin-top:8px;
	}

/*********************************** tinymce overides **********************************/
/*
.mceLayout {
	width:400px !important;
	
}
*/

/*.mceContentBody{
	width:450px !important;
}	*/

/*
 #elm1_ifr{
	width:600px !important;
	height:400px !important;
	margin-left:20px;
	
}
*/	

/********************************** footer **********************************/
	
#footer {
	width: 785px;
	height: 20px;
	position: relative;
	float:left;
	margin: 40px auto 0px auto;
	z-index: 4;
	font-weight:lighter;
	border-top:#071e4f thin solid; 
	}
	
#footer p{
	margin-right:0px;
	margin-top: 5px;
	font-size:10px;
	color:#999999;
	text-align:right;
	}
	
/*
#footer img {
	float:right;
	margin-top:20px;
	margin-right:30px;
	}
*/
#footer a {
	/*clear:both;*/
	/*font-size:.3em !important;*/
	margin-top:2px;
	color: #999999;
	}
#footer a:hover {
	color:#071e4f !important;
	}
.login {
	color:#666666!important;
	float:left;
	}
	
	
	
/**************************** admin code ***************************/


/*.defaultSimpleSkin table.mceLayout {
	width:642px !important;
	}	*/
/*input[type="text"], input[type="password"] { 
	border: 1px solid #ccc; 
	
	color:#000; 
	padding:3px; 
	}*/
/*select { 
	border: 1px solid #ccc; 
	background: url('images/formgrad.jpg') repeat-x #979797; 
	color: #FEF886; 
	}
input[type="submit"], input[type="reset"] {
	border: 1px solid #ccc; 
	background: url('images/formgrad.jpg') repeat-x #979797; 
	color: #000; 
	padding:3px; 
	}
*input { 
	border: thin 1px solid; 
	background: url('images/formgrad.jpg') repeat-x #979797; 
	color: #FEF886; 
	}	
.center_padded_tds { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px; 
	}
.checkbox {
	border: 2px solid #979797; 
	}
.logout_button, .admin_home {
	z-index:50;
	position:absolute;
	top:20px;
	background-color:#C8C9CB;
	border: 1px solid #000000; 
	font-size:11px; 
	text-align:center; 
	padding:5px;
	}
.logout_button {
	right:-20px;
	}
.admin_home {
	right:30px;
	}
.logout_button a, .admin_home a, .btn_new_retailer a {
	color:#000000;
	}
.btn_pg_content {
	position:relative;
	float:left;
	color:#000000 !important;
	margin-top:30px;
	margin-left:19px;
	font-weight:bold;
	background-color:#C8C9CB;
	border: 1px solid #000000; 
	font-size:11px; 
	text-align:center; 
	padding:5px;
	}*/




h1.admin {
	margin-left:10px;
	padding-top:20px;	
	}
#login_form {
	border-color:#cccccc; 
	margin-right:0px;
	margin-top:0px;
	background-color:#cccccc;
	padding:70px;
	float:right;
	width:410px;
	height:200px;
	padding-left:140px;
	padding-top:70px;	
	}
/*#login {
	width:400px;
	position:relative;
	float:right;
	margin-top:0px;
	margin-bottom:20px;
	font-size:10px;
	color: #999999;
	}
#login a{
	color: #999999;
	}
#login a:hover{
	color: #000000;
	}*/
	
select { 
	border: 1px solid #ccc; 
	background: url('images/formgrad.jpg') repeat-x #979797; 
	color: #FEF886; 
	}
input[type="submit"], input[type="reset"] {
	border: 1px solid #ccc; 
	background: url('images/formgrad.jpg') repeat-x #979797; 
	color: #000; 
	float:left;
	}
.center_padded_tds { 
	text-align:center; 
	padding-top:10px; 
	padding-bottom:10px; 
	}
.checkbox {
	border: 2px solid #979797; 
	}
.logout_button, .admin_home {
	z-index:50;
	position:absolute;
	top:20px;
	background-color:#C8C9CB;
	border: 1px solid #000000; 
	font-size:11px; 
	text-align:center; 
	padding:5px;
	}
.logout_button {
	right:-20px;
	}
.admin_home {
	right:30px;
	}
.logout_button a, .admin_home a, .btn_new_retailer a {
	color:#000000;
	}
.btn_pg_content {
	position:relative;
	float:left;
	color:#000000 !important;
	margin-top:0px;
	margin-left:50px;
	margin-bottom:10px;
	font-weight:bold;
	background-color:#C8C9CB;
	border: 1px solid #000000; 
	font-size:11px; 
	text-align:center; 
	padding:5px;
	}

td {
	padding-left:0px; 
	margin-left: 0px; 
	width:0;
	}
	
	
#banner {
	position:relative;
	float:left;
	margin-top:15px;
	margin-left:-20px;
	}
