@charset "utf-8";
/* CSS Document */

/* //////////////////////////////////////////////////////// Global Styles */

html {
overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	background:#f0f0f0 url(../images/sce/body-bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color:#595a6a;
	font-size:12px;

}

h1 {
font-family:Arial, Helvetica;
font-size:22px;
font-weight:bold;
margin:6px 0px;
padding:0px;
color: rgb(204, 0, 0);

}
h2 {
font-family:Arial, Helvetica;
font-size:19px;
font-weight:bold;
margin:6px 0px;
padding:0px;
color: rgb(204, 0, 0);

}
h3 {
font-family:Arial, Helvetica;
font-size:16px;
font-weight:bold;
margin:6px 0px;
padding:0px;
color: rgb(204, 0, 0);

}
h4 {
font-family:Arial, Helvetica;
font-size:14px;
font-weight:bold;
margin:6px 0px;
padding:0px;
color:#1e1e1e;

}

#content p {
margin-bottom:10px;
}

.redtext {
color:#cc0001;
}

.padtop {
	padding-top:6px;
}
.mbtm {
	margin-top:-8px;
}

/* //////////////////////////////////////////////////////// Header Styles */


#header {
	background: url(../images/sce/header-bg.jpg) no-repeat top left;
	width:965px;	
	height:100px;
	
}

#header-left {
	float:left;
	width:565px;	
	padding-left:15px;
	height:100px;
}

#header-right {
	float:right;
	width:360px;
	padding:23px 25px 0 0;
	height:77px;
}

#header-right-top {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#c90101;
	margin-bottom:10px;
}

#header-right-bottom {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
}

#header-right-bottom a, #header-right-bottom a:LINK, #header-right-bottom a:VISITED {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 2px 0 2px;
	color: #6e6e6e;
	text-decoration: none;
}

#header-right-bottom a:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ca0201;
	margin:0 2px 0 2px;
	text-decoration: none;
}



/* //////////////////////////////////////////////////////// Navigation Styles */


#navigation {
	background: url(../images/sce/nav-bg.jpg) no-repeat top left;
	width:944px;
	height:40px;
	position:relative;
}



/* //////////////////////////////////////////////////////// Main Area Styles */


.clear {
	position:relative;
	clear:both;
}

#wrapper {
	margin:0 auto;
	margin-top:28px;
	position:relative;
	width:965px;
	
	
}

#container {
	width:940px;
	min-height:200px;
	padding:0 11px 0 14px;
	background-color:#FFF;
	
}

#banner {
	width:940px;
	height:218px;
	background:url(../images/sce/flashbg_rpt.jpg) repeat-x top;
	
}


/* //////////////////////////////////////////////////////// Main Area Styles */

#content {
	width:910px;
	min-height:20px;
	background-color:#FFF;
	padding:15px 15px 10px 15px;
}

/*/////////////////////home bottom buttons/////////////*/

#hmbtns {
	
	margin:0px;
	padding:0px;
	width:940px;
	padding:0 11px 10px 14px;
	background-color:#FFFFFF;
	height:137px;
}
#hmbtns div {
	float:left;
}

/* //////////////////////////////////////////////////////// Footer Styles */

#footerarea {
	width:955px;
	height:70px;
	padding:10px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6e6e6e;
}

#footerarea a, #footerarea a:LINK, #footerarea a:VISITED {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-decoration: none;
}

#footerarea a:HOVER {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ca0201;
	text-decoration: underline;
}

#footerarea p {
	margin-bottom:5px;	
}

#footer ul{margin:0px; padding:5px 0px; }
#footer ul li {margin:0px; padding:0px; height:15px;}
#footer .footer_link { border-right:solid 1px #c6c6c6; padding:0px;padding-right:6px;padding-left:2px;height:15px;}
#footer .footer_language_link {	border-left:solid 1px #c6c6c6;height:15px;}
#footer .footer_last{border-right:0px solid #c6c6c6;}

