/*
#D50002 red
*/

/* basic elements */

body {
	background: #ffffff;
	text-align: center;
	color: #000000;
}

#innerfocus {
	width: 750px;
	height: 462px;
	position:absolute;
	z-index: 2;
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	top: 50%;
	left: 50%;
	margin-top: -241px;
	margin-left: -375px;
}

#topline {
	background-image : url(img/line_shadow_tile.jpg);
	background-repeat : repeat-x;
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:16px;
	z-index:6;
	overflow:hidden;
	visibility: visible;
}

#bottomline {
	background-image : url(img/line_shadow_tile.jpg);
	background-repeat : repeat-x;
	position:absolute;
	left:0px;
	top:465px;
	width:750px;
	height:16px;
	z-index:7;
	overflow:hidden;
	visibility: visible;
}

#blockColour {
	position:absolute;
	left:476px;
	top:-18px;
	width:265px;
	height:524px;
	z-index:3;
	background: #E0CBCB;
	border: 2px solid #000000;
	visibility: visible;
}

#Logo {
	position:absolute;
	left:5px;
	top:177px;
	width:440px;
	height:64px;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px none #000000;
	background-image : url(img/mcevoy_consulting_logo.jpg);
	background-repeat : no-repeat;
}	

/* menu areas and menu link control */

#MainMenu {
	position:absolute; 
	left:8px; 
	top:305px; 
	width:200px; 
	height:118px; 
	z-index:5; 
	text-align:left;
}

/* standard main menu links  */
a {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
	padding-left:18px;
	background : url(img/menu_white.jpg);
}

a:hover {
	font-size: 14px;
	color: #D50002;
	font-weight: normal;
	text-decoration: underline;
}

.active {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
	padding-left:18px;
	background : url(img/pagename_dot.jpg);
}

#SectionMenu {
	position:absolute; 
	left:8px; 
	top:55px; 
	width:250px; 
	height:116px; 
	z-index:9;
	text-align:left;
}

/* header in sectionMenu box */
.pagename {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	padding-left:18px;
	background : url(img/pagename_dot.jpg);
}
/* links in sectionMenu box */
.sub {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:18px;
	background : url(img/menu_white.jpg);
	font-style : italic;
}
.sub:hover {
	font-size: 13px;
	color: #D50002;
	font-weight: normal;
	text-decoration: underline;
}
.subactive {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:18px;
	background : url(img/menu_red.jpg);
	font-style : italic;
}

.subactive:hover {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:18px;
	background : url(img/menu_red.jpg);
}
/* main text control */
p  {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align : justify;
	line-height: 14px;
}
.standfirst  {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align : justify;
	line-height: 14px;
	font-weight: bold;
}
/* links in copy */
.copylink {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	padding-left:0px;
	background : none;
}
.copylink:hover {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	line-height: 16px;
	padding-left:0px;
	background : none;
}
/* links in lists eg what we do/expertise */
.listlink {
	font-size: 13px;
	line-height: 18px;
	padding-left:18px;
	background : url(img/list_red.jpg);
}
.listlink:hover {
	font-size: 13px;
	line-height: 18px;
	padding-left:18px;
	background : url(img/list_red.jpg);
}
.formbutton {
	font-size: 12px;
	font-weight: bold;
	color : #000000;
	border-top : 1px solid #A2292A;
	border-right : 2px solid #000000;
	border-bottom : 2px solid #000000;
	border-left : 1px solid #A2292A;
	background-color: #C9A8A8; 
}
