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

*, html{
	margin: 0;
	padding: 0;
}

body{
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 150%;
}

#container{
	width: 900px;
	margin: 20px auto;
}

#mastheadWrapper{
	width: 100%;
	float: left;
	border-bottom: 2px solid #000;
}

#mastheadWrapper #networking{
	width: 450px;
	float: left;
	display: inline-block;
	margin: 5px 0;
}

#mastheadWrapper #networking ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#mastheadWrapper #networking ul li{
	/*display: inline-block;*/
	display: block;
	padding: 4px 0;
}

#mastheadWrapper #networking ul li a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
	text-transform: lowercase;
	display: block;
}

#mastheadWrapper #networking ul li a:hover{
	color: #666;
}


#mastheadWrapper #logo{
	width: 450px;
	float: left;
	display: block;
}

#navWrapper{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

#navWrapper #navigation{
	border-bottom: 2px solid #000;
}

#navWrapper #navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
#navWrapper #navigation ul li{
	display: inline-block;
}

#navWrapper #navigation ul li a{
	padding: 5px 15px;
	color: #000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}

#navWrapper #navigation ul li a.mobile{
	color: #000;
}

#navWrapper #navigation ul li a:hover{
	color: #CCC;
}

#content{
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}

#content h1{
	text-align: center;
	margin: 50px 0 30px 0;
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Georgia, Times, serif;
}

#content h1.comingSoon{
	text-align: center;
	margin: 200px 0;
	font-size: 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Georgia, Times, serif;
}

#footer{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	border-top: 2px solid #000;
}

#footer p{
	margin: 10px 0;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
}

object, embed{
	border: 1px solid #000;
}