/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */


@import "reset.css";



/* =CONTAINERS
-------------------------------------------------------------- */

body {
    color: #333;
}

div#container { /* set as 'standard' width, centred container for 1024x768 site */
	background: url("../img/layout/header-bg.jpg") no-repeat top center;
	margin: 0 auto;
	position: relative;
	width: 960px;
	
}

/* =SITE-TOOLS
-------------------------------------------------------------- */

ul#site-tools {
	float: right;
	line-height: 10px;
	list-style-type: none;
	margin-top: 7px;
}

ul#site-tools li {
	line-height: 10px;
	float: left;
}

ul#site-tools li#home {
	border-right: 1px solid #006699;
	margin-right: 5px;
	padding-right: 5px;
}

div#site-search {
	left: 600px;
	position: absolute;
	top: 35px;
}

div#site-search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

div#site-search input {
	border: 1px solid #e2e2e2;
	width: 230px;
}

div#site-search input#string {
	height: 20px;
	font-size: 16px;
}

div#site-search input#submit {
	background: #646363;
	border: 1px solid #d6d6d6;
	color: #fff;
	font-weight: bold;
	height: 25px;
	width: 75px;
}


/* =NAV-PRIMARY
-------------------------------------------------------------- */
ul#nav-primary {
    background: url(../img/layout/menu-bg.gif) 0 0 repeat-x;
    border: 1px solid #e9e9e9;
    float: left;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
	position: relative;
	z-index: 10;
}

ul#nav-primary li {
    float: left;
    position: relative;
}

ul#nav-primary li.first-nav-primary {
    margin-left: 20px;
}

ul#nav-primary li a:link, ul#nav-primary li a:visited, ul#nav-primary li a:focus, ul#nav-primary li a:active {
    float: left;
    padding: 10px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

ul#nav-primary li a:hover {
    background: #636363;
    color: #fff;
}

/* =Active statuses */
body.home ul#nav-primary li#nav-home a,
body.about ul#nav-primary li#nav-about a,
body.at-work ul#nav-primary li#nav-at-work a,
body.equality ul#nav-primary li#nav-equality a,
body.member-benefits ul#nav-primary li#nav-member-benefits a,
body.take-action ul#nav-primary li#nav-take-action a,
body.campaigns ul#nav-primary li#nav-campaigns a,
body.help-and-advice ul#nav-primary li#nav-help-and-advice a,
body.news-and-media ul#nav-primary li#nav-news-and-media a
{
    background: #636363;
    color: #fff;
}

/* =DROP DOWN MENU */
ul#nav-primary ul.submenu {
    float: none;
    position: absolute;
    top: 38px;  
    left: 0;
    display: none;
    margin: 0;
    list-style: none;
}

ul#nav-primary li:hover ul.submenu,
ul#nav-primary li.sfhover ul.submenu
{
    display: block; /* show the dropdown menu on hover */
    border: none;
}

ul#nav-primary ul.submenu li {
    background: #bababa;
    /*border: 1px solid #bababa; */
    margin: 0;
    padding: 0;
    float: none;
    display: block;
}

ul#nav-primary ul.submenu li a:link, ul#nav-primary ul.submenu li a:visited, ul#nav-primary ul.submenu li a:focus, ul#nav-primary ul.submenu li a:active {
    background: #BABABA; /* Needed in order for dropdowns to work properly in IE */
    float: none;
    display: block;
    color: #fff;
    width: 150px;
    height: auto;
    margin: 0;
}

ul#nav-primary ul.submenu li a:hover {
    background: #636363;
}

/* =NAV-SECONDARY
-------------------------------------------------------------- */

ul#nav-secondary {
	color: #006699;
	float: left;
	padding-right: 40px;
} 


/* =NAV-TERTIRARY
-------------------------------------------------------------- */

ul#nav-tertiary {
	list-style-type: none;
} 


/* =BREADCRUMB
-------------------------------------------------------------- */

