@charset "utf-8";

/* CSS Document */



* { margin:0; padding:0; border:0;}

a { text-decoration:none;}



@font-face {

	font-family: 'Arial Narrow';

	src: url('Arial.ttf') format('truetype');

}



h1 { font: normal 24px Arial, Helvetica, sans-serif; margin-bottom:10px;}

h2 { font: normal 18px 'Arial Narrow', Arial, sans-serif; margin:20px 0 10px; color: #fff; }

p { font: normal 14px/22px 'Arial Narrow', Arial, sans-serif; }



body { background:#c9c8A1; font: normal 14px/22px 'Arial Narrow', Arial, sans-serif; color: #5B5A35; }



.wrap { width:950px; height:auto; margin:63px auto 0;}



/**** MAIN CONTAINER ****/

.nav { width:100%; height:47px; float:left; font-size:18px;}

.logo { background:url(../../../images/logo.jpg) center no-repeat; width:100%; height:43px; float:left; padding:18px 0;}

.content { width:100%; height:auto; float:left; margin:10px 0;}

	.leftpanel { width:525px; height:auto; float:left; padding-right:40px;}

	.rightpanel { width:367px; height:auto; float:left; }

.footer { width:100%; height:auto; float:left; padding:8px 0; border-top:2px solid #1c5029; text-align:center;}





/**** NAV styles ****/

.nav li { list-style:none; display:block; float:left; text-align:center; width:135px;}

.nav li div { background:#1c5029 url(../../../images/linkdiamond.jpg) center no-repeat; width:100%; height:10px; padding:6px 0; float:left;}





/**** LEFTPANEL styles ****/

.leftpanel p { padding-bottom:15px;}

.leftpanel p img { vertical-align:top;}





/**** RIGHTPANEL styles ****/

.rightpanel ul { margin:15px 0 15px 30px;}

/*.rightpanel p span { color:#fff;}*/

.rightpanel p a { font-size:18px; color:#fff;}

.rightpanel p .title { font-size:18px;}





/****TABLE styles ****/

table th { background:#5b5a35; color:#fff;}

table td { padding:4px 0;}





/**** LINKS styles ****/

/*.nav a { padding:0 47px;}*/

.nav a:link, .nav a:visited { color:#fff;}

.nav a:hover, .nav a:active, .active { color:#1c5029;}



.rightpanel p a:hover { text-decoration:underline;}





/**** IMG styles ****/

p img.img { padding:0 19px;}







