body {
	background: url('gfx/bg.jpg') repeat-x top center white;
	margin:0;
	padding: 0;
	font: 67.5% helvetica, arial, sans-serif;
	color: #333333;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #277ed8;
}
p {
	padding: 0;
	margin: 0 0 15px 0;
	font: 1.2em/1.7em Arial, Sans-serif; color:#333333; padding: 0; margin: 0; text-align: left;
}
.block {
	display: block;
}
#nav {
	background: url('gfx/navbar.png') no-repeat top center;
	width: 986px;
	height: 64px;
	margin: 19px auto 0 auto;
}
#nav .menu {
	height: 37px;
	margin: 0;
	padding: 0;
	border: 0px solid red;
}
#nav a.logo {
	float:left;
	margin: 7px 0 0 34px;
	border: 0;
	width: 142px;
	height: 30px;
	background: url('gfx/logo_sks.png') no-repeat top left;
}
#nav a:hover.logo {
	
}
#nav ul {
	margin: 13px 26px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}
#nav li {
	display: block;
	float:left;
	margin: -2px 0 0 25px;
	border: 0px solid pink;
}
#nav li a {
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Arial narrow', Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	color: orange;
}
#nav a.contact {
	background: url('gfx/icon_contact.png') no-repeat center right;
	display: block;
	padding: 0 19px 0 0;
}
#nav a:hover.contact {

}
#nav .sub {
	height: 26px;
	padding: 5px 0 0 51px;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #4c6185;
}

#nav .date{
	float: right;
	padding: 0 17px 0 0;
	text-align: right;
	text-transform: none;
}
.container {
	background: url('gfx/bg_shadow.png') no-repeat top center;
	margin: 8px auto 0 auto;
	padding: 27px 23px 0 23px;
	width: 940px;
}
#banner {
	background: url('gfx/banner1.jpg') no-repeat top center;
	height: 180px;
	margin: 0 0 30px 0;
}
#banner .research{
	background: url('gfx/banner_research.jpg') no-repeat top center;
	height: 180px;
	margin: 0 0 30px 0;
}
#banner ul.subnav{
	position: relative;
	top: 142px;
	margin: 0;
	padding: 0;
	height: 30px;
	display: block;
	text-align: center;
	background: white;
}
#banner li {
	width: 25%;
	float: left;
	padding: 8px 0 0 0;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
#banner li a{
	color: #102b57;
	text-decoration: none;
}
#banner li a:hover {
	color: #d40517;
}
#side {
	float: left;
	width: 254px;
	margin: 0 45px 0 0;
}
#side .top {
	background: url('gfx/bg_sidetop.png') no-repeat top center;
}
#side .bot {
	background: url('gfx/bg_sidebot.png') no-repeat bottom center;
}
#side .login {
	 padding: 11px 0 20px 13px;
}
#side ul {
	margin: 0;
	padding: 0;
}
#side .side_nav li a {
	display: block;
	padding: 3px 3px 3px 10px;
	margin: 3px 3px 0 3px;
	background: #d2def1;
	text-decoration: none;
	color: #d40517;
}
#side .side_nav li a:hover {
	background: #fad9a9;
	color: #102b57;
}
#side .login li a{
	text-decoration: none;
	font-size: 0.8em;
	color: #d40517;
}
#side .login li a:hover {
	color: #102b57;
}
#side a.quote {
	font-size: 1.3em;
	color: #d40517;
	display: block;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 15px 0 0 0; 
	padding: 0 0 10px 0;
}
#side a:hover.quote {
	color: #102b57;
}
#content {
	float: left;
	width: 640px;
}
#contentinternal {
	float: left;
}
#assessments {
	margin: 0 auto 15px auto;
	height: 270px;
	background: url('gfx/bg_botshadow.png') no-repeat bottom center;
	padding: 0 23px 30px 23px;
	width: 940px;
}
#assessments .firstleft {
	width: 218px;
	float: left;
	padding: 0;
	margin: 0;
}
#assessments .left {
	width: 218px;
	float: left;
	padding: 0 0 0 22px;
	margin: 0;
}
#assessments a.purchase {
	text-align: center; 
	margin: 0 0 20px 0; 
	padding: 5px 0 5px 0;
	text-decoration: none;
	background: #fad9a9;
	font-size: 1.4em;
	font-weight: bold;
	color: #d40517;
	text-transform: uppercase;
	letter-spacing: .6em;
	display: block;
}
#assessments a:hover.purchase {
	background: #d2def1;
}
#footer {
	background: url('gfx/bg_footer.png') no-repeat top center;	
	padding: 35px 0 0 0;
	margin: 0 auto;
	width: 986px;
	text-align: center;
	font: 0.9em helvetica, arial, sans-serif;
	color: #777777;
}
.clear {
	clear: both;
}
div.hr {
	background: url('gfx/bg_divider.png') no-repeat top center;
	padding: 0;
	margin: 15px 0 15px 0;
	clear: both;
	border: 0;
	width: 605px;
	height: 8px;
}
div.hr hr{
	display:none;
}
.hidden {
	display:none;
}
ul, li {
	list-style: none;
}

