/* CSS Document */

body { padding: 0; margin: 0; font: bold 14px Arial, sans-serif; line-height:16px; background: #F0F0F0; color: #454545; }

a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color:#333333;
}
a:active {
	text-decoration: none;
	color:#333333;
}

a img {
	border: none;
}


h1 { font: bold 3em Arial, Sans-Serif; letter-spacing: -1px; margin: 0; color:#FFF; padding:20px 20px 0px 10px;}
h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; color:#CC0000; letter-spacing: -1px; padding:0 0 0 0; }
h3 { margin: 5px; padding: 0; font: bold 16px Verdana, Arial; color:#3399CC; padding:5px 0px 5px 20px;}
h1 a { color: #FFF;  }
h1 a, h2 a, h3 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #BFE1ED;  }

p {	margin: 10px 10px 10px 10px; line-height: 30px; font:16px Verdana, Arial; }

/* Layout */
.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(big_middle.gif) repeat-y;
	color: #454545;
	
}

/* Header */
.header_top { background: #F0F0F0 url(big_top.gif) no-repeat right bottom; color: #FFF; height: 15px; margin-bottom:0px; }
.header_bottom { clear: both; background: #F0F0F0 url(big_bottom.gif) no-repeat right bottom; color: #FFF; height: 15px; margin-top:0px;}
.header {padding:0px 10px 0px 10px;}
.subheader {
	padding: 1px;
	background: #f0f0f0;
	color: #808080;
}

/* Logo */
#logo {
	clear:both;
	padding:10px 20px 10px 10px;
	font:Arial, Helvetica, sans-serif;
}


/* navigation */

    #menu_top {
      float:left;
	  background: #5BB2D1 url(logobg.gif) repeat-x;
      width:100%;
	  height:77px;
      font-size:93%;
      line-height:normal;
	  border-top: 1px solid #137DA2;
	  border-bottom: 1px solid #000;
	  font: bold 11px/1.5em Verdana;
	  
      }
    #menu_top ul {
	  margin:0;
	  padding:0px 10px 0 230px;
	  list-style:none;
      }
    #menu_top li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu_top a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #menu_top a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu_top a span {float:none;}
    /* End IE5-Mac hack */
    #menu_top a:hover span {
      color:#FFF;
      }
    #menu_top a:hover {
      background-position:0% -42px;
      }
    #menu_top a:hover span {
      background-position:100% -42px;
      }
	
	
/* Menu Left */
.left{ 
	float: left; 
	width: 210px; 
	padding: 0px 5px 20px 8px;
}

	.left_side { float: left; width: 210px; padding: 0px 5px 8px 8px; }
	.box_top {
		background: #F0F0F0 url(leftbox_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 210px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		padding: 0 1px 0 2px;
		margin: 0;
		width: 195px;
		color: #595959;
		background: #FFF;
	}
	
	.box_bottom {
		background: #FFF url(leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 12px;
		width: 210px;
		margin: 0 0 0 0px;
	}
	
	.main_box_top {
		background: #F0F0F0 url(mainbox_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 510px;
		margin:0px;
		padding:0px;
	}
	
	.main_box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.main_box {
		border-left: 1px solid #EFEFEF;
		border-right: 1px solid #EFEFEF;
		padding: 0 1px 0 2px;
		margin: 0;
		width: 505px;
		color: #595959;
		background: #FFF;
	}
	
	.main_box_bottom {
		background: #FFF url(mainbox_bottom.gif) no-repeat;
		color: #000;
		height: 12px;
		width: 510px;
		margin: 0 0 0 0px;
	}
	
	
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu_left {
        width: 200px;
        border: 1px solid #ccc;
        margin: 1px;
		font:bold;
        }

#menu_left li a {
        height: 32px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 24px;
        text-decoration: none;
        }

#menu_left li a:link, #menu_left li a:visited {
        color: #888;
        display: block;
        background: url(menu_left.gif);
        padding: 8px 0 0 30px;
        }

#menu_left li a:hover, #menu_left li #current, #menu_left li a:active {
        color: #283A50;
        background: url(menu_left.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }
		


/* Content */
.right {
	float: left;
	width: 530px;
	margin: 0 0 10px 0;
}
.right_side { float: right; width: 510px; margin: 0 10px 0 0; text-align: justify; }

#right_cat{
	width:510px;
	background:#00CC00
}

/* Picshow */
#pic   { margin:0 0 0 0px; padding-bottom:10px !important; }
#pic div.box_xs  { margin:10px; float:left;width:142px; text-align:center; background:#FFF;  }
#pic li.box_xs_t { background:url(box_xs_t.gif) no-repeat left top; margin-bottom:-13px; }
#pic li.box_xs_c { border-left:1px solid #66CCFF; border-right:1px solid #66CCFF; height:95px; }
#pic li.box_xs_c2{ border-left:1px solid #84B0C7; border-right:1px solid #84B0C7; height:24px; margin-top:-3px; }
#pic li.box_xs_b { background:url(box_xs_b.gif) no-repeat left bottom; margin-top:-14px; }

.faq { 
	width:680px;
	padding: 20px 20px 0 40px; 
	margin-bottom: 20px; 
}

.contact {
	font: normal 14px Verdana;
	width:600px;
	padding:10px 10px 20px 120px;
}

/* Page */
#page {
	width:90%;
	text-align:right;
	font:12px Verdana, Arial;
	padding:5px 10px 0 5px;
}
/* footer */

.footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 
