﻿html,body {
	background-color: #0D233A;
	font-family: "Microsoft Tai Le", Verdana, Arial;
	font-size: 15px;
	height: 100%;
	margin: 0,0,10,0;
	padding: 0;
	background-image: url('images/homepage/background_blue.gif');
}
	a:visited {
	color: #0000FF;
}

	#container {
	z-index: 1;
	width: 900px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 0px grey solid;
	background-color: #FFFFFF;
}
	.logo {
	text-align:left;
	background-color:transparent;
}
	#phonenumber {
	float:right;
	position:relative;
	top: 20px;
	margin:0px;
	padding:0px;
}
	.navbar {
	z-index: 1;
	text-align:left;
	font-size:18px;
	background-color:#4A749B;
	white-space:nowrap;
}
	.navbar a {
	display: inline-block;
	width: 149px;
	height: .3in;
	line-height: .3in;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #C5F3C2;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('images/nav/navbar_blue1.jpg');	
}
	.navbar a:hover {
	background-image: url('images/nav/navbar_blue2.jpg');
}
	.spacerrow {
	z-index: 1;
	position:relative;
	clear:both;
	height:10px;
}
	.contentshell {
	z-index: 1;
	width: 880px;
	height: 340px;
	padding: 10px;
	background-color:#FFFFFF;
	background-image: url('images/homepage/contentarea2.png');
}
	.contentpart1 {
	float: left;
	width: 400px;
	font-size:18px;
	position:relative;
	left:50px;
	top:20px;
}
	.contentpart2 {
	float: right;
	padding:0px;
	text-align:center;
	position:relative;
	right:40px;
	top:10px;
	background-color:transparent;
	border: 0px solid #006699;
}
	.contentpart3 {
	clear: both;
	width: 100%;
	position:relative;
	top:30px;
	text-align:center;
}
	.lowcontentshell {
	z-index: 1;
	width: 100%;
	background:transparent;
	font-size:13px;
	color: #000000;
}
	.lowcontentshell h4 {
	color:#FFFFCC;
}
	.lowcontentshell a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #C5F3C2;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url('images/nav/button1.png');	
}
	.lowcontentshell a:hover {
	background-image: url('images/nav/button2.png');	
}
	.lowcontentpart1 {
	float: left;
	width: 395px;
	height: 140px;
	padding: 5px 25px 25px 25px;
	background-image: url('images/homepage/lowercontentbox.png');
}
	.lowcontentpart2 {
	float: right;
	width: 395px;
	height:140px;
	padding: 5px 25px 25px 25px;
	background-image: url('images/homepage/lowercontentbox.png');
}
	.footer {
	z-index: 1;
	width: 850px;
	height: 120px;
	padding: 5px 25px 25px 25px;
	font-size: 12px;
	text-align:center;
	background-image: url('images/homepage/footer2.png');	
}
	.loginbox {
	z-index: 101;
	width: 250px;
	height: 100px;
	padding: 20px;
	position: absolute;
	top: 0px;
	bottom:0px;
	left:0px;
	right:0px;
	font-size: 18px;
	background-image: url('images/homepage/login_background.jpg');
}
	.loginbox input {
	margin: 0px 0px 10px 0px;
	border: 1px #C0C0C0 solid;
	height: 30px;
	width: 250px;
	vertical-align: middle;
	line-height: 30px;
	text-indent: 5px;
}
	.loginbox button {
	background-image: url('images/nav/navbar_blue1.jpg');
}
	.button1 {
	background-image: url('images/homepage/buttons.png');
	color: #C5F3C2;
	width: 115px;
	height:35px;
	border: 0px;
	z-index:10;
}
	.button2 {
	background-image: url('images/homepage/buttons2.png');
	color: #C5F3C2;
	width: 115px;
	height:35px;
	border: 0px;
	z-index:10;
}

