
/* CSS Document */

/* Generic
---------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#eff0f2;
	color:#4A4A4A;
}
h1 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	padding: 10px 10px 5px 10px;
	font-size:80%;
	margin:0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.normal {
	font-weight:normal;
}
.grey {
	color:#4A4A4A;
	font-weight:normal;
}
.blue {
	color:#024eb0;
}
.blue_bold {
	color:#024eb0;
	font-weight:bold;
}
.green {
	color:#35ac22;
}
.green_bold {
	color:#35ac22;
	font-weight:bold;
}
.hidden {
	display:none;
}


/* info block
---------------------------------------------------------------------------------*/
#info-block {
	height: 33px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	color:#FFFFFF;
}
#info-block ul{
	margin:0px;
	padding: 8px 0px 0px 0px;
	font-size:80%;
}
#info-block ul li{
	list-style-type:none;
	display:inline;
	padding: 0px 5px 0px 5px;
	font-weight:bold;
	border-right: #1fd202 solid 1px;
}
#info-block ul li.last{
	border:none;
}
#info-block ul li a:link, #info-block ul li a:visited{
	font-weight:bold;
	color:#FFFFFF;
}
#info-block ul li a:hover{
	font-weight:bold;
	color:#cccccc;
}
#contact-abbriviated {
	height: 33px;
	float:left;
}
#usability-links {
	float:right;
	height:33px;
}

/* banner
---------------------------------------------------------------------------------*/
#banner-container {
	background: url(../images/ssd-bg-header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#banner {
	height: 85px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	
}
#root-nav {
	height: 28px;
	position:absolute;
	bottom: 0;
	right:0;
}
#root-nav ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#root-nav li{
	float: left;
  	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	position: relative;
}

#root-nav li a{
	float: left;
	background:url(../images/tab-off.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 6px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	font-size: 80%;
	text-align:center;
	width: 110px;
	height:22px;
}
#root-nav li a:hover{
	color: #CCCCCC;
}
#root-nav li a:visited{
	color: #ffffff;
}
#root-nav #selected a{
	background:url("../images/tab-selected.gif") no-repeat top left;
}

#spacer-bar{
	height: 5px;
	width: 955px;
	margin: 0 auto;
	position: relative;
}

/* content
---------------------------------------------------------------------------------*/
#content-container {
	background-color:#FFFFFF;
	padding-bottom:30px;
	background: url(../images/ssd-bg-header1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#content {
	width: 955px;
	margin: 0 auto;
	padding-top:5px;
	position: relative;
}
#breadcrumb {
	width: 900px;
	padding-left:17px;
	font-size:80%;
}
#breadcrumb a:link, #breadcrumb a:visited{
	text-decoration:none;
	color:#000000;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color:#01809d;
}
#further-links {
	width:624px;
	background: url(../images/bg-further-links.gif) no-repeat bottom;
	text-align:right;
}
#further-links p{
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}
#further-links a:link,#further-links a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#further-links a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
#sidemenu-container {
	width:265px;
	float:left;
	display:inline;
}
#info-container {
	width:680px;
	margin: 105px 30px 5px 9px;
	float:left;
	display:inline;
}
#info-container p{
	padding:10px 15px 10px 30px;
	color:#4A4A4A;
	font-size:80%;
}
#info-container h2{
	padding:18px 15px 10px 30px;
	color:#024eb0;
	font-size:120%;
}
#info-container h3{
	padding:5px 15px 5px 30px;
	color: #555555;
	font-size:90%;
}
#info-container h4{
	padding:18px 15px 0px 30px;
	color:#024eb0;
	font-size:100%;
	margin:0px;
}
#info-container h4 a:link,#info-container h4 a:visited{
	color:#024eb0;
}
/* content-home
---------------------------------------------------------------------------------*/

#modules-header {
	width:265px;
	height:135px;
	background: url(../images/modules-header.jpg) top no-repeat;
	color:#FFFFFF;
	margin: 86px 0px 0px 0px;
}
#modules-header h2{
	padding:6px 0px 0px 10px;
}
#modules-bg {
	width:265px;
	background: url(../images/bg-modules.gif) bottom no-repeat;
}
#modules-bg ul{
	padding:0px 30px 26px 30px;
	margin:0px;
}
#modules-bg ul li{
	list-style-type:none;
	padding-bottom:15px;
	font-size:75%;
}
#modules-bg ul li a:link,#modules-bg ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	padding-bottom:5px;
}
#modules-bg ul li a:hover{
	text-decoration:underline;
	color: #4A4A4A;
}

