/*  

Client: Mind - In Work Support
Client URL: http://---
Description: Style Sheet for In Work Support website
Version: 1.0
Author: Robert Games
Agency: Pad Media
Agency URL: http://www.padmedia.co.uk/
Date: 07/04/2008

Notes: --

*/

/* Contents

	1.0 Reset CSS
	2.0	Global Formatting
	3.0	Common Formatting
	4.0	Links
	5.0	Fonts
	6.0	Global Classes
	7.0	Wrapper
	8.0	Logo
	9.0	Layout
	10	Navigation
	11	Forms
	12	Tables
	
*/

/* 1.0	Reset CSS */

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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

* {
padding:0;
margin:0;
}


/* 2.0	Global Formatting */

html, body {
	border:0;
	margin:0 0 0 0;
	padding:0;	
}

body {
	font-size:62.5%; /* 62.5% relative font size resets to 10px */
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

html {
}

/* 3.0	Common Formatting */

p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:16px;
}

h1 {
	color:#00aeef;
	font-size:2.4em;
	line-height:1.1em;
	margin-bottom:23px;
}

h2 {
	font-size:1.8em;
	margin:24px 0 5px 0;
}

h3 {
	color:#00aeef;
	font-size:1.4em;
	margin: 20px 0 16px 0;
}

h4 {
}

h5 {
}

h6 {
}

#main-content ul {
	margin:0 0 0 16px;
}

#main-content li {
	color:#00aeef;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:6px;
	list-style:disc;
}

blockquote {
}

img {
}

strong {
	font-weight:bold;
}

em {
	color:#00aeef;
}

u {
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/* 4.0	Links */

a {
	color:#00aeef;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
}

a:focus {
	text-decoration:underline;
}

/* 5.0	Fonts */

/* 6.0	Global Classes */

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	display:block;
}

.hide {
	display:none;
}
 
.float-left {
	float:left;
}

.float-right {
	float:right;
}
 
.text-left { 
	text-align:left;
}

.text-right { 
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

/* 7.0	Wrapper */

div#wrapper {
	width:960px;
	margin:auto;
	background:url(../images/mind_logo.png) no-repeat bottom right;
	border:1px solid #CCC;
}

/* 8.0	Logo */

#logo h2 {
	float:right;
	margin:22px 28px 0 0;
}

#logo h2 a {
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:168px;
	height:100px;
	text-indent:-99999px;
	outline:none;
}

/* 9.0	Layout */

#header {
	height:165px;
	background:#00aeef url(../images/header_bg.png) no-repeat bottom;
}

#tel {
	float:left;
	background:url(../images/tel_bg.gif) no-repeat;
	display:block;
	width:154px;
	height:16px;
	text-indent:-9999999px;
	margin:63px 0 0 24px;
}

#main-img {
	float:left;
	border-bottom:16px solid #8adaf8;
	margin-bottom:36px;
	display:inline; /* Hack for IE6 Double Margin Bug */
}

#main-content {
	width:412px;
	float:left;
	display:inline; /* Hack for IE6 double margin Bug */
	margin:56px 0 80px 30px;
	padding-bottom:60px;
}

#footer {
	background:#CCC;
	text-align:right;
	padding:7px 27px 5px 0;
	color:#666;
	clear:both;
}

	#footer a {
		margin-left:12px;
		color:#666;
		text-decoration:none;
	}
	
	#footer a:hover, #footer a:focus {
		text-decoration:underline;
	}

/* 10.0	Navigation */

#nav {
	margin:26px 0 0 0;
}

#nav li {
	float:left;
	border-right: 2px solid #0053a0;
}

#nav li a {
	font-size:1.4em;
	font-weight:bold;
	color:#0053a0;
	text-decoration:none;
	text-transform:lowercase;
	display:block;
	padding:0 32px;
}

#nav li a:hover, #nav li a:focus, #nav li a.selected {
	text-decoration:underline;
}



/* 11.0	Forms */

fieldset {
}

fieldset ul {
	margin:0!important;
}

fieldset li {
	list-style:none!important;
	color:#333333!important;
	margin:0 0 6px 0!important;
	clear:both;
	float:none;
	overflow:hidden; /* Contains floats */
}

legend {
	font-size:1.8em;
	padding:12px 0 16px 0;
	color:#00aeef;
}

label {
	display:block;
	float:left;
	width:160px;
	margin-bottom:3px;
	text-align:right;
	line-height:1.7em;
}

input {
	padding:2px ;
	color:#666;
	font-size:12px;
	border:1px solid #CCC;
	float:left;
	margin-left:10px;
	display:inline;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
}

textarea {
	padding:2px;
	color:#666;
	font-size:12px;
	border:1px solid #CCC;
	float:left;
	margin-left:10px;
	display:inline;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
}

select {
	padding:2px;
	color:#666;
	font-size:12px;
	border:1px solid #CCC;
	float:left;
	margin-left:10px;
	display:inline;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, select:focus {
	border:1px solid #979797;
}

.submit {
	background:#00aeef;
	color:#FFFFFF;
	border:none!important;
	width:100px!important;
	padding:3px 0;
}

/* Error Trapping */
label.error {
	color:#FF0000;
	text-align:left;
	width:220px;
	clear:both;
	margin-left:170px;
	font-style:italic;
	float:none!important;
}

input.error {
	border:#FF0000 1px solid;
}

textarea.error {
	border:#FF0000 1px solid;
}



/* 12.0	Tables */

table {
}

tbody {
}

tr {
}

th {
}

td {
}
 
/* Poll styling */
#poll ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#poll li {
	margin:0 0 0 0;
	padding:0px;
	list-style:none;
	clear:both;
	height:25px;
}

#poll label {
	width:150px;
	text-align:left;
	padding:0;
	line-height:normal;
	color:#666666;
	font-size:12px;
}

#poll input {
	width:auto;
	float:left;
	padding:0;
	margin:0;
	border: none;
}

/* Bar Graphs */

.graph {
  width: 250px;
  position: relative;
  /*right: 30px;*/
}

.bar-title {
  position: relative;
  float: left;
  width: 150px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: left;
  color:#666666;
  font-size:12px;
}


.bar-container {
  position: relative;
  float: left;
  width: 110px;
  height: 10px;
  margin: 0px 0px 15px;
}

.bar-container div {
  background-color:#cc4400;
  height: 20px;
}

.bar-container strong {
  position: absolute;
  right: -32px;
  top: 0px;
  overflow: hidden;
}

#poll-results p {
  text-align: center;
}

iframe {
}


