@charset "utf-8";
/* CSS Document 

Author: Jazmin Brooks
Date: August 2009

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*line-height:18px;*/
	color:#3b3b3b;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
}

p{
	margin-top:0;
	margin-bottom:15px;
}

a img{
	border:none;
}

img{
	display:block;
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

h1{
	line-height:normal;
	font-size:24px;
	font-weight:normal;
	color: #0a4366;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2, h2 a{
	line-height:normal;
	font-size:20px;
	font-weight:normal;
	color:#819eaf;
	/*margin-top:10px;*/
}

h3{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#8d3550;
	margin-bottom:10px;
}

a {
		color:#A6624A;
		text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


ul{
	padding:0;
	margin:10px 10px 10px 10px;
}
li{
	list-style: none;
	background: url(images/bullet.gif) no-repeat left 4px;
	padding-left: 20px;
	margin-bottom:5px;
	color:#5d576a;
}

label {
	cursor:pointer;
	color:#0A4366;
	text-transform:uppercase;
}

.noBorder{
	border-style:none !important;
}

/*header structure*/

#wrapper{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	line-height:normal;
}

#logo{
	float:left;
	margin-top:20px;
}

#miniMenu{
	float:right;
}

#miniMenu ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

#miniMenu li {
    float: left;
    margin: 0 0;
	padding:0;
	background-image:none;
}

#miniMenu li a {
    line-height: normal;
    float: left;
    display: block;
    color: #819eaf;
    text-decoration: none;
    text-align: center;
	text-transform:uppercase;
	padding:7px 8px;
	font-size:11px;
}

#miniMenu li a:hover{
	color:#0a4366;
}

#miniMenu .linkEmphasised a{
	background-image:url(images/btn_donate.gif);
	background-repeat:no-repeat;
	color:#fff;
	width:123px;
	padding:7px 0;
}

#miniMenu .linkEmphasised a:hover{
	background-image:url(images/btn_donate.gif);
	background-repeat:no-repeat;
	background-position:0 -27px;
	color:#fff;
}

#menu{
	float:right;
	width:570px;
	margin-top:35px;
}

/*#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
    margin: 0 0;
	padding:0;
	background-image:none;
}

#menu li a {
    height: 19px;
    line-height: normal;
    float: left;
    display: block;
    color: #819eaf;
    text-decoration: none;
    text-align: center;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin-right:3px;
	padding:3px 4px 0 4px;
	text-transform:uppercase;
}

#menu li a:hover{
	background-image:url(images/menu_bg.gif);
	border-top:1px solid #0a4366;
	border-left:1px solid #0a4366;
	border-right:1px solid #0a4366;
	color:#FFF;
}

#menu .active a{
	background-image:url(images/menu_bg.gif);
	border-top:1px solid #0a4366;
	border-left:1px solid #0a4366;
	border-right:1px solid #0a4366;
	color:#FFF;
}*/

#headerImg{
	padding:10px 0;
	float:left;
	border-top:1px solid #0a4366;
	border-bottom:1px solid #0a4366;
}

/*content structure*/

#content{
	margin-top:10px;
	margin-bottom:15px;
}

#wideLeft{
	float:left;
	width:620px;
	margin-right:80px;
}

#rightSmall{
	float:left;
	width:240px;
}

.newsItem{
	margin-bottom:20px;
	margin-top:10px;
}

.newsPosted{
	font-size:10px;
	line-height:normal;
	margin-bottom:5px;
}

.newsReadmore{
	text-transform:uppercase;
	color:#0a4366;
}

.smallcolItem{
	margin-bottom:20px;
	/*margin-top:7px;*/
}

.smallcolItem img{
	margin-left:auto;
	margin-right:auto;
}

.heading{
	border-bottom:1px solid #0a4366;
	margin-bottom:5px;
}

.heading h1{
	float:left;
	margin-right:5px;
}

.heading h1 a{
	line-height:normal;
	color:#a6624a;
	text-transform:uppercase;
	font-size:11px;
}


.heading h2{
	float:left;
	margin-right:5px;
	font-weight:normal;
	color: #0a4366;
	text-transform:uppercase;
	margin-bottom:5px;
}

