@charset "utf-8";
/* CSS Document */
body {
	width:100%;
	background:url(/img/bg-main.gif) repeat-x top #d4d8e3;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:996px;
	margin:0px auto;
	background:url(/img/bg-container.gif) repeat-y top;
}
#container_l1 {
	background:url(/img/bg-container_upper_tile.gif) repeat-x top;
	width:996px;
}
#container_l2 {
	background:url(/img/bg-container_upper.gif) no-repeat top;
	width:996px;
}
#content {
	float:left;
	width:996px;
}
#header {
	height:90px;
	width:980px;
	margin-left:8px;
	background:url(/img/bg-header.gif) top center no-repeat;
}
#footer {
	float:left;
	clear:both;
	width:956px;/*996*/
	padding:10px 20px 6px 20px;
	height:20px;
	background:url(/img/bg-footer_base.gif) bottom center no-repeat;
	font-size:10px;
	color:#888;
}
#logo {
	float:left;
	width:185px;
	height:59px;
	border:0px;
	margin:17px 0px 0px 20px;
}
#copyright {
	float:right;
}
#sapient {
	float:right;
	color:#a9a9a9;
}
#footer-menu {
	float:left;
	width:600px;
}
#footer-menu a{
	text-decoration:none;
	color:#3c5482;
}
#header-menu-main {
	float:left;
	margin:53px 0px 0px 90px;
}
.main-menu-item {
	padding:0px 35px;
	color:#3c5482;
	font-size:15px;
	height:32px;
	line-height:32px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	display:block;
	border-right:1px solid #e2e6ed;
}
.main-menu-item:hover {
	color:#f7981a;
}
#header-menu-sub {
	float:right;
	width:280px;
	text-align:right;
	font-size:12px;
	margin:5px 10px 0px -280px;
	color:#D5D5D5;
}
#header-menu-sub a{
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	color:#f7981a;
}
.sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	float:left;
}

.sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	border-right:1px solid #e2e6ed;
}
.sddm li a
{
	padding:0px 35px;
	color:#3c5482;
	font-size:15px;
	height:32px;
	text-align:center;
	line-height:32px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:0px;
}

.sddm li a:hover {
	color:#f7981a;
}

.sddm div {
	z-index:29;
	text-align:left;
	clear:both;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background:url(/img/bg-menu-drop.gif) repeat-x top #f8f9fb;*/
}

.sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px 10px;
	margin:0px 1px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #dbe0e8;
}
.sddm div a:hover {
	color: #f7981a;
}
.dropTop {
	background:url(/img/bg-menu-drop-top.gif) top repeat-x;
	border:0px;
}
a.link:visited, a.link:link {
	color:#3c5482;
	text-decoration: none;
}
a.link:active {
	color:#FF9900;
	text-decoration: underline;
}
a.link:hover {
	color:#FF9900;
	text-decoration: underline;
}
