@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(base.css);
@import url(type-ems.css);
@import url(navigation.css);
@import url(forms.css);

/*********************************************
*
*	Page set-up
*
**********************************************/
html {
	background-color: #8ac7f9;
	}
	
body {
	background-color: #8ac7f9;
	}
	
#content-container {
	height: auto;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	border-left: 9px solid #FFFFFF;
	border-right: 9px solid #FFFFFF;
	}

#header {
	position: relative;
	}

#header #site-logo img {
	display: block;
	}

#banner img {
	display: block;
	}

#sign-post img {
	display: block;
	}

#main-content {
	float: left;
	display: inline;
	width: 571px;
	margin: 8px 0px 8px 0px;
	}

.content #main-content {
	background: #F5F6F6;
	border: #D8D6D6 1px solid;
	width: 539px;
	padding: 0px 15px 0px 15px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	}

.content #main-content .article {
	border-bottom: #999 1px solid;
	padding-bottom: 10px;
	}

.content #main-content .article.last-item {
	border-bottom: none;
	}
	
.content #main-content .article img {
	display: block;
	float: left;
	margin: 0em 1em 1em 0em;
	}
	
#side-column {
	float: right;
	display: inline;
	width: 203px;
	margin: 8px 0px 8px 0px;
	padding: 0 8px;
	}

#side-column #resources .resource {
	margin-bottom: 20px;
	}

#side-column #resources h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #485C63;
	}

#side-column #resources p,
#side-column #resources p a {
	color: #485C63;
	}

#side-column #resources p a:hover {
	color: #999;
	}

#side-column #resources img {
	display: block;
	float: left;
	margin: 0em .5em .5em 0em;
	}

.content #side-column h2 {
	display: block;
	height: 61px;
	margin: 0;
	text-indent: -9000px;
	}
	
#footer {
	clear: both;
	padding: 5px 0px 5px 10px;
	}

#footer a {
	color: #fff;
	}

#credits {
	/*height: 41px;
	background: url(/assets/graphics/credit-logos.jpg) no-repeat;*/
	margin: 10px 0px 20px 0px;
	text-align: right;
	}

#credits p {
	margin: 0;
	font-size: 1em;
	}

.rounded {
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	}

/*********************************************
*
*	Colourways
*
**********************************************/

.green #site-logo {
	background: #A6C66B;
	}

.green.content #main-content h1,
.green.content #main-content h2 {
	color: #A6C66B;
	}

.green #footer {
	background: #A6C66B;
	}

.pink #site-logo {
	background: #9966CC;
	}

.pink.content #main-content h1,
.pink.content #main-content h2 {
	color: #9966CC;
	}

.pink #footer {
	background: #9966CC;
	}

.red #site-logo {
	background: #B20F62;
	}

.red #footer {
	background: #B20F62;
	}

.red #side-column {
	background: #f2d0e1;
	}

.red #main-content h1 {
	color: #B20F62;
	}
	
.orange #site-logo {
	background: #F6BC22;
	}

.orange #footer {
	background: #F6BC22;
	}

.orange #side-column {
	background: #FFEAB9;
	}

.orange #main-content h1 {
	color: #F6BC22;
	}

.purple #site-logo {
	background: #A38DC3;
	}

.purple #footer {
	background: #A38DC3;
	}

.purple #side-column {
	background: #D8D1E8;
	}

.purple #main-content h1 {
	color: #A38DC3;
	}

.dkblue #site-logo {
	background: #1D4469;
	}

.dkblue #footer {
	background: #1D4469;
	}

.dkblue #side-column {
	background: #caddef;
	}

.dkblue #main-content h1 {
	color: #1D4469;
	}

.ltblue #site-logo {
	background: #47C5F2;
	}

.ltblue #footer {
	background: #47C5F2;
	}

.ltblue #side-column {
	background: #D5EDFA;
	}

.ltblue #main-content h1 {
	color: #47C5F2;
	}
/*********************************************
*
*	Home Page
*
**********************************************/


#home-page #main-content p a {
	color: #A6C66B;
	font-weight: bold;
	text-decoration: none;
	}

#home-page #main-content p a:hover {
	color: #999;
	}

