/* quirk control */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* page backgrounds and layout */
body {
	background-image: url('/includes/images/layout/page.jpg');
	background-repeat: repeat;
}

#wrapper {
	position: relative;
	display: block;
	background-image: url('/includes/images/layout/content.jpg');
	background-repeat: repeat-y;
	width: 780px;
	min-height: 450px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-top: 36px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#structure44 {
	display: block;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-image: url('/includes/images/layout/content.jpg');
	color: #606060;
}

#navigation {
	position: absolute;
	top: 5px;
	left: 12px;
}

#navigation li {
	display: block;
	float: left;
	position: relative;
}

#navigation a {
	color: #F26829;
	display: block;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li:hover > a, #navigation a:hover {
	color: #27A7F2;
}

/* dropdown menus */
#navigation li:hover .subnav_ul {
	display: block !important;
}

.subnav_ul {
	background-color: white;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	display: none;
	opacity: 0.8; 
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	position: absolute;
	top: 18px;
	width: 125px;
	z-index: 20;
}

.subnav a {
	width: 125px;
}

/* text styling */
a {
	color: #F26829;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a > img {
	border: 0px;
}

h2 {
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 22px;
	line-height: 100%;
	color: #90D0FF;
	font-weight: lighter;
}

h2 a {
	color: #90D0FF;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

/* header and footer */
#header {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

/* general CSS styles */
.copy {
	color: #606060;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
}

.small {
	font-size: 10px !important;
}

.blurb {
	width: 230px;
	float: left;
	margin-top: 10px;
}

.blurb_middle {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-right: 2px dotted #C0C0C0;
	border-left: 2px dotted #C0C0C0;
}

.filler {
	float: right;
	padding-left: 20px;
}

.filler-left {
	float: left;
	padding-right: 20px;
}

.textbox {
	border: 1px solid #00ACEE;
}

/* simple definition classes */
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.pt10 { padding-top: 10px; }
.pb10 { padding-bottom: 10px; }

/* class to accomplish clear: both; */
.break {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* page specific CSS - home */
#home_splash {
	position: relative;
}

#home_tagline {
	position: absolute;
	top: 3px;
	right: 20px;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-weight: lighter;
	font-size: 11px;
	line-height: 100%;
	color: #606060;
	text-transform: uppercase;
}

#home_purpose {
	position: absolute;
	left: 10px;
	top: 329px;
	width: 400px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 110%;
	color: #00ACEE;
}

h1 {
	color: #00ACEE;
	font-family: Trebuchet MS, Arial, Sans-Serif;
  font-size: 18px;
}

li {
	list-style: none;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 150%;
	color: #606060;
}

/* darfur art */
.slide {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	width: 175px;
	height: 265px;
}

.slide img {
	border: 2px solid #C0C0C0;
}

/* missions gallery */
.thumbnail {
	margin-top: 10px;
	margin-right: 11px;
	width: 55px;
	height: 55px;
	border: 1px solid #C0C0C0;
	float: left;
}

.photo_area {
	width: 480px;
}

.photo_main {
	border: 8px solid #B0B0B0;
	margin-left: auto;
	margin-right: auto;
}

.gallerynav {
}

.gallerynav a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-weight: bold;
}

a.button {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-weight: bold;
}

/* new stuff for blog only */
#navigation a {
	float: left;
	margin-right: 10px;
}
