/*  
Theme Name: Social Care
Description: An updated template for Social Care Work
Version: 1.0
Author: Worth
Author URI: http://www.worthdigital.com
*/


/* 
TABLE OF CONTENTS

  Reset
  General
  HTML elements
  Links
  Headings
  
  Primary Wrapper
  Masthead
  Main Menu
  Content Divisions
  Country Links  
  Footer




/*------------------- reset -------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
strong {font-weight:bold;}



/*-------------------General-------------------*/

.right {float:right;}
.left {float:left;}
.clear {clear:both;}

.break {
	border-bottom:1px solid #C9C9C7;
	clear:both;
	float:left;
	height:1px;
	margin-bottom:22px;
	margin-top:24px;
	width:100%;}
	
.hide { /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}
.nomargin {  margin: 0em; }
.nopadding {  padding: 0em; }
.first{margin-left:0;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }



/*-------------------HTML Elements-------------------*/

html{ /* font-size:16px; this is inaccessible */ } /* Make sure the default is always 16px */

body {
	font:62.5% arial,helvetica,clean,sans-serif; /* 16px * 62.5% = 10px : 1em now = 10px */
	background-color: #dddfd4;
	background-image: url(../img/bg_paper.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	min-height:101%;
	padding: 10px 0
}
p {	
	margin: 15px 0;
	line-height:144%;
	font-size:1.3em; /* 13px */
	}
ul, ol {font-size:1.2em;}





/*-------------------Links-------------------*/

a {color: #3b90d3;text-decoration: none}
a:hover {color: #3b90d3;text-decoration:underline}
a img {border:none}
/*special links*/
a.stronglink-pdf {
	color:#3B90D3;
	font-size:1.1em;
	letter-spacing:-0.02em;
	background-image: url(../img/pdf_big.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 44px;
	width: 170px;
	margin-bottom:34px;
}
a p:hover {text-decoration:underline;}


/*-------------------headings-------------------*/

h1 { font-size: 2.3em; color: #000; margin: 0 0 0.8em; }
h2 { font-size: 2.2em; color: #000; margin: 0 0 0.8em; }
h3 {color:#A54CA6; font-size:2em; font-weight:bold; letter-spacing:-0.03em;}
h4 { font-size: 1.9em; color:#602857; margin: 0 0 0.8em; }
h5 { font-size: 1.8em; color: #000; margin: 0 0 0.8em; }
h6 { font-size: 1.75em; color: #000; margin: 0 0 0.8em; }

h3 a {color:#A54CA6}

h3 a:hover {text-decoration:underline; color:#333;}
.side-note h3 {font-weight:normal;}

.jobs .column_wide h4,
.volunteering .column_wide h4 {margin:0 17px -16px 0;}

/*-------------------Primary Wrapper Page-------------------*/

#doc {
	background-color:#FAFBF6;
	border:1px solid #C7C9BC;
	margin:10px auto;
	width:976px;
}



/*-------------------Masthead-------------------*/

#masthead {
	display:block;
	margin-left: 24px;
	margin-bottom:16px;
	border: 0px solid red;
	padding-top: 16px;
	position:relative
	}


#masthead h1 {margin:0px;}

#masthead h1 a{
	display:block; /* Required */
	width:145px; /* Width of image in question */
	height:48px; /* Height of image in question */
	position:relative; /* Required */	
	float: left;
	overflow:hidden;
}
#masthead h1 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:#FAFBF6 url(../img/logo.jpg) center left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

#masthead h2 a{
	display:block; /* Required */
	width:277px; /* Width of image in question */
	height:48px; /* Height of image in question */
	position:relative; /* Required */	
	float: left;
	overflow:hidden;
	margin-left: 10px;
	margin-right:146px;
}
#masthead h2 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:#FAFBF6 url(../img/strapline.jpg) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

#masthead a:hover,
#masthead a:focus,
#masthead a:active
{	text-decoration:none}

.helpline {
	/*border:3px solid #EBEEEA;*/
	background:url(../img/images/helplineBG.gif) no-repeat ;
	display:block;
	position: absolute;
	top: 0px;
	left: 420px;
	min-height:80px;
	margin:0 0 0 44px;
	padding:3px 4px 0px 8px;
	width:245px;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*//* ----------- not yet ----------*/

}

.helpline p{
	font-size:1.7em;
	color:#82881C;
	letter-spacing:-0.06em;
	margin:15px 0 0 0;
}
.helpline strong {color:#81870D;font-family:Verdana, Arial, Helvetica, sans-serif;}
.helpline a{
	font-size:1.2em;
	color:#3B90D3;
	font-weight:bold;
	margin:0;
}


.logo a {
	
	display:block;
	position: absolute;
	top: 16px;
	right: 16px;
	height:53px;
	margin-left:32px;
	padding: 0;
	width:149px;
		border: 0px solid blue;
		z-index:0;

}



/*-------------------content divisions-------------------*/

.wrap-content {
	padding:0px 38px;
	clear: both;
	margin-bottom:16px;
}

.column-two {
	background-color:#FFFFFF;
	border:20px solid #ECEBCD;
	margin-left:0;
	padding:14px;
	width:373px;
}

.column {
	background-color:#FFFFFF;
	border:16px solid #ECEBCD;
	margin-left:0;
	padding:16px;
	width:600px;
}
.column_wide {
	background-color:#FFFFFF;
	border:16px solid #ECEBCD;
	margin-left:-10px;
	padding:16px;
	width:852px;
}

.side-note {
	background-image:url(../img/gradient_submenu.jpg);
	background-repeat:repeat-x;
	display:block;
	float:right;
	font-size:0.89em;
	margin:-17px -16px 12px 12px;
	padding:12px 12px 12px 24px;
	width:240px;
}

.delimited {
float:left;
width:552px;}


.box-out{	
	background-image:url(../img/gradient_submenu.jpg);
	background-repeat:repeat-x;
	display:block;
	font-size:0.89em;
	margin:16px;
	padding:4px;}

.column-two-var {
	background-color:#FFFFFF;
	border:16px solid #ECEBCD;
	margin-left:-10px;
	padding:16px;
	width:380px;
}

.column_wide img.emphasis {margin:16px;}

.column_wide h2 {margin:0 17px 16px 0;}


.wrap-content h1 {margin:50px 10px 0.8em -10px; font-weight:bold;}

.subhead {color:#81870D; font-weight:normal;}

.column_wide img.emphasis {
	background-image: url(../img/gradient_submenu.jpg);
	background-repeat: repeat-x;
	padding: 4px;
}





/*------------------- Sub menu -------------------*/
.sub-menu {
	float:left;
	width:25%;
	margin-left:-10px;
}
.sub-menu p{
	color:#3F1E3B;
	font-size:1.2em;
	line-height:1.3em;
	margin-top:0;
}
.sub-menu ul{
	background-color:#FAFBF6;
	background-image: url(../img/gradient_submenu.jpg);
	background-repeat: repeat-x;
	background-position: top;}

.sub-menu li {
	padding:8px 4px 7px 9px;
	font-size:0.9em;
	color:#3F1E3B;
	list-style:none; 
	display:block; 
	border-bottom:2px solid #fff;
}

.sub-menu li a{
	clear:both;
	color:#AD3FA0;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

.sub-menu li a:hover{
	text-decoration:none;}

/*-------------------Video box-------------------*/ 

.video {
	background-color:#C0C667;
	color:#FFFFFF;
	float:right;
	margin-bottom:18px;
	padding:12px;
	width:416px;
}
.video h2 {
	color:#FFFFFF;
	float:left;
	font-size:2.3em;
	font-weight:bold;
	margin:0px 0 12px;
}

.video .phrase {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	width: 96px;
	display: block;
	line-height: 1em;
	float: left;
}

#video-container-1{
	background-color:#8B9805;
	float:left;
	list-style-type:none;
	padding:8px;
	position:relative;
	width:400px;
}
.video li img{
	height:257px;
	width:390px;
}

.video .caption {
	bottom:1px;
	line-height:1.5em;
	padding:0;
	float:left;
}
#home .video .caption {
	width:240px;
}


/*------------------- Specific List Styles -------------------*/

.column ul, .column_wide ul, .column-two-var ul,
.column ol, .column_wide ol, .column-two-var ol {margin:16px 16px 16px 34px;}

.column li, .column_wide li, .column-two-var li {line-height:144%;margin-bottom:6px;}

.column table, .column_wide table {margin:16px; border:1px solid #666;}

.column tr, .column_wide tr, .column td, .column_wide td, .column th, .column_wide th {
	border:1px solid #666666;
	font-size:1.1em;
	padding:6px;
}

.column th, .column_wide th {
	background-color:#FAFBF6;
	background-image:url(../img/gradient_submenu.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-weight:bold;
}

.column-two ul {
	margin-left:30px;
	margin-bottom:16px;
	margin-top:16px;
}
	
.column-two li {
	margin-bottom:2px;
	margin-left:6px;
}

/* An emphasised list */
ul.strong-list {margin-left:0px;}
ul.strong-list li {
	background-image:url(../img/bull_blue.jpg);
	background-position:left 5px;
	background-repeat:no-repeat;
	clear:left;
	font-size:1.1em;
	display:block;
	margin-bottom:18px;
	list-style-type:none;
	padding-left:12px;
}

/* simple blue bold with blue arrows*/
ul.simple{	margin:12px 6px 24px;	clear: left;}

ul.simple li {
	color: #3b90d3;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: -0.02em;
	background-image: url(../img/icon_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	clear: left;
	padding-left: 12px;
	margin-left: 6px;
	margin-bottom:6px;
	list-style-type: none;
}

ul.zebra a{font-weight:bold;}

/* Whats new zebra striped list*/
ul.whatnew {
	display:block;
	margin-bottom:0;
	margin-left:-14px;
	margin-right:-14px;
}

ul.whatnew li{
	background-color:#F3F1D8;
	border-bottom:1px solid #DBDAA1;
	border-top:1px solid #DBDAA1;
	list-style-type:none;
	margin:-1px 4px 0;
	padding:4px 10px;
}

ul.whatnew .stripe-odd {background-color:#ffffff}

ul.whatnew > li:first-child {margin-top:8px;}

/* Questions in colour block with arrow */
ul.question {
	margin-bottom:-4px;
	margin-left:-14px;
	margin-right:-14px;
}
ul.question li {
	color: #2e7ec5;
	font-weight: bold;
	background-color: #fae5f8;
	margin:4px 4px 0;
	padding:6px 4px 6px 12px;	
	list-style-type: none;
}
ul.question li a{
	background-image: url(../img/icon_arrow_bluecircle.gif);
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	padding:1px 25px 1px 1px;
}
.answers ul.question {
margin:-16px -14px -25px;
}
ul.question > li:first-child  {margin-top:8px;}

ul.question .stripe-odd {background-color:#efe8ef}



/*------------------- Graphical Additions -------------------*/

.arrow {
	background-image: url(../img/icon_arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding-right: 22px;
}

.arrow_two {
	background-image:url(../img/icon_arrow_blue.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	color:#602857;
	font-weight:bold;
	padding-left:12px;
}


/*------------------- Specifics and exceptions -------------------*/

/*photos*/
.photo-carers {
	margin-right:-5px;
	margin-top:12px;
}

.photo-carer {
	margin-right:-35px;
	margin-top:-6px;
}

/* Call to action box */

.cta {
	border: 5px solid #fae5f8;
	background-image: url(../img/gradient_cta.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cta a {	
	padding: 7px 10px;
	font-size: 1.4em;
	border: 1px solid #fff;
	color: #3B90D3;
	font-weight: bold;
	background-image: url(../img/icon_arrow_pink_two.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}
.cta a:hover {
	text-decoration:underline;
	color: #333;
}



/*------------------- Country links -------------------*/

.country-links {
	border-top:1px solid #C9C9C7;
	clear:left;
	color:#A54CA6;
	display:block;
	font-size:1.2em;
	font-style:normal;
	margin:48px 12px 0;
	padding:5px 0 14px 12px;
}

.country-links a {color: #3b90d3;}

.country-links .icon-country {
	padding-top: 0px;
	margin-bottom: -9px;
}



/*-------------------footer-------------------*/

#ft {
	border-color:#C9C9C7;
	border-top:1px solid #C9C9C7;
	margin: 0 12px;
	padding: 12px;
	clear: both;
	font-size:1.2em;
}
#ft li {
	display: inline;
	margin-right: 12px;
	color:#333333;
}
#ft a {
	color: #72736e;
}

/*-------------------Main nav-------------------*/

.skip { position: absolute; left: -9999em; }

.menu{
	background-position:center bottom;
	background-color: #592c57;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	display:block;
	background-image: url(../img/gradient_nav_main.gif);
	background-repeat: repeat-x;
	position:relative;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 12px;
	padding: 8px;
}
.menu li {	
	margin-right: 0px;
	margin-left: 10px;
	display:block;
	float:left;
	list-style-type: none;
}
.menu li a {
	color: #fff;
	background-color: #3f1e3d;
	padding: 8px;
	text-decoration: none;
	display:block;
}
.menu li  a:hover{
	background-color: #ae38a8;
	text-decoration: underline;
	color:#FFF;
}

.menu ul.secondary {
	background-color:#8a900e;
	margin-top:16px;
	position:absolute;
	width:944px;
	display:none;
	clear:both;
	left:0px;
	top:32px;
	padding:10px 0 10px 8px;
}

body#home li.nav-home a,
body.what li.nav-what-is a,
body.start li.nav-get-started a,
body.jobs li.nav-jobs a,
body.answers li.nav-answers a,
body.order li.nav-order-materials a,
body.campaign li.nav-what-is a
 {background-color: #ae38a8;
	text-decoration: none;
	color:#FFF;}
	
body.what .menu li.nav-what-is ul,
body.start .menu li.nav-get-started ul,
body.jobs .menu li.nav-jobs ul,
body.answers .menu li.nav-answers ul,
body.order .menu li.nav-order-materials ul,
body.campaign .menu li.nav-what-is ul {display:block}

.menu ul.secondary li {
	background-color:#595d0f;
	display:block;
	float:left;
	font-size:0.8em;
	padding:0px;
	
}

body .menu ul.secondary a {
	background-color: #595d0f;
	margin: 0px;
	padding: 3px;
	display: inline;
	color: #ffffff;
}
body .menu ul.secondary a:hover {
	text-decoration:underline;
	background-color:#d3dc13 !important;
	color:#333333;
}
body.role  li.role a,
body.meet-carers  li.meet-carers a,
body.job-variety  li.job-variety a{display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}


body.started-intro li.started-intro a,
body.training li.training a,
body.events li.events a,
body.volunteering li.volunteering a,
body.hunting li.hunting a {display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}


body.started-intro li.started-intro a,
body.training li.training a,
body.events li.events a,
body.volunteering li.volunteering a,
body.hunting li.hunting a {display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}
								   

body.jobs-general li.jobs-general a,
body.training li.training a,
body.employment-issues li.employment-issues a,
body.jobs-links li.jobs-links a,
body.local-authorities li.local-authorities a {display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}


body.jobs-general li.jobs-general a,
body.training li.training a,
body.employment-issues li.employment-issues a,
body.jobs-links li.jobs-links a,
body.local-authorities li.local-authorities a {display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}

body.general-qa li.general-qa a,
body.pay-qa li.pay-qa a,
body.jobs-qa li.jobs-qa a,
body.jobs-nvq li.jobs-nvq a {display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}


body.individuals li.individuals a,
body.organisations li.organisations a,
body.campaign li.campaign a,
body.resource li.resource a {display:inline;
								   background-color:#d3dc13; 
								   color:#333333!important}


/* Order pages form styling */

.column_wide form {margin:16px 0px 0px 0px;}

.column_wide input,.column_wide textarea, .column_wide select {
	background-color:#FFFFFF;
	border:1px solid #999;
	font-size:1.2em;letter-spacing:0.05em;
	padding:2px;
	margin-left:10px;
	float:right;
}

.column_wide input{width:180px;}

input.btn{
	border:0 none #FFFFFF;
	float:left;
	margin-left:0;
	margin-right:6px;
	margin-top:3px;
	width:14px;
}
input.submit{
	border:0 none #FFFFFF;
	float:left;
	margin-left:0;
	margin-right:6px;
	margin-top:3px;
	width:88px;
}

 .half_column {width:50%; float:left;}

form .half_column p {margin:0px;}

.column_wide form  p {margin:0px;}

form .half_column ul {margin:0px;}

form .half_column li {
	border-bottom:1px solid #EEEEEE;
	clear:both;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:8px;
	padding-bottom:8px;
	width:100%;
	}

form .half_column label {
	float:left;
	margin-right:8px;
	margin-top:2px;
}

 fieldset {
	border:1px solid #DDDDDD;
	padding:12px;
	clear:both;
	margin-top:24px;
	margin-bottom:24px;
}

 legend {
	color:#602857;
	font-size:2em;
}

form .half_column legend {
	font-size:1.5em;
	font-weight:bold;
}

form .half_column fieldset {
	background-color:transparent;
	background-image:url(../img/gradient_submenu.jpg);
	background-position:center center;
	background-repeat:repeat;
	margin:6px 6px 24px;
	padding:12px;
}

/* Contact page specific */
.contact form ul {margin:0px;}
.contact-button {background-color:#ECDCF1!important;
color:#952B95; font-weight:bold;
}
.rule {color:red;}
.contact form li {
	border-bottom:1px solid #EEEEEE;
	clear:both;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:8px;
	padding-bottom:8px;
	width:100%;
	}


/* Promos for order pages */
ul.order_promo {
	clear:both;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

ul.order_promo li {
	border:6px solid #ECEBCD;
	display:block;
	float:left;
	font-weight:bold;
	height:86px;
	margin:12px;
	padding:6px 12px;
	width:224px;
}

ul.order_promo li img {
	float:left;
	margin:3px 12px 6px 0;
}



/* Job regional page, exception to general form styling */
.jobs .column_wide select{float:none; margin:0;}

.jobs .column_wide input {
	background-color:#ECEBCD;
	color:#AE38A8;
	float:none;
	font-weight:bold;
	margin:0;
	width:100px;
}

/* Adjust top margin for pages without submenu */
.copyright .wrap-content h1, 
.terms .wrap-content h1, 
.privacy .wrap-content h1, 
.sitemap .wrap-content h1,  
.contact .wrap-content h1{margin-top:0px;}

.sitemap .wrap-content ul ul {font-size:1em;}


/* Campaign */
#ActiveVideo {
	width: 400px;
	float: left;
	
}

.video-wrap {
	background-color:transparent;
	background-image:url(../img/gradient_submenu.jpg);
	background-position:left -144px;
	background-repeat:repeat-x;
	border:6px solid #ECEBCD;
	display:block;
	float:left;
	padding:12px;
	width:425px;
}

#video-menu {
	width: 425px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	
	
}
#video-menu div{
	
	float:left;
	margin-right:10px;
	padding-right:10px;
	width:100px;
	
	
	}


.column-third {
	float:right;
	width:366px;
}
#video-menu .video-preview {
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
	
}

.campaign-poster {
	border:6px solid #ECEBCD;
	display:block;
	float:left;
	font-weight:bold;
	margin:24px;
	padding:6px 12px;
	width:96px;
}

.campaign-poster img{border:1px solid #999;}
.campaign-poster p{margin:0px;margin-top:4px;}

#ActiveTranscript {
	border-top:1px solid #999999;
	margin-top: 10px;
	padding-top: 10px;
	float:left;
}

.youtube {
	clear:none;
	float:left;
	margin:1em 0.5%;
	min-height:88px;
	padding:0 1.5% 0.3em;
	width:336px;
	border:6px solid #ECEBCD;}

.youtube h4{
	background:#FFFFFF none repeat scroll 0 0;
	display:inline;;
	left:-1%;
	margin:0;
	padding:0 0.5%;
	position:relative;
	top:-0.6em;
	width:auto;}

.youtube p {margin:0;}

.youtube a {
	background-image:url(../img/youtube.jpg);
	background-position:right 21px;
	background-repeat:no-repeat;
	display:block;
	height:59px;
}
.youtube a:hover{
	text-decoration:underline;}



.video-menu {
	
	float: left;
	margin-bottom:0;
	
	
	
}

.video-menu div {


width: 120px!important;
float: left;
margin:0px  5px;
margin-top:10px;
margin-left: 6px;



}

.video-preview{margin: 0px;}

.video-menu p {margin:0;}
#video-menu div p {margin:10px;}

.video-preview:hover {
	cursor: pointer;
	
}


#ReserveThumbnail1, #ReserveThumbnail2, #ReserveThumbnail3 {
	display: block;
	cursor:pointer;
	
}



.answers .column {width:515px;}
.answers .sub-menu {width:35%;}
.answers .sub-menu ul {background:none;}
.answers ul.question {margin:0; width:580px;}
.answers ul.question > li:first-child {margin-top:0px}
.answers ul.question li {margin:2px 4px;}
.answers ul.question li a {background:none;}



    
	



#list3 p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
#list3 .title {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	color:#3B90D3;
	background-image: url("AccordionTab0.gif");
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#list3 title:hover {
	background-color: #FAE5F8;
	background-image: url("AccordionTab2.gif");
}


#list3 div.selected .title { background-color: #FAE5F8;
	background-image: url("AccordionTab2.gif"); }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}



#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
div.answer {
	background-color:#FFFFFF;
	color:#000000;
	font-size:0.8em;
	font-weight:normal;
margin:5px -12px -6px;
}


div#list3 ul li div.title {
background-image:url(../img/icon_arrow_bluecircle.gif);
background-position:right center;
background-repeat:no-repeat;}

div#list3  ul.question .stripe-even {
background-color:#EEEEEE;}

div#list3  div.question .stripe-odd {
background:transparent url(../img/gradient_submenu.jpg) repeat scroll 0 0;
}

div#list3 ul.question div li.stripe-odd, div#list3 ul.question  div li.stripe-even {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #000000;
	list-style:disc;
}
.answers ul.question li a {display:inline;padding:0;font-weight:normal;
background:transparent none repeat scroll 0 0;
}

hr {
	height: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	border-top-width: 1px;
	border-top-color: #ccc;
	margin-bottom:10px;
	margin-top:20px;
	padding-bottom:10px;
}
.sub-menu .here, .sub-menu .here a {
	background-color: #FFFFFF;
	text-decoration:none;
}

.buttonHolder {float:right; position:relative; top:102px; right:37px; }
.buttonHolder2 {float:right; position:relative; top:155px; right:30px; }


#controlls {float:left; font-size:1.1em; color:#333;}
#controlls a {color:#333;}
#controlls img { float:left; padding-right:5px;}
#sendTo { float:left; margin-left:15px; font-size:1.1em; color:#333;}
#sendTo a{ color:#333;}

.twitter {margin: 0px; padding: 0px; float: right; margin-top: 25px; position: relative; background:transparent url(../img/twitter-logo.gif) no-repeat center left; height: 33px; width: 190px; padding-left: 45px;}
