@charset "UTF-8";

/* CSS Document */



body {

	font: 12px Arial, Helvetica, sans-serif;

	background: #fff;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #333333;

}

.oneColLiqCtrHdr #container {

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 0px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColLiqCtrHdr #header {

	background: #fff;



	background-repeat:repeat-x;

	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

.oneColLiqCtrHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.oneColLiqCtrHdr #mainContent {

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background: #fff;

	

}



.oneColLiqCtrHdr #footer { 

	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */

/*	background:#4d4d4d;*/

/*	background-image: url(../images/footer_bg.png); */

	background-repeat:repeat-x;

	font: 16px Arial, Helvetica, sans-serif;

	color:#B3B3B3;

} 

.oneColLiqCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}





.thrColFix #container { 

	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

	border: 0px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

	

} 

.thrColFix #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding-top: 7px;

	padding-right:7px;

	

}

.thrColFix #sidebar2 {

	float: right; /* since this element is floated, a width must be given */

	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding-top: 7px;

	

}

.thrColFix #mainContent 

{ 

	margin: 0 240px 0px 120px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding-top: 7px;

}



.thrColFix #sidebar1_search {

	float: left; /* since this element is floated, a width must be given */

	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding-top: 7px;

	padding-right:7px;

	

}

.thrColFix #sidebar2_search {

	float: right; /* since this element is floated, a width must be given */

	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	padding-top: 7px;

	

}

.thrColFix #mainContent_search { 

	margin: 0 240px 0px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding-top: 7px;



}
.thrColFix #sidebar1_i {
	float: left;
	width: 318px; 
	padding-top: 7px;
	padding-right:7px;
}

.thrColFix #sidebar2_i {
	float: right;
	width: 235px;
	padding-top: 7px;
}

.thrColFix #mainContent_i 
{ 
	width:455px  !important;
	width:441px;
	float:left;
	padding-top: 7px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}











.table{ 

border-bottom: 8px solid #E6E6E6;

border-right: 1px solid #cccccc;

border-left: 1px solid #cccccc;

border-top: 1px solid #cccccc;

background-color:#FFF;

padding-bottom: 10px;

padding-left: 10px;

padding-right: 10px;

padding-top: 10px;



}



.rtable{ 

border-bottom: 8px solid #E6E6E6;

background-color:#FFF;



}



.tabtablehead {

	font: 16px Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	color: #333333;

}



.footer2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #808080;

	line-height: 20px;

	text-decoration: none;

}



.footer2 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #B3B3B3;

	line-height: 20px;

	text-decoration: none;

	border-bottom: 1px #999;

}

.footer2 a:link {

	text-decoration: none;

	color: #B3B3B3;

}

.footer2 a:visited {

	text-decoration: none;

	color: #B3B3B3;

}

.footer2 a:hover {

	text-decoration: none;

	color: #ffffff;

}

.footer2 a:active {

	text-decoration: none;

	color: #ffffff;

}





.a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #003399;

	line-height: 20px;

	text-decoration: none;

	text-align:right;

}

.a:link {

	text-decoration: none;

	color: #003399;

	text-align:right;

}

.a:visited {

	text-decoration: none;

	color: #003399;

	text-align:right;

}

.a:hover {

	text-decoration: none;

	color: #003399;

	text-align:right;

}

.a:active {

	text-decoration: none;

	color: #003399;

	text-align:right;

}



.h1{

	font: 18px Arial, Helvetica, sans-serif;

	padding: 0px 0px 24px 0px;

	color: #003399;

}



.h2{

	font: 25px Arial, Helvetica, sans-serif;

	padding: 0px 0px 4px 0px;

	color: #333333;

}



.hr{

	border:  thin dotted #CCC;

}



.hr2{

	border:  1px solid #003399;

}



.hr3{

	border:  1px solid #cccccc;

}



.p{

	font: 10px Arial, Helvetica, sans-serif;

	padding: 0px 0px 0px 0px;

	color: #555555;

	line-height: 16px;

}

.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	line-height: 20px;
	text-decoration: none;
	text-align:left;
	
}

.event:link {

	text-decoration: none;

	color: #003399;

	text-align:left;

}

.event:visited {

	text-decoration: none;

	color: #003399;

	text-align:left;

}

.event:hover {

	text-decoration: none;

	color: #003399;

	text-align:left;

}

.event:active {

	text-decoration: none;

	color: #003399;

	text-align:left;

}

.event_details 

{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
	color:#333333;

	line-height: 17.5px;

	text-decoration: none;
text-align:justify;
}
.ddlpoll
{
width:350px;
}
.text
{
font-family:Arial, Helvetica, sans-serif;
text-align:justify;
line-height:20px;
}

