* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	background-color: #EAEAEA;
}

#wrapper {
	background: white url(images/side.png) repeat-y top left;
	width: 900px;
	margin: 0 auto;
}

#header_home {
	height: 235px;
	background: url(images/banner.png) no-repeat top center;
}

#header {
	height: 95px;
	background: url(images/banner_2.png) no-repeat top center;
}

#header a {
	display: block;
	height: 100%;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 50px;
	background: transparent url(images/title.png) no-repeat bottom right;
}

#side {
	float: left;
	width: 200px;
	color: white;
}

#main {
	float: left;
	width: 660px;
	padding: 20px;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 15px;
	text-indent: 20px;
}

p.lead {
	font-size: 16px;
	color: #993300;
}

#content blockquote {
	line-height: 1.5em;
	margin: 10px 10px 15px 10px;
	padding: 20px;
	border: solid 1px #EAEAEA;
}

.citation {
	text-align: right;
}

#main a {
	color: #993300;
	font-weight: bold;
}

#main a:hover {
	text-decoration: none;
}

#main ul, #main ol {
	margin-bottom: 15px;
}

#main li {
	margin: 5px 0 0 20px;
}

#main ol {
	font-size: 12px;
}

h1 {
	font-weight: normal;
	color: #993300;
	font-size: 20px;
	margin-bottom: 15px;
}

h2 {
	margin: 10px 0;
	font-size: 15px;
}

#side ul {
	list-style-type: none;
}

#side li a.active {
	background-color: #993300;
}

#side li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px 20px 10px 40px;
	text-indent: -20px;
}

#side li li a {
	font-size: 10px;
	background-color: #222;
}

#side strong {
	font-weight: bold;
	font-size: 130%;
}

#side li a:hover {
	background-color: #993300;
}

#china:hover, #china_active {
	padding-top: 110px !important;
	background: url(images/china.png) no-repeat top left;
}

#egypt:hover, #egypt_active {
	padding-top: 110px !important;
	background: url(images/egypt.png) no-repeat top left;
}

#europe:hover, #europe_active {
	padding-top: 110px !important;
	background: url(images/europe.png) no-repeat top left;
}

#us:hover, #us_active {
	padding-top: 110px !important;
	background: url(images/us.png) no-repeat top left;
}

a img {
	border: none;
}

.image {
	float: right;
	padding: 10px;
	width: 250px;
	border: solid 1px #EAEAEA;
	margin: 0 0 5px 10px;
	background-color: white;
}

.google_video {
	clear: both;
	padding: 10px;
	width: 400px;
	margin: 0 auto 15px auto;
	border: solid 1px #EAEAEA;
}

.google_video embed {
	width: 400px;
	height: 326px;
}

.caption {
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.4em;
}

/**********************************
*
*  Lightbox Styles
*
**********************************/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}