/*Global*/
html{height:100%;}
body{
	min-height:100%;
	position:relative;
	background:#fff;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}
* html body{height:100%;}
a{text-decoration:none; color:black; text-decoration:underline;}
a:visited{text-decoration:none; text-decoration:underline; color:black}
a:hover{text-decoration:underline; font-weight: bold;}

a.arrow {
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
	text-decoration:none;
}

a.arrow :hover
{
	text-decoration:underline; font-weight: bold;
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
}

a.arrow :visited
{
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
}

#main{
	width:971px;
	margin:18px auto 0;
	overflow:hidden;
	position:relative;
	padding:75px 0 0;
}
#header{
	width:933px;
	background:url(../images/bg-header.gif) no-repeat;
	height:53px;
	padding:3px 6px 7px 32px;
	position:absolute;
	left:0;
	top:0;
}
#header:after, #header ul:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	width:147px;
	float:left;
	margin:18px 18px 0 0;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	display:block;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
}
/* Navigation */
#navigation{
	float:left;
	width:767px;
	height:54px;
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	background:url(../images/sep-navigation.gif) no-repeat;
}
#navigation:after{
	content:"";
	display:block;
	clear:both;
}
#navigation li{
	float:left;
	position:relative;
	width:107px;
	text-align:center;
	padding:0 1px 1px 0;
	background:url(../images/sep-navigation.gif) no-repeat right top;
	font:14px/18px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#navigation li span a{
	display:block;
	width:97px;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 10px;
	outline:none;
	position:relative;
	overflow:hidden;
}
#navigation li span a span{
	float:left;
	height:18px;
	padding:18px 10px 17px 0;
	width:82px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
#navigation li#last{background-position:left top;float:right;padding:0 0 0 1px;width:84px;}
#navigation li#last span a{padding-right:10px; width:64px; height:53px;}
#navigation li#last span a:hover {background:url(../images/bg-nav.gif) 100% 0; height:53px;}
#navigation li#last span a.push {background:url(../images/bg-nav.gif) 100% -53px!important; height:53px;}
#navigation li#last.current span a {background:url(../images/bg-nav.gif) 100% -106px!important; height:53px;}

.group
{
	padding: 10px 0 0 0;
	z-index: 100;
}


/*State change */
#navigation li span a:hover{background:url(../images/bg-nav.gif) 0 0;color:#07463b;}
#navigation li span a.push{background:url(../images/bg-nav.gif) 0 -53px!important;color:#07463b;font-weight:bold;}
#navigation li.current span a{background:url(../images/bg-nav.gif) 0 -106px!important;color:#f0cf58!important;font-weight:bold!important;}

/*Drop-down*/
#navigation li div{
	width:220px;
	overflow:hidden;
	position:absolute;
	left:-1px;
	top:54px;
	display:none;
}
#navigation ul{
	width:220px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#navigation ul li{
	float:left;
	width:100%;
	background:none;
	padding:0;
}
#navigation ul li a{
	float:left;
	width:184px;
	padding:6px 4px 6px 31px;
	background:url(../images/bg-submenu.png) no-repeat;
	font:14px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#040436;
	height:16px;
	overflow:hidden;
	cursor:pointer;
	text-decoration:none;
}
#navigation ul li a:hover{text-decoration:none;background:url(../images/bg-submenu-hover.png) no-repeat;}
#navigation ul li.last a{background:url(../images/bg-submenu-last.png) no-repeat;padding-bottom:10px;}
#navigation ul li.last a:hover{background:url(../images/bg-submenu-hover-last.png) no-repeat;}
#navigation li:hover div, #navigation li.hover div{display:block;}

#productnavigation
{
	float: left;
	color:#000000;
	list-style:none;
	line-height: 180%;
	padding: 20px 0px 0px 20px;
}

#productnavigation .currentproduct
{
	font-weight:bold;
}

#productnavigation a:hover
{
	text-decoration:underline;
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
}

#productnavigation a:visited
{
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
}

#productnavigation a
{
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
	text-decoration:none;
}

/* Content */
#content{
	width:100%;
	background:url(../images/bg-content-stripe.gif) repeat-y;
}
#content .top{width:100%;background:url(../images/bg-content-top.gif) no-repeat;}
#content .bottom{
	width:971px;
	background:url(../images/bg-content-bottom.gif) no-repeat left bottom;
	padding:1px 0 0;
}
.main-content-holder{
	width:903px;
	height:400px;
	padding:0 34px 0 32px;
	margin:30px 0 0;
}