div#nav-breadcrumb {
	clear:left;
	font-size: 11px;
	padding: 10px 0 10px 30px;
}


/* =CONTENT CONTAINERS
-------------------------------------------------------------- */

div#content {
	float: left;
	padding: 20px 0;
	width: 960px;
}

/* =SITE-INFO
-------------------------------------------------------------- */

ul#site-info {
	clear: left;
	list-style-type: none;
	margin: 0;
} 

ul#site-info li {
	float: left;
	
}

ul#site-info a {
	color: #006699;
	padding-left: 20px;
}

ul#site-info li#studio24 {
	float: right;
} 


/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.125em;
}

p, ul, ol, dl, table, form {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
}

h1 {
	color: #333;
	font-size: 1.5em; /* 32px */
}

h2 {
	font-size: 1.75em; /* 28px */
}

h3 {
	font-size: 0.75em; /* 24px */
	margin-bottom: 0.5em;
	color: #666;
}

h4 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
}

h5 {
	font-size: 1em; /* 16px */
	font-weight: bold;
}

h6 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}


/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#skipLink { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
} 

/* icon links */

.pdf, a.pdf, a.pdf:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/flash.gif) no-repeat 0 0;
}
.video, a.video, a.video:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/friend.gif) no-repeat 0 0;
}

.help, a.help, a.help:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/help.gif) no-repeat 0 0;
}

.info, a.info, a.info:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/info.gif) no-repeat 0 0;
}
	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, form table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}


/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}



/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
   

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #EEE;
}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	font-weight: bold;
	padding:.5em;
	margin-left:1em;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe; /* example background colour for optional 'zebra' effect */
}

form.default-form label {
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em; /* change this width according to your site design to line things up */
	float: left;
}

form.default-form label em {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em; /* small width set for date selection dropdowns */
}

form.default-form fieldset.actions {
	border: none;
	text-align:right; /* set right or left as suits your design */
}

form.default-form fieldset.actions p {
	display: inline;
}

form.default-form #submit {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;	
}

form.default-form .error { /* example highlighting style for form validation */
	border: 1px solid red;
	background: #FFCCCC;
}

/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

/* =SECONDARY
----------------------------------------------- */

h2 {
	color: #666;
	font-size: 12px;
}


div#content-primary h2 {
	color: #006699;
	font-size: 14px;	
}

div#content-secondary h2 {
    margin-top: 13px;
}

body.home div#content-secondary h2 {
    margin-top: 0;
}

a {
	color: #006699;
}

div#content {
	border: 1px solid #e9e9e9;
}

div#content-primary {
	float: left;
	padding: 0 30px;	
	width: 430px;
}

div#content-secondary {
	float: left;
	padding-left: 30px;	
	width: 230px;
}

div#content-tertiary {
	float: left;
	width: 180px;
	padding-right: 30px;
}

div#content-tertiary h2 {
	background: url("../img/content/join_unison.jpg") no-repeat top center;
	padding-top: 70px;
}


/* =HOMEPAGE
----------------------------------------------- */

body.home div#content {
	border: none;
}

body.home div#content-primary  {
	float: left;
	padding: 0;
	width: 655px;
}

body.home div#content-secondary  {
	float: left;
	padding: 0;
	width: 305px;
}

body.home div#content-secondary hr {
	background-color: #e9e9e9;
	border: none;
	color: #e9e9e9;
	height: 1px;
	

}

body.home div#content-primary h2 {
	color: #fff;
	font-size: 1.75em; /* 28px */
}

div#homepage-box-one {
	color: #006699;
	float: left;
	height: 163px;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 65px 0 0 15px;
	position: relative;
	width: 293px;
	/*z-index: -1;*/
}

div#homepage-box-one h2 {
	color: #fff;
	left: 34px;
	position: absolute;
	top: 20px;
}

div#homepage-box-two {
	color: #006699;
	float: left;
	height: 163px;
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 65px 0 0 15px;
	position: relative;
	width: 308px;
	/*z-index: -1;*/
}