td {
        font-family: arial;
        font-size: 10pt;
        text-decoration: none
        }

#PMHeader {font-family : Arial, Helvetica, sans-serif; font-size : 8px;}

#PMHeader .MainBorder {border: thick solid #369}

#PMHeader .MainTabInFocus {font-weight:bold; background-color: #889ec3; color: white; text-align: center; padding: 5px; border-left: thin solid #fff; border-top: thin solid #fff; border-right: thin solid #fff;}
#PMHeader .MainTabOutOfFocus {background-color: #2c4a7c; color: white; text-align: center; padding: 5px; border-bottom: thin solid #fff;}
#PMHeader .MainTabSpacer {background-color: #889ec3; font-size: 6px; border-left: thin solid #fff;}
#PMHeader .infoSpacerMain {background-color: #889ec3; font-size: 12px; border-left: thin solid #fff; align:right; color:white; padding:4px; font-weight:bold; text-align:right}

#PMHeader .MainTabHeader {font-weight:bold; background-color: #2f594d; color: white; text-align: left; padding: 5px; border-left: thin solid #036; border-top: thin solid #036; border-right: thin solid #036;}

.MainTabInFocus A:link, .MainTabInFocus A:hover, .MainTabInFocus A:visited {color: white;font-weight:bold}
.MainTabOutOfFocus A:link, .MainTabOutOfFocus A:hover, .MainTabOutOfFocus A:visited {color: white;}

#PMHeader .SecondaryTabInFocus {background-color: #69c; color: white; text-align: center; font-weight: bold; padding: 5px; border-left: thin solid #fff; border-top: thin solid #fff; border-right: thin solid #fff;}
#PMHeader .SecondaryTabOutOfFocus {background-color: #369; color: white; text-align: center; padding: 5px; border-bottom: thin solid #fff;}
#PMHeader .SecondaryTabSpacer {background-color: #69c; color: white; font-size: 4px; border-left: thin solid #fff;}

.SecondaryTabInFocus A:link, .SecondaryTabInFocus A:hover, .SecondaryTabInFocus A:visited {color: white;}
.SecondaryTabOutOfFocus A:link, .SecondaryTabOutOfFocus A:hover, .SecondaryTabOutOfFocus A:visited {color: white;}

#PMHeader .row0 {background-color: #fff; border: thin solid silver;}
#PMHeader .row0Center {background-color: #fff; border: thin solid silver; text-align:center;}
#PMHeader .row1 {background-color: #eee; border: thin solid silver;}
#PMHeader .row1Center {background-color: #eee; border: thin solid silver; text-align:center;}
#PMHeader Input.Button {background-color: #ddd; border-left: medium solid ButtonHighlight; border-top: medium solid ButtonHighlight; border-right: medium solid ButtonShadow; border-bottom: medium solid ButtonShadow;}
#PMHeader .tableHeader {background-color: #ddd; text-align: left; border: thin solid silver; padding: 3px; font-weight:bold;}


		.trigger{
			background:#ffffff;
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#fffffff;
		}		
		.expanded{
			background:#ffffff;
			cursor:pointer;
		}
		.expanded:hover{
			background:#ffffff;
			cursor:pointer;
		}
		.trigger1{
			background:#ffffff;
			cursor:pointer;
		}		
		.trigger1:hover{
			cursor:pointer;
			background:#ffffff;
		}		
		.expanded1{
			background:#ffffff;
			cursor:pointer;
		}
		.expanded1:hover{
			background:#ffffff;
			cursor:pointer;
		}
		.show{
     position:static;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
