@charset "utf-8";
/* CSS Document */

img, div.contact, input { behavior: url(iepngfix.htc) }

img { border: 0; }

form { padding:0; margin:0; }

body {
	background: #484854 url(grafiks/bg.gif) top repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	width: 907px;
	margin: auto;
	background:url(grafiks/bg2.jpg) no-repeat 0px 10px;
	height: 650px;
	padding-left: 63px;
	font-size: 12px;
}

.logo {
	padding-top: 15px;
	float: left;
	position: absolute;
}

.content {
	background-color: #737373;
	height: 330px;
	width: 854px;
	/*float: left;
	margin-top: -275px;*/
	position: absolute;
	top: 120px;
}

.homeContent {
	height: 380px;
}

.images {
	width: 440px;
	float: right;
	z-index: 100;
	position: relative;
	top: 20px;
	padding-right: 65px;
}

.study-images {
	width: 440px;
	float: right;
	z-index: 100;
	position: relative;
	top: 65px;
	padding-right: 65px;
}

div#nav {
	width: 400px;
	position: absolute;
	/*top: 125px;*/
	top: -32px;
	height: 58px;
	margin-left: -10px;
}

div#nav a {
	float: left;
	height: 58px;
}

div#nav a.ustab { 
	/*background: url(grafiks/tab-us.png) no-repeat; */
	width: 98px; 
	margin-right: 15px;
}

div#nav a.studiestab { 
	/*background: url(grafiks/tab-studies.png) no-repeat; */
	width: 122px; 
	margin-right: 23px;
}

div#nav a.contactstab { 
	/*background: url(grafiks/tab-contacts.png) no-repeat;*/ 
	width: 133px; 
}

.content p {
	padding: 55px 30px 0px 30px;
	margin:0;
	width: 320px;
	font-size: 13px;
	color: #FFF;
	line-height: 16px;
}

.intro { color: #202a2d; }

.contact {
	height: 205px;
	background: url(grafiks/tabs-home5.png) top right no-repeat;
	/*padding-top: 85px;*/
	font-weight: bold;
	color:#666;
	font-size: 11px;
	position:absolute;
	top: 425px;
	width: 880px;
}

.homeContact {
	top: 482px;
	padding-top: 0px;
}

.contact a { color: #666; }

p.studies { padding: 5px 30px; }

.subnav {
	padding-left: 30px;
}

.subnav img { margin-right: 15px; }


/*This is for the SEO*/

.sitemap {
	background-color:#40404b;
	height: 200px;
	width: 854px;
	top: 738px;
	font-size:10px;
	color:#5d6666;
}

.sitemap_col {
	float:left;
	margin: 15px 0 15px 15px;
	width:195px;
}

.homeFeature { 
background-color: #5a5a5a; 
float: left; 
height: 134px; 
color: white;
}

.homeFeature input.email {
	/*background:url(grafiks/email-bg.jpg) no-repeat; */
background-color:#ABABAB;
	border: none;
	width: 210px;
	padding: 3px;
	font-size: 11px;
	vertical-align:middle;
}

textarea.message {
	width: 210px;
	/*background:url(grafiks/message-bg.jpg) no-repeat;*/
	background-color:#ABABAB;
	padding: 3px;
	border:0;
	height: 49px;
	font-size: 11px;
}

.featureCopy { padding: 10px; }

.featureCopy h2 { padding:0; margin:0; font-size: 14px;}
.featureCopy h2 img { vertical-align: text-top; }

.featureLeft {
	width: 211px;
	background-image: url(grafiks/feature-botleft.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left: 30px;
}
.featureMiddle {
	width: 251px;
	margin-left: 14px;
	background-image: url(grafiks/feature-botmid.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.featureMiddle a { 
font-weight: bold;
color: white;
}

.featureRight {
	width: 298px;
	margin-left: 14px;
	background:#333 url(grafiks/feature-botright.gif) bottom no-repeat;
}

.global-contact {
	postion: absolute;
	text-align: right;
	padding-top: 3px;
	padding-bottom:3px;
	padding-right: 40px;
	background:url(grafiks/bookmark-bg.gif) top right no-repeat;
}

.global-contact a { 
	color: #9c9da2; 
	font-weight: bold; 
	font-size: 11px; 
	margin-right: 15px;
}

.global-contact a:hover { cursor:pointer; color: white;}

.phone { color: #9c9da2; }



/* BEGIN Product slide menu styles */

.menu_list { padding: 0; }

.menu_head {
	width:824px;
	padding: 0px 15px;
	cursor: pointer;
	margin-top:20px;
	margin-bottom:0;
	font-weight:bold;
	background-color:#3b3b45;
	font-size: 0px;
	color:#3b3b45;
	height:4px;
}

p.menu_head:hover { background-color: #43434e;}

.menu_body {
	display:none;
	width:854px;
	background-color:#43434e;
}
div.menu_body a{
	display:block;
	color:#666;
	background: #FFF url(images/product-narrow.gif) 210px 9px no-repeat;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	background-color:#43434e;
}
.menu_body a:hover{
  color: #333;
  text-decoration:underline;
  }
  
div#active { display: block; }
div#active .active { color: #333; text-decoration: underline;}


.drop-menu a {
	display: block;
	color: #666;
}

.drop-menu .header-img {background:url(images/239-bg.gif) repeat-y;}

.menubtm {
	height:2px;
	background-color:#737373;
	width:854px;
}

.quicklinks { padding:10px 15px; }

.quicklinks h1 { font-size: 11px; margin:0; padding: 0px 0px 5px 0px; }

/* END Product slide menu styles */

.custom_images img, .share img {
margin-right:15px;
}

.clientlink {
background-image:url(grafiks/scribble-bg.gif);
background-position:top;
background-repeat:no-repeat;
width:350px;
margin-left:25px;
}

.clientlinkimg, .clientlink p{
float:left;
}

.clientlink p{
color:#333333;
padding:15px 5px;
margin-left:5px;
width: 220px;
}

.clientlink a{
text-decoration:none;
color:#494848;
}

.clientlink a:hover{
text-decoration:underline;
color:#494848;
}
