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

body, html {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Tahoma, Helvetica;
	background-color:#ECFFE8;
	background-image:url(../img/bg.png);
	background-repeat:repeat;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	text-shadow:-1px -1px #E0E5EF;
	color:#82A8CE;
	font-size:14px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.error_txt {
	color:red;
	font-weight:bold;
}

.happy_txt {
	color:green;
	font-weight:bold;
}

li {
	font-family:Tahoma, Geneva, sans-serif;
	text-shadow:-1px -1px #E0E5EF;
	color:#3B3E49;
	font-size:14px;
}

hr {
	padding:0px;
	margin:5px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:4px;
	margin-bottom:8px;
	padding:0px;
	color:#3B3E49;
	text-shadow:-1px -1px #E0E5EF;
	font-family:sans-serif, Geneva, Verdana;
}

h1 { font-size:28px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:15px; }
h6 { font-size:14px; }

#page_title {
	font-size:30px;
}

.img_right {
	float:right;
	padding:8px;
}
.img_left {
	float:left;
	padding:8px;
}

.last_mod {
	float:right;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}

a:link, a:visited {
	color:#3399CC;
	text-decoration:underline;
	text-shadow:none;
}

#container {
	width:1022px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border-left:1px solid #55DFFF;
	border-right:1px solid #55DFFF;
	border-bottom:1px solid #55DFFF;
	border-top:none;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#menu_div {
	width:100%;
	height:30px;
	background-color:#000000;
	background-image:url(../img/menu_back.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.menu_rule {
	width:2px;
	padding:0px;
	background-image:url(../img/menu_rule.png);
}

.menu_td:hover {
	background-image:url(../img/menu_hover.png);
}

#head_div {
	width:100%;
	height:100px;
	background-color:#CFF;
	background-image:url(../img/head_back.jpg);
	background-position:left top;
}

#search_div {
	float:right;
	height:60px;
	padding-top:40px;	
	padding-right:10px;
}

#search_box {
	width:150px;
}

#logo_area {
    float: left;
    text-align: center;
    width: 200px;
}

#logo_img {
	margin-top:20px;
}

#slogan_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#submenu_div {
	width:100%;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#477A45;
	background-image:url(../img/submenu_back.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

#submenu_wrap {
	width:1000px;
	height:30px;
	position:absolute;
}

#submenu_mid {
	height:30px;
	width:990px;
}

#submenu_right {
	width:5px;
	height:30px;
	float:right;
	background-image:url(../img/submenu_right.jpg);
	background-repeat:no-repeat;
}

#submenu_left {
	width:5px;
	height:30px;
	float:left;
	background-image:url(../img/submenu_left.jpg);
	background-repeat:no-repeat;
}

.submenu_rule {
	width:2px;
	height:30px;
	background-image:url(../img/submenu_rule.png);
	background-repeat:no-repeat;
	float:left;
}

.submenu_cell {
	width:108px;
	overflow:visible;
	display:inline-block;
	float:left;
	z-index:98;
}

.submenu_cell:hover {
	background-image:url(../img/menu_hover.png);
}

.drop_box {
	height:20px;
	width:98px;
	overflow:hidden;
	text-align:center;
	float:left;
	position:relative;
	top:0px;
	left:-1px;
	z-index:99;
	padding:5px;
}

.drop_box:hover {
	height:100%;
	overflow:visible;
	background-color:#70D257;
	border:1px solid green;
	border-top:none;
	z-index:99;
}


.empty_drop_box {
	height:20px;
	width:96px;
	overflow:hidden;
	text-align:center;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	z-index:99;
	padding:5px;
}

#filler_div {
	width:100%;
	height:100px;
	background-image:url(../img/topfill_back.jpg);
	background-position:left top;
}

#main_div {
	width:740px;
	float:left;
}

#maintop_div {
	width:740px;
	height:5px;
	background-image:url(../img/main_top.png);
	background-repeat:no-repeat;
}

#mainmid_div {
	width:720px;
	padding:10px;
	background-image:url(../img/main_back.png);
	background-repeat:repeat-y;
}

#mainbot_div {
	width:740px;
	height:5px;
	background-image:url(../img/main_bottom.png);
	background-repeat:no-repeat;
}

#side_div {
	width:250px;
	float:right;
	margin-left:10px;
}

#footer_div {
	width:1000px;
	height:30px;
	margin-bottom:10px;
	background-color:#2A9FFF;
	background-image:url(../img/footer_back.jpg);
	background-repeat:repeat-x;
}

#footer_right {
	width:5px;
	height:30px;
	float:right;
	background-image:url(../img/footer_right.jpg);
	background-repeat:no-repeat;
}

#footer_left {
	width:5px;
	height:30px;
	float:left;
	background-image:url(../img/footer_left.jpg);
	background-repeat:no-repeat;
}

#footer_mid {
	height:30px;
	width:990px;
}

#bottom_txt {
	font-size:12px;
}

.foot_notice {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	color:#333366;
}

a.foot_link:link, a.foot_link:visited {
	color:#55DFFF;
}

a.menu_nav:link, a.menu_nav:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#99CCFF;
	text-decoration:none;
	text-shadow:-1px -1px #003366;
}

a.menu_nav:hover {
	text-decoration:none;
}

a.submenu_nav:link, a.submenu_nav:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CCFF99;
	text-decoration:none;
	text-shadow:-1px -1px #00CC00;
}

a.submenu_nav:hover {
	text-decoration:none;
}

a.submenu_item:link, a.submenu_item:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:green;
	text-decoration:none;
	text-shadow:-1px -1px #00CC00;
	display:block;
}

a.submenu_item:hover {
	background-color:#93DF80;
}

.text-quote {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding:8px;
    border-left:2px solid #181818;
	color:gray;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}