﻿/*-------------------- Safelink Networks Website Main Style Sheet -----------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #F4FCFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #444444;
}
p {
	padding-bottom: 15px;
	color: #444444;
}
h1 {
	text-align: center;
	font-size: 23px;
	color: #001459;
	font-weight: normal;
	padding-bottom: 15px;
}
h2 {
	font-size: 19px;
	color: #990000;
	font-weight: normal;
	padding-bottom: 7px;
}
h3 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
h4 {
	color: black;
	padding-bottom: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 7px 30px;
	padding: 0;
}
a {
}
img{
	border: none;
}
/*------------------- Site wide Classes ---------------------*/
.padded_content{
	padding: 25px 45px 25px 45px;
}
.no_pad_content{
	padding: 0;
}
.no_sidepad_content{
	padding: 25px 0 25px 0;
}
.red-text {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.green-text {
	color: #005500;
}
.testimonial {
	color: #990000;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.extra-lt-margin {
	margin-left: 45px;
}
.extra-padding-lt {
	padding-left: 20px;
}
.align-right {
	text-align: right;
}
.center {
	text-align: center;
}
.spacer {
	height: 10px;
}
.spacer-2 {
	height: 20px;
}
.sm-lt-padding {
	padding-left: 10px;
}
.bottom-margin {
	margin-bottom: 10px;
}
.no-height {
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
#two_box_container{
	clear: both;
	padding: 15px 30px 15px 30px;
	background-color: #F7F7F7;
}
.top_right_pic{
	float: right;
	margin: 0 0 15px 25px;
}
.top_left_pic{
	float: left;
	margin: 0 25px 15px 0;
}
.blue-text{
	color:#001459;
}
.lt-blue-text{
	color:#5379FF;
}
.clear{
	clear: both;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-fix {
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clear-fix {
	height: 1%;
}
.clear-fix {
	display: block;
}
/* end backslash hack*/
div#container {
	width: 980px;
	margin: 0 auto;
}
div#header {
	position: relative;
	height: 110px;
	background-image: url('../images/safelink-header.jpg');
	background-repeat: no-repeat;
}
img#header-logo {
	margin: 20px 0 0px 20px;
}
img#client-log-in {
	position: absolute;
	top: 15px;
	right: 25px;
}
div#top-nav-box {
	height: 50px;
	background-image: url('../images/top-nav-bkgd.gif');
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}
div#top-nav-box ul {
	float: right;
	margin: 0;
	padding: 17px 35px 0 0;
}
div#top-nav-box ul li {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0;
	color: #fefefe;
}
div#top-nav-box ul li a {
	padding-right: 7px;
	color: #ffffff;
	text-decoration: none;
}
div#top-nav-box ul li a:hover {
	text-decoration: underline;
	color: #2858FF;
}
div#main-box {
	background-color: #ffffff;
	background-image: url('../images/body-bkgd.jpg');
	background-repeat: repeat-y;
	margin: 0;
}
div#content-box {
	clear: both;
	padding: 0 15px;
}
div#content-page-container {
	padding: 25px 25px 15px 25px;
	background: url('../Images/green-grad-bkgnd.gif') 0 0 repeat-x;
}
div#footer {
	clear: both;
	position: relative;
	height: 80px;
	background-image: url('../images/footer-bkgd.jpg');
	background-repeat: no-repeat;
}
div#bottom_nav {
}
div#bottom-nav ul {
	padding: 7px 0 0 120px;
}
div#bottom-nav ul li {
	display: inline;
	list-style-type: none;
	padding: 0 0px 0 7px;
	margin: 0;
	font-size: 12px;
}
div#bottom-nav ul li a {
	padding: 0 7px 0 0;
	text-decoration: none;
}
div#bottom-nav ul li a:hover {
	text-decoration: underline;
}
div#hcard {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.org {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
div.tel {
	font-weight: bold;
	color: #333333;
}
div#footer p.copyright {
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 350px;
	margin: 0 0 0 -175px;
	padding: 0;
	text-align: center;
	font-size: 11px;
}
p#pnc-credits {
	position: absolute;
	width: 200px;
	text-align: right;
	right: 40px;
	bottom: 3px;
	padding: 0;
	font-size: 11px;
}
p#pnc-credits a {
	text-decoration: none;
	color: gray;
}
p#pnc-credits a:hover {
	text-decoration: underline;
	color: blue;
}

