/*
Variation 			font-family 	font-weight 	font-style
Light 				"futura-pt" 	300 			normal 	
Light Italic 		"futura-pt" 	300 			italic 	
Book 				"futura-pt" 	400 			normal 	
Book Italic 		"futura-pt" 	400 			italic 	
*/

* {
	font-family: 'futura-pt', 'Trebuchet MS', sans-serif;
	font-size: 15px !important;
	font-weight: 300;
	color: #343434;
}

.hidden {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 24px;
	color: #787878;
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 8px;
}

b, strong {
	font-weight: 400;
}

/*
em {
	color: #343677;
	font-size: 18px !important;
} 
*/

em {
	color: inherit;
	font-size: inherit !important;
	font-weight: inherit;
} 

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
		color: #819315 !important;
	}

p {
	line-height: 1.2;
	margin-bottom: 8px;
}

body {
	/*
	background-color: #f0f0f0;
	background-image: url(/site/images/page-background.png);
	background-repeat: repeat-x;
	*/
	background-color: white;
}

header,
footer {
	color: #A9A9A9;
}

header {
	height: 85px;
	overflow: hidden;
}

footer {
	text-align: right;
	border-top: 2px solid #d1d1d1;
	padding-top: 10px;
	font-size: 13px !important;
}

#language,
#nav-primary {
	display: block;
	float: right;
}

#identity {
	display: block;
	float: left;
	width: 61px;
	height: 55px;
	background-image: url(/site/images/logo.png);
	background-repeat: no-repeat;
	margin-top: 17px;
}




#language button {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	width: 30px;
	height: 30px;
	padding-top: 15px;
	font-size: 11px !important;
	line-height: 11px;
	color: #c2c2c2;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

	#language button:hover {
		color: #819315;
		cursor: pointer;		
	}
	
	#language button:focus {
		outline: none !important;
	}

	#language button.selected {
		color: #819315;
	}

	#language-english {
		border-right: 1px solid #c2c2c2 !important;
	}
	
	#language-chinese {
	
	}




#nav-primary {
	clear: right;
	margin-top: 29px;
}

	#nav-primary ul {
		display: block;
	}
	
		#nav-primary ul li {
			display: inline;
			color: #787878;
			text-transform: uppercase;
			font-size: 13px !important;
		}
		
			#nav-primary ul li:after {
				content: '|';
				color: #c2c2c2;
			}
		
				#nav-primary ul li:last-child:after {
					content: '';
				}
		
			#nav-primary ul li a {
				color: #787878;
				text-transform: uppercase;
				font-size: 13px !important;
				padding: 1px;
				font-weight: 400 !important;
				
				padding-bottom: 5px;		
			}
			
				#nav-primary ul li a:hover,
				#nav-primary ul li.ON > a {
					color: #819315 !important;
					text-decoration: none;
				}
			
				#nav-primary ul li a:hover,
				#nav-primary ul li.current > a {
					background-image: url(/site/images/nav-caret.png);
					background-repeat: no-repeat;
					background-position: bottom center;
				}
				
					#nav-primary ul ul {
						display: inline;
					}
					
						#nav-primary ul ul li {
							font-size: 12px !important;
							color: #414042;
						}
			
							#nav-primary ul ul li:after {
								color: #414042;
							}
			
							#nav-primary ul ul li a {
								font-size: 12px !important;
								color: #414042;
							}


.content {
	width: 940px;
	/* background-color: #f0f0f0; */
	margin-bottom: 30px;
}

.inline-green-link a {
	color: #343677;
}


.fixed-height {
	height: 550px;
	max-height: 550px;
	/* overflow: hidden; */
}

/*
 .shadow {
	position: relative;
}

	.shadow:before,
	.shadow:after {
		content: '';
		position: absolute; 
		z-index: -1;
	}
	
	.shadow:before {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		top: 0;
		bottom: 0;
		left: 10px;
		right: 10px;
		-moz-border-radius: 100px / 0px;
		border-radius: 100px / 0px;
	}
	
	.shadow:after {
	
	} 
*/

div.content article {
	margin-top: 25px;
	margin-left: 0px !important;
	margin-right: 10px;
}


/* forms */

label {
	display: block;
	width: 100%;
	font-size: 11px !important;
	line-height: 20px;
	color: #787878;
}

input[type="text"],
input[type="email"],
textarea,
select {
	width: 100%;
	border: none;
	background-color: #e2e2e2;
	color: #414042;
	margin-bottom: 10px;
}

input[type="submit"] {
	display: inline-block;
	clear: left;
	border: none;
	background-color: #dcdcdc;
	text-transform: uppercase;
	font-size: 13px !important;
	color: #343677;
	padding: 8px 30px;
	float: right;
	font-weight: 400;
}
	
	input[type="submit"]:hover {
		background-color: #CBCBCB;
	}

	input[type="submit"]:active {
		background-color: #819315;
		color: #414042;
	}

textarea {
	height: 160px;
}

input.missing, 
select.missing, 
textarea.missing {
	-webkit-box-shadow: 0px 0px 7px #a30018;
	-moz-box-shadow: 0px 0px 7px #a30018;
	box-shadow: 0px 0px 7px #a30018;
}

#paragraph-title {
	color: #343677;
	font-size: 17px !important;
	text-transform: uppercase;
}

.stand-page-text {
	font-size: 15px !important;
	line-height: 22px;

/* Light Box styles */
#fancybox-outer {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
}

#fancybox-left-ico,
#fancybox-right-ico {
	background-repeat: no-repeat !important;
	height: 100% !important;
	opacity: 0.5 !important;
	width: 150px !important;
	margin: 0px !important;
	top: 0 !important;
}

#fancybox-left-ico {
	background-image: url(/site/images/arrow-left.png) !important;
	background-position: left center !important;
	left: 10px !important;
}

#fancybox-right-ico {
	background-image: url(/site/images/arrow-right.png) !important;
	background-position: right center !important;
	right: 10px !important;
}

#fancybox-close {
	background-image: url(/site/images/close.png) !important;
	background-position: center center !important;
}