#home-page #feature {
	float: left;
	display: inline;
	width: 539px;
	padding: 0px 15px 0px 15px;
	background: #F5F6F6;
	border: #D8D6D6 1px solid;
	margin-bottom: 8px;
	}

#home-page #feature h1 {
	font-size: 2.6em;
	margin: .5em 0;
	}

#home-page #feature p {
	font-size: 1.4em;
	}

#home-page #feature img {
	display: block;
	float: left;
	margin: 0em 1em 1em 0em;	
	}

#home-page .sub-feature {
	position: relative;
	display: inline;
	width: 228px;
	padding: 0px 35px 0px 15px;
	border: #D8D6D6 1px solid;
	}

#home-page .sub-feature h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: bold;
	}

#home-page .sub-feature p {
	margin-top: 0;
	}

#home-page .sub-feature img {
	display: block;
	float: left;
	margin: 0em 1em 1em 0em;	
	}

#home-page #sub-feature-one {
	float: left;
	background: #F8F3D0;
	}

#home-page #sub-feature-two {
	float: right;
	background: #F5F6F6;
	}

#home-page #side-column {
	background: #CAE5C9 url(../graphics/latest-events-heading.gif) no-repeat;
	}

#home-page #side-column h2 {
	display: block;
	height: 36px;
	margin: 0;
	text-indent: -9000px;
	}

#home-page #side-column .event h3 {
	font-weight: bold;
	}

#home-page #side-column .event h3, #home-page #side-column .event h4, #home-page #side-column .event p {
	margin: 0;
	}
	
#home-page #side-column .event p.date {
	color: #666666;
	font-style: italic;
	}
	
#home-page #side-column .event h4, #home-page #side-column .event h4 a, #home-page #side-column .event p , #home-page #side-column p a {
	color: #485C63;
	}
	
#home-page #side-column a {
	text-decoration: none;
	}
	
 #home-page #side-column .event h4 a:hover, #home-page #side-column a:hover {
	color: #999;
	}

#home-page #side-column .event {
	margin: 1em 0;
	}

/*********************************************
*
*	About page
*
**********************************************/

.about #side-column {
	background: none;/*background: #f2d0e1 url(../graphics/about-nwtwc-heading.gif) no-repeat;*/
	}

#board-page #main-content table td {
	border: solid 1px #ccc;
	}

#board-page #main-content table th {
	border: solid 1px #ccc;
	background: #f2d0e1;
	}

/*********************************************
*
*	Connecting page
*
**********************************************/

#connecting-page #side-column {
	background: #FFEAB9 url(../graphics/connecting-heading.gif) no-repeat;
	}

/*********************************************
*
*	Empowerment page
*
**********************************************/

#empowerment-page #side-column {
	/*background: #D8D1E8 url(../graphics/empowerment-heading.gif) no-repeat;*/
	background: none;
	}

/*********************************************
*
*	events page
*
**********************************************/

.events #side-column {
	background: #caddef url(../graphics/events-heading.gif) no-repeat;
	}

/*********************************************
*
*	resources page
*
**********************************************/

.resources #side-column {
	background: #D5EDFA url(../graphics/resources-heading.gif) no-repeat;
	}

#national-contacts-page #main-content h1,
#partnership-contacts-page #main-content h1 {
	font-size: 1.6em;
	}
	
/*********************************************
*
*	Helpers
*
**********************************************/

/* remove item from flow */
.display-none { display: none; }

/* set text off the page */
.hide-text {
	margin: 0;
	text-indent: -9000px;
	}

/* float elements */
.float-left { float: left; }
.float-right { float: right; }

/* clear elements */
.clear-both { clear: both; }

/* remove specific margins */
.no-top-margin { margin-top: 0; }
.no-bottom-margin { margin-bottom: 0; }
.no-left-margin { margin-left: 0; }
.no-right-margin { margin-right: 0; }
.no-horizontal-margin { margin-left: 0; margin-right: 0; }
.no-vertical-margin { margin-top: 0; margin-bottom: 0; }
	
/* align text */
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* adds margins to floated images - uses 'float' helper class above */
img.float-left { margin: 0em 1em 1em 0em; }
img.float-right { margin: 0em 0em 1em 1em; }


/*********************************************
*
*	Clear Fix
*
**********************************************/

.clear-fix {
	overflow: hidden;
	/* width: 100%; */
	zoom: 1;
	}
