@charset "utf-8";
/* the Main Menu */
body {
	background:#283d42 url('../imagesV2/bodyBgStrip.png') repeat-x;
}
/* these are from the framework */
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.grid_3, .grid_4 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.container_12 .grid_4 {
	width: 300px;
}
.container_12 .grid_3 {
	width: 220px;
}
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearleft{
	clear: left;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;

}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
/* end of CSS from framework 960 */
#header {
margin-bottom:20px;
}
#menu {
	font-family: 'Arial Unicode MS', 微软雅黑, 微軟雅黑, 黑体, 黑體, SimHei, sans-serif;
	font-weight: normal;
	background-image:url('../imagesV2/mainMenuBgStrip.png');
	background-repeat:repeat-x;
	/*padding: 0 0 0 10px;*/
	list-style-type: none;
	font-size: 20px;
	height: 60px;
	word-spacing:0;
	 /* height of div */
	/*border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;*/
	
}

#menu ul {
	vertical-align:middle;
	margin:0;
	list-style:none;
}

#menu #topMenu li {
	margin-left:0;
	float: left;
	padding:20px 0;
	
}
#menu #topMenu li a {
	text-decoration: none;
	color: #eee;
	padding:20px 15px;
	vertical-align: bottom;
}
#menu #topMenu li a:hover, #menu #topMenu li.active a {
	background-image:url('../imagesV2/mainMenuBgStripInverted.png');
	background-repeat:repeat-x;
	background-color: #7CAA38;
	padding:20px 15px;
	vertical-align:bottom;
	color: #fff;
}
#menu #rightMenu {
	padding:0 10px 0 0;
}
#menu #rightMenu li {
	margin-left:0;
	float:right;
	padding:15px 0;
}
#menu #rightMenu img {
	margin:0;
	padding:0 3px 0 0;
	vertical-align:bottom;
	border:none;
}
#footerWrapper {
background-color:#182b2f; 
width:auto;
}
#footer {
margin:0 auto; 
background-image:url(../imagesV2/footerPattern.jpg); 
background-repeat: repeat; 
color:#ccc; 
height:100%;"
}
.clearboth {
clear:both;
line-height:0;
visibility:hidden;
}
.allzero {
padding:0;
margin:0;
border:none;
letter-spacing:0;
word-spacing:0;
}

/* styling form elements */
/*curvy corner does not work with inline elements */
.greenMenuButton {
background-color:#adcc4a;
color:#fff;
font-size:.95em;
padding:3px 8px;
text-align:center;
vertical-align: text-bottom;
border:1px solid #888;
	 /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
.greenMenuButton a:link, .greenMenuButton a:visited {
text-decoration:none;
color:#fff;
}
.greenMenuButton a:hover {
color:#ffff99;
}
.input-text {
background-color:#E6F590;
color: #444742;
	 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}
.formSubmitButton {
background-color:#FE8601;
border:1px #888 solid;
text-align:center;
vertical-align:middle;
color:#fff;
padding:2px 6px;
margin-top:-5px;
font-size:1.1em;
	 -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
