@charset "utf-8";
html {
	min-height:100%;
	margin-bottom:1px;
}
body {
	background: #ffffff url(/images/bg.jpg) repeat-x top;
	position:relative;
	margin: 0px;
}
#sitewrapper {
	position:relative;
	width:780px;
	height: 100%;
	margin:0 auto;
	padding: 0px 3px 0px 3px;
	color:#333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#logoContainer a {
	position: absolute;
	display: block;
	top: 28px;
	left: 3px;
	width: 229px;
	height: 46px;
	background: url(/images/logo_accolade.png) no-repeat;
}
#pageHeader {
	width: 535px;
	height:auto;
	margin: 10px auto;
	float: right;
}
#topMenu {
	font-size: 10px;
	float: right;
	text-align: right;
	color: #003366;
	display: block;
	margin: 0px 4px 4px auto;
}
#topMenu a {
	text-decoration: none;
	color: #999999;
}
#topMenu a:hover {
	text-decoration: none;
	color: #003366;
}
/* =========================
			Main Menu Items 
	 =========================*/

#mainMenuWrapper {
	background: url(/images/bg_menu.png) no-repeat;
	width: 535px;
	height: 42px;
	margin: 20px auto;
}
.mainMenu li {
	display: inline;
}
.mainMenu li a {
	display: block;
	float: left;
	height: 42px;
	background-repeat: no-repeat;
}
.mainMenu a#mnu_services {
	width: 65px;
	background: url(/images/btn_services.gif);
}
.mainMenu a#mnu_services:hover {
	background-position: 0 -42px;
}
.mainMenu a#mnu_services.current {
	background-position: 0 -42px;
}
.mainMenu a#mnu_knowledge {
	width: 123px;
	background: url(/images/btn_knowledge.gif);
}
.mainMenu a#mnu_knowledge:hover {
	background-position: 0 -42px;
}
.mainMenu a#mnu_knowledge.current {
	background-position: 0 -42px;
}
.mainMenu a#mnu_accolades {
	width: 75px;
	background: url(/images/btn_accolades.gif);
}
.mainMenu a#mnu_accolades:hover {
	background-position: 0 -42px;
}
.mainMenu a#mnu_accolades.current {
	background-position: 0 -42px;
}
.mainMenu a#mnu_markets {
	width: 61px;
	background: url(/images/btn_markets.gif);
}
.mainMenu a#mnu_markets:hover {
	background-position: 0 -42px;
}
.mainMenu a#mnu_markets.current {
	background-position: 0 -42px;
}
.mainMenu a#mnu_tools {
	width: 45px;
	background: url(/images/btn_tools.gif);
}
.mainMenu a#mnu_tools:hover {
	background-position: 0 -42px;
}
.mainMenu a#mnu_tools.current {
	background-position: 0 -42px;
}
.subContainer {
	clear: left;
	width: 100%; /*width of 2nd level sub menus*/
	height: 20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	text-align: left;
}
.subContent {
	display: none;
	padding: 4px 0 5px 5px;
	background: url(/images/bg_submenu.gif) no-repeat;
}
.subContent a {
	color: #003366;
	text-decoration: none;
}
.subContent a:hover {
	color:#3366CC;
	text-decoration: underline;
}
/* =========================
       Bread Crumbs 
	 =========================*/
