/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	background-color: #DCDDDF;
}
#index{
	width: 1000px;
	background-color: #FFFFFF;
}
.clear{
	clear: both;
}

/* Header CSS Defination */
#header{
	clear: both;
	float: left;
	width: 1000px;
}
#logo{
	float: left;
	height: 97px;
	width: 277px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo a{
	text-indent: -999em;
	display: block;
	height: 97px;
	width: 277px;
}
#logo h1{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#right-banner{
	float: left;
	height: 97px;
	width: 723px;
}
#top-navi{
	clear: both;
	float: left;
	width: 100%;
	background-color: #6A8A95;
}
#top-navi ul{
	padding: 0px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	list-style-type: none;
}
#top-navi li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#top-navi a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.aRborder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#top-navi a:hover,#top navi a:active{
	background-color: #C6851F;
}
#top-navi li ul{
	position: absolute;
	width: 14em;
	left: -999em;
	background-color: #6A8A95;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 3px;
	text-transform: capitalize;
}
#top-navi ol{
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 3px;
}
#top-navi li li a{
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
}
#top-navi li:hover ul, #top-navi li.sfhover ul { left: auto; }

/* main content CSS defination */
#center{
	clear: both;
	float: left;
	width: 1000px;
	background-image: url(color-line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 27px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#left-title{
	background-color: #DFDFE1;
	width: 130px;
	float: left;
	height: 239px;
}
#mid-title{
	float: left;
	height: 239px;
	width: 267px;
}
.mid-INbg{
    background-image: url(index-bn1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#right-title{
	float: left;
	width: 603px;
	height: 239px;
}
#title{
	float: left;
	height: 239px;
	width: 251px;
}
.index-bn2{
	background-image: url(index-bn2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.index-bn3{
	background-image: url(index-bn3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#left-navi{
	float: left;
	width: 135px;
	height: 400px;
	vertical-align: text-bottom;
}
#left-navi-index{
	float: left;
	width: 135px;
	height: 300px;
}
#content{
	float: right;
	width: 865px;
}
.column{
	float: left;
	width: 143px;
	margin-right: 1px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C5D7EB;
	height: 320px;
}
#content h3{
	font-size: 14px;
	margin: 0px;
	padding-bottom: 5px;
	clear: both;
	padding-top: 10px;
}
.liStyle{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.liStyle li{
	background-image: url(disc.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.more{
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#content a:link,#content a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#content a:hover,#content a:active  {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C6851F;
}

/* footer CSS defination */
#footer{
	float: left;
	width: 1000px;
	background-color: #6A8A95;
	color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	margin-bottom: 0px;
}
#footer p{
	font-size: 11px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer a:link,#footer a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover,#footer a:active  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C6851F;
}