/* COMMON */
body {
	background-color: #757b85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
p {
	margin: 20px 0px 0px 0px;
}
a:link, a:visited, a:active {
	color: #013875;
	text-decoration: underline;
}
a:hover {
	color: #013875;
	text-decoration: none;
}
.caption {
	font-size: 11px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* TEMPLATE */
#container, #containerfull, #containersidebar {
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px;	
	width: 798px;
}
#container {
	background-image: url(../images/common/homebg.gif);
}
#containerfull {
	background-image: url(../images/common/fullbg.gif);
	border-bottom: 1px solid #eeeff0;	
}
#containersidebar {
	background-image: url(../images/common/sidebarbg.gif);
	border-bottom: 1px solid #eeeff0;	
}

/* LEFT COLUMN */
#colleft {
	float: left;
	width: 207px;
}
#logo {
	padding: 20px 0px 0px 0px;
	background-color: #e34d57;
}

/* LEFT COLUMN: NAVIGATION */
#nav {
	padding: 10px 20px 10px 20px;
	font-size: 0.9em;
}
#nav .block1 {
	margin-bottom: 30px;
}
#nav .content {
	margin-bottom: 10px;
}
#countries {
	padding: 10px;
	background-color: #ffffff;
}
#countries .flag {
	
	padding-right: 10px;
}
#countries .flagrow {
	padding-right: 10px;
	padding-bottom: 5px;
}

/* RIGHT COLUMN */
#colright {
	float: left;
	width: 591px;
}

/* RIGHT COLUMN: TOP NAVIGATION */
#navtop {
	background-image: url(../images/common/navtopbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 74px;
}
#navtopitems {
	padding: 55px 0px 0px 0px;
}
#navtopitems ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navtopitems ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	overflow: hidden;	
}
#navtopitems ul li a {
	float: left;
	display: block;
	text-decoration: none;
	height: 19px;
}
#navtopitems ul li a#home {
	background-image: url(../images/navtop/home.gif);
	background-repeat: no-repeat;
	width: 42px;
}
#navtopitems ul li a#whoweare {
	background-image: url(../images/navtop/whoweare.gif);
	background-repeat: no-repeat;
	width: 77px;
}
#navtopitems ul li a#aboutourprogram {
	background-image: url(../images/navtop/aboutourprogram.gif);
	background-repeat: no-repeat;
	width: 85px;
}
#navtopitems ul li a#factsheets {
	background-image: url(../images/navtop/factsheets.gif);
	background-repeat: no-repeat;
	width: 77px;
}
#navtopitems ul li a#reasonscontribute {
	background-image: url(../images/navtop/reasonscontribute.gif);
	background-repeat: no-repeat;
	width: 138px;
}
#navtopitems ul li a#ourpartners {
	background-image: url(../images/navtop/ourpartners.gif);
	background-repeat: no-repeat;
	width: 85px;
}
#navtopitems ul li a#donorpartners {
	background-image: url(../images/navtop/donorpartners.gif);
	background-repeat: no-repeat;
	width: 103px;
}
#navtopitems ul li a#contactus {
	background-image: url(../images/navtop/contactus.gif);
	background-repeat: no-repeat;
	width: 69px;
}
#navtopitems ul li a:hover {
	background-position: 0px -19px;
}

/* RIGHT COLUMN: CORE */
#core {
	border-top: 4px solid #ffffff;
	width: 591px;
}
#corecolleft {
	float: left;
	width: 387px;
}
#header {
	background-color: #eff0f1;
	padding: 0px 0px 5px 0px;
}
#content {
	padding: 15px;
}
#corecolright {
	float: left;
	padding: 10px 10px 10px 15px;
	width: 174px;
	color: #ffffff;
	font-size: 0.9em;
}
#corecolright .content {
	margin-bottom: 10px;
}

/* RIGHT COLUMN: CORE FULL */
#headerfull {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}
#contentfull {
	padding: 20px 15px 15px 15px;
}

/* RIGHT COLUMN: CORE SIDEBAR */
#coresidebarcolleft {
	float: left;
	width: 393px;
}
#coresidebarcolright {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px 14px 10px 10px;
	float: left;
	width: 174px;	
}
#coresidebarcolright .content {
	margin-bottom: 10px;
}

/* FOOTER */
#footer {
	color: #ffffff;
	font-size: 10px;
	margin: 0px auto 10px auto;
	padding: 12px 0px 0px 0px;
	width: 798px;
	border-top: 5px solid #ffffff;
	text-align: center;
}
#footer .links {
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
