/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e3e3c1;
	font-family: Arial, Helvetica, sans-serif;
	}
	
div#meta-wrap {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#e3e3c1 url(../img/common/bg.jpg) top left repeat-x;
	}

img, div { 
	behavior: url(iepngfix.htc) 
	}
	
.cleaner {
	height:1px;
	margin-top:-1px;
	clear:both;
	}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.wrap {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	overflow: visible;
	border: 1px #ccc;
	}
	
#clientlogin {
	height: 46px;
	margin: 0;
	padding: 0;
	text-align: right;
	border: 1px #ccc;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}
	
#clientlogin input.box {
	border: #999999 1px solid;
	width: 88px;
	margin-right: 12px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}

#clientlogin .login-info {
	padding: 16px 0 20px 0;
	left: 540px;
	position: relative;
	float: left;
	}

#clientlogin .login-button {
	padding: 12px 0 20px 0;
	position: relative;
	float: right;
	}
	
	
#leftcol {
	width: 192px;
	float: left;
	margin: 0 0 20px 0;
	}
	
#leftcol .logo {
	padding: 20px 20px 20px 10px;
	margin: 0;
	float: left;
	}
	
#leftcol .sidenav {
	clear: both;
	padding-top: 24px;
	}
	
#leftcol .sidenav ul {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../img/common/nav-div.png) top left no-repeat;
	}
	
#leftcol .sidenav ul li {
	list-style: none;
	margin: 0;
	padding: 13px 0 13px 10px;
	background: url(../img/common/nav-div.png) bottom left no-repeat;
	}
	
#leftcol .sidenav ul li a:link, #leftcol .sidenav ul li a:visited, #leftcol .sidenav ul li a:active {
	color: #AB8334;
	font-size: 16px;
	line-height: 137%;
	text-decoration: none;
	font-weight: bold;
	}
	
#leftcol .sidenav ul li a:hover {
	color: #555;
	}

#rightcol {
	width: 734px;	
	float: right;
	margin: 0 0 40px 0;
	overflow: visible;
	}
	
#rightcol .topbanner {
	padding: 20px 0 0 0;
	}

#rightcol .topnav {
	text-align: right;
	padding-right: 8px;
	margin: 0;
	}
	
#rightcol .topnav img {
	padding-left: 5px;
	}
		
#rightcol .maincontent {
	float: left;
	}
	
#rightcol .maincontenthmpg {
	float: left;
	width: 440px;
	padding-left: 20px;
	}
	
#rightcol h1 {
	font-size: 40px;
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
	color: #666666;
	}

#rightcol h2, #rightcol h3, #rightcol h4, #rightcol h5, #rightcol h6 {
	letter-spacing:-1px;
	color:#AB0633;
}

#rightcol h2 {
	border-bottom:1px solid #CCCCCC;
}
	
#rightcol .intro {
	font-size: 18px;
	line-height: 165%;
	color: #3f3f3f;
	}
	
#rightcol p, #rightcol ul li, #rightcol ol li {
	font-size: 13px;
	line-height: 170%;
	}

#rightcol ul {
	list-style:square;
}
	
#rightcol .promo {
	width: 224px;
	float: right;
	padding-top: 12px;
	}
	
#rightcol .promo img {
	margin: 12px 8px 0 0;
	padding: 0;
	}
	
#footerwrap {
	width: 100%;
	margin: 0 auto;
	background: url(../img/common/footer-bg.jpg) #dcdbad top left repeat-x;
	clear: both;
	}
	
#footerwrap .footer {
	padding: 20px 0;
	width: 950px;
	margin: 0 auto;
	}

#footerwrap .footer p {
	margin: 4px 0 12px 0;
	}

	
#footerwrap .footer .col1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	float: left;
	margin-right: 50px;
	margin-left: 10px;
	}

#footerwrap .footer .col2, #footerwrap .footer .col3, #footerwrap .footer .col4, #footerwrap .footer .col5 {
	font-size: 12px;
	text-align: left;
	color: #000000;
	float: left;
	padding: 0 32px;
	border-left: 1px solid #333;
	}

#footerwrap .footer .footnote {
	font-size: 11px;
	color: #333;
	clear: both;
	padding: 30px 0 0 0;
	}
	
#footerwrap .footer .footnote a {
	color: #555;
	}
	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	color: #666;
	font-family: Arial, sans-serif;
	font-weight: bold;	
	font-size: 30px;
	line-height: 100%;
	text-align: left;
	padding: 0;
	}
