/*=============================
	Contents
-------------------------------
1. 	  Reset
2.    Structure
2.1   Navigation/Menus
3.    Typography
4.    div & class Elements
5.    Other
=============================*/

/*=============================
	1. Reset
=============================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}.clear{clear:both;}

/*=============================
	2. Structure
=============================*/

html, body {
	background:url(../ui/background.jpg) no-repeat left top #236487;
	color:#32789b;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

a, a:visited {
	color:#CC741D;
	text-decoration:none;
}

a:hover, a:active {
	color:#559BB5;
	text-decoration:none;
}

.container {
	margin:0 auto;
	position:relative;
	width:960px;
}

#intro {
	background:#79AAC5;
	clear:both;
	height:50px;
	overflow:hidden;
	padding:10px;
	position:relative;
}
	.index #expand, .index #close {
		display:none;
	}
	#expand, #close {
		background:#27698C;
		bottom:0;
		font-size:11px;
		line-height:16px;
		padding:8px;
		position:absolute;
		right:49%;
	}
		#expand img, #close img {
			border:none!important;
			margin-right:8px;
		}
	.index #intro {
		height:auto;
	}
	#latestNews {
		color:#FFF;
		float:left;
		margin-right:20px;
		width:300px;
	}
	#intro img {
		border:3px solid #a1cbdc;
		float:left;
	}

#content {
	background:#FFF;
	padding:16px 10px;
}
	#charities {
		border:3px solid #a1cbdc;
		float:right;
		margin-left:20px;
		width:240px;
	}

#footer {
	text-align:right;
}

/*=============================
	2.1 Navigation
=============================*/

#navigation {
	float:right;
	margin:168px auto 0;
	position:relative;
	width:742px;
	z-index:100;
}
#navigation li {
	float:left;
}				
#navigation li a {
	display:block;
	height:36px;
	text-indent:-9999em;
}
#nHome a {
	background:url(../ui/navigation.png) no-repeat 0 0;
	width:95px;
}
	#nHome a:hover, .index #nHome a {
		background-position:0 -48px;
	}
#nAbout a {
	background:url(../ui/navigation.png) no-repeat -95px 0;
	width:106px;
}
	#nAbout a:hover, .about #nAbout a {
		background-position:-95px -48px;
	}
#nAdvocacy a {
	background:url(../ui/navigation.png) no-repeat -201px 0;
	width:111px;
}
	#nAdvocacy a:hover, .advocacy-projects #nAdvocacy a  {
		background-position:-201px -48px;
	}
#nCounselling a {
	background:url(../ui/navigation.png) no-repeat -312px 0;
	width:127px;
}
	#nCounselling a:hover, .counselling-projects #nCounselling a {
		background-position:-312px -48px;
	}
#nStaff a {
	background:url(../ui/navigation.png) no-repeat -440px 0;
	width:76px;
}
	#nStaff a:hover, .staff-profiles #nStaff a {
		background-position:-440px -48px;
	}
#nResources a {
	background:url(../ui/navigation.png) no-repeat -516px 0;
	width:108px;
}
	#nResources a:hover, .resources #nResources a {
		background-position:-516px -48px;
	}
#nContact a {
	background:url(../ui/navigation.png) no-repeat -624px 0;
	width:119px;
}
	#nContact a:hover, .contact-us #nContact a {
		background-position:-624px -48px;
	}

#subnav {
	background:url(../ui/subnav.jpg) repeat transparent;
	clear:both;
	font-size:11px;
	height:33px;
}
	#subnav li {
		float:left;
		line-height:33px;
		margin-left:18px;
		
	}
	.counselling-projects #subnav li {
		height:33px;
		overflow:hidden;
		width:80px;
	}
		.counselling-projects #subnav li:hover {
			width:auto;
		}
	#subnav a, #subnav a:visited {
		color:#236487;
		text-decoration:none;
	}
	#subnav a:hover, #subnav a:active {
		color:#3d9dd1;
		text-decoration:underline;
	}

/*=============================
	3. Typography
=============================*/

#logo a {
	background:url(../ui/logo.png) no-repeat left 20px;
	display:block;
	height:181px;
	position:absolute;
	top:10px;
	text-indent:-99999em;
	width:549px;
	z-index:50;
}

@font-face {
	font-family: CartoGothic Std;
	src: local("CartoGothic Std"), url(CartoGothicStd-Book.otf) format("opentype");
}

h1 {
	font-family:CartoGothic Std;
	font-size:28px;
}

#latestNews p {
	background:#427489;
	font-family: CartoGothic Std, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:6px 10px;
}
	#latestNews a, #latestNews a:visited {
		color:#FFF;
		text-decoration:none;
	}
	#latestNews a:hover, #latestNews a:active {
		color:#DDD;
		text-decoration:underline;
	}
	#latestNews dl {
		background:#47798f;
		font-size:11px;
		min-height:190px;
		padding:10px;
	}
	#latestNews dt {
		background:url(../ui/news.gif) no-repeat left top;
		padding-left:23px;
		font-weight:bold;
	}
	#latestNews dd {
		margin-bottom:18px;
		padding-left:23px;
	}

#content h1 {
	color:#005480;
	font-family: CartoGothic Std, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:20px;
}
#content h2 {
	color:#CC741D;
	font-family: CartoGothic Std, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:16px;
}

#content p {
	font-size:12px;
	line-height:20px;
	margin-bottom:20px;
}

#content .image {
	border:1px solid #559BB5;
	float:right;
	margin:0 0 4px 4px;
	padding:2px;
}

#content .pdf {
	background:url(../ui/pdf.png) no-repeat left;
	float:right;
	font-size:12px;
	padding-left:22px;
}

form {
	font-size:12px;
}
	form .row {
		margin:10px 0;
		padding:10px 0;
	}
	form label {
		clear:left;
		display:block;
		float:left;
		width:160px;
	}
	form .formw {
		float:left;
		width:320px;
	}
	form #mFormSubmit {
		background:url(../ui/submit.png) no-repeat;
		border:none;
		clear:both;
		cursor:pointer;
		display:block;
		height:40px;
		margin:0 0 40px 160px;
		text-indent:-9999em;
		width:165px;
	}
		form #mFormSubmit:hover {
			background:url(../ui/submit.png) no-repeat bottom;
		}

#charities li {
	margin:10px 0;
	text-align:center;
}

#footer p {
	font-size:11px;
	line-height:48px;
}
	#footer a, #footer a:visited {
		color:#FFF;
		text-decoration:none;
	}
	#footer a:hover, #footer a:active {
		color:#FFF;
		text-decoration:underline;
	}