#home-info-container {
	width:447px;
	margin: 105px 0px 5px 9px;
	float:left;
	display:inline;
}
#home-info-container p{
	padding:10px 15px 10px 20px;
	color:#4A4A4A;
	font-size:80%;
}
#home-info-container h2{
	padding:18px 15px 0px 20px;
	color:#024eb0;
	font-size:120%;
}
#feature-container {
	width:220px;
	margin: 0px 5px 5px 9px;
	float:left;
	display:inline;
}
#signpost-container1 {
	width:220px;
	background:url(../images/bg-signpost1.gif) top no-repeat;
	margin-top:82px;
}
#signpost-container1 p{
	padding:10px 15px 10px 20px;
	color:#4A4A4A;
	font-size:80%;
}
#signpost-container1 h2{
	padding:18px 15px 10px 20px;
	color:#35ac22;
	font-size:110%;
}
#signpost-container1 h2 a:link,#signpost-container1 h2 a:visited{
	color: #35ac22;
	text-decoration:none;
}
#signpost-container1 a:link,#signpost-container1 a:visited{
	color: #4A4A4A;
	text-decoration:none;
}
#signpost-container1 a:hover{
	text-decoration:underline;
}
#signpost-container1 img{
	padding-left:12px;
}
#signpost-container1-footer {
	width:220px;
	height:24px;
	background:url(../images/signpost-footer.gif) top no-repeat;
}
#signpost-container2 {
	width:220px;
	background:url(../images/bg-signpost2.gif) top no-repeat;
	margin-top:10px;
}
#signpost-container2 p{
	padding:10px 15px 10px 20px;
	color:#4A4A4A;
	font-size:80%;
}
#signpost-container2 h2{
	padding:18px 15px 10px 20px;
	color:#35ac22;
	font-size:110%;
}
#signpost-container2 h2 a:link,#signpost-container2 h2 a:visited{
	color: #35ac22;
	text-decoration:none;
}
#signpost-container2 a:link,#signpost-container2 a:visited{
	color: #4A4A4A;
	text-decoration:none;
}
#signpost-container2 a:hover{
	text-decoration:underline;
}
#signpost-container2 img{
	padding-left:12px;
}
#signpost-container2-footer {
	width:220px;
	height:24px;
	background:url(../images/signpost-footer.gif) top no-repeat;
}
#overview-container {
	width:220px;
	margin: 120px 5px 5px 9px;
	float:left;
	display:inline;
}
#overview-step {
	width:220px;
	background:url(../images/bg-signpost2.gif) top no-repeat;
}
#overview-step a
{
	color:#35ac22;
}
#overview-step p{
	padding:10px 20px 10px 20px;
	color:#4A4A4A;
	font-size:75%;
}
#overview-step p .download{
	padding:0px 20px 10px 20px;
	color:#4A4A4A;
	font-size:75%;
}
#overview-step h2{
	padding:18px 20px 8px 20px;
	color:#35ac22;
	font-size:100%;
}
#overview-step h2 a:link,#overview-step h2 a:visited{
	color: #35ac22;
	text-decoration:none;
}
#overview-step a:hover{
	text-decoration:underline;
}
#overview-step img{
	padding-left:12px;
}
#overview-step-footer {
	width:220px;
	height:24px;
	background:url(../images/signpost-footer.gif) top no-repeat;
}
#links-container {
	width:920px;
	margin: 105px 30px 5px 9px;
	float:left;
	display:inline;
}
#links-container p{
	padding:10px 15px 10px 30px;
	color:#4A4A4A;
	font-size:80%;
}
#links-container h2{
	padding:18px 15px 0px 30px;
	color:#024eb0;
	font-size:120%;
}
#links-container h3{
	padding:5px 15px 5px 30px;
	color: #555555;
	font-size:90%;
}
#links-container h4{
	padding:18px 15px 0px 30px;
	color:#024eb0;
	font-size:100%;
	margin:0px;
}
#links-container h4 a:link,#links-container h4 a:visited{
	color:#024eb0;
}
#link {
	clear:both;
}
#news-header {
	width:265px;
	height:16px;
	background: url(../images/news-header.gif) top no-repeat;
	color:#FFFFFF;
	margin: 86px 0px 0px 0px;
}
#news-bg h2{
	padding:0px 30px 15px 30px;
	color:#024eb0;
	font-size:110%;
}
#news-bg {
	width:265px;
	background: url(../images/bg-modules.gif) bottom no-repeat;
}
#news-bg ul{
	padding:0px 30px 26px 30px;
	margin:0px;
}
#news-bg ul li{
	list-style-type:none;
	padding-bottom:15px;
	font-size:80%;
}
#news-bg ul li a:link,#news-bg ul li a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#024eb0;
}
#news-bg ul li a:hover{
	text-decoration:underline;
	color: #4A4A4A;
}

/* overview
---------------------------------------------------------------------------------*/
#overview-image
{
	float:left;
	display:inline;
	height:100%;
}
#overview-text
{
	float:left;
	display:inline;
	width:480px;
}


/* footer
---------------------------------------------------------------------------------*/
#footer-container {
	background-color:#eff0f2;
	width:100%;
	height:115px;
}
#footer {
	width: 955px;
	margin: 0 auto;
	padding-top:10px;
	position: relative;

}
#footer-logo {
	height: 50px;
	margin: 5px 0px 0px 12px;
	float:left;
}
#footer-info{
	height: 50px;
	margin-top:18px;
	float:left;
	padding-left:15px;
	font-size:75%;
}
#footer-info a:link, #footer-info a:visited{
	text-decoration:none;
	color: #000000;
}
#footer-info a:hover{
	text-decoration:underline;
	color:#4A4A4A;
}
#partner-logos {
	height: 50px;
	margin: 5px 0px 0px 7px;
	float:right;
}