/* //////////////////////////////////////////////////////// Inner Styles */
#inbodycontent {
margin:0px;
padding:0px;
width:677px;
border:0px solid #000;
}


#inbanner {
	width:940px;
	height:108px;
	background:url(../images/sce/bnr-clientsuccess.jpg) no-repeat top left;
	display:block;
	clear:both;
}
.bortop {
	border-top:1px solid #333;
}

#inleft {
 	width:198px;
	margin:0px;
	margin-right:25px;
	padding:10px 0px;
	float:left;
}
#inmiddle {
	width:454px;
	margin:0px 5px;
	padding:10px 0px;
	float:left;
}
#inmiddle-2column
{
	width:677px;
	margin:0px 0px 0px 5px;
	padding:0px 0px 10px 0px;
	float:left;
}
#inright {
	width:198px;
	margin:0px;
	padding:10px 0px; 
	margin-left:25px;
	float:left;
}

/*-------IN RIGHT SIDE NAV----------*/

 .nextstep {
	background:#efeeee;
	color:#cc0001;
	font-weight:bold;
	padding:8px 10px;
	border:1px solid #d4d4d4;
	margin:0px;
}
 .rightnav {
	background:#f9f9f9;
	border:1px solid #d4d4d4;
	padding:10px 8px;
	margin-top:6px;
}
 .rightnav ul {
	margin:0px;
	padding:0px;
 	list-style:none;
}
 .rightnav ul li {
	list-style:none;
	margin:0px;
	padding:4px 0px 1px 0px;
	border-bottom:1px solid #fff;
}
 .rightnav ul li a {
	display:block;
	border-bottom:1px solid #ededed;
	padding-bottom:3px;
	color:#333;
	text-decoration:none;
}
 .rightnav .last {
	border-bottom:0px solid #fff;
}
	
 .rightnav ul li a:hover {
	color:#cc0001;
}

 .rightbuttons {
	margin-top:10px;
	padding:0px;
}

/*---------in LEFT Navigation-------------*/
#menu_left {
background:#efeeee;
border:0px solid #d4d4d4;
font-family:Arial;
font-size:11px;
border-bottom:0px solid #d4d4d4;
}

#menu_left ul {
margin:0px;
padding:0px;
list-style:none;
}

#menu_left ul li {
margin:0px;
padding:8px 0px 0px 0px;
border-bottom:0px solid #fff;
border-top:1px solid #d4d4d4;
border-left:1px solid #d4d4d4;
border-right:1px solid #d4d4d4;
background:url(../images/sce/ico_leftnav_down.gif) no-repeat right;

}
#menu_left ul li.lastItem {
border-bottom:0px solid #fff;
}
#menu_left ul li ul li {
background:transparent;
padding:8px 0px 1px 0px;
}
#menu_left ul li ul li:hover, #menu_left ul li ul li.current{
background:transparent;
}
#menu_left ul li:hover, #menu_left ul li.current {
background:url(../images/sce/ico_leftnav_up.gif) no-repeat top right;

}
#menu_left ul li a.current {
color:#cc0001;
}

#menu_left ul li ul li a.current {
color:#000;
font-weight:bold;
}

#menu_left ul li a {
display:block;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:7px;
		color:#333;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	
}

#menu_left ul li ul li a {
display:block;
	border-bottom:1px solid #ededed;
	padding-bottom:5px;
		color:#333;
	text-decoration:none;
	font-weight:normal;
	text-transform: none;
	background:transparent;
	background-image:none;
	background-color:#f9f9f9;
	
}

#menu_left ul ul
{
display: none;
}

#menu_left ul li:hover > ul
{
display: block;
position:relative;
background:#f9f9f9;
}
#menu_left ul li.current ul {
display:block;
position:relative;
background:#f9f9f9;
}
#inleft .nextstep {
margin-top:6px;
}

