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


body {
	font: 100%/1.4 'Cinzel', serif;
	text-transform: none;
	margin: 0;
	padding: 0;
	color: #000;
	background: #dbdbdb url('../img/bodyBG.jpg') center top no-repeat fixed;
	background-size: cover;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0 20px;
	font-family: 'Cinzel', serif;
}

p{
	font-family: helvetica, arial, san-serif;
	text-transform: none;	
}
a ../img,
a img {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
strong, b{
	font-weight: bold;
}
em, i{
	font-style: italic;	
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 900px;
	margin: 0 auto;
	background: url('../img/containerBG.png') left top repeat-y;
}
.contactContainer{
	background: url('../img/contactContainerBG.png') left top repeat-y;	
}

#header{
	width: 900px;
	margin: 0 auto;	
	position: relative;
}

#header .logo{
	background: url('../img/blue85.png') left top repeat;
	width: 200px;
	height: 259px;
	padding: 42px 0 0 0;
	float: left;
	margin-right: 10px;
}

#header .logo:hover{
	background-color: #183883;
}

#header hgroup.siteHeading{
	max-width: 665px;
	padding: 42px 10px 0 0;
	float: left;
}

.siteHeading h1{
	font-size: 47px;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 6px 0;
	padding: 0 0;
	text-shadow: 5px 0px 5px #0a2960;
}

.siteHeading h2{
	display: block;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 100px;
	margin: 0 0;
	text-shadow: 5px 0 8px #000000;
}

#header .locations{
	font-family: hevetica, arial, sans-serif;
	width: 665px;
	padding: 24px 10px 0 0;
	float: left;
}

#header .locations .left,
#header .locations .right{
	width: 320px;
	height: 80px;
	padding: 10px 5px;
}

#header .locations .us{ background: url('../img/blue85.png') left top repeat; }

#header .locations .china{ background: url('../img/red85.png') left top repeat; }

#header .locations .left{ float: left; }
#header .locations .right{ float: right; }

#header .locations .flag{
	float: left;
	margin: 0 10px 35px 0;
	border: 1px solid #fff;
}

#header .locations address{
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

#header .locations p{
	margin: 0 0;
	padding: 0 0;
}

#header .locations h2{
	font-family: hevetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0;
	margin: 0 0 5px 0;
	color: #fff;
}

