/* CSS Document */
html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525151;
	font-weight:normal;
	line-height:24px;
	background:url(../images/body-repeat.gif) repeat top;
}
h1, h2, h3, h4, h5, h6, form, label, input, legend, textarea, select, ul, ol, li, dl, dt, dd, p, div {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
p {
	text-align:left;
	margin-bottom:4px;
}
h2 {
	font:bold 18px arial;
	color:#a0890e;
	padding: 5px 0 5px 5px;
	border-bottom::1px dashed #000;
	
}
h3 {	
	font:bold 16px verdana;
	color:#fff;
     padding: 8px 0 7px 25px;
}
h4{
	font:bold 16px tahoma;
	color:#d81918;
	padding: 5px 0 5px 10px;
	margin-bottom:5px;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
a {
	color:#2592ca;
	text-decoration:none;
}
a:hover {
	color:#1c6391;
	text-decoration:none;
}
#page-wrapper {
	width:980px;
	margin:0 auto;
}
.page-bound {
	width:980px;
	float:left;
	padding:0;
	margin:0px;
	background-color:#FFFFFF;
}
#top{
width:980px;
float:left;
height:59px;
padding:0px;
background:url(../images/top-repeat.gif) top left repeat-x;
}
.logo{
float:left;
padding:5px 0px 7px 10px;
}

.nav{
width:920px;
height:21px;
float:left;
padding:5px 30px 5px 30px;
background:url(../images/navigation.gif) top left repeat-x;

}
.nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.nav ul li {
	float:left;
	padding:0 1px 0 0px;
	background:url(../images/devider.gif) top right no-repeat;
}
.nav ul li.last {
background:none;}

.nav ul li a {
     font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	float:left;
	padding:2px 26px 0px 26px;
	text-decoration:none;
}

.nav ul li a:hover{
color:#0a0911;
text-decoration:underline;
}
#header{
float:left;
width:980px;
height:218px;
padding:0px;
}

.inner-bound{
float:left;
width:972px;
padding:5px 4px 15px 4px;
background:#fff;
position:relative;
}
#left-panal{
float:left;
width:739px;
padding:5px 5px 10px 7px;
}
#right-menu{
width:216px;
position:relative;
float:right;
padding:5px 0px 0px 0px;
}
.right-curve{
width:216px;
height:42px;
padding:0px;
background:url(../images/left-top.jpg) top left no-repeat;
}

.right-repeat{
padding:0 0px 0 0px;
width:214px;
float:left;
border:1px solid #a4993e;
}
.right-repeat ul{
list-style:none;
margin: 0;
padding: 0;
}
.right-repeat ul li{
position:relative;
padding:5px 0px 5px 18px;
border-bottom:1px dashed #d5d0ca;
}
.right-repeat ul li a{
font: normal 13px Verdana;
color:#154259;
width:198px;
line-height:24px;
padding:4px 0px 5px 12px;
text-decoration:none;
background:url(../images/point.gif) left no-repeat;
}
.right-repeat li a:hover{
color: #5d8f0a;
text-decoration:none;
}

#footer{
float:left;
width:952px;
border-top:2px solid #606805;
padding:16px 14px 14px 14px;
background-color:#aeb322;
}
#footer a{
color:#666;

}
#footer a:hover{
color:#606805;
text-decoration:none;
}










