@charset "UTF-8";
/* General settings */
HTML    { width:100%; height:100%; background:#C6D5CE url(/images/bg.jpg) repeat-x scroll; }
body    { margin:0; font-family:Helvetica, Verdana; font-size:12px; color:#333; }

a       { color:#00693E; text-decoration:none; }
a:hover { text-decoration:underline; }

img     { border:none; }
.clear  { clear:both; }
/*  Layout */
.wrap   { width:950px; margin:0 auto; background-color:#FFF; -moz-border-radius:0 0 7px 7px; -webkit-border-radius:0 0 7px 7px; box-shadow:3px 3px 4px #999; -webkit-box-shadow:3px 3px 4px #999; -moz-box-shadow:3px 3px 4px #999;  }
.PMhead { height:197px; background:url(/images/head-bg.jpg) top no-repeat; }
.PMmain { width:100%; background:#EEE; }


/* Header */
.top-head { height:46px; background:url(/images/top-bg.png); }
.top-text { padding:9px 0 0 7px; font-size:11px; color:#006633; }
.btf      { width:26px; height:18px; position:absolute; top:18px; margin-left:-30px; }
.welcome  { float:right; margin:0 40px 0  0; font-size:13px; color:#006633;}
.logo     { height:109px; margin-left:10px; }

/* Navigation */
.PMnav    { width:100%; height:25px; float:right; background:url(/images/bgmenu.jpg) repeat-x; }

.bmn_hnav { height:25px; }
.bmn_hnav ul { float:right; margin:8px 0; padding:0; list-style:none; }
.bmn_hnav ul li { float:left; margin-left:1px; }
.bmn_hnav ul li a { padding:7px 10px 3px 10px; -moz-border-radius:7px 7px 0 0; -webkit-border-radius:7px 7px 0 0; text-decoration:none; color:#333; background:transparent; border:1px solid #999; border-bottom:none; }
.bmn_hnav ul li a:hover { background:#72A28A; color:#FFF; }

li.bmn_active { -moz-border-radius:7px 7px 0 0; -webkit-border-radius:7px 7px 0 0;  background:#72A28A !important; }
li.bmn_active a { color:#FFF !important; }

/* Sub-Nav */
.PMsnav      { width:950px; height:20px; background:#72A28A; }

.bmn_hsubnav ul { float:right; padding:0; list-style:none; }
.bmn_hsubnav ul li { float:left; padding:5px 10px 3px 10px; }
.bmn_hsubnav ul li a { color:#002F1B; font-size:11px; }

/* Main */
.content  	{ width:710px; float:left; margin:15px 0 10px 0; padding:0 20px 5px 19px; display:block; line-height:18px; border-right:1px dotted #DDD; }
.banners 	{ width:200px; float:left; margin:0; padding:10px auto 15px auto; display:block; }

#item { width:700px; margin-top:10px; float:left; padding:15px 0 15px 0; border-top:1px solid #777; }
#thumb { width:100px; float:left; }
#descriptionRe { width:580px; float:left; margin-left:15px; }
#descriptionR { width:680px; float:left; margin-left:15px; }

/* Widgets */
.bmw_pageContent { line-height:19px; }
/*headline*/
h2.bmw_headline  { font-size:20px; color:#00693E; }
/*link*/
.bmw_links  { margin-top:10px; }
.bmw_link   { line-height:18px; }
.bmw_link a { color:#00693E; text-decoration:none; }
.bmw_link a:hover { text-decoration:underline; }

/* publish */
.bmw_pubdate,
.bmw_modified { font-size:10px; }

/* Footer */
.footer { margin:10px 0; padding:10px; font-size:10px; text-align:center; }
