/* CSS Document */


html, body {
	background-color:#DCE8D3;
	text-align: center;
	margin:0;
	height: 100%;
	padding:0;
}

input[type="text"] {
	border:#CCCCCC 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	margin-top:4px;
}
input[type="password"] {
	border:#CCCCCC 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	margin-top:4px;
}
select {
	border:#CCCCCC 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	width:185px;
	margin-top:4px;
}
.bigbtn {
	height:38px;
	
	
	
}
ul {
	margin-left:15px;
	padding:0px;
}




/* -------------------- DROPDOWN NAV --------------------------- */






/* Style for top-menu */
.topMenu {
  width: 100%;
}

/* Style for submenus */
.submenu {
  background-color: #bbd3b2;
  border-width: 0px;
  border-style: solid;
  border-color: #AAAAAA;
  margin-left: 15px;
  padding: 3px 0px 5px 0px;
  text-align:left;
}

/* Style for top items: normal state */
.topItemNormal {
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 2px;
  width: 100%;
  padding: 0px 5px 3px 5px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
  font-weight:normal;
  color:#000000;
  border-bottom:#FFFFFF dotted 1px;
  text-align: right;
}

/* Style for top items: mouseover state */
.topItemOver {
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 2px;
  width: 100%;
  padding: 0px 5px 3px 5px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:15px;
  font-weight:normal;
  color:#fff;
  border-bottom:#FFFFFF dotted 1px;
  text-align: right;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  padding: 3px 15px 7px 15px;
  width: 100%;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  /*background-color: #F8AB47;*/
  padding: 3px 15px 10px 15px;
  width: 100%;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #004C36;
  width: 100%;
  border-bottom:1px #fff dotted;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #fff;
  width: 100%;
  border-bottom:1px #fff dotted;
}




/* -------------------- DROPDOWN NAV END --------------------------- */


.messagebox {
	padding:20px;
	background-color:#FFFFEC;
	border:1px dotted #CCC;
	font-size:12px;
}




#header {
	width: 100%;
	height: 418px;
	background-image:url(../images/bg_top2.jpg);
	background-repeat:repeat-x;
	background-color:#99B49C;
	text-align: center;
}
#middle {
	width: 100%;
	background-color:#FFFFFF;
	vertical-align:text-top;
}
#footer {
	width: 100%;
	height: 83px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	text-align:right;
}

#footer a:link {text-decoration: none; color: #000;font-weight:normal;}
#footer a:visited {text-decoration: none; color: #000;font-weight:normal;}
#footer a:active {text-decoration: none; color: #000;font-weight:normal;}
#footer a:hover {text-decoration: underline; color: #000;font-weight:normal;}

#wrapper {
	text-align:center;
	width: 930px;
}
#container {
	width: 930px;
	text-align: center;
	min-height: 100%;
}
#nav {
	width:220px;
	margin-top:15px;
	text-align:right;
	
}
#nav h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000000;
	border-bottom:#FFFFFF dotted 1px;
	padding-bottom:3px;
	margin-top:-5px;
}

#nav a:link {text-decoration: none; color: #000;font-weight:normal;}
#nav a:visited {text-decoration: none; color: #000;font-weight:normal;}
#nav a:active {text-decoration: none; color: #000;font-weight:normal;}
#nav a:hover {text-decoration: none; color: #fff;font-weight:normal;}

#leftColumn {
	width:240px;
	float:left;
	padding-top:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	
}

#leftColumnNew {
	width:240px;
	float:left;
	padding-top:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	
}
#leftColumn2 {
	width:220px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#004C36;
}

