body, html, h1, h2, h3, h4, p, img, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	background: #000 url(/images/back_main.gif) top left repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
}

a
{
    color: #99ccff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#wrapper, #footerInner 
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrapper
{
    color: #fff;
	position: relative;
	padding-bottom: 80px;
}

#footer
{
	background: #2f2f2f;
	color: #999;
	padding: 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 75%;
	z-index: 65;
}

#footer a
{
    color: #575757;
}

#footer a.green
{
    color: #628038;
}

h1
{
	text-align: right;
}

h1 a img
{
	position: relative;
	top: 0px;
}

h3
{
    font-weight: bold;
    color: #9cf;
}

.clear { line-height: 1px; height: 1px; overflow: hidden; clear: both; }

#imageCol
{
    float: left;
    width: 310px;
}

.imageColLeft
{
    margin-right: 15px;
}

.imageColRight
{
    margin-left: 15px;
}

.icon
{
    vertical-align: middle;
    margin: -1px 8px 0px 8px;
}

#contentCol
{
    float: left;
    width: 520px;
}

.contentPageColumn
{
    float: left;
    position: relative;
    margin-left: 12px;
    padding-bottom: 20px;
    color: #666;
}

.contentPageColumn b, .contentPageColumn strong
{
    color: #93b7c8;
}

.contentPageColumn h2
{
    margin-bottom: 15px;
}

.contentPageColumn p
{
    margin: 5px 0px 10px 0px;
}

.contentPageColumn .btnBack, .contentPageColumn .btnNext
{
    position: absolute;
    text-decoration: none;
    color: #93b7c8;
}

.contentPageColumn .btnNext
{
    right: 0px;
    bottom: 0px;
}

.contentPageColumn .btnBack
{
    left: 0px;
    bottom: 0px;
}

#headerText
{
	font-family: Tahoma, Helvetica, sans-serif;
	position: absolute;
	top: 60px;
	left: 15px;
	font-size: 180%;
	font-family: Georgia;
	width: 550px;
}

#workingWithUs
{
	display: none;
	position: absolute;
	top: 113px;
	left: 39px;
}

#menu
{
	position: absolute;
	top: 93px;
	left: 10px;
	width: 500px;
	z-index: 100;
	font-size: 90%;
}

#menu ul, #menu ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	float: left;
}

#menu ul ul
{
	margin-left: 3px;
}

#menu ul li
{
	border-right: 1px solid #c1c1c1;
}

#menu ul li a
{
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0px 5px 0px 5px;
}

#menu ul li a:hover
{
    background: url(/images/menu_item_back.gif) bottom right no-repeat;
}

#menu ul li.firstItem
{
	border-left: 1px solid #c1c1c1;
}

#menu ul li.currentPage a
{
    color: #a1bbc7;
    font-weight: bold;
    background: url(/images/menu_item_back.gif) bottom right no-repeat;
}

#innerContentHolder
{
	height: 390px;
	margin: 0px 0px 18px 0px;
}

.standardPage
{
    background: url(/images/content_back.png) top left no-repeat;
    font-size: 90%;
    position: relative;
}

.standardPageLeft
{
    float: left;
    width: 410px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 15px;
}

.standardPageRight
{
    float: left;
    width: 260px;
    margin-top: 15px;
}

.standardPageFull
{
    width: 700px;
    height: 350px;
    overflow: auto;
    padding: 10px;
}

.standardPage h2
{
    margin: 5px 0px 15px 0px;
}

.socialNetworkingLinks
{
    display: block;
    background: url(/images/white_lozenge.gif) top left no-repeat;
    width: 265px;
    height: 56px;
    padding: 1px 4px 0px 4px;
    margin-top: 20px;
}

/* News */

.newsItem
{
    border-bottom: 1px solid #fff;
    margin: 3px 5px 3px 0px;
    padding: 3px 5px 0px 0px;
    clear: both;
    position: relative;
}

.newsDate
{
    color: #99ccff;
}

.newsItem h2
{
    position: relative;
}

.newsItem h2 img
{
    vertical-align: middle;
}

.newsItem h2 .newsDate
{
    font-size: 70%;
    font-weight: normal;
    position: absolute;
    top: 12px;
    left: 410px;
}

.newsPrevNext
{
    position: absolute;
    top: 15px;
    right: 5px;
    color: #fff;
    z-index: 100;
}

.newsPrevNext a
{
    color: #fff;
}

.newsPrevNext span
{
    font-size: 140%;
    font-weight: bold;
}

.newsSummary img
{
    float: right;
    margin: 0px 0px 10px 10px;
}

.mostRead
{
    background: url(/images/mostread_back.gif) top left no-repeat;
    border: 0px;
    padding: 8px;
    height: 75px;
    overflow: hidden;
    margin-top: 5px;
    width: 245px;
    position: relative;
}

.mostRead .arrowLink
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 90px;
}

.mostRead .arrowLink:hover
{
    text-decoration: none;
}

.paginationControls
{
    position: absolute;
    top: 32px;
    left: 260px;
}

/* Case studies */

#indexLink
{
	cursor: pointer;
	margin: 10px 20px 20px 0px;
	text-align: right;
}

#caseStudyClients li
{
	cursor: pointer;
	list-style: none;
	text-align: right;
	margin-right: 20px;
}

#caseStudyView
{
	height: 230px;
	overflow: auto;
	padding: 0px 10px 0px 0px;
}

#caseStudyView .logo
{
	margin-bottom: 20px;
}

#contentFooter
{
	position: absolute;
	bottom: 10px;
	left: 485px;
	font-weight: bold;
	color: #fff;
}

#contentFooter a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#caseStudyContacts
{
	height: 230px;
	overflow: auto;
}

#caseStudyContactsLink
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: normal;
	color: #fff;
}

#tagline
{
	position: absolute;
	bottom: 0px;
	right: 10px;
	display: none;
}

.twitterFeed
{
	width: 700px;
	border-bottom: 1px solid #e3e3e4;
	margin-bottom: 5px;
}

.twitterFeed ul
{
	text-indent: 0px;
	padding-left: 5px;
}

.twitterFeed ul li
{
	list-style: none;
}
