/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */


/* Elements
----------------------------------------*/

body{
	background-color:#FFFFFF;
}

body, p, td, th, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4d4d4d;
}

#printLogo{
	display:none;
} /* added for printing the page */

p{
	margin: 0 3px 10px;
	letter-spacing: .8px;
}


/*--- Basic Link Styles ---*/

a{
	color:#2f6c9c;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#2f6c9c;
	text-decoration:underline;
}


/*--- Basic Title Styles ---*/
h1,h2,h3,h4,h5,h6{
	margin:5px 0 10px 0;
	font-size:17px;
	font-weight: normal;
}

	h1{
		font-family: Georgia, sans-serif;
		color:#2d2d2d; 
		font-size:31px;
		letter-spacing: 1px;
	}
	
	h2{
		font-family: Georgia, sans-serif;
		color:#b9601f; 
		font-size:15px;
		letter-spacing: 1px;
	}

	h3{
		font-family: Georgia, sans-serif;
		font-size: 18px;
		letter-spacing: 1px;
		color:#2d2d2d;
	}
	
	h4{color:#5C8127; font-size:14px;}
	
	h5{color:#5C8127; font-size:13px;}
	
	h6{
	color:#000000; 
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: .8px;
	}
	
	ul{margin-left:25px; margin-bottom: 7px; list-style-type:none;}
	ol{margin-left:25px;}
	
	li ul{
	margin-top: 10px;
}
	
	ul li{
	padding-left: 13px;
	background: url(../images/li.gif) 0 4px no-repeat;
	margin-bottom: 10px;
	}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em			{font-style:italic;}


/* Standard Definitions
----------------------------------------*/
.fleft 		{float:left;}
.fright 	{float:right;}
.clear  	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

.hr-grey{
	height: 2px;
	background: url(../images/hr-grey.gif) repeat-x;
	margin-bottom: 7px;
}

.hr-yellow{
	height: 2px;
	background: url(../images/hr-yellow.gif) repeat-x;
	margin-bottom: 7px;
}

.hr-blue{
	height: 2px;
	background: url(../images/hr-blue.gif) repeat-x;
	margin-bottom: 7px;
}

.hr-red{
	height: 2px;
	background: url(../images/hr-red.gif) repeat-x;
	margin-bottom: 7px;
}

.hr-green{
	height: 2px;
	background: url(../images/hr-green.gif) repeat-x;
	margin-bottom: 7px;
}

.img-grey{
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.img-yellow{
	border-bottom: 1px solid #ddc248;
	border-right: 1px solid #ddc248;
}

.img-red{
	border-bottom: 1px solid #b9601f;
	border-right: 1px solid #b9601f;
}

.img-green{
	border-bottom: 1px solid #56b072;
	border-right: 1px solid #56b072;
}

.img-blue{
	border-bottom: 1px solid #4b7fa7;
	border-right: 1px solid #4b7fa7;
}

.box {padding:10px; margin: 0 0 10px 0;}

a.learnmore{
	color: #2f6c9c;
	text-transform: uppercase;
	font-size: 10px;
	font-family: georgia, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	padding-right: 10px;
	background: url(../images/arrow-trans.png) right 3px no-repeat;
	float: right;
	margin-right: 5px;
}

a.navlink{
	color: #2f6c9c;
	text-transform: uppercase;
	font-size: 10px;
	font-family: georgia, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	padding-left: 10px;
	background: url(../images/arrow-trans.png) left 5px no-repeat;
	display: block;
	margin-left: 5px;
	padding-bottom: 7px;
	padding-top: 2px;
}

/* List Definitions
----------------------------------------*/
ul.normal {
	list-style-type:disc;
	margin-bottom:10px;
}

ul.advanced{
	margin:0 10px 0 12px;
}

/* Top Nav*/

#nav{
	float: right;
}

#nav, #nav ul {
	padding: 0;
	margin: 45px 70px 0 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0 13px 0 0;
	margin: 0 0 0 30px;
	background: none;
	display: block;
}


#nav li.arrow{
	background: url(../images/arrow-down.gif) right 7px no-repeat;
}

#nav li.arrow a, #nav li.last a{
	text-decoration: none;
}


#nav li ul{
	position: absolute;
	width: 120px;
	left: -999em;
	margin: 0;
	padding: 0;
}

