
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: 'Questrial', sans-serif;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.consult h2 {
	font-size: 14px;
	margin-bottom: 0px;
}

h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

dd {
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #f39911;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#header-wrapper {
	background-color: black;
	height: 200px;
}

.arrow-wrapper {
	min-height:20px;
}

.arrow-wrapper span {
	position:relative;
}

#mainNav {
	list-style-type: none;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 0px;
}

#mainNav li {
	float: left;
	text-align: center;
	margin-left: 135px;
	margin-top: 10px;
}

#subNavWrapper {
	clear: left;
	border-top: 1px solid black;
	position: relative;
	top: -13px;
	padding-top: 7px;
	padding-left: 50px;
	
}

#networkSubNav {
	padding-left: 217px;
}

#companySubNav {
	padding-left: 440px;
}

.consult {
	font-size: 14px;
	line-height: 19px;
}

.navText {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: inherit;
	font-family: Libre Baskerville;
	font-size: 12px;
}

.subNavText {
	margin-right: 25px;
	font-size: 10px;
}

a.subNavText:hover {
    text-decoration: none;
    color: #f39911;
}

a.subNavText.active {
    color: #f39911;
}

.topNavText:hover {
	text-decoration: underline;
}

#page-wrapper {
	float:left;
	min-height: 500px;
}

#page {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 22px;
}

.imageOverlay {
	font-weight: bold;
	position: relative;
	top: -500px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.wholePane {
	width: 900px;
}

.portOverview {
	border-bottom: 1px solid black;
	padding-bottom: 25px;
}

.portCell {
	float: left;
	padding-left: 25px; 
}

.portCell .consult {
	width: 100px; 
}

.leftPane {
	width: 545px;
	float:left;
	padding-right:25px;
}

.rightPane {
	float:right;
	width:330px;;
}

#content ul {
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.button {
	background-color: black;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 20px;
}