/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for wrapper min-height */
	background: #fbfcff;
	font-size:small;
	color:#4591a3;
}

body {
	font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 140%;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin-top:0; 
	margin-left:auto; /* center, not in IE5 */
	margin-right:auto;	
	padding-bottom: 2em;	
	width:100%;
	background:#fbfcff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	min-width: 760px;
}

#header1 {
	background:#fbfcff;
	border-bottom: 2px solid #d4f4fb;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
}
#header2 {
		width: 100%;
}
#logo{
	margin-left: 70px;
	padding-left: 10px;
width:50%;
}

#logo h1 {
	color: #1e8585;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 2em;
	margin: 0;
	margin-left: 10px;
}

#logo-img {
	width:70px;
	float:left;
}

#logo-ait {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
	width:50%;
	text-align: right;
}

#logo-ait img {
	padding-top: 10px;
	width:70px;
}

#logo-ait li {
	display: inline;
}

#logo-ait ul li {
	list-style-type: none;
}

#content {
	/*padding:1em 1em 5em;*/ /* bottom padding for footer */
	background: #d4f4fb;
	 width:100%;
	
	/*height: 40px;*/
}
#content-inside {
	/*background: url('../images/homepage.jpg') no-repeat;*/
   width:700px;	
	margin: 0 auto;

}
#content-extra {
	
	width:75%;	
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	/*background: url('../images/homepage.jpg') no-repeat;*/
	background:#ebfafd;
}
	

}

#content-main {
	padding-left: 10px;
}

/* Non-IE */
/*html>body #content-extra {
	
}*/

/* IE */
/*\*/
/* html #content-extra {
	
}*/
/**/

#content-main {
	padding-top: 10px;
}

.c-img {
	margin: 0 !important;
}

#message {
	/*height: 250px;*/
	/*background: #d4f4fb;*/
	/*position: absolute;*/
	/*float:left;
	top: 10px;
	left: 0;
	padding-right: 0;
	border-right: none;*/
	padding: 15px;
	width:46%;
	float:left;
	
}
#Portrait {
float:left;
margin-right: 10px;
margin-bottom: 10px;


	}
#message-bottom {
	background: #e0f7fd;
	height: 120px;
	width: 325px;
	margin-left: 10px;
	margin-top: -20px;
}

#message-bottom p {
	padding: 5px;
}

#message-bottom ul li {
	list-style-type: none;
}	

#message,
#african-award {
	font: normal 12px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height: 200%;
	text-align: justify;
	
}


#message p {
	margin-bottom: 0;
}

#african-award {

	/*background: #d4f4fb;*/
	
	float:right;
	width:46%;
	padding: 15px;
	/*left: 360px;*/
}

#site-references {
	height: 160px;
	width: 100%;
	overflow: hidden;
	/*position: relative;*/
	/*top: -20px;*/
}

#site-references span {
	font-weight: bold;
}

#site-references ul li {
	list-style-type: none;
}

#world-map {
	position: relative;
	top: -230px;
	left: 360px;
	width: 160px;
	height: 160px;
	text-align: center;
}

#world-map a {
	text-align: center;
}

#world-map h1 {
	color: #a65045;
}

#player1, #player2, #player3 {
	float: left;
	margin-left: 15px;
	height: 115px;
	width: 150px;
}

h2.alt {
	color: #073a3f;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Georgia, serif;
	font-weight: normal;
	font-size: 1.6em;
	text-align: center;
}

.colborder, .last{
	/*border-right: none;
	background: #d4f4fb;*/
	border-right-color: #dddddd;
}

.colborder p,
.last p {
	font: normal 12px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height: 200%;
}

.colborder h1,
.last h1 {
	font: normal 18px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

/*  Navigation  */
#nav {
	margin-left:70px;
height: 70px;
}
#nav1 {
	float: left; 
	padding: 0;		
	width: 70%;		
	top: 0;	
}
#nav2 {
	float: right;
	padding-top: 5px;		
			
	text-align:right;
}
#nav1 ul {
	float: left;
	margin: 0; 
	padding: 0;	
	display: inline;
}
#nav1 ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav1 ul li a {
	float: left;
	margin: 0;	
	padding: 5px 11px 0 11px;
	font: normal 14px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration: none;	
	
	
}
#nav1 ul li a:hover, 
#nav1 ul li a:active {
	color: #070000;	
	border-bottom: 1.5px solid #073a3f;
}
#nav1 ul li#current a {	
	color: #070000;	
	background: #d4f4fb;
	color: #4591a3;	
	/*border-bottom: 1px solid #073a3f;*/
}