#nav li ul li{
	margin: 0;
	padding: 0;
	width: 120px;
	background: none;
	display: block;
	float: none;
	background: #f1f1f1;
}

#nav li ul li a{
	background: #f1f1f1;
	border-bottom: 1px #e4e4e4 solid;
	padding: 5px 10px;
	font-family: georgia, sans-serif;
	color: #2f6c9c;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

#nav li ul li a:hover{
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 200;
}



/* Layout
----------------------------------------*/

#center{
	width: 1046px;
	background: url(../images/bg-top.gif) no-repeat;
	margin: 0 auto;
	padding-top: 5px;
}

#header{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	width: 1046px;
	float: left;
}


#lfade{
	width: 22px;
	float: left;
	height: 300px;
	background: url(../images/fade-left.gif) no-repeat;
}

#rfade{
	width: 22px;
	float: left;
	height: 300px;
	background: url(../images/fade-right.gif) no-repeat;
}

#content{
	width: 994px;
	float: left;
}


#leftnav{
	width: 223px;
	border-top: 1px #e4e4e4 solid;
	float: left;
	background: #f1f1f1;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
/*	margin-top: 11px;*/
	margin-right: 10px;
}

#navbg{
	float: left;
	background: url(../images/bg-nav.gif) repeat-y left;
	margin-top: 11px;
}

#contactbox{
	width: 223px;
	border: 1px #e4e4e4 solid;
	float: left;
	background: #f1f1f1;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 11px;
	padding-bottom: 8px;
}

#text-area{
	width: 494px;
	margin: 0 10px 0 0;
	float: left;
	background: url(../images/bg-copy.gif) no-repeat;
}

#text-area h1{
	padding: 12px 10px;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	margin-top: 0;
}

#text-area h2{
	margin: 15px 20px;
	line-height: 160%;
}

#text-area p{
	margin: 0 10px 20px;
	line-height: 180%;
}

/*HOME PAGE STYLES*/

/*-----Community*/
#community-home{
	width: 210px;
	border-right: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	float: right;
	background: url(../images/fade-community.gif) left top no-repeat #f1f1f1;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
}

#community-body{
	width: 210px;
	height: 246px;
	float: left;
	padding-bottom: 8px;
}

#community-body p{
	line-height: 18px;
}

#community-link{
	width: 210px;
	float: left;
	height: 35px;
}

#community-home h3{
	margin: 0 0 10px 5px;
}

#community-home img{
	margin-bottom: 7px;
}

/*Colours Area*/


/*-----Learning*/

#learning-box, #living-box, #leader-box{
	float: left;
	width: 251px;
}

#leisure-box{
	float: left;
	width:241px;
}

#learning-home{
	width: 223px;
	/*height: 290px;*/
	border-top: 1px #ddc248 solid;
	float: left;
	background: url(../images/fade-yellow.gif) #ece3ba left top repeat-x;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	/*margin-top: 11px;*/
	margin-right: 11px;
	margin-left: 1px;
}

#learning-home h3{
	margin: 0 0 10px 5px;
	color: #bd920e;
}

#learning-home img{
	margin-bottom: 7px;
}

/*-----Living*/

#living-home{
	width: 223px;
/*	height: 290px;*/
	border-top: 1px #b9601f solid;
	float: left;
	background: url(../images/fade-red.gif) #d2b29a left top repeat-x;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
/*	margin-top: 11px;*/
	margin-right: 11px;
	margin-left: 1px;
}

#living-home h3{
	margin: 0 0 10px 5px;
	color: #8f3c00;
}

#living-home img{
	margin-bottom: 7px;
}

/*-----Leadership*/

#leadership-home{
	width: 223px;
/*	height: 290px;*/
	border-top: 1px #4b7fa7 solid;
	float: left;
	background: url(../images/fade-blue.gif) #a7bccc left top repeat-x;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
/*	margin-top: 11px;*/
	margin-right: 11px;
	margin-left: 1px;
}

#leadership-home h3{
	margin: 0 0 10px 5px;
	color: #284962;
}

#leadership-home img{
	margin-bottom: 7px;
}

/*-----Leadership*/

#leisure-home{
	width: 223px;
