html
{
overflow-y:scroll;    
}

*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #111111;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 20px;
}
a{
	color: #3481b8;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}

input,textarea{
	background: url(../images/input-bgr.gif) top repeat-x;
	border: #d7d7d7 1px solid;
	font-size: 11px;
	padding: 2px 5px;
}

select
    {
	background: url(../images/input-bgr.gif) top repeat-x;
	border: #d7d7d7 1px solid;
	font-size: 11px;
    padding: 1px;	
	
}
li{
	list-style: none
}
h2{
	font: 2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em;

}
h3{
	font: 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 1em;
	font-weight:bold;
}
h4{
	font-size: 1em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
#page{
	margin: 0 auto;
	width: 960px
}
#header{
	height: 85px
}
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 190px
}
#header h1 a{
	display: block;
	height: 85px;
	text-decoration: none
}
.contact-info{
	float: right;
	padding: 55px 0 0;
	text-align: right
}
.contact-info li{
	display: inline;
	padding: 0 0 0 15px
}
.nav1{
	background: url(../images/nav1-bgr.gif) top no-repeat;
	height: 80px;
	padding: 0 0 0 25px
}
.nav1 ul{
	float: right;
	font-size: 15px
}
.nav1 li{
	float: left;
	line-height: 56px;
	padding: 0 18px
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 8px;
	text-decoration: none
}
.nav1 li a span{
	display: block;
	float: left;
	height: 56px;
	padding: 0 8px 0 0
}
.nav1 li a:hover, .nav1 li.active a{
	background: url(../images/nav1-hover.gif) left no-repeat;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none
}
.nav1 li.active a span, .nav1 li a:hover span{
	background: url(../images/nav1-hover.gif) right no-repeat
}
#columns{
	height: 1%;
	padding: 30px 0 15px;
}
#leftcol{
	float: left;
	width: 225px
}
#centercol{
	float: right;
	width: 630px
}
.col1{
	float: left;
	margin: 0 0 -50px;
	width: 410px
}
.col2{
	float: right;
	width: 187px
}
.widget-list li{
	margin: 0 0 1.8em
}
.widget-list h3{
	margin: 0 0 .3em
}
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}

.search{
	float: left;
	height: 20px;
	padding: 18px 0 0
}
.search input{
	float: left;
	width: 150px
}
.search input.btn{
	margin: 0 0 0 5px;
	width: auto
}
.form1{
	margin: 0 0 2em
}
.form1 div{
	margin: 0 0 18px
}
.form1 input{
	width: 175px
}
.form1 .submit{
	margin: 20px 0 0;
	height: 33px
}
.form1 .btn-login,
.form1 .btn-send{
	background: url(../images/btn-login.gif) top no-repeat;
	border: 0;
	height: 33px;
	font-size: 1px;
	color: #2abccd;
	text-align: left;
	width: 94px;
}
.form1 .btn-login:hover{
	background: url(../images/btn-login-.gif) top no-repeat;
	cursor: pointer;
	color: #278dcc;
}
.form1 .btn-send{
	background: url(../images/btn-send.gif) top no-repeat;
	cursor: pointer;
}
.form1 .btn-send:hover{
	background: url(../images/btn-send-.gif) top no-repeat;
	cursor: pointer;
	color: #278dcc;
}
.btn-more{
	padding: .5em 0 0
}
.btn-more a{
	color: #111111;
	font-weight: bold;
	height: 1%
}
table{
	border-collapse: collapse;
	width: 100%
}
.tabs1 td{
	padding: 0 40px 35px 0;
	vertical-align: top;
	width: 35%
}
#footer{
	background: url(../images/footer-bgr.gif) top no-repeat;
	color: #898989;
	height: 30px;
	padding: 10px 0 0
}
#footer a{
	color: #898989
}
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

div.scroll {
    height: 200px;
    width: 615px;
    overflow: auto;
    border: 0px solid #666;
    background-color: white;
    padding: 8px;
}