.MenuUnSelected {
	color: #4591a3;	
	background: none;
	}
.MenuSelected {
	color: #070000;	
	border-bottom: 1.5px solid #073a3f;
	}
	
#nav1 ul li a img {
	padding-top: 5px;
}

#nav2 li {
	display: inline;
}

#nav2 ul li a {
	margin: 0;	
	padding: 10px 2px 0 2px;
}
/* End Navigation*/

/* Footer */

#footer h3, #footer p {
	padding-left: 0;
}
#footer h3 {
	font: normal 12px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #ABABAB;	
}
#footer a {
	color: #073a3f !important;
	font: normal 12px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: transparent;
}

#footer a:hover {
	color: #070000 !important;
}

#footer img { padding: 7px; }

#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	background:#ddd;

	height: 2em;
	color: #073a3f !important;
	background: #fbfcff;
	float: left;	
	width: 100%;	
	padding: 0;				
	/*margin-top: 10px;*/
	text-align: left;
	border-top: 1px solid #d4f4fb;
	font: normal 12px/35px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#footer .bottom-left {
	float: left;
	padding-left: 25px;
}
#footer .bottom-right {
	text-align: right;
	padding-right: 0;
}

#footer p {
	margin-bottom: 0;
}

.push{
	height: 2em;
}

a {
	text-decoration: none;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
    
    width:700px;
	background:url(../images/ginter-trans.jpg) no-repeat; 
	 margin: 0 auto; 
    /*width:668px;
    height:299px;
    margin:0 auto;
    padding-top:17px; 
    margin-top:150px;
    position:relative;*/
}

#fake-slider {
	position:relative;
    width:618px;
    height:100px;
    margin-left:190px;
	/*background: url('../images/grid4.png') no-repeat;*/
}

#slider {
	position:relative;
    width:700px; 
    height:246px;
    /*margin-left:0px;*/
    margin: 0 auto; 
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	
	position:relative;
	margin: 0 auto;
	margin-left: 40%;
	margin-top:-22px /* same as height of the a picture below*/
	/*left:260px;*/
	/*bottom:0px;*/
	/*z-index: 20;*/
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	/*height: 100%;
	width: 30% !important;
    text-shadow:none;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	bottom:57%; /* Vertically centre the captions */
    left:auto;
    right:0px; /* Put them on the right */
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: 'Anton', arial, serif; /* Using a Google Font (not required) */
    color:#a60000;
	font-size: 1.2em;
}
.nivo-caption a { 
	color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
    /*color:#efe9d1;
    text-decoration:underline;*/
}

.box {
	background-color: #acdcdf;
}



.box {
	background-color: #acdcdf;
}
.box:hover {
	background-color: #3f9fa5;
}
.box:hover span{
	color: #ffffff;
}
.box span {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important;
	color: #205a5d;
	font-size: 2em;
}

/** Curved Corners **/

.box-corner {
	/*width: 533px;*/
	height: 100%;
	margin: 0 auto 15px auto;
	padding: 30px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../images/border-radius.htc);
}

.link-box img {
	margin-top: -25px;
	margin-left: 150px;
}

.link-box {
	width: 150px;
	padding: 0;
	border: 10px solid #737373;
	background: #737373;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../images/border-radius.htc);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important;
	color: #073a3f;
}

h1 {
	font-size: 2em;
}

a {
	color: #a62525;
}

/** End Curved Corners **/

tbody tr:nth-child(2n) td, 
tbody tr.even td {
	background-color: #acdcdf;
}

a:hover {
	color: #6fc2c2;
}

a {
	color: #a65146;
}

.clear {
	visibility: hidden;
}

#message p.no-top {
	padding-top: 0;
}

blockquote {
	font-style: normal !important;
	line-height: 130%;
	font-family: "Courier";
	font-size: 1em;
	color: #45a45e;
	text-align: left;
}
