@charset "utf-8";
/* CSS Document */

body
{
	color:#000;
	font-family:"Calibri";
	font-size:12pt;
	line-height:16px;
}

.page
{
	width:960px;
	margin:0 auto;
}

.header
{
	height:96px;
	padding:5px;
	background-image:url(../images/header.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
	color:#ffffff;
}

.header p
{
	position:relative;
	top:15px;
	left:35px;
	font-size:18pt;
	text-align:center;
	color:#ffffff;
}

.header div
{
	position:relative;
	top:-65px;
}

.menu ul
{
	margin:0px;
	padding:0px;
	background-color:#e2a523;
	height:30px;
}

.menu ul li
{
	display:inline;
	padding:0px;
	margin:0px;
}

.menu ul li a
{
	display:inline-block;
	width:100px;
	height:25px;
	background-color:#e2a523;
	color:#000;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	text-decoration:none;
}

.menu ul li a:hover
{
	background-color:#133471;
	color:#fff;
}

.content
{
}

div.service{
	width:210px;
	height:315px;
	background-image:url(../images/box.png);
	background-position:top center;
	background-repeat:no-repeat;
}

div.service img{
	margin-top:10px;
	margin-left:10px;
	margin-right:20px;
	width:180px;
	height:230px;
}

div.service h4{
	margin:28px;
	text-align:center;
	color:#e2a523;
}


.leftCol
{
	background-color:#133471;
}

.contact table
{
	background-color:#133471;
	color:#fff;
	padding:5px;
}

.contact table tr td .errored
{
	background-color:#ec7979;
}

.footer
{
	border-top:5px solid #e2a523;
	text-align:center;
	padding:5px;
	font-size:10pt;
}

.footer a
{
	text-decoration:none;
	color:#000;
}