﻿html, * {
	padding: 0;
	margin: 0;
	font-family: Calibri;
	
}


#wrapper {
	margin: 0 auto;
	width: 960px;
	
	}
#header {
	float: left;
	width: 100%;
	height: 250px;
	background-image: url('images/ufplogo.png');
	background-repeat: no-repeat;
	background-position:0 50px;
	}
#logo
{

}
#logo h1 a {
	font-size: 35px;
	float: left;
	margin-top: 130px;
	color: crimson;
	text-decoration: none;
}
#logo h3{
font-size: 20px;
	float: left;
	margin-top: 170px;
	color: crimson;	
}	
.navigation {
	float: right;
	margin: 150px -50px 55px -50px;
	width: 600px;
}
.navigation li {
	float: left;
	list-style: none;
}
.navigation li a {
	float: left;
	color: #333;
	padding: 6px 20px;
	text-decoration: none;
	border-right: 1px black solid;
	font-size: 16px;
}




#body {
	margin-bottom: 25px;
	position: inherit;
	float: left;
	padding-bottom: 40px;
}
#topcontent
{
	border-width: thin;
	border-color: #000000;
	width: 956px;
	height:200px;
	background-image: url('images/van2.png');
	box-shadow: 5px 5px 2.5px #888;
	border-radius: 10px;		
}
#leftcontent
{
	border-width: thin;
	border-color: #000000;
	width: 400px;
	float: left;
	padding-top: 20px;
	margin-top: 20px;
}
#leftcontent li {
	list-style: none;
}
#leftcontent h2
{
	border-width: thin;
	border-color: black;
	font-weight: bold;
	box-shadow: 0 3.5px  #EE1C24;
	border-radius: 0 0 0 15px;
	padding-left:10px;
	}
#rightcontent
{
	border-width: thin;
	border-color: #000000;
	width: 400px;

	float: right;
	padding-top: 20px;
	margin-top: 20px;
			}
#rightcontent li {
	list-style: none;
}
			

#footer {
	box-shadow: #000000;
	border-color: #666666;
	border-width: thin;
	clear: both;
	width: 100%;
	background: fff;
	margin-bottom: 20px;
	border-top-style: inset;
	margin-top: 20px;
	padding-top: 20px;
}
.footer_links {
	float: right;
	margin: 35px 0 40px 0px;
	width: 370px;
}
.footer_links li {
	list-style: none;
	float: left;
	margin-left: 20px;
}
.footer_links li a {
	text-decoration: underline;
	color: #333;
}
.footer_links li a hover {
	color: #000;
}
.about_text
{
	float: left;
	padding: 10px 20px 20px 20px;
	width: 200px;
}
.social
{
	padding: 10px 20px 20px 20px;
	float: left;
	width: 175px;
	height: 130px;
}
.footer p
{
	width:250px;
}
h2
{
	color: #333;
}
h3
{
	color:#333;
}
.contact_details
{
	padding: 10px 20px 20px 20px;
	width: 200px;
	float: left;
	height: 150px;
}
.contact_details li
{
	list-style:none;
}
.contact_details h3 
{
	
}
#copyright
{
	float: left;
	width: 350px;
}
.links

{
	padding: 10px 20px 20px 20px;
	float: left;
}

.links li
{
	list-style:none;
}
.links li a {
	text-decoration: none;
	}
#address h3
{
	text-align:center;
}
#products td
{
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 20px;
	
}
#products h2
{
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold";
	background-color: red;
	border-radius: 0 10px 10px 10px;
	border-bottom: thick black solid;
	margin-bottom: 15px;
}
#form
{
	background-color: #FFFFFF;
	height: 250px;
	width: 500px;
}

.safe
{
	font-size: large;
	text-decoration: underline;
}
.notsafe
{
	font-size: large;
	text-decoration: underline;
}
.type
{
	font-weight: bold;
}
.spec
{
}
#servicelist
{
	width:400px;
}
#servicelist li
{
	list-style: disc;
	list-style-position: inside;
}
