@charset "UTF-8";
/* CSS Document */

body{
	background:#A79A7F url(../images/bg_pattern.gif)  repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-top:18px;
}
h2{
	color:#333300;
	text-transform:uppercase;
}
p{
	font-family:Arial, Helvetica, sans-serif;
}

#wrap{
	width:100%;
	
}
#content{
	margin-left:auto;
	margin-right:auto;
	width:714px;
	height:390px;
	border-bottom:solid 6px #5E573A;
	
}
#left{
	width:204px;
	height:390px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#FAFBEC;
	background-image:url(../images/top_bg_01.gif);
	background-repeat:no-repeat;
	
}
#left2{
	width:375px;
	height:390px;
	float:left;
	margin:0px;
	background-color:#FAFBEC;
	background-image:url(../images/top_bg_01c.gif);
	background-repeat:no-repeat;
	
}
#left .logo{
	margin-top:60px;
	padding:15px 0px 15px 30px;
}
#left .nkba{
	padding:30px 0px 5px 25px;
}
#left p{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#5E573A;
	text-align:center;
}
#right{
	width:510px;
	height:390px;
	margin:0px;
	float:right;
	background-color:#FAFBEC;
	background-image:url(../images/top_bg_02a.gif);
	background-repeat:no-repeat;
}
#right table{
	margin:32px 0px 0px 40px;
}
#right2{
	width:510px;
	height:390px;
	margin:0px;
	float:right;
	background-color:#D0CCB4;
	background-image:url(../images/top_bg_02b.gif);
	background-repeat:no-repeat;
}
#right2 h2{
	margin:40px 0px 0px 20px;
}
#rightbody{
	margin:20px;
	width:460px;
	height:290px;
	display:block;
	overflow: auto;  
}
#right2 p{
	line-height:16px;
	padding-right:10px;
}
#right3{
	width:357px;
	height:390px;
	margin:0px;
	float:right;
	background:url(../images/top_bg_02c.gif) no-repeat #FAFBEC;
}
#right3 table{
	margin:70px 0px 0px 0px;
}
#right3 img{
	padding:2px;
}
#footer{
	width:714px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

.chromestyle{
	width:714px;
	margin-left:auto;
	margin-right:auto;
}

/*Navigation Tabs on Bottom*/

#sddm{
	width:714px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	z-index: 30;
}
#sddm ul{
	margin:0px 0px 0px 25px;
	padding:0px;
}
#sddm li, #sddm li.drop{	
	width:126px;
	background-image:url(../images/bg_menu.gif);
	list-style:none;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#5E573A;
	text-align:center;
	float:left;
}

#sddm li{
	list-style:none;
	width:126px;
	float:left;
	margin:0px 2px 0px 2px;
}
#sddm li img{
	border:0px;
}
/*#sddm li{	
	width:130px;
	min-height:38px;
	background-image:url(../images/bg_menu.gif);
	list-style:none;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#5E573A;
	vertical-align:text-bottom;
	text-align:center;
	margin:0px 2px 0px 2px;
	padding:3px 0px 0px 0px;
	float:left;
}
#sddm li.drop{	
	width:130px;
	min-height:38px;
	background-image:url(../images/bg_menu.gif);
	list-style:none;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#5E573A;
	text-align:center;
	margin:0px 2px 10px 2px;
	padding-top:3px;
	float:left;
}
*/


#sddm li a{
	text-decoration:none;
	color:#5E573A;
	display: block;
}

#sddm li a:hover{
	text-decoration:none;
	color:#FFF;
	background:#CBCB98;
}
/* ######### Style for Drop Down Menu ######### */
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:bottom no-repeat #CBCB98  url(../images/bg_menu_hover.gif);
	width: 126px;
	height:auto;
	text-transform:capitalize;
	text-indent:2px;
}

#sddm div a{
	position: relative;
	display: block;
	padding: 2px 5px 2px 2px;
	margin-bottom:2px;
	line-height:16px;
	width: auto;
	text-align: center;
	color: #5E573A;
}

#sddm div a:hover{
	background-color: #999966;
}