/* =================================================================================== 
SOCIAL CARE AND SOCIAL WORK GATEWAY PAGE
Author: angela.galvin@worthmedia.net
Last updated: 9 February 2006
By: Angela Galvin
------------------------------------------------------------------------------------*/

/* =================================================================================== 
BASIC HTML ELEMENTS
------------------------------------------------------------------------------------*/
body {  
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 80%;
	color: #333;
	background-color: #FFF;
	text-align: center;
	}

html, body { 
	margin: 0; 
	padding: 0;
	}

img {
	border: 0;
	}
	
p {
	margin: 0;
	padding: .5em;
	line-height: 1.5em;
	}

table {
	font-size: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100%; /* ie5win fudge ends */
	border-collapse: collapse;
	border-spacing: 0;
	}

td {
	vertical-align: top;
	line-height: 1.4;
	}

ul {
	margin: 0 0 .5em .6em;
	padding: 0;
	}


/* =================================================================================== 
BANNER
------------------------------------------------------------------------------------*/
.banner {
	margin: 1em 0 0 0;
	padding: 0 0 .5em 0;
	width: 755px;
	background: url(../images/bg-banner.gif) no-repeat bottom left;
	overflow: hidden;
	}

h1 {
	position: absolute;
	margin: 51px 185px 0 16px;
	display: inline;
	}

h2 {
	margin: .3em 0 .1em 0;
	padding: 0 .4em;
	color: #FFF;
	font-size: 130%;
	}

h3 {
	margin: 0 0 0 0;
	padding: .5em;
	font-size: 130%;
	font-weight: normal;
	}


.banner .logo {
	position: relative;
	float: right;
	padding-right: .1em;
	}


/* =================================================================================== 
GENERAL CONTENT
------------------------------------------------------------------------------------*/
.container {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	text-align: left;
	}

.icon {
	vertical-align: middle;
	margin: .1em .2em 0 0;
	}

.sc li, .sw li {
	line-height: 150%;
	list-style-type: none;
	padding: 0 0 .4em 15px;
	}

.float-left {
	position: relative;
	float: left;
	margin: 0 .9em .5em 0;
	}


/* =================================================================================== 
SOCIAL CARE
------------------------------------------------------------------------------------*/
td.sc-bottom {
	background: url(../images/sc-bgbottom.gif) no-repeat 100% 100%;
	}

td.sc {
	background: url(../images/sc-background.jpg) repeat-x 0 24px;
	}

.sc a, .sc strong {
	color: #939;
	}

.sc h2 {
	background: url(../images/sc-bgheading.jpg) repeat-x 100% 0;
	background-color: #AD5CA9;
	}

.sc h3 {
	color: #939;
	background: url(../images/sc-dash-h.gif) repeat-x 0 0;
	}

.sc li {
	background: url(../images/sc-listbullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	}

.sc p.rule {
	margin: .8em 0 0 0 !important;
	margin: .8em 0 -.7em 0;
	padding: 0;
	height: 1px;
	background: url(../images/sc-dash-h.gif) repeat-x 0 0;
	}


/* =================================================================================== 
SOCIAL WORK
------------------------------------------------------------------------------------*/
td.sw-bottom {
	background: url(../images/sw-bgbottom.gif) no-repeat 0 100%;
	}

td.sw {
	background: url(../images/sw-background.jpg) repeat-x 0 24px;
	}

.sw a, .sw strong {
	color: #F60;
	}

.sw h2 {
	background: url(../images/sw-bgheading.jpg) repeat-x 0 0;
	background-color: #FC7F00;
	}

.sw h3 {
	color: #F60;
	background: url(../images/sw-dash-h.gif) repeat-x 0 0;
	}

.sw li {
	background: url(../images/sw-listbullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .5em;
	}