@charset "utf-8";
/*#############################################################
Name: site.css
Date: 2010-04-05
Author: Matthew Sharritt, Ph.D.
URL: http://www.situatedresearch.com
#############################################################*/
* {
	margin:0 auto;
	padding:0;
}
body {
	background: #151515 url(../img/body-bg.jpg) no-repeat top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 0 auto;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li { text-align: left; }
a {
	text-decoration: none;
	color:#007fc5;
}
/* all A tags whose CLASS attribute is pdf */
a[class ="pdf"] {
	padding: 0 18px 0 0;
	background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}
a:hover {
	text-decoration:underline;
}
a img {
	text-decoration:none;
}
p, ul, ol {
	padding:8px 20px;
	line-height:18px;
}
img {
	border:none;
	padding:0;
}
blockquote {
	padding-left: 50px;
}
li {
	margin-left:48px;
	padding:5px;
	line-height:18px;
}
.check li {
	list-style:none;
	padding:1px 6px 9px 30px;
	margin-left:22px;
	background:transparent url(../img/check_mark.png) no-repeat top left;
}
h1, h2, h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:16px 16px;
	color:#222;
}
h4, h5 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:8px 16px;
	line-height:20px;
	font-weight:bold;
	color:#222;
}
h1 {
	font-size:36px;
	letter-spacing:-1px;
	font-weight:normal;
}
h2 {
	font-size:24px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	font-weight:normal;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
	font-style:italic;
	letter-spacing:1px;
}
h6 {
	padding:6px 20px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	letter-spacing:1px;
}
#header {
	width:964px;
	height:83px;
	margin-bottom:8px;
}
#logo {
	width:189px;
	height:83px;
	float:left;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
}
#logo a {
	display:block;
    width:100%; 
    height:100%; 
    text-decoration:none;
}
#menu {
	width:627px;
	height:83px;
	float:right;
}
#menuitems {
	height:34px;
	width:627px;
	margin-top:48px;
}
/* submenus */
ul.mainmenu {list-style:none; float:right; margin:0; padding:0;}
ul.mainmenu * {margin:0; padding:0; font-size:14px;}
ul.mainmenu a {text-decoration:none; }
ul.mainmenu a:hover {}
ul.mainmenu li {position:relative; float:left; margin-right:0px;}
ul.mainmenu ul {position:absolute; top:32px; left:-1px; width: 172px; display:none; list-style:none;}
ul.mainmenu ul li {position:relative; border:1px solid #b6b5b4; border-top:none; width:170px; height:28px; }
ul.mainmenu ul li a {padding:4px 5px 4px 7px; color:#f7f7f5; background: url(../img/submenu.jpg) top repeat-x; display:block; height:80%;}
ul.mainmenu ul li a:hover {background:url(../img/submenu-roll.jpg) top repeat-x; color:#fff4dc; display:block; text-decoration:none;}
ul.mainmenu ul li a:active {background: url(../img/submenu-click.jpg) top repeat-x; display:block;}
ul.mainmenu ul ul {left:170px; top:-1px;}
/* 
ul.mainmenu .menulink {border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(../img/header.gif); width:134px}
ul.mainmenu .menulink:hover, ul.mainmenu .menuhover {background:url(../img/header_over.gif)}
ul.mainmenu .sub {background: url(../img/arrow.gif) 159px 11px no-repeat}
ul.mainmenu .sub a:hover {background: url(../img/arrow.gif) 159px 11px no-repeat}
*/
ul.mainmenu .topline {border-top:1px solid #b6b5b4;}
ul.mainmenu .arrow {position:absolute; top:10px; left:158px;}

#searchbox {
	background: transparent url(../img/search.png) no-repeat;
	width:150px;
	height:26px;
	float:right;
	margin:4px -1px 0 0;
	padding:0;
}
#searchbox input {
	background-color:#fbfbfa;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:left;
	width:120px !important;
	height:20px !important;
	border:none !important;
	color:#a6a6a6;
	margin: 2px 4px 6px !important;
	padding:0 !important;
	overflow:hidden;
}
#searchbox img {
	margin: 4px 3px 7px 0;
}
/* search box styles for IE7 and earlier */
#searchie {
	margin:-1px 0;
	padding: 1px 5px 0 0;
}
#searchie input {
	font-size: 13px !important;
	height: 18px !important;
}
#searchie img {
	vertical-align:baseline;
	margin: 5px 5px 6px 0;
}
#contentarea {
	width:964px;
	margin:0 auto;
}
#contentheader {
	clear:both;
	width:964px;
	height:6px;
	background:url(../img/contentheader.png) no-repeat;
	overflow:hidden;
}
#contentmain {
	clear:both;
	width: 960px;
	margin:0 1px 0 1px;
	background-color:#fbfbfa;
	overflow:hidden;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
}
.homepage {
	background: url(../img/apps.jpg) no-repeat top right !important;
}
#contentfooter {
	clear:both;
	width:964px;
	height:9px;
	background:url(../img/contentfooter.png) no-repeat;
	overflow:hidden;
}
#submenu {
	list-style:none;
	float:left;
	width:120px;
	margin:0;
	padding:10px 10px 0 0;
}
#submenu li {
	margin:0;
	padding:0;
	background-color:#ccc;
	border:solid 1px #c0c0c0;
	line-height:30px;
	vertical-align:middle;
}
#submenu li a {
	width:100%;
	height:30px;
	display:block;
	background-color:#ddd;
	padding:0;
}
#submenu li a:hover {
	text-decoration:none;
	background-color:#ccc;
}
#newsroll {
	width:964px;
	height:46px;
	background-image:url(../img/newsroll.png);
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	letter-spacing:1px;
}
#newsroll h3 {
	margin:0;
	padding: 9px 30px;
}
#buttons {
	width:964px;
	margin:0 auto;
	overflow:hidden;
}
#footer {
	margin: 0 auto 14px;
	padding: 35px 0 14px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:500;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}
