/* CSS Document */
/* 	MedVault
	Last updated on AUGUST 25, 2009
	Created & Updated by SURESH
*/

/* 	===================================================================================================
											BODY
===================================================================================================  */

BODY {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif, Trebuchet MS;
}
* {
	padding:0px;
	margin:0px;
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border:none;
}
a {
	outline:none;
}
a:hover {
	outline:none;
}
fieldset, form, label {
}
/* 	===================================================================================================
											MAIN CONTENTS
===================================================================================================  */
.main-part {
	margin:0px auto;
	width:752px;
}
.holding-page {
	width:752px;
	height:218px;
	float:left;
	text-align:center;
	background-attachment: scroll;
	background-image: url(../medVaultImgs/bg-holding-page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 273px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.holding-page h1 {
	text-align:center;
	font-size:25px;
	color:#FFFFFF;
	padding-bottom:17px;
}
.locations {
	width:712px;
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.locations-left {
	width:280px;
	float:left;
	text-align:left;
}
.locations-right {
	width:432px;
	float:left;
}
.locations-right ul {
	width:432px;
	float:left;
}
.locations-right ul li {
	width:432px;
	float:left;
	font-size:12px;
	color:#666666;
	text-align:left;
	margin-bottom:13px;
	list-style-type:none;
}
.input-selection {
	width:428px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#666666;
	float:left;
}
.copyright {
	float:right;
	font-size:11px;
	color:#999999;
	text-align:right;
	width:428px;
}

