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

* {
	margin:0;
	padding:0;
}

html { height:100%; }

body { background-color:#000; color:#fff; /* line-height:20px; */ height:100%; }
a { font-size:24px; text-decoration:none; color:#fff; font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; }

.inputs { width:150px; height:20px; background-color:#fff; color:#000; }
textarea { background-color:#fff; width:400px; height:100px; }

.rightlist { font-size:24px; text-decoration:none; color:#fff; font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif; }

#wrap { 
	width:920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px; /* the bottom margin is the negative value of the footer's height */
}

#logo { background-image:url(images/minimalist.jpg); float:left; width:375px; height:58px; margin-top:20px; margin-bottom:30px; }

#phone { float:right; width:375px; height:58px; margin-top:20px; margin-bottom:30px; }

.bar { background-color:#3c5174; width:100%; height:20px; }
.imageBox { width:920px; border:1px solid #fff; height:auto; margin:0px auto; }
.infolist { list-style:none; }
.bottomlinks { float:left; }
.socialmedia { float:right; list-style:none;  }
.socialmedia li {  display:inline; padding-left:15px; }

#nav { 
	width:920px;
	clear:both;
	height:40px;
	margin:0px auto;
}

#nav li {
	list-style:none;
	float:left;
	padding-right:20px;
}

#txt {
	margin-top:20px;
	float:left;
	width:460px;
	height:auto;
	list-style:none;
}

#info {
	float:right;
	width:400px;
	margin-top:20px;
	height:auto;
	list-style:none;
	line-height:30px;
}

.push {
	height: 200px; /* .push must be the same height as .footer */
}

.footer {
	height: 10px; 
	margin:0px auto;
	width:920px;
}

.footer a {
	font-size:12px;	
}

