@charset "utf-8";

/*COLOURS

Dark grey: 999999
Mid grey: CCCCCC
Light grey: e5e5e5
Dark Blue: 000057
Red: cc0000
Corporate rollover: #6666CC
Pale Blue: #eff5ff

*/

/*GENERAL STYLES*/
body {
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}
#homepage_text h1 {
	color: #000057;
	font-weight: bold;
	font-size: 1.8em;
	padding: 0px;
	margin: 0px;
}
#homepage_text h2 {
	color: #999999;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

div.clearTheFloats{
	clear:both;
}
#header {
	height: 100px;
}
#header a.homelink {
	background-image: url(../assets/relocate_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 80px;
	width: 247px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}



#main_container {
	width: 925px;
	margin: auto;
}

#nav {
	background-image: url(../assets/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	margin-bottom: 10px;
}
#text_container {
	background-color: #FFFFFF;
	height: 320px;
	width: 363px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
}

#services_container {
	height: 70px;
	color: #FFFFFF;
	margin-top: 10px;
}
#services_container img {
	float:right;
	background-color:#FFFFFF;
	width:50px;
	height:50px;
	padding:1px;
	margin-left:10px;
}
#services_container h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#services_container p {
	margin: 0px;
	padding: 0px;
}

#corporate {
	float: left;
	background-color: #999999;
	width: 355px;
	margin-right: 10px;
	height: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../assets/services_bg_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#corporate:hover, #corporate div:hover {
	background-color: #6666CC;
	background-image: url(../assets/services_bg_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#homepagecontent_container {
	float: left;
	height: 370px;
	clear: both;
	width: 925px;
	background-color: #FFFFFF;
}

#personal:hover, #personal div:hover {
	background-color: #6699FF;
	background-image: url(../assets/services_bg_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#personal {
	float: right;
	background-color: #999999;
	width: 355px;
	height: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../assets/services_bg_off.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
*html #personal {
	margin-right: -3px;	
}
#homepage_flash {
	width: 462px;
	background-image: url(../assets/homepage_holder.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 370px;
	background-color: #FFFFFF;
	float: right;
}
#homepage_text {
	float: left;
	height: 220px;
	padding-bottom: 20px;
}
#homepage_text p {
	line-height: 1.4em;
	font-size: 1em;
}
#homepage_news {
	height: 75px;
	float: left;
	width: 362px;
	background-image: url(../assets/news_item_bg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding: 0px;
}
#homepage_news li {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#homepage_news ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	background-image: url(../assets/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#homepage_news h3 {
	color: #cc0000;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#homepage_news a:link, #homepage_news a:visited {
	color: #999999;
	text-decoration: none;
}
#homepage_news a:hover,#homepage_news a:active {
	color: #cc0000;
	text-decoration: none;
}
#content_container {
	clear: both;
	background-color: #FFFFFF;
}

/* FOOTER */

#footer {
	height: 30px;
	margin-top: 10px;
	background-image: url(../assets/logos.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	float: left;
	display: block;
	padding-right: 10px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #999999;
	text-decoration: underline;
}

/* SUB PAGE CONTENT */

#content_container {
	float: left;
	clear: both;
	width: 825px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	background-image: url(../assets/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content_container h1 {
	color: #000057;
	font-weight: bold;
	font-size: 1.8em;
	padding: 0px;
	margin: 0px;
}
#content_container h2 {
	color: #999999;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: normal;
}
#content_container h3 {
	font-weight: normal;
	font-size: 1.2em;
	color: #999999;
}
#content_container h3.hints {
	font-weight: normal;
	font-size: 1.2em;
	color: #000057;
}
#content_container h4 {
	color:#000057;
	font-size: 1em;
	font-weight:bold;		
}
#content_container h5 {
	color:#000057;
	font-size: 1em;
	font-weight:bold;
	margin:0px;
	padding:0px;	
}

#content_container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content_container li {
	background-image: url(../assets/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-bottom: 10px;
}

p.intro_para {
	color: #000057;
	font-weight:bold;
}

#content_container a:link, #content_container a:visited{
	color: #cc0000;
	text-decoration: none;
}
#content_container a:hover, #content_container a:active{
	color: #cc0000;
	text-decoration: underline;
}

/* SUBPAGE COLUMN LAYOUT 1/2 x 1/2 */

#content_container #col1 {
	float: left;
	width: 380px;
}
#content_container #col1b {
	float: left;
	width: 380px;
	}
#content_container #col2 {
	float: right;
	width: 380px;
}
#content_container #col2a {
	float: right;
	width: 380px;
}

/* PRESS RELEASE 2/3 x 1/3  */

#content_container #col1_pr {
	float: left;
	width: 510px;
}
#content_container #col2_pr {
	float: right;
	width: 250px;
}

#pressreleases_table table {
}
#pressreleases_table td {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
}
#pressreleases_table td p {
	margin-top: 0px;
	padding-top: 0px;
}
#pressreleases_table strong {
	color: #000057;
}

#col2_pr a:link, #col2_pr a:visited{
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}
#col2_pr a:hover, #col2_pr a:visited{
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
}

#news a:link, #news a:visited  {
	color: #cc0000; !important
	text-decoration: none;
	font-weight:bold;
}
#news a:hover, #news a:visited {
	color: #cc0000;
	text-decoration: underline;
	font-weight:bold;
}


#content_container #col1_pr a:link, #content_container #col1_pr a:visited{
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
#content_container #col1_pr a:hover, #col1_pr #content_container a:visited{
	color: #999999;
	text-decoration: underline;
	font-style: italic;
}



#featured {
	background-color: #fafafa;
	padding: 5px;
}
#featured a:link, #featured a:visited {
	color: #999999; !important
	text-decoration: none;
}
#featured a:hover,#featured a:active {
	color: #cc0000; !important
	text-decoration: none;
}




/*#featured.onthemove {
	background-image: url(../assets/on_the_move.jpg);
	background-position: right bottom;
	padding-bottom: 155px;
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-right: 100px;
}*/

.img_left {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	float:left;
}

.img_right {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	float:right;
}
.img_centred {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.img_right_nb {
	float:right;
}

.img_left_feature {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
	margin-right: 20px;
}

.strong{
	font-weight:bold;
	}#map {
	background-image: url(../assets/map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
}
#map p {
	display: block;
	float: right;
	width: 140px;
	padding-top: 40px;
}
p.feedback {
	background-color: #fafafa;
	display: block;
	background-image: url(../assets/feedback_quote1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 23px;
}
p.feedback strong {
	margin-top: 5px;
	color: #3F3F81;
}

/*FORM STYLES*/

input{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #fafafa;
}
ul.error {
	color: #FF0000;
	list-style-type: none;
}