#footer a {
	color:#e90;
	font-weight:bold;
}
#footer .nav {
	font-weight:bold;
}
#footer p {
	font-size:12px;
	text-align:center;
}
.mouseblue {
	color:#131928;
}
.orange, .orange a {
	color:#e90;
	font-weight:bold;
}
.footnote {
	text-align:center;
	font-size:12px;
}
.clear { 
  clear: both; 
  /* do NOT float me */ 
} 
.cols {
	padding:0 15px 10px;
	float:left;
	clear:both;
}
.col3 {
	float:left;
	width:285px;
	margin:10px 10px 20px;
}
.col3 img, .col3 img a {
	border:1px #aaa solid;
	text-decoration:none;
}
.col3fill {
	float:left;
	width:287px;
	text-align:center;
	margin:10px 10px 20px;
	background-color:#ededed;
	border:1px #bbb solid;
}
.col3 p, .col3fill p, .col3 h2, .col3fill h2, .col3 h3, .col3fill h3, .col3 h4, .col3fill h4 {
	text-align:center;
}
.col3 .title {
	font-size: 12px;
	line-height: 16px;
	margin: -6px 0 24px;
}
.col23 {
	float:left;
	text-align:left;
	width:574px;
	margin:10px 15px 20px;
	background-color:#ededed;
	border:1px #bbb solid;
	clear:right;
}
.profiles {
	height:180px;
	padding:0px 10px 25px 20px;
	clear: both;
}
.profiles p img {
	margin:6px 25px 55px 0px;
	border:1px solid;
}
.pictures {
	margin:6px 12px;
	border:1px;
	border-style:solid;
}
.subnav {
	font-size:12px;
	text-align:center;
	margin:-7px 0 -14px;
}
.active, .active a {
	color:#e90;
	font-weight:bold;
	text-decoration:underline;
}
.piccol {
	float:right;
	text-align:center;
	background-color:#EEE;
	width:240px;
	margin:10px;
	border:ridge;
	border-color:#335;
	border-width: 1px;
}
.piccol img {
	border:none;
}
.icon, .icon a {
	width: 48px;
	height: 48px;
	font-size: 9px;
	float: left;
	display: block;
	text-decoration: none;
}
#newsletter {
	text-align:center;
	padding-bottom:5px;
}
#newsletter input {
	font-size:14px;
	height:17px;
}
#newsletter img {
	vertical-align:middle;
	padding: 0 5px 5px;
}
.right {
	padding-left:660px;
}