@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	background-color: #fffbf2;
	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;
	background-image: url(../images/bg-main2.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 22px;
	color: #e25112;	
	margin-top: -1px;	
}
h2 {
	font-size: 16px;
	color: #666;	
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #999;	
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #FB650E;
	text-decoration: underline;	
}
a img {
	border: 0px;
}
.oneColFixCtrHdr #container {
	width: 990px;;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	height: 139px;	
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header #hdr-top { 
	height: 99px;	
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header #top-nav {
	height: 40px;
	margin: 0px;	
	padding: 0px 0px 0px 15px;  /* 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. */
}
.oneColFixCtrHdr #header #top-nav ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #header #top-nav ul li {
 	float: left;
}
.oneColFixCtrHdr #header #top-nav ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
}
.oneColFixCtrHdr #header #top-nav ul a:hover {
	color: #FB650E;
	text-decoration: underline;
}

.oneColFixCtrHdr #header #top-nav #brokers a {
	color: #000;
	text-align: center;	
	text-decoration: none;
	background-image: url(../images/btn-bg-brokers.jpg); 
	background-repeat: no-repeat; 
	line-height: 40px;
	height: 40px;	
	width: 80px; 
	display: block;
	margin-right: 10px;
	padding: 0px;
}
.oneColFixCtrHdr #header #top-nav #brokers a:hover {
	color: #fff;
	text-decoration: underline;
	background-image: url(../images/btn-bg-brokers-on.jpg); 
	background-repeat: no-repeat; 
}
.oneColFixCtrHdr #header #top-nav #client-login a {
	color: #000;
	text-align: center;	
	text-decoration: none;
	background-image: url(../images/btn-bg-client-login.jpg); 
	background-repeat: no-repeat; 
	line-height: 40px;
	height: 40px;	
	width: 100px; 
	display: block;
	padding: 0px;
}
.oneColFixCtrHdr #header #top-nav #client-login a:hover {
	color: #fff;
	text-decoration: underline;
	background-image: url(../images/btn-bg-client-login-on.jpg); 
	background-repeat: no-repeat; 
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #main-gfx {
	clear: both;
	width: 231px;
	height: 190px;
	background-image: url(../images/main-gfx3.jpg);
	background-repeat: no-repeat;
	padding: 60px 14px 0px 745px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/main-middle-bg.jpg);
	background-repeat: repeat-y;
	background-position:center;		
}
.oneColFixCtrHdr #mainContent #colLeft {
	clear: left;
	float: left;
	width: 736px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftTop {
	width: 699px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 17px 0px 17px;
	background-image: url(../images/left-side-middle-bg.jpg);	
	background-repeat: repeat-y;	
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid {
	clear: both;
	width: 700px;
	max-height: auto;
	margin: 0px;
	padding: 1px 18px 2px 18px;
	background-image: url(../images/left-side-middle-bg.jpg);	
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftTop {
	width: 699px;
	height: 360px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftTop #leftMidLeft {
	float: left;
	width: 345px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftTop #leftMidLeft ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftTop #leftMidLeft ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 35px;
	height: 35px;
	width: 195px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 1px 0px;
	background-image: url(../images/btn-green-off.jpg);
	background-repeat: no-repeat;	
	color: #333333;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftTop #leftMidLeft a:hover {
	color: #333333;
	background-image: url(../images/btn-green-on.jpg);
	background-repeat: no-repeat;	
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftTop #leftMidRight {
	float: right;
	width: 345px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftBtm {
	width: 699px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftBtm #leftMidLeftBtmLeft {
	float: left;
	width: 341px;
	margin: 0px;
	padding: 10px 10px 10px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftBtm #leftMidLeftBtmRight {
	float: right;
	width: 345px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeft-interior {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeft-interior ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeft-interior ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding: 0px 15px 0px 15px;
	color: #fe7b18;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeft-interior a:hover {
	text-decoration: underline;
	color: #666;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeft-interior a.selected {
	text-decoration: underline;
	color: #666;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidRight-interior {
	float: right;
	width: 506px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 19px;
	border-left: 1px solid #F8E7AF;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidRight-interior table td {
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidRight-interior h1 {
	margin-top: 15px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidRight-interior blockquote {
	line-height: 24px;
	font-style: italic;
	font-size: 18px;
	color: #fe7b18;
	text-align: center;
	border-top: 1px solid #F8E7AF;	
	border-bottom: 1px solid #F8E7AF;	
	padding: 5px 0px 5px 0px;
	margin: 20px 20px 20px 20px;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftMid #leftMidLeftBtm #leftMidBtm {
	clear: both;
	width: 699px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #F8E7AF;
}
.oneColFixCtrHdr #mainContent #colLeft #LeftBtm {
	clear: both;
	width: 736px;
	height: 56px;	
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/left-side-btm.png);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #mainContent #colRight {
	clear: right;
	float: right;
	width: 254px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent #colRight #RightTop {
	width: 254px;
	height: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/right-side-middle-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent #colRight #RightMid {
	clear: both;
	width: 233px;
	margin: 0px 0px -20px 0px;

	max-height: auto;
	padding: 8px 11px 10px 11px;
	background-image: url(../images/right-side-middle-bg.jpg);	
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent #colRight #RightBtm {
	clear: both;
	width: 233px;
	height: 56px;	
	margin: 0px;
	padding: 11px 11px 0px 11px;
	background-image: url(../images/right-side-btm.png);
	background-repeat: no-repeat;
}
#footer {
    position: relative;
    bottom: 0;
    width: 100%;
	clear: both;
	height: 151px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	text-align: center;
	color: #cfa85a;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}
#footer #footer-interior {
	width: 990px;
	height: 151px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-image: url(../images/footer-interior-bg.jpg);
	background-repeat: no-repeat;
}
#footer #footer-interior #footer-interior-left {
	float: left;
	clear: left;
	width: 722px;
	height: 89px;
	margin: 0px auto;
	padding: 62px 0px 0px 18px;
	text-align: left;
}
#footer #footer-interior #footer-interior-right {
	float: right;
	clear: right;
	width: 229px;
	height: 99px;	
	margin: 0px;
	padding: 52px 10px 0px 11px;
}
#footer a {
	color: #cfa85a;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
#footer a:hover {
	text-decoration: underline;
	color: #FB650E;
}
.orange-line {
	border-bottom: 1px solid #F8E7AF;
	margin: 20px 0px 20px 0px;
	width: 100%;
	height: 1px;
	clear: both;
}
.clear{ clear: both; }