/*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:#47334c; text-decoration:underline;}
a:visited{text-decoration:none; text-decoration:underline; color:#47334c}
a:hover{text-decoration:underline; font-weight: bold;}
#main{
	width:971px;
	margin:18px auto 0;
	overflow:hidden;
	position:relative;
	padding:80px 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;
	z-index:200;
	margin: 5px 0 0 0;
}
#header:after, #header ul:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	width:178px;
	float:left;
	margin:14px 18px 0 0;
	background:url(../images/logo.gif) no-repeat;
}
.logo a{
	display:block;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}
/* Navigation */
#navigation{
	float:left;
	width:736px;
	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:154px;}
#navigation li#last span a{width:144px;}
#navigation li#last span a span{width:134px;}
/*State change */
#navigation li span a:hover{background:url(../images/bg-nav.gif) 0 0;color:#1e001e;}
#navigation li#last span a:hover span{background:url(../images/bg-nav.gif) 100% 0;}
#navigation li span a.push{background:url(../images/bg-nav.gif) 0 -53px!important;color:#1e001e;font-weight:bold;}
#navigation li#last span a.push span{background:url(../images/bg-nav.gif) 100% -53px!important;}
#navigation li.current span a{background:url(../images/bg-nav.gif) 0 -106px!important;color:#f0cf58!important;font-weight:bold!important;}
#navigation li#last.current span a span{background:url(../images/bg-nav.gif) 100% -106px!important;}
/*Drop-down*/
#navigation li div{
	width:220px;
	overflow:hidden;
	position:absolute;
	left:-1px;
	top:54px;
	z-index:300;
	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:215px;
	padding:6px 4px 6px 1px;
	background:url(../images/bg-submenu.png) no-repeat;
	font:14px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	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;}
/* Content */
#content{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content-stripe.gif) repeat-y;
	
}
#content .top{width:100%;overflow:hidden;background:url(../images/bg-content-top.gif) no-repeat;}
#content .bottom{
	width:971px;
	overflow:hidden;
	background:url(../images/bg-content-bottom.gif) no-repeat left bottom;
	padding:1px 0 0;
}
.main-content-holder{
	width:903px;
	height:280px;
	padding:0 34px 0 32px;
	margin:10px 0 0;
}

.main-content-holder2{
	width:903px;
	height:350px;
	padding:0 34px 0 32px;
	margin:10px 0 0;
}

.scrollholder
{
	float:left;
	height: 390px;
}

.scroll{
	position:absolute;
	display:block;
	height: 270px;
	overflow-y:scroll;
	padding: 15px 60px 15px 20px;
	margin:5px 0;
	background:#fff;
	left:30;
	width: 820px;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	
}

/* Formatting The Text For The Main Content*/

.main-content-holder h1{
	margin:10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#313151;
}
.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: #47334c;
}

.main-content-holder ul {list-style-type: circle;} 


/* Formatting The Text For The Main Content*/

.main-content-holder2 h1{
	margin:10px 0 0 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#313151;
}
.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: #47334c;
}

.main-content-holder2 ul {list-style-type: circle;} 

.center
{
	text-align:center;
}

.grouptext
{
	float: left;
	width: 50px;
}

#vertnavholder
{
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 100%;
	float: left;
	line-height: 120%;
}

#vertnavholder .currentproduct
{
	font-weight:bold;
	text-decoration:none;
}

#vertnavholder a:hover
{
	text-decoration:underline;
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
}

#vertnavholder a:visited
{
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;

}

#vertnavholder a
{
	background:url(../images/arrow.gif) no-repeat;
	padding:  0 0 0 10px;
	text-decoration:none;

}

/************************ SITEMAP **************************************/

/* left hand holder */
.leftholderSite{
	width: 400px;
	height: 100%;
	overflow:hidden;
	float:left;
	padding: 0 20px 0  0;
	line-height: 150%;
}

/************************ 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;
	overflow:hidden;
	float:left;
	margin: 20px 0px 0 10px;
	padding: 0 20px 0 20px;
}

/************************ Academic Partners ******************************/

/* left hand holder */
.leftholder211{
	width: 200px;
	height: 100%;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 20px 0  0;
	margin-top: 10px;
}

/* right stand alone Div for 2-1-1 */
.right211{
	width: 640px;
	height: 40%;
	float:right;
	padding: 0px 20px 20px 10px;
	margin-top: 5px;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}

/* right stand alone Div for 2-1-1 */
.right211bytes{
	width: 640px;
	height: 50%;
	float:right;
	padding: 0px 20px 20px 10px;
	margin-top: 5px;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}

.right211smaller{
	width: 640px;
	height: 30%;
	float:right;
	padding: 0px 20px 20px 10px;
	margin-top: 5px;
	background:url(../images/area-seperator-horz.gif) repeat-x left bottom;
}

/* right stand alone Div for 2-1-1 */
.right211academic{
	width: 640px;
	height: 100%;
	float:right;
	padding: 0px 20px 20px 10px;
	margin-top: 5px;
}

.academicimage
{
    width: 640px;
    float: left;
	text-align:center;
	margin: 25px 0px 0px 20px;
}

.widgetspadding
{
	float: left;
	width: 240px;
	text-align: center;
	padding: 0px 0px 0px 50px;
}

.statpadding
{
	float: left;
	width: 225px;
	text-align: center;
	margin-top: 10px;
}

/* right stand alone Div for 2-1-1 */
.right211top{
	width: 640px;
	height: 30%;
	float:right;
	padding: 0px 20px 20px 10px;
	margin-top: 5px;
}

/************************ 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;
}

/* 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: 50%;
	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: 45%;
	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;
}

/* Main content */
.main-content{
	width:220px;
	height: 100%;
	overflow:hidden;
	float:left;
	background:url(../images/area-seperator-vert.gif) repeat-y right top;
	padding: 0 40px 0 0;
	margin: 20px 0 0 10px;
}

/* Main content */
.main-content2{
	width:270px;
	height: 100%;
	overflow:hidden;
	float:left;
	padding: 0 30px 0 0px;
	margin: 10px 0 0 10px;
}

.media-content{
	width:254px;
	height: 332px;;
	overflow:hidden;
	float:left;
	background:url(../images/mediabg.jpg) no-repeat;
	padding: 0px 15px 5px 15px;
	margin: 20px 20px 0 0px;
	cursor:pointer;
}

.bytes-content{
	width:254px;
	height: 332px;;
	overflow:hidden;
	float:left;
	background:url(../images/bytesbg.jpg) no-repeat;
	padding: 0px 15px 5px 15px;
	margin: 20px 0px 0 0px;
	cursor:pointer;
}

.bytes-content ul
{
	list-style:disc!important;
}

.media-content ul
{
	list-style:disc!important;
}
/* Sidebar */
.sidebar{
	width:px;
	float:right;
	display:table;
	overflow:hidden;
	height:100%;
	margin: 20px 0 0 0;
}

.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 .newsheader{
	height: 20px;
	font-weight: bold;
	font-size:14px;
	padding: 10px 0px 5px 40px;
	float:left;
}

.flash-holder .jqscroll{
	width:930px;
	height:225px;
	overflow:hidden;
	background:url(../images/bg-flash-bottom.gif) no-repeat left bottom;
	padding:0 22px 0 19px;
	margin: 10px 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;}