/*COLOURS
	backgroundGreen: #7a8986
	darkBlue: #014181	
	darkGrey: #404040;
	lightGreen: #bfd6ce;
	lightGrey: #e0e0e0
	lightPurple: #ddd6e6;	
*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url('../images/site_backgrounds/background_wrapper.gif') repeat-y top center;
	background-color: #7a8986;
	font-size:0.75em;
	line-height: 1.0em;
	color: #454545;
}

p{
	line-height: 1.4em;
	margin-top: 0px;
}

/*LINKS*/
a{
	color: #014181;
	font-weight: 800;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

b{
	font-weight: 600;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1em;
	font-weight: 100;
}


h1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size:22px;
	line-height: 24px;
	font-family: Arial;
}

h2{
	font-size:18px;
	font-family: Arial;
	line-height: 20px;
	padding-bottom: 0.3em;
	width: 260px;
}


h3{
	margin-top: 9px;
	margin-left: 6px;
	font-weight: normal;
	font-size:18px;
	font-family: Arial;
}

h5, .homeHeader{
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0px;
}

table{
	margin: 1em 0 1em 0;
	border: 0;
}

table tr{
	border: 0;
}

table tr td{
	padding: 0.3em;
	border: 0;
}

strong{
	font-weight: bold;
}

#container{
	width: 961px;
	margin: 0 auto;
}


#header{
	width: 738px;
	float: right;
}

/*VERY TOP ELEMENTS*/

#tel_number, #contact{
	width: 170px;
	height: 32px;
	background: url('../images/site_general/donate_footer.gif') no-repeat bottom left;
	background-color: #e0e0e0;
}

#home{
	width: 124px;
	height: 31px;
	background: url('../images/site_general/home_link_bg.gif') no-repeat bottom left;
	background-color: #e0e0e0;
	float: left;
}

#tel_number{
	float: left;
}

#donate{
	margin-top:20px;
}

#contact{
	float: left;
	margin-right: 20px;
}

#search{
	height: 32px;
}

/*INPUT AREAS*/
#search input{
	width: 215px;
	border: 1px #ddd solid;
	margin: 9px 0px 0 6px;
	padding: 4px;
	font-size: 0.9em;
	color: #798986;
}

#search textarea{
	width: 215px;
	border: 1px #ddd solid;
	margin: 9px 0px 0 6px;
	padding: 1px;
	font-size: 0.9em;
	color: #798986;
	height:19px;
}

#search .submit{
	width: 30px;
	font-weight: bold;
	color: #798986;
	background-color: #FFF;
	border: 0;	
	margin: 0;
	font-size: 1.0em;
	background:url('../images/site_general/search_submit_chevron.gif') no-repeat center center;
	
}

/*MAIN NAV*/
#top_nav{
	margin: 10px 0 0px 0;
	padding-bottom: 5px;
	width: 505px;
	height: 55px;
	float: left;
}
	#top_nav ul{
		float:left;
	}
	#top_nav li{
		display: inline;
		line-height: 1.3em;
		list-style-type: none;
		margin-right: 29px;
	}
	
	#top_nav li.empty{
		border-bottom: 1px #d0dcda solid;
		width:117px;
		display: block;
		height:17px;
		margin: 0 2px 0 2px;
	}
	
	#top_nav a{
		display: block;
		color: #454545;	
		font-weight: bold;
		background: url('../images/site_general/nav_bg.gif') repeat-x 0px 40px;
		padding: 2px 0 0 6px;
		margin: 0 2px 0 2px;
		font-size: 1.1em;
		text-decoration: none;
		width:111px;
		border-bottom: 1px #d0dcda solid;
	}
	
	#top_nav .last a {
		border-bottom:0px;
	}
	
	#top_nav ul.wider a{
		width:184px;
	}

	#top_nav a:hover{
		color: #FFF;	
		background-position: 0px 0px;
	}
	
	#top_nav .selected{
		color: #FFF;	
		background-position: 0px 0px;
	}
	
	#righthandnav {
		float:left;
		height:116px;
	}

/*SUB NAV*/
#sub_nav li{
	padding-bottom: 10px;
	padding-right: 20px;	
}