/*	height: 290px;*/
	border-top: 1px #56b072 solid;
	float: left;
	background: url(../images/fade-green.gif) #a2ceaf left top repeat-x;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
/*	margin-top: 11px;*/
	margin-left: 1px;
	margin-right: 1px;
}

#leisure-home h3{
	margin: 0 0 10px 5px;
	color: #2c683e;
}

#leisure-home img{
	margin-bottom: 7px;
}

/*Color Extend BG*/
#colors-bg{
	background: url(../images/home-color-bg.gif) repeat-y;
	float: left;
	margin-top: 11px;
}

/*Colors formatting*/

.home-colours{
	width: 220px;
	float: left;
/*	height: 220px;*/
}

#leftnav img.img-grey{
	margin-bottom: 5px;
}

.home-colours-link-yel{
	width: 220px;
	float: left;
	height: 35px;
	padding: 0 10px;
	border-bottom: 1px solid #DDC248;
	margin-right: 11px;
	clear: left;
}

.home-colours-link-red{
	width: 220px;
	float: left;
	height: 35px;
	padding: 0 10px;
	border-bottom: 1px solid #B9601F;
	margin-right: 11px;
}

.home-colours-link-blu{
	width: 220px;
	float: left;
	height: 35px;
	padding: 0 10px;
	border-bottom: 1px solid #4B7FA7;
	margin-right: 11px;
}

.home-colours-link-gre{
	width: 220px;
	float: left;
	height: 35px;
	padding: 0 10px;
	border-bottom: 1px solid #56B072;
}


/*Home Bottom Section*/

#home-about, #home-resources, #home-contact{
background: #f1f1f1;
border: 1px solid #e4e4e4;
padding: 80px 8px 8px;
float: left;
margin-top: 10px;
height: 185px;
}

.home-content{
	height: 157px;
	float: left;
	width: 302px;
}

.home-link{
	float: right;
	width: 302px;
}

#home-about{
	background: url(../images/bg-about.jpg) no-repeat #f1f1f1;
	width: 307px;
	margin-right: 10px;
}

#home-resources{
	background: url(../images/bg-resources.jpg) no-repeat #f1f1f1;
	width: 302px;
	margin-right: 10px;
}

#home-contact{
	background: url(../images/bg-contact.jpg) no-repeat #f1f1f1;
	width: 311px;
}



/*Footer*/

#footer{
	float: left;
	text-align: right;
	width: 994px;
	border-top: 1px solid #e4e4e4;
	margin-top: 10px;
}

#footer p{
	letter-spacing: normal;
	color: #adadad;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}
	
/*Tabbed Image Viewer*/

#tabs{
	position: relative;
	width: 765px;
	height: 300px;
	float: left;
}

#tab1, #tab2, #tab3, #tab4{
	width: 765px;
	height: 300px;
	border-left: 1px #e4e4e4 solid;
	border-right: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
}


.ui-tabs .ui-tabs-hide {
     display: none;
}

#tabs ul, #tabs ul li, #tabs ul li a{
	list-style: none;
	display: block;
	background: none;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#tabs ul{
	position: absolute;
	left: 1px;
	top: 4px;
	z-index: 1;
}

#tabs li#learn-tb, #tabs li#living-tb, #tabs li#leadership-tb, #tabs li#leisure-tb{
	width: 20px;
	height: 19px;
	margin-top: 9px;
	overflow: hidden;
}

#tabs li.ui-state-active{
	padding-left: 5px;
}

#tabs li#learn-tb{
	background: url(../images/tab-yellow.gif) no-repeat top right #d9ba30;
	border-right: 1px solid #c59517;
	border-bottom: 1px solid #c59517;
}

#tabs li#living-tb{
	background: url(../images/tab-red.gif) no-repeat top right #b9601f;
	border-right: 1px solid #942d0f;
	border-bottom: 1px solid #942d0f;
}

#tabs li#leadership-tb{
	background: url(../images/tab-blue.gif) no-repeat top right #2f6c9c;
	border-right: 1px solid #163368;
	border-bottom: 1px solid #163368;
}

#tabs li#leisure-tb{
	background: url(../images/tab-green.gif) no-repeat top right #2d9f50;
	border-right: 1px solid #156c26;
	border-bottom: 1px solid #156c26;
}