@charset "UTF-8";
div, h1, h2, h3, p, pre, address, spal, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	background: #191919;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: right;
}
body h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #54B2E5;
	font-size: small;
	text-transform: uppercase;
	font-weight: lighter;
}
body h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	text-transform: lowercase;
	color: #6B6B6D;
}
#apDiv1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	color: #5DB1E6;
	font-weight: lighter;
}
#apDiv1 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #5A5B5E;
	font-variant: normal;
	text-transform: lowercase;
	line-height: normal;
}
#wrapper {
	background: #191919 url(../_images/PNGs/homepageBGminimaltransparent.png);
	width: 780px;
	margin: 0 auto;
	text-align: left;
	height: 600px;
	float: right;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 300px;
	background: url(../_images/PNGs/header.png);
	position: absolute;
	top: -50px;
	left: 125px;
}
#sidebar {
	margin: 5px;
	padding: 5px;
	width: 125px;
	height: 394px;
	margin-top: 50px;
	top: 0px;
	position: absolute;
	left: 2px;
}
#footer {
	margin: 0px 100px 0px 0px;
	padding: 0px;
	height: 50px;
	clear: both;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #2F3032;
	text-align: right;
}
#sidebar #sidebarCommercial {
	margin-top: 25px;
	border-top: thick solid #58585A;
}
#sidebar #shorts {
	margin-top: 25px;
	border-top: thick solid #58585A;
}
#sidebar #sidebarContactinfo {
	border-top: thick solid #464648;
}
#sidebar #nonprofit {
	margin-top: 25px;
	border-top: thick solid #58585A;
}
#apDiv1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: lowercase;
	color: #5A5B5E;
}
a:link {
	color: #6B6B6D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58585A;
}
a:hover {
	text-decoration: none;
	color: #478DB4;
}
a:active {
	text-decoration: none;
	color: #58585A;
