body {
	font-family: arial;
	font-size: 10px;
	background-color: #fff;
}

h5 {
	font-size: 13px;
	font-weight: bold;
}

#header_container {
	width: 800px;
	overflow:hidden;
}

#wrap {
	margin: 0 auto;
	width: 800px;
	margin-top: 50px;
}

#logo {
	background-image: url(../../images/logo.gif);
	width: 178px;
	height: 95px;
	float: left;
	text-indent: -9999px;
}

#logo h2 {
	text-indent: -9999px;
}

#nav {
	margin-top: 10px;
	width:800px;
	clear: both;
	border-top: 1px solid #8a8c8f;
	position:absolute;
	top:0px;
	z-index: 2;
}

#nav ul {
	width: 800px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	height: 15px;
	border-bottom: 1px solid #8a8c8f;
	padding-left: 10px;
	padding-top: 4px;
	margin: 0;
	display: block;
	cursor: pointer;
	background-color: #e5e5e5;
}

#nav ul li.open {
	height: 38px;
	font-size: 25px;
	border-bottom: 1px solid #8a8c8f;
	padding-left: 10px;
	padding-top: 11px;
	margin: 0;
	color: white;
	background-color: #94c948;
	background-image: url(../../images/navgrad.jpg);
	background-repeat: repeat-x;
	display: block;
}

#nav ul li.open a {
	text-decoration: none;
	color: #fff;
}

#nav ul li a {
	text-decoration: none;
	color: #000;
}

#header_earth {
	margin-top: 38px;
	float: right;
	background-image: url(../../images/header-worlds.jpg);
	width: 278px;
	height: 62px;
}

#content_editable {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 28px;
	padding-bottom:0px;
	padding-top:20px;
	width: 314px;
	float:left;
	display:inline;
	line-height:25px;
}

#content_page_editable {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding: 28px;
	width: 514px;
	float:left;
	display:inline;
	line-height:25px;
}

#content_col {
	background-color: #8a8b8f;
	width: 400px;
	float: left;
	font-size: 13px;
	color: white;
	line-height:18px;
}

#content_page_generic_editable {
	margin: 30px 30px 30px 30px;
}

#map_form_div {
	margin: 30px 30px 30px 30px;
}

#content_page_generic_editable h5 {
	font-size: 15px;
	font-weight: bold;
}

#image_placeholder {
	float:left;
	width: 430px;
}

#image_placeholder_generic {
	float:right;
	width: 400px;
	background-color: #000;
}

#map_div {
	float:right;
	width: 400px;
	background-color: #000;
}

#image_placeholder_generic img {
	margin: 27px auto;
	border: 25px solid #fff;
	display: block;
	margin-left: 27px;
}

#middle_container {
	width: 800px;
	background: #898b8e;
	overflow:hidden;
}

#footer_tagline {
	background-color: #e6e7e8;
	background-image: url(../../images/footer-map.jpg);
	height: 121px;
	overflow: hidden;
	background-position: right;
	background-repeat: no-repeat;
	width: 800px;
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #8a8c8f;
	border-bottom: 1px solid #8a8c8f;
}

#footer_tagline_text {
	float:right;
	margin-right: 25px;
	margin-top: 25px;
	text-align: right;
}

#footer {
	margin-top:10px;
	text-align: right;
}

#footerlinks {
	margin-top:10px;
	padding-bottom:20px;
}

#footerlinks ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#footerlinks ul li {
	display: inline;
	/*margin-left: 5px;*/
	padding: 0 5px 0 5px;
	border-right: 2px solid #666;
}

#footerlinks a {
	color: black;
}

.magazine-container {
	width: 800px;
	background: #898b8e;
	overflow:hidden;
	position: relative;
	float: left;
}

.magazine-left {
	background-color: #898b8e;
	width: 400px;
	height: 400px;
	float: left;
	font-size: 13px;
	line-height: 15px;
	color: white;
	line-height:18px;
}

.magazine-left h5 {
	font-size: 15px;
	font-weight: bold;
}

.magazine-left a {
	/*color: #007ec6;*/
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.magazine-left a:hover {
	font-weight: bold;
	color: #007ec6;
	text-decoration: underline;
}

.magazine-right {
	background-color: #fff;
	width: 400px;
	height: 400px;
	float: left;
}

.magazine-image {
	width: 148px;
	height: 192px;
	position: absolute;
	top: 90px;
	left: 355px;
}

.pager {
	color: black;
}

.pager a {
	color: black;
	text-decoration: none;
}

input.textfield {
	width: 200px;
	border: 1px solid #333;
	margin-bottom: 5px;
}

form {
	margin: 0;
	padding: 0;
}