/* CSS layout rules for content formatting */

body {
	/*font-size: 69%;  tested sizes are 60%, 62.5%, 69%, 76%. Anything else requires testing (espcially on a Mac) */
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera */
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #666;
	background-color: white;
	}
	
p, ol, li, dd, table, ul li {	
	font-size: 1.077em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1.5em;	
	font-weight : normal;
	}
ul li ul li{	
	font-size: 1.091em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	text-align: left; /* compensates for an IE 6 bug */
	margin-top: 0;
	margin-bottom: 1em;	
	font-weight : normal;
	}

select, input {
	font-size: 1em;
}	
	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3em;
}	

h1 {
	margin-top: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.750em;
	margin-bottom: 0.7em;
	font-weight: 700;	
}

h2 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.333em;
	font-weight:700;
	letter-spacing: 1px;
	margin-bottom: 0.7em;
}

h2.headingUnderlinedSmall,
h2.headingUnderlinedLarge {
	background: #fff url(../images/bkg-line-240.gif) bottom left no-repeat;
	font-size: 1.545em;
	padding: 0 0 0.3em 0;
}
h2.headingUnderlinedLarge{
	background: #fff url(../images/bkg-line-400.gif) bottom left no-repeat;
	padding: 0 0 0.2em 0;
}
h3 {
	font-size: 1.273em;
	font-weight: bold;
	margin: 0;
	line-height: 1.5em;
}	

ul {
	margin-top: 1em;
	padding-left: 1.5em;
	margin-left: 1.5em;
	list-style-type: square;
}
ol.decimal	 {
	list-style-type: decimal
}
	
img { border: 0; }

hr {
	color: #ddd; /* incorrectly used by IE */
	background: #ddd; /* used by Gecko, Opera browsers */
	border: 0; 
	height: 1px;
	margin: 15px 0px 15px 0px
	}

form {
	margin: 0;
	padding: 0;
}
	
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCentre{
	text-align:center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	/*margin-left: 15px;*/
}

.imgVerticalAlign {
	vertical-align : middle;
}

.txtSmall {
	font-size: 0.9em;
}	

.txtIndent {
	padding: 0px;
}

.coloured {
	color: #61207F;
}	

.required {
	font-weight: bold;
	color: red;
}

div.faddedLineLarge {
	background: #fff url(../images/bkg-line-400.gif) top left no-repeat;
	width: 400px;
	height: 1px;
	color: #FFFFFF;
	text-align: left;
	margin: 14px 0;
	}

.program {
	padding: 0 0 0 10px;
}

.noWrap {
	white-space:nowrap
}

.marginBottomNone {
	margin-bottom: 0;
}

.noMargin {
	margin: 0;
	padding: 0;
}

.marginLeft {
	margin-left: 20px;
}

.featureBox {
	border: 1px solid #d9d9d9;
	margin: 0;
}
.featureBox tr {
	vertical-align: top;
}
.featureBox td {
	padding: 10px 0;
	vertical-align: top;
}
.featureBox p, 
.featureBox h2,
.featureBox h3,
.featureBox ul,
.featureBox div {
	padding: 0px 10px 0 15px;
}
.featureBox ul.downloads {
	margin-left: 15px;
}
.table3Column .caption {
	width: 33%;
}
.caption,
.caption p {
	font-size: 1.000em; 
	font-family:  'Lato', Helvetica, Arial, sans-serif;
	color: #999;
	line-height: 1.3em;
	margin-bottom: 10px;
	vertical-align: top;
}
.captionLarge,
.captionLarge p {
	font-size:1.833em;
	font-weight:200;
	line-height:1.4em;
	color: #999;
}
.table2Column tr {
	vertical-align: top; 	
}
.table2Column .column1 {
	padding-right: 20px;
}
.table3Column {
	width: 100%
}
.table3Column tr {
	vertical-align: top; 	
}
.table3Column p {
	margin-right: 10px;
}

.eventTable,
.eventTable2Col {
	border: 0;
	margin: 0;
	padding: 0;
	clear:both;
	font-size: 100%;
}
.eventTable tr,
.eventTable2Col tr {
	margin: 10px;
	vertical-align: top;
}	
.eventTable td,
.eventTable2Col td {
	padding: 10px 0;
}
.eventTable2Col td.column1 {
	padding-right: 30px;
	width: 230px;
}
.eventTable td.column1 {
	background: #fff url(../images/bkg-line-400.gif) no-repeat 0 0;	
	padding-right: 10px;
	padding-left: 5px;
}

.eventWrapper {
	width: 494px;
	\width: 499px; 
  	w\idth: 494px;	
	float: left;
	margin: 0;
	padding: 15px 0 5px 5px;
	background: #fff url(../images/bkg-line-400.gif) no-repeat 0 0;	
}
.eventContent {
	float: left;
	width: 398px;
	overflow: visible;
}
.eventIcon {
	float: right;
	width: 70px;
}

.backBox {
	padding: 6px 10px;
	border: 1px solid #50ABAC;
	background-color: #F4F4F4;	
}
.backBox ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}	
.backBox ul li {
	padding-left: 16px;
	margin: 0;
	background: url(../images/icon-abo-arrow-back.gif) no-repeat 0 4px;
}
.backBox a {
	text-decoration: none;
	}
.backBox a:hover {
	text-decoration: underline;
	}	

ul.downloads {
	list-style-type: none;
	margin: 20px 0;
	padding-left: 0;
}	
ul.downloads li.pdf,
ul.downloads li.doc {
	padding-left: 22px;
	margin: 0;
	background: #FFFFFF url(../images/icon-acrobat.gif) no-repeat 0 0;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
ul.downloads li.doc {
	background: #FFFFFF url(../images/icon-word.gif) no-repeat 0 0;
}

.backToTop {
	margin: 15px 0;
}

.awesome {
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.yellow.awesome {
background: #ffb515 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.yellow.awesome:hover {
background-color: #fc9200;
}
.awesome:visited {
color: #fff;
}
.large.awesome {
font-size: 14px;
padding: 8px 14px 9px;
}

.report_box {
	float:left;
	margin-right:20px;
}

.DonateNowbutton {
	display: block;
	width: 140px;
	height: 34px;
	background: url('/images/but-donate-now.png') bottom;
	text-indent: -99999px;
}
.DonateNowbutton:hover {
	background-position: 0 0;
}

.Joinourlist {
	display: block;
	width: 140px;
	height: 34px;
	background: url('/images/but-join-our-list.png') bottom;
	text-indent: -99999px;
}
.Joinourlist:hover {
	background-position: 0 0;
}

.datebox {
	float:left;width:217px;margin-right:20px;
}
.titlebox {
	float:left;width:575px;
}
