@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	margin: 0;
	background-color: #93c9ff;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #4aff21;
}
a:active {
	text-decoration: underline;
	color: #000;
}
h1 {
	font-size: 24px;
	color: #ff0013;
	margin: 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 18px;
	color: #ff0013;
	margin: 0;
	padding: 0 0 5px 0;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 1.7em;
}



#header {
	width: 900px;
	height: 164px;
	background: #FFF;
	background: url(images/header.png);
	margin: 0 auto 0 auto;
}
#headercontactbox {
	width: 375px;
	float: right;
	margin: 30px 20px 0 0;
	text-align: right;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}



#navfull {
	width: 100%;
	height: 54px;
	background:url(images/navbg.png);
	background-repeat:repeat-x;
}
#nav {
	width: 900px;
	height: 54px;
	margin: 0 auto 0 auto;
	background: url(images/navbgwhite.png);
	background-repeat:repeat-x;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
#nav ul	{
	margin: 0;
	padding: 13px 0 0 0;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 3px;
}
#nav ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#nav ul li a:active {
	text-decoration: none;
	color: #FFF;
}



#contentwrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	background: #FFF;
}
#content {
	float: left;
	width: 860px;
	margin: 0 auto 0 auto;
	background: #FFF;
	padding: 20px;
}
.column {
	float: left;
	width: 400px;
	margin: 0 15px 20px 15px;
}
#certs {
	clear: both;
	width: 860px;
	margin: 0 auto 0 auto;
}
#certs img {
	margin: 0 5px 0 0;
}



#footer {
	clear: both;
	width: 100%;
	height: 75px;
	text-align: center;
	background:#000;
	color: #FFF;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#footer ul	{
	margin: 0;
	padding: 18px 0 0 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 2px;
}
#footer ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer ul li a:active {
	text-decoration: none;
	color: #FFF;
}
