body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 0;
	padding: 0;

}

h1{
	margin: 0px;
}

h2 {
	font-weight: 300;
	font-size: 9pt;
}

h3 {
	font-weight: 300;
	font-size: 8.5pt;
}

a {
	text-decoration: none;
	color: #000000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#page-container {
	width: 1080px;
	height: 900px;
	display: block;
	margin: auto;
}

#header {
	margin:auto;
	margin-top: 50px;
	font-size: 10pt;
}

#logo {
	background-position: center center; 
	/*background-image:  none,url('../../assets/pcadHeaderLogo.svg'), url('../../assets/pcadHeaderLogo.png');
	background-image:  url('../../assets/pcadHeaderLogo.svg');*/
	background-repeat: no-repeat;
	width: 260px;
	height: 70px;
	display: block;
	float: left;
	text-align: left;
}

#phoneAndMenuContainer{
	float: right;
	text-align: right;
}

#topNavMenu {
	margin-top: 20px;
}

#topNavMenu li {
	float: left;
}

.mainMenuSelection {
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: #FFFFFF solid 1px;
}

.mainMenuSelection:hover {
	border-bottom: #000000 solid 1px;
}

.clear {
	clear: both;
}

#mainContent {
	margin-top: 60px;
	height: 600px;
	display: block;
}

.sectionTitle {
	font-size: 14pt;
	margin-bottom: 20px;
	border-bottom: #000000 solid 1px;
}

#footer {
	margin-top: 40px;
	font-size: 9pt;
}

#address {
	float: left;
}

#address li {
	float: left;
}

.addressSection {
	padding-right: 10px;
	padding-left: 10px;
	border-right: #000000 1px solid;
}

#socialNetworking {
	float: right;
}

#socialNetworking li {
	float: left;
}

.contactMenuSelection {
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.5;
}

.contactMenuSelection:hover {
	opacity: 1.0;
}