﻿@charset "utf-8";

/*  Contact Page Styles */

body {
	font: 12px Arial;
	margin: 0px;
	padding: 0px 20px;
	background-image: url(/images/carbon_background.png);
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
	padding: 20px;
}

h2 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0.5px;
	margin-left: 5%;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3 {
	font-size: 3.0em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
	padding: 20px;
}



p {
	margin: 10;
	padding: 20;
	}
td {
	text-decoration: underline;
	color: #000;
}


header {
	position: relative;
	height: 28px;
	padding-top: 120px;
	/*background-image: url(/images/my500.png);*/
}
.page {
	background-color: #EAEAEA;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
article .categoryLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 70px;
	margin-top: 20px;
	float: left;
	width: 550px;
	color: #333333;
}
article .categoryRight figure {
	float: right;
	width: 300px;
	margin-top: 40px;
	margin-right: 5px;
	color: #D6D6D6;
}
header a.logo {
	width: 200px;
	height: 120px;
	position: absolute;
	top: 0px; left: 0px; 
	background: url(/images/banner_logo.png) no-repeat 0px 0px; display: inline-block;
}

nav {
	background-color: rgba(0,0,0,.3);
/* 	background-size: contain; */
	
}





footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #CCC;
	text-align: center;
	clear: both;
	margin-top: 50;
	margin-bottom: 10;
	padding-top: 50px;
}
article {
	background-color: #EAEAEA;
	margin: 0px;
	padding-bottom: 25px;
	max-width: 980px;
}
.left_img {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;

}
.pageHeading {
	height: 50px;
	max-width: 980px;
	/*border-bottom-width: thick;
	border-bottom-style: none;
	padding-top: 0;*/
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.categoryHeading {
	background-color: #066;
	height: 30px;
	max-width: 980px;
	border-bottom-width: thick;
	border-bottom-style: none;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.textLeft  {
	float: left;
	color: #D6D6D6;
	margin: 0px;
	padding-top: 7px;
}
.textRight  {
	float: right;
	font-weight: normal;
	margin: 0px;
	padding-top: 7px;
	padding-left: 10px;
}


.pdfDownload {
	vertical-align: text-bottom;
	margin-right: 50px;
	margin-bottom: auto;
	clear: both;
	height: 50px;
	margin-left: 50px;
}

.pdfDownload .textRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
