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

html {
	height:100%;
}

body {
	height:100%;
	background-color:white;
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
	background-position:top center;
	text-align:center;
	margin:0;
}

#global {
	width:650px;
	background-image:url(../images/xbackground.png);
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
	height:inherit;
	padding:0 75px;
}

#header {
	width:650px;
	height:175px;
}
	#logo {
		height:171px;
		width:128px;
		background-image:url(../images/hmslogo.png);
		background-repeat:no-repeat;
		float:right;
	}

#content {
}

/* Form Sets */
form p {
	position:relative;
	margin:0;
	padding:0;
}

form ul {
	margin:5px;}
 
fieldset {
	border: solid 0 transparent;
	margin: 0;
	padding: 0;
}

label {
	display:block;
}

input, textarea {
	width:300px;
	padding: 1px;
}

.checkbox {
	width:auto;
	margin:0 0 0 15px;
}

#submit {
	margin:75px 0 0 0;
	width: 121px;
	border:none;
}

* html .feedback {
	width:200px;
}


fieldset {
	border: solid 0 transparent;
}
  
input, textarea {
	border: 1px solid #ccc;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #999999;
}

#form a{
	color:#666;
	text-decoration:none;
}

#form a:hover {
	color:#000;
	text-decoration:none;
}

/* Typography */

h1 {
	font-size:36pt;
	font-family:'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight:200;
}

h2 {
	font-size:12pt;
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight:200;
}

p {
	font-size:10pt;
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight:200;
}
	form p {font-size:8pt;}

li {
	font-size:8pt;
	font-family:'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-weight:200;
}
