@charset "utf-8";
/* CSS Document */

/* Normalise margin, padding */
.html, body {
overflow-x: hidden;
}

body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, 
p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}



/* Normalise font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul
{
	list-style: none;
}


/* Normalise font style and font weight */
address, caption, cite, code, dfn, th, var
{
	font-style: normal;
	font-weight: normal;
}



/* Removes borders and spacing from tables */
table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* Removes borders from fieldset and img */
fieldset, img
{
	border:0;
}

/* Left aligns text in caption and th */
caption, th
{
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after
{
	content :'';
}
.clear {
	clear: both;
}

/* End Normalising and Start Layout CSS */

html
{
	text-align : center;	
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-image: url(images/topBanner.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #banner {
	height: 100px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#wrapper #banner h1 {
	background-image: url(images/logoRadiance.jpg);
	height: 110px;
	width: 252px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#wrapper #banner #phone {
	left: 500px;
	float: right;
	color: #FFF;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	letter-spacing: 0em;
	margin-top: 20px;
}
#wrapper #banner #phone strong {
	color: #FFF;
	font-size: 100%;
	letter-spacing: 0em;
	text-transform: uppercase;
}
.home #navigation #home, .advice #advice, .mobile #mobile, .overview #overview, .about #about {
	color: #C9D1E5;
}

#wrapper #nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrapper #nav ul {
	text-align: left;
	height: 40px;
}

#wrapper  #nav  li {
	display: inline;
	height: 40px;
	background-image: url(images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#nav  a  {
	height: 30px;
	background-image: url(images/navLine.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	font-size: 110%;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 30px;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
}
#wrapper #nav a:hover {
	color: #CC0000;
}
#wrapper #breadcrumbs {
	text-align: right;
	padding-right: 10px;
	font-size: 88%;
	color: #666666;
	margin-bottom: 10px;
}
#breadcrumbs a {
	color: #000000;
}
#breadcrumbs a:hover {
	color: #CC0000;
}

#wrapper #mainContent {
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width: 990px;
}
#wrapper #mainContent #leftContent {
	float: left;
	width: 650px;
	margin-left: 10px;
	text-align: left;
	display: inline;
}
#wrapper #mainContent #rightContent {
	width: 290px;
	float: right;
	text-align: left;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-left: 10px;
	margin-right: 10px;
}
#wrapper #footer {
	background-image: url(images/nav.jpg);
	height: 40px;
	padding-top: 10px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-size: 90%;
}
#rightContent h5 {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 120%;
	padding: 8px;
	background-image: url(images/topBanner.jpg);
	background-repeat: repeat-x;
	background-position: 0px -30px;
}
#wrapper #mainContent #leftContent h1 {
	color: #424242;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 10px;
}
#wrapper #mainContent #leftContent h2 {
	font-size: 140%;
	color: #456892;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#wrapper  #mainContent  p  {
	line-height: 180%;
	margin-bottom: 15px;
	font-size: 110%;
}
.dark   {
	background-image: url(images/rightButtonDark.jpg);
	background-repeat: no-repeat;
}
#rightContent p {
	padding-left: 8px;
	padding-right: 8px;
}
#rightContent  .bigger {
	color: #9DB039;
	font-size: 120%;
	font-weight: bold;
}
#rightContent  a  {
	color: #0066CC;
}
#rightContent  a:hover {
	color: #000000;
}


#leftContent ul {
	list-style-image: url(images/tick.jpg);
	line-height: 180%;
	margin-left: 60px;
	margin-bottom: 15px;
	font-size: 120%;
	color: #F6F;
}
#footer a {
	color: #FFF;
}
#rightContent ul {
	font-weight: bold;
	color: #C00;
	line-height: 180%;
	list-style-image: url(images/cross.gif);
	margin-left: 40px;
}
.red {
	color: #C00;
}
h6 {
	height: 37px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
h6 a {
	height: 27px;
	display: block;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	width: 160px;
	background-image: url(images/rightButton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h6 a:hover {
	background-position: 0px -37px;
	background-repeat: no-repeat;
}
#leftContent ol {
	line-height: 180%;
	margin-left: 60px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

#leftContent #imagePull p {
	font-size: 130%;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#leftContent #imagePull {
	float: right;
	width: 300px;
}
#leftContent h3 {
	font-size: 110%;
	color: #333;
}
.border {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
#wrapper #banner h1 a {
	display: block;
	height: 80px;
}

#footer {
	height: 80px;
	background-image: url(images/topBanner.jpg);
	padding-top: 20px;
	background-repeat: repeat-x;
}
#rightContent div img {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
}
.imageRight {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}


#navigation a
{
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	background-color: #4C6F9A;
	background-image: url(images/left-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	font-size: 120%;
	margin-right: 5px;
}

#navigation a span
{
	background: url(images/right-tab.gif) right top no-repeat;
	padding-right: 10px;
	padding-top: 5px;
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
	color: #666;
	padding-left: 10px;
	background-color: #DAEAFF;
	background-image: url(images/left-tab-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a:hover span
{
background: url(images/right-tab-hover.gif) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 30px;
}
#wrapper .navHolder {
	height: 30px;
}

#navigation li
{
	float: left;
	margin: 0;
} 
#slideshow {
	position:relative;
	height:180px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.blockquote {
	background-image: url(images/open-quote.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	font-style: italic;
	line-height: 180%;
	margin: 10px;
	color: #4C6F9A;
	font-size: 120%;
}
.blockquote span {
background-image: url(images/close-quote.gif);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}
.blockquote strong {
	text-align: center;
}
#leftContent ul li a {
	color: #06F;
}
#galleryHolder {
	width: 660px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.offer {
	font-size: 120%;
	text-align: left;
	margin: 5px;
	padding: 5px;
	border: 3px dashed #EB7CF2;
	color: #F08EF3;
}
.offer strong {
	font-size: 140%;
}

.footerbottom {
	color: #FFFFFF;
	margin-top: 5px;
}

.dark {
	color: #666666;
	background:none;
	list-style-image:none;
}