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

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

body{
	background:#FFF;
	color:#444;	
	font-size:85%;
	font-family: "Helvetica Neue", Arial, "Helvetica", sans-serif;
}

a {color:#000000;}
h3 {color:#000000;}
hr {height:1px;border-top: thin #444;}

#container {
	margin-top:50px;
	width:85%;
	margin-left:auto; /* Centers the Page */
	margin-right:auto; /* Centers the Page */
	position:relative;
	min-height:100%;
	padding-bottom:10px; /* This line is critical for keeping all the pages aligned horizontally regardless of content */
}






/* HEADER */

#header .inside{
	padding:3em 0;
}

#header h2{
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
}
#header h2 a{ text-decoration:none; }

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
	float:left;
}





/* SUBHEADER */
#subheader {
	margin:50px 0 50px 0;
}

#subheader p{
	font: 150% Georgia, 'Times New Roman', Times, serif;
}

#head_image {
	float:right;
	border:1px;
	border-color:#666666;
}

#head_contact {
	float:right;
}


/* CONTENT */
#content {
	margin: 50px 0 50px 0;
}


/* LEFT */
#left {
	float:left;
	width:28%;
	margin-right:8%;
}

/* CENTER */
#center {
	float:left;
	width:28%;
	margin-right:8%;
}


/* RIGHT */
#right {
	float:left;
	width:27%;
}

/* Footer */
#footer {
	clear: both;
	position:absolute;
	height: 50px;
	min-height: 74px;
	padding: 10px 0 0 0;
	top:auto;
	bottom:0;
	right:0;
	left:0;
}

#legal {
	text-align:center;
}

