body {
	margin-top: 25px;
	background: url(../../images/body-bg.jpg) repeat-x #f2edd1;
}
/* Container -------------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
}
/* Leftside --------------------------------------------*/
#leftside {
	float: left;
	width: 230px;
}
h1#logo, h1#logo a {
	float: right;
	background: url(../../images/logo-int.jpg) no-repeat;
	width: 102px;
	height: 116px;
	text-indent: -9999px;
	outline: none;
}
/* Sidenav */
#sidenav {
	float: left;
	text-align: right;
	width: 210px;
}
#nav a {
	color: #7a2531;
	line-height:2em;
	text-transform: lowercase;
}
#nav li ul {
	padding: 0;
	margin: .325em .225em .325em 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#nav li ul li a {
	background: none !important;
	padding: 0 .325em .325em;
	font-size: .925em;
	color: #666;
}
#home #nav li .home a, #about #nav .about a, #research #nav .research a, #newsletter #nav .newsletter a, #seminars #nav .seminars a, #security #nav .security a, #benchmark #nav .benchmark a, #contact #nav .contact a, #purpose #nav .purpose a, #copyright #nav .copyright, #orderform #nav .orderform, #password #nav .password {
	background: url(../../images/diamond.gif) no-repeat right;
	padding-right: 10px;
	color: #666;
}
/* Rightside -------------------------------------------*/
#rightside {
	position: relative;
	float: left;
	border-left: 1px solid #d7d5ce;
	width: 569px;
	margin-bottom: 5px;
	margin-top: 90px;
}
/* Content */
#content {
	padding-left: 25px;
	min-height: 260px;
}
#content a { text-decoration: underline; }
#content a:hover { text-decoration: none; }
#content ul, #content ol {
	padding-left: .825em;
	color: #464646;
}
#content ul { list-style-image: url(../../images/diamond.gif); }
#content ol { list-style-type: decimal; }
#content .nobullets { list-style-image: none; }
/* Box */
.box {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
}
.box ul { margin-bottom: 0; }
.box h5 {
	margin-top: 0;
	text-align: center;
}
#getdirections {
	display: block;
	padding: 8px 5px;
	border: 1px solid #ccc;
	background: url(../../images/globe.png) no-repeat 5px center #7A2531;
	font-size: 1.125em;
	color: #fff;
	padding-left: 38px;
	text-decoration: none !important;
}
/* Footer ----------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	padding-top: 5px;
	border-top: 1px solid #d7d5ce;
	text-align: center;
}
/* Misc Classes ----------------------------------------*/
.copyright { font-size: .9em; }
.pagetitle {
	font-size: 1.6em;
	font-style: italic;
}
.center { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.indent { padding-left: .925em; }
a[href $='.pdf'] { /* Shows pdf icon next to links with pdf */
 padding-right: 20px;
 background: transparent url(../../images/pdf.png) no-repeat center right;
}
.twocol {
	float: left;
	width: 40%;
}
.clear { clear: both; }
.floatright { float: right; }