/* Wexford Portal */
BODY {
	margin: 0px;
	padding: 0px;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 0.8em;
	background-image: url('../images/layout/body-background-1.png');
	background-position: 50% 0%;
	background-repeat: repeat-x;
}

IMG {
	display: block;
	border: 0px;
}

A {color: #FFA82B;}
A:visited {color: #444;}
A:hover {color: #FFC677;}


/* LAYOUT */
#header-box, #header, #contentbox, #footerbox {
	position: relative;
	width: 99%;
	margin: auto;
}

#headercontainer, #contentcontainer, #footercontainer {
	position: relative;
	width: 990px;
	margin: auto;
	overflow: hidden;
}
 
#contentarea {
	position: relative;
	width: 1000px;
	overflow: hidden;
	padding-bottom: 30px;
}
#lead {
	overflow: hidden;
	margin-bottom: 10px;
}
#vimeo {
	float: left;
}
#twitter {
	float: left;
	margin-left: 10px;
	overflow: hidden;
	}


/* LAYOUT DETAIL */

BODY {}

#page {
	background-image: url('../images/layout/page-background-full-1.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#header-box {
	height: 95px;
}
#header-container {
	width: 990px;
	margin: auto;
}
#header {
	height: 100px;
	position: relative;
}
#header H1 {display: none;}
#title-image {
	position: absolute;
	top: 10px;
	left: 0px;
}
#tag-line-image {
	position: absolute;
	top: 30px;
	right: 1px;
}
#contentarea {
	border-bottom: solid 1px #ccc;
}
#vimeo IFRAME {
	border: solid 1px #571E31;
	border-radius: 5px;
}
#footer {
	min-height: 60px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
	text-align: center;
	padding-left: 100px;
	background-image: url('../images/layout/new-building-sketch.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border-bottom: solid 1px #ccc;
}
#footer P {
	margin: 5px;
	padding-top: 5px;
}


	/* COLUMNS */
	DIV.column {
		position: relative;
		width: 321px;
		float: left;
		clear: none;
		background-color: white;
		border: solid 1px #561717;
		border-radius: 5px;
		margin-right: 10px;
		margin-top: 10px;
		overflow: visible;
		text-align: center;
	}
	
	DIV.column1 {}
	DIV.column2 {}
	DIV.column3 {margin-right: 0px;}
	
	DIV.columnbody {margin: 10px 0px;}
	
	DIV.fullwidth {
		position: relative;
		float: left;
		clear: none;
		width: 990px;
	}
	
	
	/* GENERAL */
	DIV.content {position: relative;}
	
	
	/* LINK SECTIONS */
	DIV.linkslist {top: -15px;}
	DIV.column H2 {
		position: relative;
		display: inline;
		margin: auto;
		padding: 5px;
		background-color: white;
		text-align: center;
		font-size: 19.2px
	}
	DIV.column DIV.content DIV {text-align: left;}
	DIV.column DIV.content DIV A {
		display: block;
		padding: 3px 30px;
		font-size: 110%;
		font-weight: bold;
	}
	A.outset-link {
		display: inline-block;
		position: relative;
		margin-top: -36px;
		bottom: -40px;
	}
	
	
	/* NEWS */
	DIV.news {}
	DIV.newssection {
		width: 960px;
		min-height: 124px;
		position: relative;
		overflow: hidden;
		padding-left: 30px;
		padding-top: 10px;
		margin-bottom: 10px;
		background-color:  #571E31;
		border-radius: 5px;
	}
	DIV.newshead {
		position: absolute;
		top: 4px;
		left: 2px;
		padding: 5px;
	}
	DIV.newsimages {
		position: absolute;
		top: 0px;
		left: 30px;
	}
	DIV.newsbody {
		width: 400px;
		position: relative;
		margin: 10px;
		margin-top: 0px;
		padding: 5px 10px;
		color: white;
		background-image: url('../images/layout/Black-80.png');
	}
	DIV.newsbody P {
		margin: 6px 0px;
	}
	
	DIV.newsbody A:visited {color: #999;}
	DIV.newsbody A:hover {color: #FFC677;}
	
	