@charset "UTF-8";

#container { 
	width: 980px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #232323;
	height:100px;
	background-image:url(/img/header_bgrd.gif);
	background-repeat:repeat-x;
}
#navbar {
	width:818px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: centre;
	padding-top:67px;
}
#logo {
	width:273px;
	height:195px;
	background-image:url(/img/logo.gif);
	background-repeat:no-repeat;
	border-right: 1px solid #d8d8d8;
}
#logo-SL {
	width:273px;
	height:195px;
	background-image:url(/img/learning/logo-SL.gif);
	background-repeat:no-repeat;
	border-right: 1px solid #d8d8d8;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 274px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#masthead {
	width:706px;
	height:231px;
	float:right;
}
#mainFlash {
	float: left; /* since this element is floated, a width must be given */
	width: 492px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 231px;
}
#keywordNav {
	float: right;
	width: 213px;
	height:195px;
	border-left: 1px solid #d8d8d8;
}
#search {
	float: right;
	background-image:url(/img/subhead_bgrd_purple.gif);
	background-repeat:repeat-x;
	width:214px;
	height:36px;
	font-size:11px;
        color:#7e7e7e;
	font-weight:normal;
	margin-left:-1px;
}
#breadcrumbs {
	background-image:url(/img/breadcrumbs-bgrd.gif);
	background-repeat:no-repeat;
	width:687px;
	height:33px;
	color:#fff;
	font-size:10px;
	padding:10px 0 0 19px;
	margin-bottom:23px;
	float:right;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#fff;
	text-decoration:none;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration:underline;
}
#breadcrumbs-SL {
	background-image:url(/img/learning/breadcrumbs-bgrd-SL.gif);
	background-repeat:no-repeat;
	width:687px;
	height:33px;
	color:#fff;
	font-size:10px;
	padding:10px 0 0 19px;
	margin-bottom:23px;
	float:right;
}
#breadcrumbs-SL a:link, #breadcrumbs-SL a:visited {
	color:#fff;
	text-decoration:none;
}
#breadcrumbs-SL a:hover, #breadcrumbs-SL a:active {
	text-decoration:underline;
}
#content {
	width: 616px;
	float:left;
                     padding: 10px 50px 0 40px;
}
#footerContainer {
	border-bottom:18px solid #5e5e5e;
	border-top: 1px solid #d8d8d8; 
	margin-top:35px;
	clear:both;
}
#footerText {
	width: 944px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:11px;
	height:60px;
} 
#footerLeft {
	float:left;
	height: 37px;
	padding-top:23px;
	width: auto;
	text-align:left;
}
#footerRight {
	float:right;
	height: 37px;
	padding-top:23px;
	width: auto;
	text-align:right;
}
#current {
	background: #d8d8d8;
}
#homeSolutionsContainer {
	float:left;
	width:492px;
}
#homeColumnRight {
	float:right;
	width:213px;
}

#solutionsRow1 {
width:492px;
}
#solutionsRow2 {
width:492px;
}

#solutionsBox1 {
float:left;
width:211px;
padding: 25px 15px 10px 19px;
}

#solutionsBox2 {
float:right;
width:211px;
padding: 25px 15px 10px 19px;
background-image:url(/img/dots-vert.gif);
background-repeat:repeat-y;
background-position:left;
}

#solutionsBox3 {
float:left;
width:211px;
padding: 25px 15px 10px 19px;
}

#solutionsBox4 {
float:right;
width:211px;
padding: 25px 15px 10px 19px;
background-image:url(/img/dots-vert.gif);
background-repeat:repeat-y;
background-position:left;
}

#solutionsVertDivider {
width: 492px;
height: 1px;
background-image:url(/img/dots-horiz.gif);
background-repeat:repeat-x;
float:left;
margin:0;
padding:0;
}