#sub_nav a{
	font-weight: normal;
	color: #454545;
	text-decoration: none;
	line-height: 1.4em;
}

#sub_nav a:hover{
	color: #014181;	
}

#sub_nav .selected{
	color: #014181;	
	background-position: -159px 0pt;
}

/*SUB SUB NAV*/
#subsub_nav{
	padding-bottom: 10px;
}

#subsub_nav li{
	font-size: 0.9em;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 10px;	
}

#subsub_nav a{
	color: #454545;
	text-decoration: none;
	line-height: 1.0em;
	font-weight:normal;
}

#subsub_nav a:hover{
	color: #014181;	
}

#subsub_nav .selected{
	color: #014181;
	background-position: -159px 0pt;
}

/*GENERAL LAYOUT*/

#header{
	width: 747px;
	float: right;
	margin-right: 30px;
}

#nav {
	border-bottom: 1px #b2b2b2 solid;
	height:116px;
	margin-left:1px;
}

#content{
	width: 100%;
}
#homepage{
	width: 962px;
	margin: 0 auto;
}

.mainPanel {
	background-color: #c5d3d4;
	height: 294px;
	margin-left:1px;
	width:100%;
}

.mainContent {
	padding: 74px 0 0 329px;
	width: 350px;
	float: left;
}

.main_heading{
	font-size:26px;
	line-height: 28px;
	color: #163554;
}

.sub_heading{
	background: url('../images/site_general/play_arrow.jpg') no-repeat top left;
	padding:10px 0 0 59px;
	font-size:12px;
	font-weight:bold;
	color: #163554;
	width:210px;
	height: 50px;
	margin-top:19px;
	cursor: pointer;
}

.calltoaction {
	display: none;
	font-size:20px;
	line-height: 24px;
	color: #163554;
	padding: 74px 0 0 329px;
	width: 329px;
	float:left;
}

.supportContent {
	float:right;
	padding-top:78px;
}

.supportContent ul li {
	width:193px;
	background: url('../images/site_general/support_divider.gif') no-repeat top left;
	background-color:#d1dddd;
	height:30px;
	padding:10px 0 0 34px;
}


.supportContent ul li a{
	color: #163554;
	font-size:14px;
}

.callus {
	background-color:#d1dddd;
}

#homepage .panels {
	padding: 20px 0 20px 20px;
}

.bigpanel {
	width: 300px;
	height: 124px;
	float:left;
	margin:0 12px 12px 0;
	background: #d1caba left top no-repeat;;
	display:block;
}

.bigpanel:hover {
	text-decoration: none;
}

.titleBlock {
	background: url('../images/site_general/bigpanel_textblock.png') repeat;
	margin-top: 78px;
	padding:5px;
}

.titleBlock:hover {
	background: #061a2d;
}

.titleBlock p {
	color: #ffffff;
}

.smallpanel {
	width: 290px;
	min-height: 87px;
	float:left;
	margin:0 12px 0 0;
	display:block;
	background: #f7f9fa;
	border-top: 1px #c6c7c8 dashed;
	padding: 5px;
}


.smallpanel p.homeHeader {
	color: #333333;
}

.smallpanel img {
	float: left;
	padding-right: 10px;
}

.closeVideo {
	display:none;
	cursor: pointer;
	font-weight: bold;
	color: #163554;
	font-size:14px;
	padding: 5px;
	margin: -78px 0 48px 0;
}

.videoChannel {
	background: #d1caba url('../images/site_images/videochannel.jpg') no-repeat top left;
	width: 300px;
	height: 124px;
	float:left;
	margin:4px 12px 12px 0;
	display:block;
}

.videoChannel .titleBlock {
	margin-top: 68px;
}

.videoChannel .titleBlock a {
	background: url('../images/site_general/play_arrow.png') no-repeat;
	padding-left: 84px;
	display: block;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	height: 47px;
}

.socialChannel {
	background: url('../images/site_images/socialmedia.jpg') no-repeat;
	padding: 20px 0 10px 94px;
	
}

