* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
	padding: 0;
}

p {
	padding-bottom: 12px;
}

hr {
	width: 100%; 
	border: 0; 
	color: #626469; 
	background-color: #626469; 
	height: 1px;
	padding: 0;
	margin: 0px;
	display:block;
}

body {
	background: url(../img/gen/bg.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #626469;
}

#wrapper {
	width: 900px;
	height: 600px;
	position: relative;  
	top: 10%;
	margin: 0 auto;
	vertical-align: middle;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 725px;
	width: 175px;
}

.article_text {
	font-size: 10px; 
	padding: 0; 
	line-height: 12px;
}

.article_text p {
	padding-bottom: 8px;
}

#copyright {
	position: absolute;
	bottom: -15px;
	left: 5px;
	width: 300px;
	color: #999999;
}

#nav {
	position: absolute;
	width: 150px;
	height: 365px;
	left: 0px;
	top: 100px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
    opacity:0.8;
}

#nav_extranet {
	position: absolute;
	width: 94px;
	height: 16px;
	left: 15px;
	bottom: 13px;
}

#link_extranet {
	position: absolute;
	left: 185px;
	top: 160px;
}

#nav ul {
	list-style: none;
}

#content ul {
	list-style: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	font-size: 10px;
	color: #ffffff;
	border: 1px solid #626469;
	background-color: #626469;
	padding: 5px;
	opacity: 0.85;
	width: 150px;
}

.strapline {
	padding-bottom: 25px;
}

#content {
	position: absolute;
	width: 700px;
	height: 365px;
	left: 200px;
	top: 100px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
    opacity:0.8;
	overflow: auto;
}

#home_content {
	position: absolute;
	width: 700px;
	height: 100px;
	left: 200px;
	top: 100px;
	background-color: #ffffff;
	background-color: #ffffff;
	filter:alpha(opacity=80);
    opacity:0.8;
	overflow: hidden;
}

#home_news {
	position: absolute;
	width: 700px;
	height: 40px;
	left: 200px;
	top: 425px;
	background-color: #ffffff;
	filter:alpha(opacity=80);
    opacity:0.8;
	overflow: hidden;
}

#left_panel {
	width: 315px;
	float: left;
}

#right_panel {
	width: 315px;
	float: right;
}

.services_left {
	width: 525px;
	float: left;
}

#services_left {
	width: 525px;
	float: left;
}

.services_right {
	width: 105px;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.content_panel {
	width: 222px;
	clear: both;
}

.press_list {
	padding-bottom: 15px;
}

#bottom_left {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

#back_link {
	padding-top: 15px;
}

#title_image {
	position: relative;
	top: 70px;
	left: 215px;
	width: 150px;
}

.padding {
	margin: 15px;
} 

.small_padding {
	margin: 5px 15px 15px 15px;
} 

.clear {
	clear: both;
}

a:link, a:visited {
	color: #333539;
	text-decoration: none;
}
a:hover, a:active {
	color: #626469;
	text-decoration: none;
}

#actions {
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 10px;
	padding: 5px;
}

#article_actions {
	position: absolute;
	bottom: 0px;
	left: 317px;
	width: 10px;
	padding: 5px;
}

div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    /* vertical scrollers have typically larger height than width */ 
    height: 335px; 
    width: 675px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
	width: 590px; 
	float: left;
}

img.fr { 
    float: right; 
    padding-left: 15px; 
	padding-bottom: 15px; 
}

.press_thumb {
	width: 120px; 
	float: left; 
	padding-right: 15px; 
	padding-bottom: 15px;
}

.people_thumb {
	display: block; 
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

