/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #363;
	font-style: normal;
	background-color: #F5B203;
	background-image: url(/images/page/page_background.gif);
}

#container{
	width:1000px;
	margin:0px auto;
	border: 3px solid #734142;
	background-color: #ffffcc;
	background-image:url(../images/page/africa.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* header section including images */

#header {
	height:80px;
	padding:10px;
	}

#header div {
	padding:5px;
	float:left;
	}
	
#header-main {
	margin-top: 30px;
	margin-left: 110px;
	width:600px;
	}
	
/* top nav bar */

#bar {
	margin-right: 15px;
	margin-left: 15px;
	height:35px;
	width:97%;
	border:1px solid #734142;
	background-image:   url(/images/page/bg_nav.gif);
	background-color:#F4B601;
	}

#bar div {
	margin-top: 3px;
	padding:5px;
	float:left;
	}
	
#navbar {
	width:735px;
	padding: 0px 10px 5px 10px;
	font: small Arial,sans-serif;
	color: #6B5B56;
	font-weight:bold;
	}

#navbar a{
	color: #6B5B56;
	}

#navbar a:hover{
	color: #005FA9;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image:  url(/images/page/glblnav_selected.gif);
	}
	
.navlink {
	padding: 5px 10px 5px 10px;
}

/*************** sitelinks drop down menu *****************/

#search{
	position: relative;
	float: right;
	top: 5px;
	z-index: 200;
	margin-right: 5px;
}

/* content section */

#content {
	margin-top:50px;
	padding-bottom:10px;
	}
	
#content div {
	padding:10px;
	border:1px solid #bbb;
	float:left;
	background-color: #FFFFFF;
	}
	
#content-main {
	margin-left:10px;
	width:750px;
	}
	
#content-nomenu {
	margin-left:14px;
	width:950px;
	}

/* side nav bar */

#content-left {
	float: left;
	width:150px;
	margin-left: 10px;
	}
	
#sidenavLinks{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidenavLinks a:link, #sidenavLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(/images/page/bg_nav.gif);
	background-color:#F4B601;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	color: #6B5B56;
}

#sidenavLinks a:hover{
	border-top: 1px solid #cccccc;
	color: #005FA9;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-image:  url(/images/page/glblnav_selected.gif);
}

/* covers links that appear on the right hand side of the page */

#footer {
	margin-top:10px;
	margin-bottom:10px;
	width:970px;
	padding: 5px 10px 5px 10px;
	font: small Arial,sans-serif;
	color: #AAAAAA;
}

#footer a{
	color: #21536A;
	font-weight: bold;
}

#footer a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/******* table styles *******/

.table{
	table-layout: auto;
	border: 1px solid #21536A;
	}

.tableheader{
	background-color:#C8E1E8;
	border: 5px solid #C8E1E8;
	font-weight:bold;
}

.tablecenterheader{
	background-color:#C8E1E8;
	border: 5px solid #C8E1E8;
	font-weight:bold;
	text-align:center;
}

.tablecells {
	border: 5px solid #C8E1E8;	
	text-align:center;
	empty-cells: hide;
}

.tablecellsl {
	border: 5px solid #C8E1E8;	
	empty-cells: hide;
}

.tablecenter {
	font-weight:bold;
	text-align:center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	height: 250px;
	position:relative;
left:25%;
float:left;
clear:both;
margin:0px 0;

	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 80px;
left: 10px; /*position where enlarged image should offset horizontally */
z-index: 100px;
}

.beg{
	color: #360;
	float:none;
	width:auto;
	font-size:18.5px;
	line-height:20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/************ image styles **************/

IMG.face {
	float: right;
	margin: 3px 0px 3px 3px
}

IMG.facel {
	float: left;
	margin: 3px 4px 3px 3px;
}
.Copyright {
	font-size: 12px;
	color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