div#homepage-box-two h2 {
	color: #fff;
	left: 34px;
	position: absolute;
	top: 20px;
}

div#homepage-box-three {
	float: left;
	height: 160px;
	margin: 20px 0 0 0;
	overflow: hidden;
	padding: 68px 10px 0 23px;
	position: relative;
	width: 285px;
	/*z-index: -1;*/
}

div#homepage-box-three h2 {
	color: #fff;
	left: 34px;
	position: absolute;
	top: 20px;
}

div#homepage-box-three p {
	width: 200px;
}

div#homepage-box-three a strong {
	background: #c2d2ef;
	display: block;
	text-align: center;
	width: 110px;
}

div#homepage-box-four {
	float: left;
	height: 160px;
	margin: 20px 0 0 10px;
	overflow: hidden;
	padding: 68px 0 0 10px;
	position: relative;
	width: 308px;
	/*z-index: -1;*/
}

div#homepage-box-four h2 {
	color: #fff;
	left: 100px;
	position: absolute;
	top: 175px;
}

div#homepage-box-four h2 a {
	color: #fff;
}

div#homepage-box-four p {
	color: #fff;
	left: 36px;
	position: absolute;
	top: 12px;
	width: 240px;
}


div#homepage-box-five {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	float: left;
	height: 400px;
	margin: 20px 10px 0px 0;
	overflow: hidden;
	padding: 72px 25px 0 25px;
	position: relative;
	width: 256px;
	/*z-index: -1;*/
}

div#homepage-box-five h2 {
	color: #fff;
	left: 40px;
	position: absolute;
	top: 30px;
}

div#homepage-box-five h3 {
	font-size: 14px;
	font-weight: bold;
}

div#homepage-box-six {
	color: #fff;
	float: left;
	height: 182px;
	margin: 20px 0 0px 10px;
	overflow: hidden;
	padding: 290px 25px 0 25px;
	position: relative;
	width: 258px;
	/*z-index: -1;*/
}

div#homepage-box-six h2 {
	color: #fff;
	left: 40px;
	position: absolute;
	top: 30px;
}

div#homepage-box-six h3 {
	font-size: 14px;
	font-weight: bold;
}

div#homepage-box-six a {
	color: #ccffcc;
}

div#homepage-box-right {
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 15px 15px 0;
}

div#homepage-box-right h2,
body.home h1
{
	color: #006699;
	font-size: 17px;
	font-weight: bold; 
	line-height: 20px;
	padding-bottom: 5px;
}

/* div#homepage-box-right h2#messages p {
	float: left;
	margin-top: 15px;
	padding: 11px 0 10px 0px;
} */

div#homepage-box-right div.message h2 img {
	float: left;
	padding-right: 5px;
}

div#homepage-box-right div.message p {
    /* font-style: italic; */
    color: #006699;
    /* font-family: serif; */
    /* font-size: 0.9em; */
}

div#homepage-box-right h3 {
	color: #666;
	font-size: 12px;
	font-style: italic;
	padding: 5px 0;
}

div#homepage-box-right p {
	color: #666;
}

div#homepage-box-right p strong {
	color: #006699;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

div#homepage-box-news-container {
	background: url("../img/layout/homepage-box-news.jpg") no-repeat scroll left top;
	border: 1px solid #e9e9e9;
	padding: 0 20px 0;
}

div#homepage-box-news-container h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

div#homepage-box-news {
	padding: 15px 0;
}

div#homepage-box-news h3 {
	font-size: 16px;
	font-weight: bold;
}

div#homepage-box-news ul {
	list-style-type: none;
}

div#homepage-box-news p {
	color: #666;
	font-size: 12px;
	font-style: italic;
}

div#homepage-box-news p strong {
	color: #006699;
	font-weight: bold;
	font-style: normal;	
}

span.rss {
    padding: 0;
    float: right; 
}

/* =SEARCH RESULTS */
body.search-results div#content-primary {
    width: 900px;
}

ul.search-results-list {
    
}

ol.search-results-list li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}
