@charset "UTF-8";
/* CSS Document */


body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background:#ccccdd;
	color:#636467;
}

div {
	position:relative;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	/*font-family:"Times New Roman", Times, serif;*/
}

ul {
	padding:0px;
	margin:0px;
	margin-left:15px;
}

a {
	text-decoration:underline;
	color:#000154;
}

a:hover {
	text-decoration:underline;
	color:#636467;
}

/* ============== HOME PAGE ==============  */

#homePg {
	background: #bbccde url(../Images/HomeBg.jpg) no-repeat;
	width:800px;
	height:673px;
	margin: 20px auto;
}

#homePg h1, #homePg h2 {
	color:#FFFFFF;
	padding:25px 0px 0px 35px;
}

#homePg h4, #homePg h3 {
	color:#FFFFFF;
	font-size:12pt;
}

#homePg h4 {
	margin-bottom:20px;
}

#homePg h1 {
	font-size:15pt;
}

#homePg h2 {
	font-size:12pt;
	padding-top:20px;
}

#homePg h3 {
	color:#000154;
}

#homePg ul {
	list-style:none;
	width:500px;
	height:100px;
	margin-top:20px;
	margin-left:35px;
}

#homePg ul li {
	float:left;
	margin-right:5px;
	margin-top:-10px;
	display:inline;
	width:217px;
}

#homePg ul li a {
	display:block;
	width:217px;
	height:32px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:13pt;
	margin-top:10px;
	padding-top:8px;
	background: url(../Images/HomeBtns.jpg) no-repeat -233px 0px;
}

#homePg ul li a:hover {
	height:32px;
	background:#000154 url(../Images/HomeBtns.jpg) no-repeat -4px 0px;
}

#homePg .side {
	width:220px;
	position:absolute;
	right:20px;
	top:30px;
}

#homePg p {
	font-size:10pt;
}




/* ============== top header ==============  */


#wrapper {
	margin:0px auto;
	width:800px;
	background:#ffffff url(../Images/peopleBg.jpg) no-repeat 40px 500px;
	margin-bottom:70px;
}

#header {
	height:225px;
	background:#ffffff url(../Images/HeadBg.jpg) no-repeat;
	border-bottom:13px solid #000154;
}


#header.priv {
	background:#5a8bd8 url(../Images/HeadBg.jpg) no-repeat 0px -225px;
}

#header h1 {
	display:block;
	position:absolute;
	color:#000154;
	font-size:11pt;
	bottom:40px;
	right:30px;
}

#header img {
	position:absolute;
	right:118px;
	top:-28px;
}

#footer {
	background:#000154 url(../Images/footer.jpg) no-repeat;
	width:590px;
	height:75px;
	position:absolute;
	bottom:60px;
	left:40px;
}

.lowerFooter {
	position:absolute;
	bottom:-25px;
	left:40px;
	font-size:8pt;
}

#lShadow {
	height:100%;
	width:10px;
	background: #ccccdd url(../Images/shadow.jpg) repeat-y;
	position:absolute;
	left:-10px;
}

#rShadow {
	height:100%;
	width:10px;
	background: #ccccdd url(../Images/shadow.jpg) repeat-y -10px;
	position:absolute;
	right:-10px;
}

#bShadow {
	position:absolute;
	width:830px;
	height:32px;
	bottom:-15px;
	left:-10px;
	background:url(../Images/shadowBtm.jpg) no-repeat;
}

#content {
	padding:40px;
	padding-top:50px;
}

.main {
	margin-left:200px;
	padding-bottom:200px;
}

/* ============== main menu on corporate tab ==============  */

ul.menu  {
	width:170px;
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
}

ul.menu li {
	width:160px;
	display:block;

}

ul.menu a {
	width:160px;
	display:block;
	color:#ffffff;
	background:#cccccc url(../Images/menu.jpg) no-repeat 0px -25px;
	text-decoration:none;
	height:20px;
	margin-bottom:1px;
	padding-left:10px;
	padding-top:5px;
}

ul.menu a:hover {
	text-decoration:none;
	color:#ffffff;
	background:#cccccc url(../Images/menu.jpg) no-repeat 0px -50px;
}

ul.menu a.curPage {
	background:#cccccc url(../Images/menu.jpg) no-repeat;
	
}

/* ============== upper menu on ==============  */


ul.upperMenu  {
	margin:0px;
	padding:0px;
	list-style:none;
	height:22px;
	position:absolute;
	bottom:0px;
	left:60px;
	width:100%;
}

ul.upperMenu li {
	height:17px;
	display:inline;
	float:left;
}


ul.upperMenu a {
	width:123px;
	height:17px;
	display:block;
	margin-right:3px;
	background: url(../Images/upperMenu.png) no-repeat -62px -2px;
	text-decoration:none;
	color:#ffffff;
	padding-top:5px;
	text-align:center;
}

ul.upperMenu a:hover {
	text-decoration:none;
	color:#ffffff;
	background: url(../Images/upperMenu.png) no-repeat -62px -29px;
}

ul.upperMenu a.curPage {
	background: url(../Images/upperMenu.png) no-repeat -62px -55px;
	color: #ffffff;
}

ul.upperMenu a.home {
	width:57px;
	background: url(../Images/upperMenu.png) no-repeat -1px -2px;
}

ul.upperMenu a.home:hover {
	width:57px;
	background: url(../Images/upperMenu.png) no-repeat -1px -29px;
}



