/* CSS Document */
/* In Vogue Media Website */
/* Copyright 1997 to 2009 In Vogue Media - www.invoguemedia.co.uk */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

/*  Services Specific CSS */

#services_overview {
	width: 620px;
}
#servbanner {
	width: 684px;
}
#content_services_text {
	width: 652px;
	border-bottom: solid 1px #e1ded7;
	border-left: solid 1px #e1ded7;
	border-right: solid 1px #e1ded7;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#services_overview div.callout {
	float: left;
	width: 200px;
}
#services_overview h1 {
	background: url(none);
	margin: 0px 0px 5px;
	padding: 5px 0px 2px;
	text-align: center;
	text-decoration: underline;
}
#services_overview h1 a {
	color: #545442;
	background: url(none);
	margin: 0px 0px 5px;
	text-align: center;
	text-decoration: underline;
}
#services_overview h1 a:hover {
	color: #537272;
	background: url(none);
	margin: 0px 0px 5px;
	text-align: center;
	text-decoration: underline;
}
#services_overview p {
	text-align: center;
	font-size: 11px;
	color: #545442;
	padding-right: 20px;
	padding-left: 20px;
}
/* End of services page specific css */