.donationChannel {
	background: url('../images/site_general/donate_panel.gif') no-repeat;
	padding: 20px 0 10px 94px;
}

.right_content{
	width: 777px;
	float: right;
}

/*COLUMNS*/
.column_1, #sub_nav{
	float: left;
}

#sub_nav{
	width: 145px;
	padding:20px 10px 0 20px;
}

.column_1{
	width: 125px;
	margin-top: 54px;
	border-top: 2px #014181 solid;
	padding-top: 12px;
	padding-right: 20px;
}
.column_1.top_bar{
	border: none;
	margin: 0px;
	padding-top: 0px;
}

.column_2{
	float: left;
	width: 550px;
	padding-top: 20px;
}

	/*SUB COLUMNS*/
	.column_2 .subColumnLeft, .column_2 .subColumnRight{
		width: 265px;
		margin-top: 30px;
	}

	.column_2 .subColumnLeft{
		float: left;
	}

	.column_2 .subColumnRight{
		float: right;
	}

.column_3{
	float: right;
	width: 177px;
	margin-right: 30px;
	padding-top: 20px;
}

/*PROTECT IMAGES*/
.transparency{
	background: url('../images/site_images/trans.gif') top left;
	width: 100%;
	height: 100%;
}

.animatedPanel{
	position: relative;
	background-color: #bfd6ce;
	margin-bottom: 0px;
	padding-bottom: 20px;
	width: 100%;
	height: 187px;
	overflow: hidden;
}

	.animatedPanel .panelContent{
		position: absolute;
		margin-top: 184px;
		background-color: #bfd6ce;
		width: 158px;
		height: 150px;
		padding: 6px 15px 0 10px;
	}
	.animatedPanelFooter{
		background: url('../images/site_panels/curve_left.png') no-repeat bottom left;
		background-color: #bfd6ce;
		width: 100%;
		height: 10px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.animatedPanelFooter .rightCorner{
		background: url('../images/site_panels/curve_right.png') no-repeat bottom right;
		height: 100%;
	}
	
	.animatedPanel .shadow{
		background: url('../images/site_general/drop_shadow.png') no-repeat bottom;
		position: absolute;
		height: 14px;
		width: 100%;
		margin-top: 171px;
	}

/*FEATURE*/
#flash{
	padding-bottom: 7px;
}

.leftCorner{
	background: url('../images/site_panels/curve_left.png') no-repeat bottom left;
	height: 100%;	
}

#pic .headline{
	width: 240px;
	padding: 55px 0 0 285px;
	color: #fff;
}

#headline_2{
	width: 280px;
	padding: 123px 0 0 15px;
	color: #fff;
}

#animateFeatures{
	padding-top:35px;
}

.feature_pic{
	float: right;
	margin: 5px -160px 20px 20px;
}
.image_caption{
	float: right;
	margin: 220px -155px 20px 20px;
	font-weight: bold;
	font-size: 0.9em;
}

.feature{
	padding-bottom: 0.5em;	
}

.feature #intro_compact h2{
	width: 260px;
	padding-bottom: 1.0em;
}

.feature #intro{
	width: 260px;
}

.feature #intro h2{
	padding-bottom: 1.0em;
}

.feature, .no_indent{
	width: 390px;
}

.no_indent{
	margin-top: 13px;
}

.no_indent p, .feature, .no_indent p{
	margin-bottom: 1em;
}

	.feature p{
		text-indent: 0em;
		margin-bottom: 1em;
	}
	
	.feature li{
		line-height: 1.4em;
		margin: 0 0 0.5em 1.5em;
		list-style: disc;
	}
	
	.feature ul{
		margin-bottom: 0.5em;
	}

.rightCorner{
		background: url('../images/site_panels/curve_right.png') no-repeat bottom right;
		height: 100%;
	}

