/* CSS Document */
 html .container {
    overflow: scroll;  
    /*overflow-y: scroll;  
    overflow-x: hidden;  
    overflow:-moz-scrollbars-vertical; */

}
 body {
	margin: 0 auto;
	padding-left: 1px;
	border: 0px;
	background: url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
#wrapper {
	margin: 0px;
    margin: 0 auto;
	padding: 0px;
	border: 0px;
	width: 842px;
    background:  url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
}
#header {
    margin: 0 auto;
	margin-top: 0;
	background: url('../images/main-img2.jpg') no-repeat center;
	height: 441px;
	width: 842px;
	border: 0px solid red;	
}
#header #navwrap
{
	clear: both;
	float: left;
	margin-top: 150px;
}
#header #logo
{
	float: left; 
    margin-top: 19px;
    padding-left: 3px;
	width: 221px;
	height: 114px;
	border: 0px solid black;
} 
#logoimg 
{
	border: none;
}
#left-box {
	float: left;
	background-color: #F18E05;
	width: 220px;
	height: 306px;
	padding-bottom: 0px;
	margin-top: 13px;
	border: 0px solid black;
	clear: both;
	}
#left-box	p {
	margin: 40px 0 10px 10px;
	left: 10px;
	bottom: -252px;
	font-size: 13px;
	color: #000;
		
}
#container {
    margin: 0 auto;
	margin-top: 0;
	width: 842px;
	background:  url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
    padding-bottom: 0;
    clear: both;
	border: 0px solid black
}
#footer {
    background:  url('../images/content-img2.gif') repeat-y center rgb(233,233,233);
	position: relative;
	width: 842px;
	height: 20px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #ccc;
	z-index: 100;
}
#horiz-btn-outer{
	float: right;
	width: 614px;
	margin: 13px 0 0 0;
	padding: 0px;
	list-style: none;
	voice-family: "\"}\""; 
    voice-family: inherit;
    border:0px solid green;
	
}	
	/* Teaser bar module */
	
.imageBar
{
    float: right;
    top: 0;
	left: 0;
    right: 0;
    margin: 0 0 0 0;
    padding: 0;
    height: 85px;
	width: 615px;
    display: block;
	border: 0px solid blue;
	
}

.imageBar li
{
    float: right;
    top: 0;  
    padding: 0;
    width: 106px;
    height: 65px;
    display: block;
	font-size: 10px;
}

.imageBar img
{
    display: inline;
	border: none;
}

.imageBar span
{
    display: inline;
    margin-top: 5px;
    padding-left: 8px;
    background: url('../images/arrow-img.gif') no-repeat left 3px;
    font-size: 10px
}

.imageBar li a 
{
    text-decoration: none;
    display: inline;
	color: #000;
}
.imageBar li a:hover span
{
	color: #000;
}
.imageBar .display {
    margin-left: 13px;
}

#maincontent {
margin-left: 12px;
width: 600px;
float: left;
text-align: left;
font-size: 10pt;
font-family: Arial, helvettica, sans-serif;
}

#maincontent h1 {
	color: #565555;
	font-size: 14pt;
	font-weight: bold;
}

#maincontent h2 {
	color: #565555;
	font-size: 12pt;
	font-weight: bold;
}
.bannerpadding{
	padding-right: 20px;
}