
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: revive4life stylesheet
author: Tom Sears and Wayne Taylor
created: 17/04/09
modified: 17/04/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body	{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #757575;
}

.wrapper {
	width: 70%;
	margin: 0 auto;
	min-width: 942px;
	width: auto !important;
	width: 942px;
	max-width: 1050px;
	padding-left: 30px;
	padding-right: 30px;
}


/* -----------------------------------------------------------------------------
   main layout style */

	
#header .wrapper {
	background: url(../images/header-bg.jpg) no-repeat top right;
}

#navigation {
	background: #4d6595 url(../images/navigation-bg.jpg) repeat-x;
	clear: both;
}

#container {
	background: #e7e6e6 url(../images/container-bg.jpg) repeat-x;
	overflow: hidden;
	zoom:1;
}

#sidebar {
	width: 260px;
	margin-right: 20px;
	float: left;
	background: #0d3c8d url(../images/sidebar-bg.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content {
	background: url(../images/content-bg.jpg) no-repeat top center;
	padding-left: 300px;
	padding-top: 10px;
	line-height: 1.6em;
}

.content-background {
	padding: 20px;
	background: #f4f4f4;
	border: 3px solid #dcdada;
	overflow: auto;
}

#content img {
	float: right;
	border: 2px solid #f7d53a;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* -----------------------------------------------------------------------------
font style */

h1 {
	color: #011657;
	padding-bottom: 10px;
	font-size: 180%;
}

h2 {
	color: #011657;
	padding-bottom: 10px;
}

#content h2 {
	padding-top: 10px;
}

#content h3 {
	padding-bottom: 10px;
	color: #FEC200;
}

p {
	padding-bottom: 10px;
}

dl {
	padding-top: 10px;
}

dt {
	font-weight: bold;
	color: #3d4d7e;
	font-size: 120%;
	padding-bottom: 5px;
}

dt strong {
	color:#3D4D7E;
	font-size: 110%;
}

dt span {
	color: #7d8fc7;
}

dd{
	padding-bottom: 10px;
}

body #content hr {
    border: none;
    height: auto;
	border-bottom: 3px solid #e0e0e0;
	display: block;
	margin-bottom: 20px;
	clear: both;
	padding-top: 10px;
}

#content ul.images_l img {
	margin-right: 10px;
	margin-left: 0;
}

a {
	color: #7D8FC7;
}

a:hover {
	color: #FEC200;
}

a.readmore {
	color: #001c62;
}

a.readmore:hover {
	color: #fec200;
}

#content ul {
	padding-left: 20px;
}

#content li {
	padding-bottom: 10px;
}

/* -----------------------------------------------------------------------------
sidebar style */

#sidebar h2 {
	color: #fec200
}

/* -----------------------------------------------------------------------------
call-to-action style */

ul#call-to-action li {
	background: #fff url(../images/call-to-action-li-bg.jpg) no-repeat top right;
	margin-bottom: 10px;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	overflow: visible;
	list-style: none;
}

ul#call-to-action li span {
	background: url(../images/call-to-action-li-span-bg.jpg) no-repeat bottom right;
	display: block;
}

ul#call-to-action li a {
	display: block;
	padding: 2px;
	overflow: auto;
	background: url(../images/call-to-action-li-a-bg.jpg) no-repeat right;
	color: #696969;
	text-decoration: none;
}

ul#call-to-action li em {
	padding-top: 30px;
	display: block;
	font-style: normal;
}

ul#call-to-action li a:hover {
	color: #ffc300;
	background: url(../images/call-to-action-li-a-hover-bg.jpg) no-repeat right;
}

ul#call-to-action li img {
	float: left;
	margin-right: 10px;
}

/* -----------------------------------------------------------------------------
 biglink style */
 
#biglink {
	background: url(../images/biglink-bg.jpg) repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
} 
 
#biglink a {
	background: url(../images/biglink-button.jpg) no-repeat top center;
	text-indent: -9999px;
	height: 105px;
	display: block;
} 



/* -----------------------------------------------------------------------------
  nav style */
  
ul#nav {
	overflow: hidden;
	height: 35px;
} 
  
ul#nav li {
	list-style: none;
	float: left;
	line-height: 35px;
	font-weight: bold;
}  
  
ul#nav li a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 35px;
	display: block;
} 
  
ul#nav li a:hover {
	color: #ffc401;
} 
  
ul#nav li a.active {
	color: #ffc401;
} 

/* -----------------------------------------------------------------------------
 footer style */
 
#footer {
	background: #37559d url(../images/footer-bg.jpg) repeat-x;
	min-height: 136px;
	height: auto !important;
	height: 136px;
	color: #fff;
	padding-top: 30px;
} 
 
#footer img {
	float: left;
	display: block;
} 

#footer a {
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

#footer a:hover {
	color: #ffc300;
}

