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

body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:24px;
	line-height:28px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

h2 {
	font-size:16px;
	line-height:20px;
	padding:0px;
	margin:0px;
}

.wrapper {
	width: 840px;
	text-align: left;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.alignjustify {
	text-align: justify;
}

/*********************** HEADER ************************/
.header .welcome {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 100px;
}

.header .marquee {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	width: 600px;
	float: left;
}

.header .insurebox {
	width: 180px;
	margin-top: -60px;
	position: absolute;
}

.header .fullyinsured {
	background: url(../images/Graphic1a.jpg) no-repeat;
	width: 118px;
	height: 34px;
	font-family:Impact;
	font-size:18px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
}

.header .blacktext {
	font-size: 11px;
	font-weight: bold;
}

.header .specials {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.header .rightbox {
	margin-top: -15px;
	height: 164px;
	width: 136px;
}

.header .advert {
	background-color: #999999;
	border: 1px solid #000000;
	font-size: 13px;
	font-weight: bold;
	height: 76px;
	vertical-align: middle;
}

/*********************** MENU ************************/
.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.menu ul li a {
	float: left;
	width:88px;
	height:21px;
	margin:0px 5px 10px 0px;
	padding:3px 0px 0px 0px;
	background:url(../images/menu.gif);
	position:relative;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-shadow:0px 0px 5px rgba(0,0,0, 0.75);
}
.menu ul li a.selected {
	background-position:0px -24px;
}
.menu ul li a:hover {
	background-position:0px -48px;
}


/*********************** CONTENT ************************/
.content {
	margin: 10px 0px 10px 0px;
	font-size: 13px;
	text-align: left;
}

.content .workerimage {
	float: left;
}
.content .workerimage img {
	float:left;
	clear:left;
	/*border: 2px solid #B11010;*/
	border: 1px solid #999;
	margin-bottom: 8px;
}

.content .quotes table {
	text-align: left;
}
table td {
	vertical-align:top;
}

.content .advert2 {
	background-color: #999999;
	border: 1px solid #000000 !important;
	text-align:center;
	width:118px !important;
	padding: 25px 0px 25px 0px;
}

/*********************** FOOTER ************************/
.footer {
	background-color: #330066;
	height: 95px;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer .caption{
	font-size: 10px;
}

.footer .affiliates img{
	vertical-align: middle;
}

.footer .affiliates table {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	width: 470px;
}

.footer .largetext {
	font-family:Impact;
	font-size:24px;
}
