@charset "UTF-8";

/* ---------------------- Common Styles -------------------- */

body {
	background: url(images/background.jpg) #000 repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, .Normal h1, .Normal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
}

a, a:visited, .Normal a, .Normal a:visited {
	color:#0033FF;
	text-decoration:none;
}

a:hover, .Normal a:hover {
	color:#0033FF;
	text-decoration:underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight: bold;
}

.quote {
	font-weight: bold;
	font-size: 11pt;
	padding: 0 0 6px 0;
}

.areas {
	color: #e6e6e6;
	padding-top: 2px;
}

.ContentPane {
	padding-left: 4px;
	padding-top: 4px;
}

.areas a, .areas a:link, .areas a:visited {
	color: #fff;
	text-decoration: none;
}

.areas a:hover, .areas a:focus {
	color: #fff;
	text-decoration: underline;
}

.FooterPane a, .FooterPane a:link, .FooterPane a:visited {
	font-weight: bold;
	color:#990033;
	text-decoration: none;
}

.FooterPane a:hover, .FooterPane a:focus {
	font-weight: bold;
	color:#990033;
	text-decoration: underline;
}
	
	 

/* --------------------- Layout -------------------------- */

.header {
	width: 960px;
	height: 308px;	
}

.border-upleft {
	width: 726px;
	height: 40px;
	background: url(images/border-upleft.jpg) no-repeat;
}

.border-upright {
	width: 234px;
	height: 40px;
	background: url(images/border-upright.jpg) no-repeat;
}

.border-leftedge {
	width: 30px;
	height: inherit;
	background: url(images/border-leftedge.jpg) repeat-y;
}

.border-midpanel {
	width: 24px;
	height: inherit;
	background: url(images/border-midpanel.jpg) repeat-y;
}
.border-rightedge {
	width: 16px;
	height: inherit;
	background: url(images/border-rightedge.jpg) repeat-y;
}

.border-lowedge {
	width: 960px;
	height: 30px;
	background: url(images/border-lowedge.jpg) no-repeat;
}

.border-lowpanel {
	width: 726px;
	height: 34px;
	background: url(images/border-lowpanel.jpg) no-repeat;
}

.footer-upedge {
	width: 960px;
	height: 29px;
	background: url(images/footer-upedge.jpg) no-repeat;
}

.footer-leftedge {
	width: 30px;
	height: inherit;
	background: url(images/footer-leftedge.jpg) repeat-y;
}

.footer-rightedge {
	width: 30px;
	height: inherit;
	background: url(images/footer-rightedge.jpg) repeat-y;
}


.homeSafe {
	width:220px;
	height:260px;
	background: url(/Portals/0/btn-safe.jpg) no-repeat;
}

.homeMoney {
	width:220px;
	height:260px;
	background: url(/Portals/0/btn-money.jpg) no-repeat;
}

.homePrivacy {
	width:220px;
	height:260px;
	background: url(/Portals/0/btn-privacy.jpg) no-repeat;
}

.homeDesc {
	margin:0 auto;
	position:relative;
	top:76px;
	width:188px;
	height:80px;
	color: #FFF;
}

.homeBtn {
	position:relative;
	top:70px;
	width:186px;
	color:#fff;
	height:18px;
	margin:0 auto;
	font-size:12pt;
	text-align:right;
}

.homeBtn a, .homeBtn a:visited {
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.homeBtn a:hover, .homeBtn a:focus {
	text-decoration:underline;
	color:#fff;
}
	

/*------------------------Menu-----------------------------*/

.SEOMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	width:218px; 
	height: 567px;
	margin:0;
	padding:0;
}

.SEOMenu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.SEOMenu ul li{
	list-style-type:none;
}
.SEOMenu ul li a, .SEOMenu ul li a:visited {
	font-weight: bold;
	color:#fff;
	display: block;
	width: 218px;
	height: 63px;
	text-align: left;
	text-indent: 20px;
	line-height: 63px;
	text-decoration: none; 
	background: url(images/button.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
	
.SEOMenu ul li a:hover, .SEOMenu ul li a:hover {
	color:#000;
	background:url(images/button_over.jpg) no-repeat;
}

ul li li {
	list-style-type: none;
}

/************  Footer  ************/

.LoginPane{
	text-align:center;
	color:#fff;
}

.SkinObject{
	color:#ffffff;
	font-weight: normal;
}
a.SkinObject,a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited, .SkinObject a, .SkinObject a:visited {
	color:#ffffff;
	font-weight: normal;
}
a.SkinObject:hover, .SkinObject a:hover {
	text-decoration:underline;
	font-weight: normal;
}

