/* -------------- Main Colours ---------------- */
/* light grey 	#efefef */
/* medium grey 	#c2c2c2 */
/* dark grey 	#aaa */
/* light purple	#aa83a2 */
/* medium purple#632559 */
/* dark purple 	#47003c  */

/* light blue 	#18a6e6 */
/* medium blue 	#005fa4 */
/* dark blue 	#000d50  */
/* pink 		#dd137b */



/* -------------- Main Styles ----------------*/

html {min-height:101%; background:none;}
h1 {color: #dd137b;  }
h2 {color: #000;  }
h1.w280 {width:280px;}
h2.w280 {width:280px;}
h1.w340 {width:340px;}
h2.w340 {width:340px;}
h1.w356 {width:356px;}
h2.w356 {width:356px;}
h1.w400 {width:400px;}
h2.w400 {width:400px;}
.w356 {width:356px;}

.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;
}

/* -------------- Scroll bars ----------------*/

html {
        scrollbar-face-color: #888;
        scrollbar-arrow-color: white;
        scrollbar-highlight-color: #fffbf0;
        scrollbar-3dlight-color: gray;
        scrollbar-shadow-color: #fffbf0;
        scrollbar-darkshadow-color: gray;
        scrollbar-track-color: #ddd;
	}


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

a:link {color: #9e0530;}
a:visited {color: #9e0530;}
a:hover {color:#9e0530;}

/* ------- Top Navigation --------- */
/* Rollover Colour for Top Navigation */ 

#navigation_list a:hover, #navigation_list a:active {background: #dd137b;}



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

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

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

.label_highlight label{color: #dd137b;}

/* ----------------  Home Page ----------------------------*/
#newsletter {
	background-color: #000F52;
}

#testimonials {
	background-color: #000F52;
}

#page_image_right img {
	float: right; 
	margin: 10px 0 30px 0; 
}

div#banner {
	float: right;
	margin: 0px 50px 0 30px; 
	position:relative;
	top: -30px;
}

div#banner img{
	border: 0px;
}

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

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

.data th { border:none; }

