
/********************************************  CSS RESET  *********************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0;
	margin: 0;
	font-size: 100%;
}
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }
.clearFloat { clear: both; }
.hidden { display: none; }
body, select, input, textarea { font-family: arial, sans-serif; }
textarea { margin: 0; font-size: 100%; }

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}


/*******************************************  LANDING PAGE  *******************************************/

html, body { width:100%; height:100%; }

#background{ position:absolute; z-index:1; width:100%; height:100%; top: 0; left: 0;}

#wrapper {
	width: 594px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 30px 0 0 0;
	text-align: center;
}
#contentTop {
	background: url('../images/content-top-bg.jpg') no-repeat left top;
	padding: 284px 0 0 0;
	margin: 10px 0 0 0;
}
#contentBottom {
	background: url('../images/content-bottom-bg.gif') no-repeat left bottom;
	padding: 0 0 24px 0;
}
.loc {
	font-size: 12px;
	width: 220px;
	float: left;
	text-align: left;
	margin: 0 0 0 30px;
	display: inline;
	color: #080604;
}
.loc h1 {
	font-weight: bold;
	margin: 0 0 12px 0;
}
.loc address {
	margin: 0 0 12px 0;
}
.loc a {
	color: #080604;
}
.loc dl {
	width: 220px;
	overflow: hidden;
	margin: 0 0 12px 0;
}
.loc dt {
	float: left;
	clear: left;
	width: 80px;
}
.loc dd {
	float: right;
	clear: right;
	width: 140px;
}