ul.footernav {
	float: right;
}

ul.footernav li {
	float: left;
	list-style: none;
}

/* -----------------------------------------------------------------------------
Training Page style */

#content ul.training {
	padding-left: 0;
}

ul.training li {
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 3px solid #DDDDDD;
	padding-top: 10px;
}

ul.training li strong {
	font-size: 90%;
}

/* -----------------------------------------------------------------------------
Contact Page style */

dl.contact dt {
	float: left;
	width: 170px;
	font-size: 100%;
	padding-right: 20px;
	text-align: right;
}

dl.contact dd {
	padding-left: 190px;
}

/* -----------------------------------------------------------------------------
li products style */

#content ul.products {
	padding-left: 0;
}

#content ul.products li {
	background: #fff url(../images/links-bg.jpg) right bottom;
	list-style: none;
	overflow: auto;
	border-top: 8px solid #dddcdc;
	border-bottom: 8px solid #cdcbcb;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#content ul.products li span {
	background: url(../images/links-li-bg.jpg) no-repeat bottom left;
	display: block;
	overflow: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#content ul.products li p {
	padding-left: 130px;
}

ul.products a {
	text-decoration: none;
	color: #757575;
}

ul.products a:hover {
	color: #fff;
}

#content ul.products img {
	border: none;
	float: left;
	margin-right: 20px;
}

#content ul.products strong {
	padding-bottom: 3px;
	font-size: 130%;
	clear: right;
	color: #7D8FC7;
}

#content ul.products strong a {
	color: #7D8FC7;
}

#content ul.products strong a:hover {
	color: #fecd07;
}

/* -----------------------------------------------------------------------------
results pages style */

p.viewmore {
	font-weight: bold;
	text-align: right;
	font-size: 110%;
	border-bottom:3px solid #DDDDDD;
	margin-bottom: 10px;
}

p.viewmore a {
	text-decoration: none;
}

ul.products p.viewmore {
	border-bottom: none;
	margin-bottom: 0;
}

ul.products p.viewmore a {
	color: #7D8FC7;
}

ul.products p.viewmore a:hover {
	color: #fecd07;
}

/* -----------------------------------------------------------------------------
xha3 style */

#content img.centre {
	margin: 0 auto;
	display: block;
	float: none;
	border: 1px solid #DCDADA;
}

#content ul.blog-type {
	padding-left: 0;
}

#content ul.blog-type li {
	clear: left;
	list-style: none;
	overflow: hidden;
	border-bottom: 3px solid #DCDADA;
	padding-bottom: 20px;
}

#content ul.blog-type li ul li {
	clear: none;
	list-style: disc !important;
	border-bottom: none;
	padding-bottom: 10px;
	overflow: visible;
}

#content ul.blog-type img {
	float: left;
	border: 1px solid #DCDADA;
	margin-right: 20px;
}

/* -----------------------------------------------------------------------------
ul.news style */

#content ul.news {
	padding-left: 0;
}

ul.news li {
	list-style: none;
	border-bottom: 3px solid #E0E0E0;
	margin-bottom: 20px;
}

span.title {
	color:#3D4D7E;
	font-size:140%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

span.title strong {
	color:#7D8FC7;
}

/* -----------------------------------------------------------------------------
ul.images-l, -c, -r style */

#content ul.images {
	clear: none;
	display:block;
	float:right;
	list-style: none;
}

#content ul.images_l, #content ul.images_r { display: block; padding: 0 10px; float: right }
#content ul.images_l { float: left; padding-left: 0; }
#content ul.images, #content ul.images_r { float: right; padding-right: 0; }

#content ul.images_l li, #content ul.images_r li {
	list-style: none;
	clear: both;
}

/* -----------------------------------------------------------------------------
drupal tabs style */

#content ul.primary {
	border-bottom: none;
	padding-left: 0;
	margin-bottom: 0;
}

#content ul.primary li {
	padding-bottom: 0;
}

#content ul.primary li a {
	border-bottom: none;
	border-top: 1px solid #DCDADA;
	border-left: 1px solid #DCDADA;
	border-right: 1px solid #DCDADA;
}

#content ul.primary li.active a {
	background: #F4F4F4 ;
}

#content ul.primary li a:hover {
	color: #011657;
}

/* -----------------------------------------------------------------------------
breadcrumbs style */

#content ul#breadcrumbs {
	display:block;
	overflow:auto;
	padding-left:0;
	width:100%;
	padding-bottom: 10px;
}

#content ul#breadcrumbs li {
	list-style: none;
	float: left;
	padding-bottom: 0;
	padding-left: 2px;
}

/* -----------------------------------------------------------------------------
training logo style */

.training-logo {
	float: left;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	width: 260px;
	padding-left: 10px;
}

.training-logo img {
	float: right;
	margin-left: 10px;
}

/* -----------------------------------------------------------------------------
	end style sheet */