/* -------------- Main Colours ---------------- */
/* light grey 	#efefef */
/* medium grey 	#c2c2c2 */
/* dark grey 	#aaa */
/* light blue 	#18a6e6 */
/* medium blue 	#005fa4 */
/* dark blue 	#000d50  */
/* pink 		#dd137b */
/* purple		#622157 */


/* -------------- Main Styles ----------------*/
html {min-height:101%; background:none;}
h1 {color: #901E78; }
h2 {color: #901E78; }
h1.w280 {width:280px;}
h2.w280 {width:280px;}
h2.w280s {width:280px;}
h1.w400 {width:400px;}
h1.w410 {width:410px;}
h2.w400 {width:400px;}

.highlight_text_bold {color: #005fa4; font-weight: bold;}
.highlight_text_bold2 {color: #dd137b; font-weight: bold;}

/* --------- testimonials ----------------*/
.posted_by {color: #dd5413;}

/* -------------- Errors and Notifications ----------------*/
.errors {
	color: #dd137b;
}

/* -------------- LINKS ---------------- */

a:link {color: #592658;}
a:visited {color: #592658;}
a:hover {color:#592658;}

/* ------- Top Navigation --------- */
/* Rollover Colour for Top Navigation */ 
#navigation_list a:hover, #navigation_list a:active {background-color: #592658;}


/* --------------  Progress bar  ---------------- */

#progress_bar {
	font-size: 1em;
	font-weight: bold;
}

.progress_current {
	color: #9e0530;;
}

#progress_bar span{
	margin: 0 10px;
}

.progress_next {
	color: #aaa
}



/* --------- Footer ----------------*/
/* Background Colour */
#footer {
	background-color: #592658; 
}

/* Text and Link Colours */
#footer p {color: #FFF;}
#footer a:link { color: #bbb;}
#footer a:hover {color:#bbb;}
#footer a:visited { color: #bbb;}

/* -------------- Form and input box styles ---------------- */
label {color: #9e0530;}

.label_highlight label{color: #dd137b;}

/* ----------------  Home Page ----------------------------*/
#newsletter {
	background-color: #47003c;
}

#testimonials {
	background-color: #47003c;
}

/* -------------- Form and input box styles ---------------- */
label {color: #592658;}

.label_highlight label{color: #dd137b;}


/* --------------- Fix for rotating images ------------- */

#top_images { position:relative; }
#top_images img {position:absolute; top:0;}

.data th { border:none; }

/************************ HR FIX ****************************************/

div.hr {background: #fff url(/global/images/hr_dash.gif) no-repeat scroll center; height: 10px; overflow:hidden; margin:0 30px;}
div.hr hr {display: none}

div#call_us {
	background-color:#592658;
}
