﻿/*-------------------- Safelink Networks Website Content Style Sheet -----------------------------*/
/*------------------------Homepage content styles --------------------------*/

img#homepage_it_banner{
	height: 254px;
	border: none;
}
div.left-three-column{
	float: left;
	width: 195px;
	padding: 25px 25px 20px 20px;
	background-image:url('../images/left-column-bkgd.jpg');
	background-position: -10px 0px;
	background-repeat: no-repeat;	
}
div.center_three_column{
	float:left;
	width: 475px;
	padding: 25px 20px 20px 20px;
}
div.right_three_column{
	float: right;
	width: 145px;
	padding: 25px 20px 20px 25px;
	background-image:url('../images/right-column-bkgd.jpg');
	background-repeat: no-repeat;
}
div#home-bottom-left{
	clear: both;
	float: left;
	width: 575px;
}
div#wht-box-top{
	height: 20px;
	width: 575px;
	background: url('../Images/content-bkgnd-top.jpg') 28px 0 no-repeat;
}
div#wht-box-bottom{
	height: 20px;
	width: 575px;
	background: url('../Images/content-bkgnd-bottom.jpg') 28px 0 no-repeat;
	margin-bottom: 20px;
}
div#content-box hr {
	margin: 5px 35px 17px 35px;
}
a#contact-us{
	background-image: url('../Images/blue-arrow.gif');
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}
div#content-box hr {
	margin: 5px 35px 17px 35px;
}
div#content-box ul {
	padding: 0 0 20px 0px;
}
div#home-bottom-right{
	float: right;
	width: 265px;
	padding-right: 30px;
}
div#home-bottom-right h3{
	margin-bottom: 15px;
}	
div#bottom-right-text ul{
	padding: 0 0 10px 15px;
}
div#bottom-right-cap{
	height: 15px;
	background: url('../Images/grn-box-bottom.gif') 0 0 no-repeat;
}	
/*--------------------------------- Contact Page Styles -------------------------------------*/
p#contact-info {
	float: left;
	font-size: 18px;
	padding: 20px 40px;
}
fieldset#contact-form {
	float: right;
	width: 400px;
	padding: 10px;
	margin: 20px 40px;
}
fieldset legend {
	padding: 0 10px;
}
input#submit-button{
	margin-top: 7px;
}


