
body 
{
	padding:0px;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:18px;
	color:#13426d;
	background-image:url(../images/SR-background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#F8F9FB;
}

body.inside 
{
	padding:0px;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:18px;
	color:#13426d;
	background-image:url(../images/SR-background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#F8F9FB;
}

div#page
{
	width:930px;
	margin:0 auto 0 auto;
	padding:0px;
}

div#header
{
	width:930px;
	height:98px;
	float:left;
	padding:0px;
	margin:0px;
}

div#logo
{
	width:341px;
	height:98px;
	float:left;
	padding:0px;
	margin:0px;
}

div#rightHeader
{
	width:389px;
	height:98px;
	float:left;
	padding-left:65px;
}

div#memberLogin
{
	width:163px;
	height:28px;
	float:left;
	padding-left:361px;
/*	margin:0px 0px 0px 326px;
*/}

div#navigation
{
	width:524px;
	height:33px;
	float:left;
	padding:0px;
	margin-top:37px;
}

div#flashArea
{
	width:930px;
	height:298px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/flashTEMP.png);
	background-repeat:no-repeat;
}

div#imageArea
{
	width:930px;
	height:232px;
	float:left;
	padding:0px;
	margin:0px;
}

div#markets
{
	width:924px;
	height:75px;
	float:left;
	padding:0px 3px;
	margin:0px;
}

div#marketsItem
{
	width:146px;
	height:75px;
	float:left;
	padding:0px 4px;
	margin:0px;
}

div#contentArea
{
	width:912px;
	float:left;
	padding:20px 9px 0px 9px;
	margin:0px;
	min-height: 700px;
	height:auto !important;
	height:700px;
	background-color:#FFF;
}

div#contentAreaHome
{
	width:912px;
	float:left;
	padding:20px 9px 0px 9px;
	margin:0px;
	background-color:#FFF;
}

div#homeLeft
{
	width:211px;
	height:176px;
	float:left;
	padding:40px 9px 0px 9px;
	margin:0px;
	background-image:url(../images/free-demo.jpg);
	background-repeat:no-repeat;
}

div#homeRight
{
	width:647px;
	float:left;
	padding:0px 18px; 
	margin:0px;
}

div#footer
{
	width:930px;
	height:105px;
	float:left;
	padding-top:30px;
	margin:0px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#684a1f;
	font-size:10px;

}

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

/*INSIDE STYLES*/

div#insideLeft
{
	width:200px;
	min-height: 700px;
	height:auto !important;
	height:700px;	
	float:left;
	padding-top:10px;
	margin:0px;
	background-image:url(../images/leftNav.jpg);
	background-repeat:no-repeat;
	height:202px;
}

div#insideLeftFreeDemo
{
	width:200px;
	float:left;
	padding:40px 9px 0px 9px;
	margin-top:25px;
	background-image:url(../images/free-demo-inside.jpg);
	background-repeat:no-repeat;
	height:176px;
}

div#insideLeftCTA
{
	width:200px;
	padding:0px 27px 0px 27px;
	margin-top:40px;
	height:75px
	float:left;
}

div#insideRight
{
	width:670px;
	float:left;
	padding:0px 18px; 
	margin:0px;
}

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

/*TEXT STYLES*/

a 
{
	font-weight:bold;
	color:#684a1f;
}	
			
a, a:visited
{ 
	color:#684a1f;
	text-decoration:none; 
	font-weight:bold;
	}
	
a:hover, a:active 
{ 
	color:#684a1f; 
	text-decoration:underline; 
	font-weight:bold;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	color:#446c4d;
	margin-top:10px;
}

h1 a, a:visited
{ 
	color:#446c4d;
	text-decoration:none; 
	}
	
h1 a:hover, a:active 
{ 
	color:#446c4d;
	text-decoration:underline; 
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:18px;
	color:#446c4d;
}

h2 a, a:visited
{ 
	color:#446c4d;
	text-decoration:none; 
	}
	
h2 a:hover, a:active 
{ 
	color:#446c4d;
	text-decoration:underline; 
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:15px;
	color:#446c4d;
}

h3 a, a:visited
{ 
	color:#446c4d;
	text-decoration:none; 
	}
	
h3 a:hover, a:active 
{ 
	color:#446c4d;
	text-decoration:underline; 
}

.footer
{
	font-size:11px;
}

	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*--- Empoweren Default Styles ---*/
#qm0 { z-index: 12 !important; }
#thePageTitle {font-size: 1.4em; font-weight: bold; padding: 5px 0 5px 5px; color:#13426D;}
#thePageTitle a {font-weight: bold; color: #13426D; line-height:normal;}
.navOnlyLink { cursor: default; }
.centerTable {margin: 0 auto; text-align: center;}
.imageFloatLeft {float:left; margin: 6px;}
.imageFloatRight {float:right; margin: 6px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}
a img{border: none;}
/*--- END ---*/

.hidePopUp {
	display: none;
}