/* ------------------------------------------+
|  VLS Splash Page Stylesheet						|
|	Author: DP											|
|	Last Edit: Aug 22									|
------------------------------------------- */

/* -------------------------------------------
|  GLOBAL STYLES
-------------------------------------------- */
body {
	margin: 0 0 0 57px;
	padding:0;
	border:none;
	line-height:13px;
	background: url(graphics/vls_logo.gif) 25px 20px no-repeat;
}
body,td{font:11px Arial,Helvetica,sans-serif;}
img{border:0;}
p{margin:0;}
form{margin:0;}
.clearBoth {clear: both}

h1 {
	margin: 0 0 14px 0;
	text-align: left;
	padding: 0 0 0 13px;
	height: 38px;
	background: url(graphics/bg_splash_header.gif) repeat-x;
}
h1 img {margin-top: 8px;}


/* -------------------------------------------
|  Select Your Province
-------------------------------------------- */

.firstBox {width: 710px;}

.selectProvince {
	float: left;
	width: 504px;
	text-align: center;
	margin: 123px 0 0 0;
	border-bottom: 1px solid #dddddd;
	background: url(graphics/bg_splash_tile.gif) repeat-y;
}
.selectProvince ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.selectProvince ul li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0 2px;
	padding: 0;
}
.selectProvince ul li a {color: #999999;}
.selectProvince ul li a:hover {color: #666666;}
.rightText {
	margin: 223px 0 0 10px;
	float: left;
	width: 140px;
}
/* -------------------------------------------
|  Select Your Province
-------------------------------------------- */

.updates {
	width: 656px;
	clear: both;
	margin-top: 17px;
}
.updates h1 {
	margin-bottom: 0;
	height: 31px;
}
.updates table {border-collapse: collapse;}
.updates table td {
	color: #333333;
	line-height: 15px;
	vertical-align: top;
	padding: 10px 10px;
	border-color: #eeeeee;
	border-style: none solid solid solid;
	border-width: 1px;
}
.updates table a {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.updates table a:hover {color: #666666}

/* -------------------------------------------
|  Footer
-------------------------------------------- */

.footer {
	margin: 30px 0 20px -25px;
	color: #868685;
}