/*MAIN PANELS*/
.panel{
	background: url('../images/site_panels/curve_left.png') no-repeat bottom left;
	margin-bottom: 15px;
}

	.panel .rightCorner{
		background: url('../images/site_panels/curve_right.png') no-repeat bottom right;
		height: 100%;
		padding: 8px 8px 8px 8px;
	}

	.panel a, .animatedPanel a, .column_2 .subColumnLeft a, .column_2 .subColumnRight a, .three_column a{
		font-weight: normal;
		color: #404040;
		text-decoration:none;
	}

	.panel a:hover, .animatedPanel a:hover, .column_2 .subColumnLeft a:hover, .column_2 .subColumnRight a:hover, .three_column a:hover{
		text-decoration:underline;
	}

/*COLOURED SECTIONS*/
.purple h1{
	border-bottom: 2px #ddd6e6 solid;
}

.blue h1{
	border-bottom: 2px #014181 solid;
}

.green h1{
	border-bottom: 2px #bfd6ce solid;
}

.green .panel{
	background-color: #bfd6ce;
}

.purple .panel{
	background-color: #ddd6e6;
}

/*INPUT AREAS*/

#comment input{
	width: 376px;
	border: 1px #b3b3b3 solid;
	margin: 5px 0px 0 0px;
	padding: 1px;
	font-size: 0.9em;
	color: #404040;
}

#comment textArea{
	width: 376px;
	border: 1px #b3b3b3 solid;
	margin: 5px 0px 0 0px;
	padding: 1px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #404040;
}

#comment .submit{
	background: url('../images/site_general/submit.gif');
	width: 380px;
	height: 40px;
	border: 0;
}

/*COMMUNITY LINKS*/
.more{
	width: 100%;
	border-top: 2px #bfd6ce solid;
	margin-top: 25px;
	padding: 8px 0 0px 0;
}

.more ul{
	list-style:none;
	margin:6px 0 4px 0;
	padding:0;
}

	.more ul li{
		display:inline;
		float: left;
		margin-right: 5px;
	}

	.more ul li.digg, .more ul li.reddit, .more ul li.facebook, .more ul li.stumbleupon, .more ul li.delicious{
		display: block;
		width: 14px;
		height: 14px;
	}

	.more ul li.delicious{
	}

	.more ul li.digg{

	}

	.more ul li.reddit{
		padding:0 0 0 2px;
	}

	.more ul li.facebook{
	}

	.more ul li.stumbleupon{
	}

	.more ul li a{
		color: #014181;
		padding: 0 0 0 4px;
		text-decoration: none;
	}

	.more ul li.delicious a, .more ul li.digg a, .more ul li.reddit a, .more ul li.facebook a, .more ul li.stumbleupon a{
		padding:0 0 0 0px;
		margin:0 3px 0 0px;
	}

/*3 Column Layout*/

.three_column{
	width: 170px;
	float: left;
	margin-right: 20px;
}

.three_column .content{
	height: 215px;
	position: relative;
	padding-top: 50px;
	background-color: #ddd6e6;
	margin-bottom: 0px;
	padding-bottom: 20px;
	overflow: hidden;	
}

	.three_column .panelContent{
		position: absolute;
		margin-top: 192px;
		background-color: #ddd6e6;
		width: 163px;
		height: 150px;
		padding: 6px 5px 0 5px;
	}
	.three_column .animatedPanelFooter{
		background: url('../images/site_panels/curve_left.png') no-repeat bottom left;
		background-color: #ddd6e6;
		width: 100%;
		height: 10px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	.three_column .shadow{
		background: url('../images/site_general/drop_shadow.png') no-repeat bottom;
		position: absolute;
		height: 14px;
		width: 100%;
		margin-top: 179px;
	}


/*GENERAL*/

.clear{
	clear:both;
}

	
/*FOOTER*/
#footer{
	border-top: 2px #014181 solid;
	padding-top: 10px;
	margin: 65px 25px 20px 0;
}

	#footer a{
		color: #454545;
		text-decoration: none;
		padding-right: 20px;
		font-weight: normal;
	}
	
	#footer a:hover{
		text-decoration: underline;
	}

.clear{
	clear:both;
}

/*SEARCH*/

#item_count, .search_subhead{
	font-weight: 800;
}

.result .title{
	padding-top: 20px;
}

.result .type{
	font-weight: 800;
}

.pollRadio {
	display: block;
	padding: 5px 0;
}