.heading h2 a{
	line-height:normal;
	color:#a6624a;
	text-transform:uppercase;
	font-size:9px;
}

.pagination{
	width:400px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-transform:uppercase;
	margin-top:20px;
}

.pagination a{
	color:#A6624A;
}

.contact{
	line-height:normal;
}

.contact td{
	padding-bottom:10px;
}

.contact img{
	display:inline;
}

input, textarea{
	border:1px solid #0A4366;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	width:260px;
}

.buttons{
	background-color:#0B4568;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	width:100px;
	border:none;
}

/*footer structure*/

#footerOuter{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #819eaf;
	padding:10px 0 20px 0;
}

#footerInternal{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

#footerInternal a{
	color:#0a4366;
}

#footerCopyright{
	float:left;
}

#footerDesignedby{
	float:right;
}

.homeText{
	float:left;
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
}

.btnBig a{
	display:block;
	background-image:url(images/btn_big_bg.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	text-align:center;
	border:1px solid #0a4366;
	width:298px;
	padding:7px 0;
	background-color:#0a4366;
	margin-top:10px;
}

.btnBig a:hover{
	text-decoration:none;
	background-image:url(images/btn_big_bg_hover.gif);
}

.btnBig a:active{
	text-decoration:none;
	background-image:url(images/btn_big_bg_active.gif);
}

.btnSml a{
	display:block;
	background-image:url(images/btn_big_bg.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	text-align:center;
	border:1px solid #0a4366;
	width:238px;
	padding:7px 0;
	background-color:#0a4366;
	margin-top:10px;
}

.btnSml a:hover{
	text-decoration:none;
	background-image:url(images/btn_big_bg_hover.gif);
}

.btnSml a:active{
	text-decoration:none;
	background-image:url(images/btn_big_bg_active.gif);
}

.marginBottom{
	margin-bottom:10px;
}
#pyramid {
	/*height: 416px;
	width: 1024px;*/
	/*background-color: #CCCCCC;*/
	margin-top:20px;
	font-size:9px;
}

#pyramid .advert {
	margin: 2px;
}
#pyramid .row {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#pyramid .row img {
	/*display: inline;*/
}
#pyramid .row .image {
	height: 90px;
	width: 240px;
	background-color: #666666;
	display: inline-block;
	margin:2px;
}
#pyramid .row .imagesmall {
	/*height: 26px;
	width: 70px;*/
	background-color: #666666;
	display: inline-block;
	color:#000000;
	/*margin:2px;*/
	font-size:10px;
	background-image:url(images/pyramid_small_logo_bg.jpg);
	
}

#pyramid .row .contImage, #pyramid .row .blockName {
	display:inline-block;
	height:26px;
	width:70px;
	overflow:hidden;
	margin:1px;
}
#pyramid .row .topCont {
	height: 90px;
	width: 240px;
}
#pyramid .row .contImage, #pyramid .row .blockName,#pyramid .row .topCont, #rightSmall .top3contImage {
	border:1px solid #EBEBEB;
	cursor:pointer;
}
#rightSmall .top3contImage, #rightSmall h2 {
	margin-bottom:10px;
}
#pyramid .row .contImage, #pyramid .row .topCont {
	background-repeat:no-repeat;
	background-position:center; 
}
#pyramid .row .blockName {
	padding-top :9px;
	height:17px;
	line-height: 8px;
	background-image:url(images/pyramid_small_logo_bg.jpg);
	
}
#pyramid .row .bigImage {
	display:block;
	margin:0 auto;
}
#pyramidContribInfo {
	border: 1px solid #EBEBEB;
	background-color: #FFFFFF;
	position:absolute;
	padding:10px;
	left: 20px;
	top: 20px;
	width:242px;
	/*height:230px;*/
}
#pyramidContribInfo img {
	border: 1px solid #EBEBEB;
}
#pyramidContribInfo h2 {
	text-align:left;
	margin-bottom: 10px;
}
#pyramidContribInfo #contribution {
	font-size: 14px;
	margin: 10px 0 0 0;
}
#pyramidContribInfo #comments {
	font-size:11px;
	margin-top:10px;
	padding-top:10px;
	/*border-top: 1px solid #0A4366;*/
}
