
/************   General  *************/
body	{
	text-align: center;
	background-image: url(/common/images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #013151;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #a9323d;
}
a:hover{
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
}
/**********************************/


/************   Main     *************/
div#wrapper {
	width: 895px;
	margin-left:auto;
	margin-right:auto;
	text-align: left; 
	margin-top: 20px;
}
/**********************************/


/************  Header   *************/
div#logo {
	height: 97px;
	width: 887px;
	background-image: url(/common/images/logo.jpg); 
	background-repeat: no-repeat;
}
div#logo a {
	color: #264255;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
div#logo a:hover {
	color: white;
}
div#logolinkcontainer {
	padding: 20px 0px 0px 50px;
}
a.logolink {
	display: block;
	float: left;
	padding: 20px 200px 25px 50px;
}

p.logolinks {
	float: right;
	padding: 10px 70px 0 0;
}
		
div#nav {
	height: 44px;
	width: 887px;
	background-repeat: no-repeat;
	color: white;
	font-size: 15px;
}

div#nav a {
	margin: 0 30px 0 30px;
	color: white;
	font-size: 17px;
	text-decoration: none;
}
div#nav a:hover {
	color: #9CC7E9;
	font-weight: normal;
}
div#nav span {
	margin: 0 30px 0 30px;
	color: white;
	font-size: 17px;
}

p.navlinks {
	padding-top: 8px;
	margin-left: 15px;
}
/**********************************/

		
/************   Left Nav   *************/
div#left {
	width: 214px;
	}
div#leftnav{
	background-image: url(/common/images/leftnav.jpg);
	background-repeat: no-repeat;
	min-height: 375px;
	_height: 375px;
	width: 214px;
}

div#navwrapper {
	margin-top: 35px;
	padding-left: 12px;
	width: 191px;
	padding-bottom: 50px;
}
div#navwrapper p{
	width: 189px;
}
div#leftnav a {
	color: #466174;
	text-decoration: none;
	font-size: 11px;
	display: block;
	width: 189px;
}
div#leftnav a:hover {
	color: white;
	font-weight: normal;
	background-image: url(/common/images/nav/leftnavhover.jpg);
	background-position: 50% 50%;
}
p.current {
	color: white;
	font-weight: bold;
	font-size: 11px;
	background-image: url(/common/images/nav/leftnavhover.jpg);
	background-position: 50% 50%;
}
div#resourcewrapper{
	padding-left: 12px;
}
div#crosslinks{
	font-size: 11px;
	width: 180px;
}
div#crosslinks a{
	text-decoration: none;
}
div#crosslinks ul{
	list-style-image: url(/common/images/red_bullet.gif);
	margin-top:5px;
	margin-left:35px; 
	padding:0;
}
img.resource {
	border-bottom: 2px dashed #d4e0e6;
	border-top: 2px dashed #d4e0e6;
}
p.submenu{
	background-color: #FEFEFE;
	padding: 5px 0 5px 0;
}
hr.dashedline {
	border-top: 2px dashed #d4e0e6;
	border-bottom: 0;
	width: 189px;;
}
/**********************************/


/************   Middle / Content   *************/
div#middle {
	padding-bottom: 20px;
	padding-top: 5px;
}

div#middle div {
	float: left;
}

div#content{
	background-image: url(/common/images/content.jpg);
	background-repeat: no-repeat;
	min-height: 383px;
	_height: 383px;
	width: 678px;
	margin-bottom: 20px;
}
span.title {
	font-size: 18px;
	color: #00a8de;
}
div.innercontent {
	padding: 35px 0 0 30px;
	width: 90%;
}
p.backtotop{
	text-align: right;
	padding: 0 20px 20px 0px;
}
table.press td {
	vertical-align: top;
	font-size: 13px;
	padding-top: 10px;
}
div#abstract{
	background-image: url(/common/images/technologies/abstractback.jpg);
	background-repeat: repeat-y;
	margin-bottom:5px;
}
p.abstracttext {
	padding: 5px 80px 15px 20px;
	width:600px;
}
div.subheading {
	padding: 10px 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	clear:both;
	width:100%;
}
span.subheading {
	font-weight: bold;
	font-size: 14px;
}
/**********************************/



/************   Home Page   *************/
div#bottom {
	width: 875px;
	overflow: auto;
	margin-left: 10px;
	margin-bottom: 20px;
}

div#bottom div {

	width: 278px;
	background-repeat: no-repeat;
	float: left;
}

div.left {
	background-image: url(/common/images/index/box-left.jpg);
}
div.center {
	background-image: url(/common/images/index/box-center.jpg);
	margin-left: 28px;
}
div.right {
	background-image: url(/common/images/index/box-right.jpg);
	margin-left: 13px;
}
		
p.boxtitle {
	color: white;
	margin: 5px 0 0 15px;
	font-size: 15px;
}
p.boxtext {
	color: #517288;
	margin: 50px 0 0 20px;
	width: 225px;
}
/**********************************/

/************   Technology Page   *************/
div#techbox{
	padding-left:35px;
}
div#techbox div{
	width: 198px;
	background-repeat: no-repeat;
}

div.lefttech {
	background-image: url(/common/images/technologies/box-left.jpg);
}
div.centertech {
	margin-left: 12px;
	background-image: url(/common/images/technologies/box-center.jpg);
}
div.righttech {
	margin-left: 12px;
	background-image: url(/common/images/technologies/box-right.jpg);
}
		
p.titletech {
	color: white;
	margin: 13px 0 0 15px;
	font-size: 13px;
}
p.texttech {
	color: #517288;
	margin: 90px 0 0 20px;
	width: 160px;
}
/**********************************/


/************   Footer    *************/
div#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
div#footer a {
	color: #0099cc;
	text-decoration: none;
	font-weight: normal;
}
div#footer a:hover {
	text-decoration: underline;
}
/**********************************/