/* Tags & defaults */
body{
	padding:0px;
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:70%;
	background-color:#f1f1f1;
	background-image:url(images/gradient_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
body *{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
}
form{
	padding:0px;
	margin:0px;
}
a:link, a:visited, a:active{
	color:#ec0984;
	text-decoration:underline;
}
a:hover{
	color:#ec0984;
	text-decoration:none;
}
/* Text colours */
.textWhite{ color:#FFFFFF; }
.textBlue{ color:#0a2b76; }
.textPink{ color:#ed3197; }
/* Link styles */
.linkWhite a { color:#FFFFFF; }
.linkGrey a { color:#666666; }
.linkBlue a { color:#123788; }
.linkNoUnder a:link, .linkNoUnder a:visited, .linkNoUnder a:active{ text-decoration:none; }
.linkNoUnder a:hover { text-decoration:underline; }
.linkNoUnderEver a { text-decoration:none; }
/* BG colours */
.bgGrey{ background-color:#b8b7b7; }
.bgPink{ background-color:#ed3197; }
.bgBlue{ background-color:#123788; }
/* Dividers */
.divDotHoriz{
	background-image:url(images/dots_blue_horiz.gif);
	background-position:left;
	background-repeat:repeat-x;
}
/* Styled areas */
.contentWrapper{
	width:750px;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
}
.headerItem, .headerItemGrey{
	padding-left:20px;
	line-height:15px;
	background-position:left;
	background-repeat:no-repeat;
}
.headerItem{ background-image:url(images/icons_cross.gif); }
.headerItemGrey{ background-image:url(images/icons_cross_grey.gif); }
.tagline{
	margin-bottom:10px;
}
/* Top menu */
.menuTop{
}
.menuTop img{
	float:right;
}
.menuItemWrapper{
	padding-top:20px;
}
.menuItemWrapper a:link, .menuItemWrapper a:visited, .menuItemWrapper a:active{
	background-color:#b8b7b7;
	color:#FFFFFF;
}
.menuItemWrapper a:hover{
	background-color:#ed3197;
	color:#FFFFFF;
}
.menuItemWrapper a{
	display:block;
	width:180px;
	padding-left:20px;
	margin-right:10px;
	margin-bottom:5px;
	line-height:15px;
	background-image:url(images/icons_cross.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	color:#FFFFFF;
}
.menuItemWrapperPink a:link, .menuItemWrapperPink a:visited, .menuItemWrapperPink a:active, .menuItemWrapperPink a:hover{
	background-color:#ed3197;
}
/* Middle area */
.middleWrapper{
	margin-bottom:10px;
}
.middleLeft{
	float:left;
	width:200px;
}
.middleRight{
	float:right;
	width:540px;
}
.itemWrapper{
	padding-top:5px;
	padding-bottom:10px;
}
/* People */
.person{
	width:73px;
	float:left;
	margin-right:17px;
	margin-top:32px;
}
/* Clearfix */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html>body .clearfix{
	display:inline-block;
	width:100%;
}
* html .clearfix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}