.loginup
{
margin-top:10px;
border:0;
}
img
{
border:0;
}
.buy_red
{
color:#FF0000;
font-weight:bold;
}
.tradind_title{
font: 12px Arial, Helvetica, sans-serif;
color: #003399;
}

.tradind_details{
font: 10px Arial, Helvetica, sans-serif;
color: #003399;
}




/*---------------------------------------------------------------------------------------------------------*/
/* STANDARD TYPOGRAPHY */





/* MAIN MENU */

#menu-wrapper {
	
}
#menu
{
	
	
}
#menu li {font:bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
border-left:solid 1px #fff;

	
}

#menu li.menu-home a:focus, #menu li.menu-home a:hover, #menu li.menu-home a:active {
	
}

#menu a:focus, #menu a:hover, #menu a:active {
	
}

#menu li a, #menu a:visited  { /* visited pseudo selector so IE6 applies text color */
	color: #fff;
}

#menu li ul {
	background: #0049B7;	
}

#menu li ul ul {
	border: 1px solid #45768c;
	
}

#menu li a:hover
{
	color:#fff;
	background:#13458D;
}
#menu li a:hover span
{
	color:#fff;
	background:url(images/rhm1_hover_r.gif) no-repeat right 0px;
}

#menu li.current a span
{
	color:#fff;
	
}

#menu li li a {
}

#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
	background: #46768b;
}

#menu li li a, #menu li li a:visited {
	color: #FFFFFF;
}

#menu li a span{
	float:left;
	display:block;
	padding:0 18px 1px 0px;
	border:solid 0px #000;
	
}

#menu li a{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	font:bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0 15px;
	
	line-height:30px;
	height:33px;
	text-align:center;
	cursor:pointer;	
	border:solid 0px #000;
}



#menu li ul li a{
	float:left;
	display:block;
	color:#ffe8cc;
	text-decoration:none;
	font:bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0 15px;
	
	line-height:30px;
	text-align:center;
	cursor:pointer;	
}
#menu li ul li a:hover
{
	color:#fff;
	background:#13458D;
}

#menu li.current ul li a
{
	color:#fff;
	background:#9BC1ED;
}
#menu li.current ul li a span
{
	color:#fff;
	background:#9BC1ED;
}

/* MAIN SECTION */

#menu-wrapper {
	
	
	border:solid 0px #000;
	float:left;
	margin:30px 0px 0 0px;
	width:1024px;
	
}


/*** ESSENTIAL STYLES ***/
#menu, #menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu {
	line-height:	1.0;
	position: relative;
	z-index: 2;
}
#menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#menu ul li {
	width:			100%;
}
#menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
	float:			left;
	position:		relative;
}
#menu a {
	display:		block;
	position:		relative;
	cursor: 		pointer;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99;
}
ul#menu li:hover li ul,
ul#menu li.sfHover li ul {
	top:			-959em;
}
ul#menu li li:hover ul,
ul#menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.sfHover li ul {
	top:			-959em;
}
ul#menu li li li:hover ul,
ul#menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

	/* Top Level Buttons */

#menu a {
	padding:0px 15px 0px 15px;
	text-decoration:none;
	font-size: 14px;
}

#menu a:focus, #menu a:hover, #menu a:active {
	
}

#menu li {
	margin-top:0px;
	padding-right: 2px;
	
}

	/* Home Button */
	
#menu li.menu-home a {
	padding:0;
	margin-left: 7px;
	display: block;
	width: 36px;
	height: 38px;
	text-indent: -9999px;
}

#menu li.menu-home a:focus, #menu li.menu-home a:hover, #menu li.menu-home a:active {
	
}

	/* Second Level Buttons */

#menu li ul {
	margin-top: 0px;
	border-top: none;
	width: 175px;
	cursor: pointer;
}

#menu li li {
	margin-top: 0;
	padding-right: 0;
	background-image: none;
	cursor: pointer;
}

#menu li li a {
	text-align: left;
	font-size: 11px;
	padding:0px;
	cursor: pointer;
}

#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
	background: #FFFFFF;
}

#menu li li li {}
#menu li:hover, #menu li.sfHover {
	outline:		0;
}

/*** arrows **/
#menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu ul .sf-sub-indicator { background-position:  0px 0; }
#menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu ul a:focus > .sf-sub-indicator,
#menu ul a:hover > .sf-sub-indicator,
#menu ul a:active > .sf-sub-indicator,
#menu ul li:hover > a > .sf-sub-indicator,
#menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

















