/* CSS Stylesheet for Stoneygate Clinical Research Limited. 
Copyright (c) 2004 Stoneygate Clinical Research Limited. */

body {
	margin: 0;
	width: 100%;
	height: 100%;
	/*background: #999 url("../images/tile.gif");*/
	background: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	text-align: center;
}

div#border {
	height: 500px;
	width: 738px;
	border: 1px solid #333;
	background: white url("../images/sweep.gif") 0px 60px no-repeat;
	font-size: 11px;
	text-align: center;
}

div#footer {
	width: 738px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 9px;
	color: #CCC;
	text-align: right;
}

div#logo {
	width: 738px;
	height: 60px;
	background: url("../images/green_tile.gif");
	text-align: right;
}

div.content {
	width: 718px;
	height: 324px;
	margin: 70px 0 0 20px;
	text-align: left;
}

div#home {
	background: white url("../images/photos/pills1.jpg") bottom right no-repeat;
}

div#about {
	background: white url("../images/photos/pills_bottle.jpg") bottom right no-repeat;
}

div#services {
	background: white url("../images/photos/pills2.jpg") bottom right no-repeat;
}

.terms {
	margin-right: 20px;
}

div#bar {
	width: 738px;
	height: 47px;
	background: #CCC url("../images/bar_bg.gif");

}

table#phone {
	width: 40%;
	border: 0;
}

td.phone {
	width: 20%;
}

/* Images */

img {
	border: 0;
}

img#front_caption {
	margin: 10px 0 10px 0;
}

img.button {
	margin: 16px 20px 0 20px;
}

img#logo {
	margin: 15px 20px 0 0;
}

img.caption {
	margin: 0 0 0 2px;
}

/* Links */

a:link, a:visited {
	color: #063;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #333;
	text-decoration: underline;
}

/* Text */

.bold {
	font-weight: bold;
}

p.footer_links {
	display: block;
	float: right;
}

p.copyright {
	display: block;
}

p.copyright a:link, p.copyright a:visited {
	color: #CCC;
	text-decoration: none;
}

p.copyright a:hover, p.copyright a:visited:hover {
	color: #CCC;
	text-decoration: underline;
}

.block_front {
	width: 45%;
	line-height: 130%;
	text-align: justify;
	padding-left: 2px;
}

.block {
	width: 50%;
	line-height: 130%;
	text-align: justify;
}

.block_justify {
	text-align: justify;
	margin-right: 25px;
	line-height: 130%;
	padding-left: 5px;
}

span.separator {
	margin: 0 5px 0 5px;
}