/*=== Setup 
*{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    width: 543px;
    height: 118px;
}===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #333333;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 15px
}
a{
	color: #333333;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #cccccc 1px solid;
	color: #333333;
	font-size: 12px;
	padding: 3px 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .5em
}
h3{
	color: #3b6882;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em
}
p{
	line-height: 1.5em;
	padding: 0 0 .75em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 999px
}
/*=== Header ===*/
#header{
	height: 48px
}
#header .content{
	float: right;
	width: 750px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 169px
}
#header h1 a{
	display: block;
	height: 47px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: left;
	font-size: 13px;
	height: 19px;
	padding: 13px 0 0;
	text-transform: uppercase
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 19px
}
.nav1 li.last{
	background: none
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 18px;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	text-decoration: underline
}
/*- Nav2 -*/
.nav2 ul{
	font-size: 12px;
	margin: 0 0 5px
}
.nav2 li{
	border-bottom: 1px solid #e1e1e1
}
.nav2 li a{
	background: url(../images/nav2-ico.gif) no-repeat 0 6px;
	color: #333333;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 20px;
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #005800;
	text-decoration: underline
}

.navexi
{
    border-width: 1px;
    border-color: #e1e1e1;
    background-position: 0;
    border-bottom-style: solid;
}
/*=== All Columns ===*/
#columns
{
    height: 1%;
	margin: 17px 0 0;
	padding: 0 0 10px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 220px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 760px
}
/*=== Two Column MAster Columns ===*/
#twocolleft{
	float: left;
	width: 530px
}
#twocolright{
	float: right;
	width: 220px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 290px
}
.col2{
	float: right;
	width: 450px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 15px
}
.box .top{
	background: url(../images/box-top.gif) repeat-x top;
	border: 1px solid #d5d4cf;
	border-bottom: 0;
	clear: both;
	height: 25px;
	overflow: hidden;
	padding: 0 8px
}
.box .topgreen{
	background: url(../images/box-top2.gif) repeat-x top;
	border: 1px solid #d5d4cf;
	color: #ffffff;
	border-bottom: 0;
	clear: both;
	height: 25px;
	overflow: hidden;
	padding: 3px 8px
}
.box .top h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	margin: 0
}
#leftcol .box .top h2{
	font-size: 15px
}
.box .content{
/*-	background: url(../images/box-bgr.gif) #ffffff repeat-x bottom;-*/
	border: 1px solid #d5d4cf;
	height: 1%;
	padding: 7px 8px
}
/*- Box 'Title' -*/
.box.title .top{
 background: url(../images/box-top2.gif) repeat-x top;
}

.box.title .top h2{
color: #ffffff
}
.box.title .content{
	background: url(../images/title1.jpg) no-repeat left top;
	
	height: 234px;
	vertical-align:top;
	padding: 15px 255px 0 15px;
	color: #333333;
	font-size: 18px
}
/*- Box 'Services' -*/
.box.services .top{
	background: url(../images/box-top3.gif) no-repeat left top;
	border: 0;
	padding: 0 0 0 23px
}
.box.services .top h2{
	color: #ffffff
}
.box.services ul{
	margin: 0 0 12px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	background: url(../images/ico-news.gif) no-repeat 0 0;
	height: 1%;
	margin: 0 0 15px;
	padding: 3px 0 7px 30px
}
.list1 li a, .list2 li a{
	text-decoration: none
}
.list1 li a:hover, .list2 li a:hover{
	color: #015e02;
	text-decoration: underline
}
/*- List2 -*/
.list2 li{
	background: url(../images/ico-forms.gif) no-repeat 0 0;
	display: table;
	height: 1%;
	margin: 0 0 10px;
	padding: 3px 0 7px 30px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	float: right;
	height: 29px;
	padding: 10px 0 0
}
.search input{
	float: left;
	width: 200px
}
.search input.btn{
	margin: -2px 0 0 5px;
	width: auto
}
/*- Form1 Setup -*/
.form1 a{
	text-decoration: none
}
.form1 a:hover{
	color: #005800
}
.form1 div{
	margin: 0 0 7px
}
.form1 label{
	display: block;
	margin: 3px 0 2px
}
.form1 input{
	width: 190px
}
/* Form1 Buttons */
.form1 .submit{
	margin: 2px 0 0;
	padding: 0 2px 0 0
}
.form1 input.btn{
	width: auto
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	border: 1px solid #cccccc;
	display: block
}
.pic.fl img{
	margin-right: 10px
}
/*=== Footer ===*/
#footer{
	border-top: 1px dotted #999999;
	color: #000000;
	height: 1%
}
#footer a{
	text-decoration: none
}
#footer a:hover{
	color: #005800
}
/*- Footer Columns -*/
#footer .col{
	float: left;
	padding: 13px 45px 0 0
}
#footer .col a{
	color: #666666
}
#footer .col a:hover{
	color: #005800;
	text-decoration: underline
}
#footer .col ul{
	margin: 0 0 1em
}
/*- Copyright -*/
.copyr{
	border-left: 1px dotted #999999;
	float: right;
	height: 105px;
	padding: 13px 0 0 35px;
	width: 260px
}
/*=== Misc. ===*/
.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
}

.leftarrow {
	padding-bottom:5px;
	padding-top:3px;	
	padding-left:20px;
	background-image: url(/images/Leftarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
