﻿/*----------------------------------------------------------------------------*
 * General styles
 *----------------------------------------------------------------------------*/
body
{
	overflow:			auto;
	margin:				0px;
	font-size:			0.70em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#333333;
	background:			#F4F4F6 url(Images/bg.gif) repeat-x;
}

h1
{
	color:				#FFFFFF;
	font-size:			1.3em;
}

h2
{
	color:				#666666;
	font-size:			1.5em;
}

ul
{
	list-style-type:	none;
	padding:			0px;
	margin:				0px 0px 0px 10px;
}

ul li
{
	padding:			5px 0px 5px 17px;
	list-style-position: inside;
	list-style-image:   url(Images/bullet.gif);
}

div.clearer
{
	clear:				both;
}

.i
{
	position:			absolute;
	left:				-10000px;
	top:				auto;
	overflow:			hidden;
	width:				1px;
	height:				1px;
}


/*----------------------------------------------------------------------------*
 * Table styles
 *----------------------------------------------------------------------------*/
table td
{
	vertical-align:			top;
}


/*----------------------------------------------------------------------------*
 * Link styles
 *----------------------------------------------------------------------------*/
a, a:active, a:visited
{
	color:				#EE1B2E;
	text-decoration:	underline;
}

a:hover
{
	text-decoration:	none;
}

a img
{
	border:				none;
}


/*----------------------------------------------------------------------------*
 * Form styles
 *----------------------------------------------------------------------------*/
form fieldset
{
	border:				none;
	margin:				0px;
	padding:			0px;
}

form fieldset legend
{
	display:			none;
}

form ul
{
	margin:				0px;
}

form ul li
{
	background:			none !important;
	padding:			3px 0px;
}

form input
{
	padding:			2px 2px;
	color:				#666666;
}

form input[type=text]
{
	border:				1px solid #999999;
}

form textarea
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			1.1em;
	color:				#666666;
	padding:			2px 2px;
	border:				1px solid #999999;
}

select
{
	color:				#666666;
	border:				1px solid #999999;
}

form input[type=text]:focus,
form select:focus,
form textarea:focus
{
	color:				#222222;
	border:				1px solid #333333;
}

select.style01 
{
	border:				1px solid #999999;
}

select.style01 option 
{
	border-bottom:1px solid #dadada
}


/*----------------------------------------------------------------------------*
 * Base styles
 *----------------------------------------------------------------------------*/
div#container
{
	width:				95%;
	margin:				0px auto;
	padding:			0px 20px 0px 0px;
	background:			#FFFFFF;
	color: #666666;
}


/*----------------------------------------------------------------------------*
 * Header styles
 *----------------------------------------------------------------------------*/
div#header
{
	position:			relative;
	height:				150px;
	z-index:			1;
	width:              100%;
}

div#header div.logo
{
	position:			absolute;
	top:				20px;
	left:				20px;
}

div#header div.banner
{
	position:			absolute;
	top:				16px;
	right:				0px;
	height:				80px;
}

div#header div.webChat
{
	position:			absolute;
	bottom:				50px;
	right:				0px;
	width:				200px;
	height:				78px;
}

/*----------------------------------------------------------------------------*
 * Body styles
 *----------------------------------------------------------------------------*/
div#body
{
	padding:			0px 20px 10px 20px;
}


/*----------------------------------------------------------------------------*
 * Header (Footer Bar) styles
 *----------------------------------------------------------------------------*/
div#header div.footer
{
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				100%;
	height:				50px;
	background:			transparent url(Images/headerBg.gif) repeat-x;
}

div#header div.footer h1
{
	float:				left;
	margin:				10px 0px 5px 20px;
}

div#header div.footer img
{
	float:				right;
	margin-right:		-5px;
}

/* Small bold info text */
.sum-sec-header 
{
   font-size: x-small;
   font-weight: bold;
   color: #666666;
 }
 
.Instruct
{
	font-size : x-small;
	font-weight: bold;
	color: #ee1b2e;
}

.BrokerText
{
	width: 98%;
	height:12px;
	font-size:	1.02em;	
}

.Disabled
{
	background-color: Gray;		
}

/*----------------------------------------------------------------------------*
 * Footer styles
 *----------------------------------------------------------------------------*/

.footer .header
{
	background:			#D1D1D4 url(Images/rightCorner.gif) no-repeat 100% 0px;
	font-size:			0.8em;
} 