#breadCrum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	width: auto;
	position: relative;
	display: block;
	margin: -17px 4px 5px auto;
	_margin: -37px 4px 5px auto;
}
#breadCrum a {
	text-decoration: none;
	color: #cccccc;
}
#breadCrum .curPage {
	color: #666666;
}
#breadCrum a:hover {
	text-decoration: underline;
	color: #003366;
}
/* ========================
			Top Container
=========================== */
#top_container {
	display: block;
	width: 775px;
	height: 213px;
	clear: both;
	margin: 0 0 0 5px;
	text-align: left;
}
#top_container #left {
	width: 343px;
	height: 213px;
	float: left;
}
#top_container #right {
	width: 432px;
	height: 213px;
	background:url(/images/bg_topright.jpg) no-repeat;
	float: right;
}
#top_container #right #right_content {
	padding-top: 75px;
}
#top_container p {
	color: #003366;
	margin: 5px 10px 5px 15px;
}
#top_container #header1 {
	font-weight: bold;
	margin: 0 10px 5px 15px;
	color: #003366;
}
#top_container #header2 {
	font-weight: bold;
	margin: 0 10px 5px 15px;
	color: #003366;
}
/* ============================
      Boxes
============================== */
#box {
 width: 255px;
 float: left;
 background: url(/images/box_tl.gif) no-repeat left top;
 text-align: center;
 margin: 0 0 0 5px;
}
#box #tl {
	background: url(/images/box_tl.gif) no-repeat left top;
}
#box #tr {
	background: url(/images/box_tr.gif) no-repeat right top;
}
#box #contrt {
	background: url(/images/box_rside.gif) repeat-y right top;
}
#box #content {
	padding: 10px;
	text-align: left;
	margin-top: -1px;
	height: 175px;
}
#box #contlf {
	background: url(/images/box_lside.gif) repeat-y left top;
	padding: 0 0 0 5px;
}
#box #bl {
	background: url(/images/box_bl.gif) no-repeat left bottom;
	line-height: 9px;
}
#box #br {
	background: url(/images/box_br.gif) no-repeat right bottom;
}
#box #boxTitle {
	margin-top: 0px;
	padding: 10px 0 7px 0;
	font-weight: bolder;
	color: #003366;
	font-size: 1.25em;
}
#box a {
	color: #003366;
	text-decoration: none;
}
#box a:hover {
	color:#3366CC;
	text-decoration: underline;
}
#box #content ul {
	list-style-image: url(/images/img_bullet.gif);
}
#box #content li {
	padding-bottom: 5px;
	margin-left: -10px;
}
#box #content li a {
	text-decoration: none;
	color: #003366;
}
#box #content li a:hover {
	text-decoration: underline;
	color: #3366CC;
}
/*=========================
					TXT Box 
=========================== */
#txtblock {
	display: block;
	width: 210px;
	margin: 0 0 0 10px;
	background:url(/images/txtblock_bg.gif) repeat-y top;
}
#txtblock .top {
	display: block;
}
#txtblock .items {
	display: block;
}
#txtblock .btm {
	display: block;
	height: 15px;
	background:url(/images/txtblock_btm.gif) no-repeat top left;
}
#txtblock p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #3366CC;
	display: block;
	margin: 0;
	padding: 0 7px 0 7px;
}
#txtblock a:hover {
	color: #3366CC;
	text-decoration: none;
}
#txtblock a {
	color:#003366;
	text-decoration: underline;
}
/* =========================
					Footer
============================ */
#footer {
	margin-left: 10px;
	font-size: 9px;
}
#footer .contentleft {
	float: left;
	padding-left: 10px;
}
#footer .contentright {
	float: right;
	padding-right: 10px;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #003366;
}
/* ========================
			Copy Container
=========================== */
#copyContainer {
	margin: 0 0 0 3px;
	display: block;
	height: 100%;
}
.clear {
	clear: both;
	height: 1px;
	display: block;
}
#smenu {
	display: block;
	width: 229px;
	margin-right: 4px;
	background:url(/images/smnu_bg.gif) repeat-y top;
}
#smenu .top {
	display: block;
}
#smenu .items {
	display: block;
}
#smenu .btm {
	display: block;
	height: 6px;
	background:url(/images/smnu_btm.gif) no-repeat top left;
}
#smenu ul {
	list-style-type: none;
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 2px;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
}
#smenu ul li {
	padding-bottom: 5px; /*bottom spacing between menu items*/
	padding-left: 5px;
}
#smenu ul li a {
	color: #000000;
	background: url(/images/smnu_bullet.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 10px 0 10px 0;
	padding-left: 20px; /*link text is indented 20px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}
#smenu ul li a:visited {
	color: #0066CC;
}
#smenu ul li a:hover { /* hover state CSS */
	color: #ffffff;
	background-color: #BECADE;
}
#smenu ul li .on { /* active state */
	color: #666666;
	background-color: #F3F3F3;
}
#contentbox {
	width: 538px;
	display: block;
	background: url(/images/box_tl.gif) no-repeat left top;
}
#contentbox .tl {
	background: url(/images/box_tl.gif) no-repeat left top;
}
#contentbox .tr {
	background: url(/images/box_tr.gif) no-repeat right top;
}
#contentbox .contrt {
	background: url(/images/box_rside.gif) repeat-y right top;
}
#contentbox .contlf {
	background: url(/images/box_lside.gif) repeat-y left top;
}
#contentbox .bl {
	background: url(/images/box_bl.gif) no-repeat left bottom;
	line-height: 9px;
}
#contentbox .br {
	background: url(/images/box_br.gif) no-repeat right bottom;
}
#contentbox .boxTitle {
	margin-top: 0px;
	padding: 4px 0 1px 10px;
	line-height: 2em;
	font-weight: bolder;
	color: #003366;
	font-size: medium;
	text-align: left;
}
#contentbox .content {
	padding: 15px;
	text-align: left;
	margin-top: -1px;/* height: 125px; */ /* used only when you want control over box height */
}
#contentbox .copy {
	font-size: 11px;
	text-align: left;
	margin-top: -15px;/* height: 125px; */ /* used only when you want control over box height */
}
#contentbox .copy ul {
	list-style-image: url(/images/img_bullet.gif);
}
#contentbox .copy li {
	padding-bottom: 10px;
}
#contentbox .copy li a {
	text-decoration: none;
	color: #0066CC;
}
#contentbox .copy li a:hover {
	text-decoration: underline;
	color: #003366;
}
#contentbox .header2 {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
#contentbox .header3 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
#contentbox .bgTree {
	background: url(/images/bg_tree.gif);
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: bottom center;
}