#rightColumn {
	width: 690px;
	float:right;
	margin-top:13px;
	color:#004C36;
	position:inherit;
	/*background-image: url(../images/bg_mainimg.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}
#rightColumn_inside {
	width: 690px;
	float:right;
	margin-top:15px;
	color:#004C36;
	background-color:#FFFFFF;
	text-align: left;
}
#rightColumn_inside h1 {
	font-size:26px;
	font-weight:normal;
	color:#003123;
}
#rightColumn_inside img {
	border-left:#FFFFFF solid 5px;
}
#content {
	width: 660px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-left:10px;
	text-align:left;
	
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	margin-bottom:-8px;
	font-weight:normal;
	color:#000;
}
#copy {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	margin:20px 20px 40px 20px;
	text-align:justify;
	clear:both;
	
}
#copy img {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}
#copy h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#003123;
	text-align:left;
	line-height: 30px;
}
#copy h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:-8px;
	padding-bottom: 6px;
	font-weight:normal;
	font-size:20px;
	line-height: 24px;
	border-bottom:1px #004C36 dotted;
	color:#003123;
	text-align:left;
}

#copy a:link {text-decoration: underline; color: #004C36;font-weight:normal;}
#copy a:visited {text-decoration: underline; color: #004C36;font-weight:normal;}
#copy a:active {text-decoration: underline; color: #004C36;font-weight:normal;}
#copy a:hover {text-decoration: none; color: #004C36;font-weight:normal;}

#copy2 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:13px;
	line-height:20px;
	margin:20px 20px 40px 20px;
	text-align:justify;
	
}
#copy2 img {
	margin-right:15px;
	margin-bottom:15px;
	border:1px #333 solid;
}
#copy2 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:-8px;
	font-weight:normal;
	border-bottom:1px #004C36 dotted;
	/*margin-left:170px;*/
	color:#003123;
	text-align:left;
}

#copy2 a:link {text-decoration: underline; color: #004C36;font-weight:normal;}
#copy2 a:visited {text-decoration: underline; color: #004C36;font-weight:normal;}
#copy2 a:active {text-decoration: underline; color: #004C36;font-weight:normal;}
#copy2 a:hover {text-decoration: none; color: #004C36;font-weight:normal;}


.printer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#004C36;
	line-height:15px;
	text-align:right;
	clear:both;
}


#thread {
	border-bottom:#004C36 1px dotted;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#004C36;
	padding:15px;
	line-height:15px;
}

#thread a:link {text-decoration: underline; color: #004C36;font-weight:normal;}
#thread a:visited {text-decoration: underline; color: #004C36;font-weight:normal;}
#thread a:active {text-decoration: underline; color: #004C36;font-weight:normal;;}
#thread a:hover {text-decoration: none; color: #004C36;font-weight:normal;}


#products {
	text-align:justify;
	margin:0px 20px 40px 20px;
	font-size:11px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
} 

#products a:link {text-decoration: underline; color: #004C36;font-weight:normal;}
#products a:visited {text-decoration: underline; color: #004C36;font-weight:normal;}
#products a:active {text-decoration: underline; color: #004C36;font-weight:normal;}
#products a:hover {text-decoration: none; color: #004C36;font-weight:normal;}

#products td {
	border: 1 dotted #000;
}

#products h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	margin-top: 20px;
	border-bottom:1px #004C36 dotted;
	color:#003123;
	text-align:left;
}

#products h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px #004C36 dotted;
	color:#003123;
	text-align:left;
	font-size: 16px;
}

#products_small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#products img {
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#333;
}

.green	{ color: green; padding: 5px;}
.red	{ color: red; padding: 5px;}
#copy form p img	{ float: none;}
#copy a.next	{ background-color: #E9E9E9; padding: 8px; border: 1px solid #999; color: #000; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: none;}
label.error	{ float: right; color: red;}

.msg { background-image:url(../members/image/flag_16.png); background-repeat:no-repeat; background-position:left; background-color:#FFFFF0; padding:10px 10px 10px 20px; clear:both; margin:20px; border: 1px dotted #CCC;}

.msgbox { background-repeat:no-repeat; background-position:left; background-color:#FFFFF0; padding:10px 10px 10px 10px; clear:both; margin:20px; border: 1px dotted #CCC; margin-top:-20px;}
#msgconfirm { background-image:url(/members/image/flag_16.png); background-repeat:no-repeat; background-position:left; background-color:#FFFFF0; padding:10px 10px 10px 20px; clear:both; margin:20px; border: 1px dotted #CCC;}




/*  new css nav */

#new-nav 	{list-style: none; margin: 0; padding: 0}
#new-nav li	{position: relative; padding-right: 16px;}
#new-nav li a	{text-decoration: none; color: #000; display: block; text-align: right; padding: 4px; cursor: pointer; border-bottom: 1px dotted #ffffff;}
#new-nav a:hover	{color: #fff;}

#new-nav ul 	{display: none; background-color: #BBD3B2; width: 266px; font-size: 12px; position: absolute; left: 100%; top: 0; list-style: none; margin: 0; padding: 4px 8px;}
#new-nav ul li	{padding: 0;}
#new-nav ul li a	{color: #004C36; text-align: left;}

#new-nav li:hover ul 	{display: block;}
