/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {border:1;margin:0}
.fleft {float:left}
.fright {float:right}
.fclear {clear:both}
img {border:0}
a {color:#711419;text-decoration:none}
a:hover {text-decoration:underline;color:#000}
body {font:12px Arial,Helvetica,sans-serif;color:#000;background:#BCBCBC;line-height:20px}
#top {font:Arial, Helvetica, sans-serif, bold; color:#000; line-height:30px; font-size:18px; font-style:italic;}
#bg {width:1027px;margin:0 auto;background:url(images/bg.gif) repeat-y}
#main {width:999px;margin:0 auto;background:#fff; top no-repeat #fff}
.inner_copy {border:0;color:#f00;float:left;width:50% !important;margin:-100% 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:11px}
#bot {background: bottom no-repeat;padding:10px 10px 0 10px;width:979px}
#header {width:979px;padding:0;height:302px}
#logo {font-family:Georgia, "Times New Roman", Times, serif;color:#000;font-style:italic;font-weight:bold;font-size:18px;padding:57px 0 0 678px}
#logo H1 {font-family:Georgia, "Times New Roman", Times, serif;color:#000;font-style:italic;font-weight:bold;font-size:18px}
#logo H2 {font-family:Georgia, "Times New Roman", Times, serif;color:#000;font-style:italic;font-weight:bold;font-size:14px}
#buttons {width:979px;height:48px;background:url(images/menu.png) left top no-repeat;text-align:center}
#buttons ul {padding-left:0;margin:0}
#buttons li {display:inline}
#buttons a {font-family:Georgia, Arial,Helvetica,sans-serif;font-size:15px;font-weight:normal;display:block;float:left;width:120px;height:35px;text-decoration:none;color:#fff;padding-top:13px;margin-left:0px;text-align:center}
#buttons a:hover {text-decoration:underline;background:url(images/bg_but.jpg) 0 2px repeat-x}
#content {width:977px;padding:0; margin:25px 1px 0 1px; }
#conttop {background:url(images/cont_top.gif) 0 0 no-repeat;width:977px;height:8px;margin:250px 1px 0 1px}
#contbot {background:url(images/cont_bot.gif) 0 bottom no-repeat;width:977px;height:8px; margin-left:20px; margin-top:20px;}
#razd {background:url(images/razd.gif) 720px repeat-y;width:952px;min-height:602px;padding:0 14px 0 12px}
#left {width:680px;padding:0;margin:0;float:left}

.text {padding:8px 0 0 0; font-family:Arial, Helvetica, sans-serif; font-size:14px; background-image:images/bck.png;}
.img {float:left;margin:10px 12px 5px 0}
.img_l {margin:15px 0 0 19px}
span {color:#fff;font-weight:bold}
.red {color:#8A0000}
.col_l {float:left;width:200px}
.col_r {float:right;width:210px;margin-right:20px}
.img_b {float:none}
H1 {font-family:Georgia, Arial,Helvetica,sans-serif;font-size:18px;font-weight:normal;padding-bottom:5px;padding-left:0;background:url(images/tit_bg.gif) bottom repeat-x}
.read {text-align:right;padding-right:0;padding-top:8px}
.view {text-align:right;padding-right:0;padding-top:5px}
#right {float:right;width:222px;background:url(images/right_bg.gif) left repeat-y;padding-right:-600;margin-left:50px}
#center ul {list-style:none;padding-left:0;padding-top:10px;margin:0;display:block;padding-bottom:0}
#center li {padding-top:5px;background:url(images/fish_cent.png) 0 12px no-repeat;padding-left:32px}
#footer {height:40px;width:969px;font-size:10px;color:#A8270F;padding-top:8px;text-align:center;clear:both;padding:15px 5px 15px 5px; margin-left:20px;}
#footer a {color:#000;font-size:10px;text-decoration:none}
#footer a:hover {color:#000;font-size:10px;text-decoration:underline}

ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
	width:118px;
	
}
/*Link Appearance*/

/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    
}
ul#menu li:hover ul.sub-menu {
    display:block;
	background-color:#993300;
	margin-top:10px;
	width:150px;
}