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

* {
	padding: 0;
	margin: 0;
	}


body {
	background-image: url(../images/background.gif);
	background-color: #F2ECE2;
}


#container {
	background-color:#FFFFFF;
	width:760px;
	margin-left: auto ;
    margin-right: auto ;
	margin-top: 15px;
	min-height:600px;
 	height:auto !important;
	height: 600px;
	border: thin solid #E35C15;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
}

#logo  {
	margin-top: 7px;
	margin-left: 5px;
}

#header {
	height: 100px;
	padding-right: 25px;

}

.nav {
	margin-left:15px;
	
}




#contentBack {
	background-image: url(../images/gradient.gif);
	min-height: 500px;
	height:auto !important;
	height: 500px;
}

#middleNav {
	height: 30px;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	padding-left: 27px;
	padding-bottom: 2px;
}


#middleNav a {
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 15px;
}

#middleNav a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	padding-right: 15px;
	
}

#middleNav .here{
	color:#FFFFFF;
	text-decoration: underline;
	padding-right: 15px;
}



#contentBox {
	width: 750px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	min-height:470px;
	height:auto !important;
	height: 470px;
	border: thin solid #cc6b31;
}





.navHome {
	display: inline;
	width:105px;
	height:17px;
	background-image:url('../images/100_off.gif');
}

p {
	margin-bottom:10px;
}

blockquote {
	margin-left: 20px;
	margin-right: 30px;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color:#DA9A29;
}



a:hover {
	font-weight: bold;
	text-decoration: underline;

}


.imgBorder {
	border-color:#333333;
	border-width:thin;
	}
	
.imgBorderChinaTown {
	border-color:#333333;
	border-width:thin;
	margin-bottom: 8px;
	}
	
.captionText {
	font-size: 11px;
	color:#333333;
	martin-top: 3px;
	margin-left: 5px;

}

ul li {
	margin-bottom: 3px;
	list-style-type:none;

}





.callout {
	background-color: #306178;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.quote {
	font-weight: bold;
	color: #275063;
	font-size:11px;
}