.main-content-holder2{
	width:903px;
	padding:0 34px 0 32px;
	margin: 30px 0 0px;
}
/*.columns{background:url(../images/bg-columns.gif) repeat-y;}*/

/* Formatting The Text For The Main Content*/

.main-content-holder h1{
	margin:10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#07463b;
}
.main-content-holder h2{
	margin:10px 0 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.main-content-holder h3{
	margin:10px 0 0;
	font: oblique 12px/14px Arial, Helvetica, sans-serif;
}

.main-content-holder h4{
	margin:10px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.main-content-holder p{
	margin:15px 0 0;
	line-height: 140%;
	font: 12px;
}

.main-content-holder a:visited,a:hover,a{
	color: #035649;
}

/* Formatting The Text For The Main Content*/

.main-content-holder2 h1{
	margin:10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#07463b;
}
.main-content-holder2 h2{
	margin:10px 0 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.main-content-holder2 h3{
	margin:10px 0 0;
	font: oblique 12px/14px Arial, Helvetica, sans-serif;
}

.main-content-holder2 h4{
	margin:10px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.main-content-holder2 p{
	margin:15px 0 0;
	line-height: 140%;
	font: 12px;
}

.main-content-holder2 a:visited,a:hover,a{
	color: #035649;
}


.center
{
	text-align:center;
}

/************************ SITE MAP *************************************/

/* left hand holder */
.leftholderSite{
	width: 400px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
	line-height: 250%;
}

/* centre stand alone Div for 2-1-1 */
.centreSite{
	width: 370px;
	height: 100%;
	overflow:hidden;
	float:left;
	padding: 40px 20px 0 40px;
	line-height: 250%;
}

/************************ News Section *********************************/

.leftNews{
	width: 250px;
	overflow:hidden;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0px 30px 0  0;
	height: 100%;
	float:left;
}

a img
{
	border: none;
}

.rightNews{
	width: 560px;
	overflow:hidden;
	float:left;
	padding: 0px 20px 0px 20px;
}

.rightNews ul{
	line-height:150%;
}


/************************ ABOUT STYLE DIV ******************************/

/* About Main content */
.about-main-content{
	width:410px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 40px 0 20px;
	margin: 0 0 0 10px;}

/* Sidebar */
.about-sidebar{
	width:348px;
	float:left;
	display:table;
	height:100%;
}
.about-sidebar div{
	width:100%;
	margin: 50px 0 0 0;
	text-align: center;
}

/* left stand alone Div for 1-2-1 */
.leftAbout{
	width:28%;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0px;
}

/* centre top Div for 1-2-1 */
.centretopAbout{
	width:32%;
	height: 38%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 20px 0 10px;
	padding: 35px 0 40px 20px;
}

/* centre bottom Div for 1-2-1 */
.centrebottomAbout{
	width:32%;
	height: 40%;
	overflow:hidden;
	float:left;
	margin: 20px 20px 0 10px;
	padding: 0 0 0 20px;
}

/* right stand alone Div for 1-2-1 */
.rightAbout{
	width: 30%;
	height: 100%;
	overflow:hidden;
	float:right;
	background:url(../images/area-seperator-vert.gif) repeat-y left top;
	padding: 35px 0 0 20px;
}

/************************ Privacy ***********************************/

.privacy-content-holder{
	width:903px;
	height:440px;
	padding:0 24px 0 32px;
	overflow:hidden;
	margin:20px 0 0;
}

.privacy-content-holder h1{
	margin:10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#07463b;
}
.privacy-content-holder h2{
	margin:10px 0 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.privacy-content-holder h3{
	margin:10px 0 0;
	font: oblique 12px/14px Arial, Helvetica, sans-serif;
}

.privacy-content-holder h4{
	margin:10px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.privacy-content-holder p{
	margin:15px 0 0;
	line-height: 140%;
	font: 12px;
}

.privacy-content-holder ul {list-style-type: circle;} 

.scrollholder
{
	float:left;
	height: 390px;
}

.scroll{
	position:absolute;
	display:block;
	height: 370px;
	overflow-y:scroll;
	padding: 15px 60px 15px 20px;
	margin:5px 0;
	background:#fff;
	left:30;
	width: 810px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

/************************ Case Studies ******************************/

.casesnavholder
{
    padding: 20px 0 20px  0;
}

#casesnav
{
	font-weight:bold;
	color:#000000;
	float: left;
	list-style:none;
	line-height: 180%;
}

/* left hand holder */
.leftcaseholder{
	width: 30%;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 30px 0  30px;
}

/* centre top Div for 1-1-1 */
.rightcase{
	width:50%;
	overflow:hidden;
	height:100%;
	float:left;
	margin: 0 20px 0 40px;
	padding: 0 20px 40px 20px;
}


/************************ Digital Media ******************************/

.servicesnavholder
{
    padding: 20px 0 20px  0;
}

#servicesnav
{
	font-weight:bold;
	color:#000000;
	float: left;
	list-style:none;
	line-height: 180%;
}

/* left hand holder */
.leftdigitalholder{
	width: 30%;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
}

/* centre top Div for 1-1-1 */
.centredigital{
	width:50%;
	overflow:hidden;
	float:left;
	margin: 0 20px 0 10px;
	padding: 0 0 40px 20px;
}

/* right stand alone Div for 1-1-1 */
.rightdigital{
	width: 25%;
	height: 100%;
	overflow:hidden;
	float:right;
	background:url(../images/area-seperator-vert.gif) repeat-y left top;
	padding: 0 0 0 20px;
}

/* right top Div for 2-2 */
.righttopdigital{
	width:60%;
	height:40%;
	overflow:hidden;
	float:left;
	margin: 0px 0px 0 20px;
	padding: 0 20px 20px 0;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}

/* right bottom Div for 2-2 */
.rightbottomdigital{
	width:60%;
	float:left;
	margin: 20px 0px 0 10px;
	padding: 0 20px 0 20px;
}

/************************ 1-2-1 STYLE DIV ******************************/

/* left stand alone Div for 1-2-1 */
.left121{
	width:30%;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
}

/* centre top Div for 1-2-1 */
.centretop121{
	width:30%;
	height: 40%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 20px 0 10px;
	padding: 0 0 40px 20px;
}

/* centre bottom Div for 1-2-1 */
.centrebottom121{
	width:30%;
	height: 40%;
	overflow:hidden;
	float:left;
	margin: 20px 20px 0 10px;
	padding: 0 0 0 20px;
}

/* right stand alone Div for 1-2-1 */
.right121{
	width: 30%;
	height: 100%;
	overflow:hidden;
	float:right;
	background:url(../images/area-seperator-vert.gif) repeat-y left top;
	padding: 0 0 0 20px;
}

/************************ 2-2 STYLE DIV ******************************/

/* left hand holder */
.leftholder22{
	width: 300px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
}

/* left top Div for 2-2 */
.lefttop22{
	width: 280px;
	height: 40%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
}

/* right top Div for 2-2 */
.righttop22{
	width:516px;
	height:50%;
	overflow:hidden;
	float:left;
	margin: 0px 0px 0 20px;
	padding: 0 20px 20px 0;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}

/* left bottom Div for 2-2 */
.leftbottom22{
	width: 280px;
	height: 50%;
	overflow:hidden;
	float:left;
	margin: 20px 20px 0 0;
}

/* right bottom Div for 2-2 */
.rightbottom22{
	width:516px;
	float:left;
	margin: 20px 0px 0 10px;
	padding: 0 20px 0 20px;
}

/* a smaller right top Div for 2-2 */
.righttop22small{
	width:556px;
	height:30%;
	float:left;
	margin: 0px 0px 0 20px;
	padding: 0 20px 20px 0;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}

/* a smaller right top Div for 2-2 */
.righttop22smallWidgets{
	width:556px;
	height:35%;
	float:left;
	margin: 0px 0px 0 20px;
	padding: 0 20px 20px 0;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}


/************************ 2-1-1 STYLE DIV ******************************/

/* left hand holder */
.leftholder211{
	width: 300px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
}

/* left top Div for 2-1-1 */
.lefttop211{
	width: 280px;
	height: 40%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
}

/* left bottom Div for 2-1-1 */
.leftbottom211{
	width: 280px;
	height: 50%;
	overflow:hidden;
	float:left;
	margin: 10px 20px 0 0;
}

/* centre stand alone Div for 2-1-1 */
.centre211{
	width: 280px;
	height: 100%;
	overflow:hidden;
	float:left;
	padding: 0 20px 0 20px;
}

/* right stand alone Div for 2-1-1 */
.right211{
	width: 230px;
	height: 100%;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y left top;
	padding: 0 0 0 30px;
}

.right211imgpad
{
	width: 180px;
	text-align:center;
	padding: 20px;
}

.right211imgpadanimation
{
	width: 180px;
	text-align:center;
	padding: 5px 25px 5px 25px ;
}

.right211imgpsurvey
{
	width: 180px;
	text-align:center;
	padding: 0px 25px 5px 25px ;
}

.right211imgpsurveybottom
{
	width: 180px;
	text-align:center;
	padding: 0px 25px 0px 25px ;
}

.right211singleimg
{
	width: 180px;
	text-align:center;
	padding: 50px 20px 50px 20px;
}

/************************ 2-2-1 STYLE DIV ******************************/

/* left hand holder */
.leftholder221{
	width: 280px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
}

/* left top Div for 2-2-1 */
.lefttop221{
	width: 260px;
	height: 40%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
}

/* left bottom Div for 2-2-1 */
.leftbottom221{
	width: 260px;
	height: 50%;
	overflow:hidden;
	float:left;
	margin: 10px 20px 0 0;
}

/* centre holder */
.centreholder221{
	width: 300px;
	height: 100%;
	overflow:hidden;
	float:left;
}

/* centre top Div for 2-2-1 */
.centretop221{
	width: 280px;
	height: 55%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 15px 0 15px;
	padding: 0 0 10px 0;
}

.centrepaddingresearch
{
	padding-top: 2px;
}

/* centre bottom Div for 2-2-1 */
.centrebottom221{
	width: 290px;
	height: 35%;
	overflow:hidden;
	float:left;
	margin: 10px 15px 0 15px;
}

/* right stand alone Div for 2-2-1 */
.right221{
	width: 250px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y left top;
	padding: 0 10px 0 30px;
	margin: 0 0 0 10px;
}

/************************ CONTACT US STYLE DIV ******************************/

/* left hand holder */
.leftholderContact{
	width: 300px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
}

/* left top Div for Contact Page */
.lefttopContact{
	width: 280px;
	height: 40%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
}

/* left bottom Div for Contact Page */
.leftbottomContact{
	width: 280px;
	height: 50%;
	overflow:hidden;
	float:left;
	margin: 20px 0 0 0;
}

/* centre stand alone Div for Contact Page */
.centreContact{
	width: 340px;
	height: 100%;
	overflow:hidden;
	float:left;
	padding: 0 20px 0 20px;
}

/* right stand alone Div for Contact Page */
.rightContact{
	width: 150px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y left top;
	padding: 0 0 0 40px;
}

.contactsuccess
{
	width: 100%;
	height: 100%;
	overflow:hidden;
	float:left;
	padding: 100px 20px 0 20px;
}

/************ Research ****************/

/* Main content */
.researchcontent{
	width:300px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 40px 0 20px;
	margin: 0 0 0 10px;}

/* Sidebar */
.researchsidebar{
	width:488px;
	float:right;
	overflow-y: scroll;
	height:100%;
	padding: 0 20px 0 20px;
}

p.quote
{
	font-style: oblique;
	color: #666666;
}

/************************** Site Map *****************************/

/* Main content */
.main-content{
	width:310px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 40px 0 20px;
	margin: 0 0 0 10px;}

/* Sidebar */
.sidebar{
	width:468px;
	float:left;
	display:table;
	height:100%;
	padding-left:20px;
}

.sidebartext
{
	text-align: center;
	margin: 20px 0 0 0;
	float: left;
	width: 468px;
	padding-left: 5px;
}

.sidebar div{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#content .spacer{
	margin:31px 0 0 2px;
	height:20px;
	padding:23px 57px 29px 31px;
	font:16px/20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/bg-spacer.gif) no-repeat;
}
/*Flash placeholder*/
.flash-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-stripe.gif) repeat-y;
}
.flash-holder div{
	width:930px;
	height:150px;
	overflow:hidden;
	background:url(../images/bg-flash-bottom.gif) no-repeat left bottom;
	padding: 0px 22px 0 19px;
	margin: 0 0 0 2px;
}
/* Footer */
.footer-holder{
	width:100%;
	min-width:971px;
}
#footer{
	width:971px;
	overflow:hidden;
	margin:20px auto;
	height:63px;
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#606060;
	background:url(../images/bg-footer.gif) no-repeat;
}
#footer div{
	width:939px;
	overflow:hidden;
	background:url(../images/bg-footer.gif) no-repeat bottom left;
	padding:8px 16px;
}
#footer p{margin:0;}
#footer ul{
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	float:left;
	padding:0 4px 0 6px;
	background:url(../images/sep-footer.gif) no-repeat left bottom;
	display:inline;
}
#footer ul li.first{background:none;padding:0 4px 0 0;}
#footer ul li a{color:#606060;}

.ucisalogo{
	float:right;
	margin-top:-50px;
 }