#header .locations .phone{
	display: inline-block;
	padding-top: 5px;
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
.content {
	width: 500px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.contactContainer .content{
 width: 450px;	
}
aside{
	float: left;
	width: 200px;
	padding: 10px 0;
	margin: 0 0;
}
.contactContainer aside{
	width: 250px;	
}

address{
	margin: 0 0;
	padding: 0 0;
	font-style: normal;
}

/* Website Contact Information in Lefthand Column */
.leftContact{
	color: #676767;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
}

.leftContact address strong{
	color: #183883;
	font-weight: bold;
}

.leftContact ../img{
	margin: 0 0;
	padding: 0 0;	
}

.leftContact p{
	margin: 0 0;
	padding: 0 0;	
}

.leftContact address{
	background: url('../img/white85.png') left top repeat;
	padding: 5px 2px 5px 20px;
}

.leftContact address section{
	margin: 0 0 5px 0;
	padding: 0 0;
}

.leftContact address .address{
	font-weight: bold;
	color: #183883;
}

.leftContact address .chinaAddress{
	color: #d5292c;
}

.leftContact .logo{
	background: #183883;
}

.leftContact .chinaHeading{
	color: #ffffff;
	background: #d5292c;
	font-size: 12px;
	line-height: 1em;
	padding: 10px;
	margin: 0 0;
	text-transform: uppercase;
	font-weight: normal;
}

.leftContact .email{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 5px 0;
	text-decoration: none;
	color: #fff;	
	border-left: 7px solid #979c98;
	background: #676767;
}

.leftContact .email:hover{
	background: #2f61d2;
	border-color: #183883;
}

/* CONTACT INFORMATION SPECIFIC TO CONTACT US PAGE */

.addressStyle{
	padding: 10px 0;
	background: url('../img/white85.png') left top repeat;
	border-left: 7px solid #183883;
	margin-bottom: 12px;
}
.addressStyle p{ 
	font-family: 'Cinzel', serif;
	margin-bottom: 0;
}
.addressStyle section{
	margin-bottom: 5px;	
}

.addressStyle_china{
	font-size: 12px;
	border-color: #d5292c;	
}

.addressStyle strong{ font-weight: normal; }

.addressStyle .email{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #183883;
	
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}

.addressStyle .email:hover{
	text-decoration: underline;	
}

.addressStyle .numbers{
	margin-bottom: 10px;
}	

.addressStyle h2{
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.addressStyle_china h2{
	color: #d5292c;
	margin-bottom: 10px;
}



/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 50px;
	font-family: helvetica, arial, sans-serif;
}

.content ul{
	list-style: square;	
}

.content ul li,
.content ol li{
	font-size: 14px;
	color: #676767;
	padding: 0 0;
	margin: 0 0;
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Cinzel', serif;
	font-weight: normal;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 180px;
	text-decoration: none;
	background-color: #ccc;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #604C11;
	color: #ffffff;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
#topNav{
	width: 698px;
	height: 28px;
	position: absolute;
	left: 201px;
	top: 271px;
}
.topNav ul{
	list-style: none; /* this removes the list marker */
	margin: 0 0;
	padding: 1px 0 0 0;
	font: normal normal normal 16px/28px 'Cinzel', serif;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.topNav li{
	text-align: center;
	float: left;
	width: 33.237822%;
}
.topNav li:nth-child(2){
	margin: 0 0.14326648%;	
}

.topNav li a{
	display: block;
	background: url('../img/button2.png') left bottom repeat-x;
	padding: 0 3px;
	text-decoration: none;
	color: #ffffff;
	
	max-height: 28px;
	overflow: hidden;
}

.topNav a:hover,
.topNav .active a{
	background-position: left top;
}



.leftNav ul{
	list-style: none; /* this removes the list marker */
	margin: 0 0 10px 0;
	padding: 1px 0 0 0;
	font: normal normal normal 12px/28px 'Cinzel', serif;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.leftNav li {
	margin-bottom: 1px;
}

.leftNav li a{
	display: block;
	background: url('../img/button1.png') left bottom no-repeat;
	padding: 0 3px 0 20px;
	text-decoration: none;
	color: #ffffff;
	
	max-height: 28px;
	overflow: hidden;
}

.leftNav a:hover,
.leftNav .active a{
	background-position: left top;
}






/* ~~ The footer ~~ */
#footer {
	width: 900px;
	margin: 0 auto 20px auto;
	color: #fff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}
#footer p{ margin: 0 0; padding: 0 0; }
#footer .inner{
	padding: 10px;
	margin: 0 0 0 200px;
	background: url('../img/black50.png') left top repeat;	
}
.copyright{
	font-family: 'Cinzel', serif;
	font-size: 12px;
	line-height: 1em;
	text-align: right;
}


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix{
	 zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clearfix:after{
	content: "";
    display: table;
	clear: both;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}

.mainBody{
	padding: 20px 0 10px 0;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #202020;
}
h1{ font-size: 30px; font-weight: bold; color: #183883; }
h2{ font-size: 21px; color: #183883; }
h3{ font-size: 18px; }
h4{ font-size: 16px; }
h5{ font-size: 14px; }
.content p{
	font-size: 14px;
	line-height: 21px;
	color: #676767;	
}

.caption2{
	margin: 0 0 6px 0;
	padding: 20px 0 15px 0;
	background: url('../img/black50.png') left top repeat;
}

.caption2 ../img{
	border: 1px solid #ccc;
	margin-bottom: 10px;	
}

.caption2 p{
	margin-bottom: 0;
}

.caption2 h3{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
	margin: 0 0;
	padding: 0 0;
	font-weight: bold;
	color: #fff;
}
.blue{ color: #183883; }

.red{ color: #d5292c; }

.dataTable{
	margin: 0 4%;
	border-collapse: collapse;
	font-family: helvetica, arial, sans-serif;
}

.dataTable td,
.dataTable th{
	padding: 5px;
	text-align: left;
	font-size: 12px;
	
}

.dataTable td{
	color: #202020;
	border: 1px solid #ccc;
}

.dataTable th{
	background: #183883;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;	
}

.dataTable tr:nth-child(2) td{
	padding-top: 8px;	
}
