@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.platogroup #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.platogroup #header {
	background-image: url(../images/menu.jpg);
	width: 801px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
}
p {
	font-size:11pt;
	margin-bottom: 8px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.resume {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 11px;
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: #732812;
	background-color: #732812;
	margin-bottom: 0px;
	}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
	}
.ninereasons {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	}
li {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11pt;
}
h1 {
	font-size: 18px;
	color: #A12116;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
.platogroup #footer {
	float: none;
	margin: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #732812;
	text-align: center;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.platogroup #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A12116;
	margin-top: 0px;
}
.submenu {
	vertical-align: top;
	text-align: right;
}
.bodycontent {
	padding-top: 15px;
	padding-left: 35px;
}
#bodydiv {
	position:relative;
	z-index:1;
	width: 801px;
	background-image: url(../images/sidebars.jpg);
}
#apDiv2 {
	position:relative;
	z-index:1;
	left: 292px;
	top: 0px;
	width: 200px;
}
a:link {
	color: #A12116;
	font-size: 9px;
}
.platogroup #test {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC99;
}
.platogroup #footer2 {
	float: none;
	margin: 0;
	background-image: url(../images/home_footer_image.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #732812;
	text-align: center;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
}
#apDiv3 {
	position:relative;
	z-index:1;
	width: 801px;
	background-image: url(../images/sidebars.jpg);
	height: 370px;
}
.platogroup #footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A12116;
	margin-top: 0px;
}
#vacanciessidebars {
	position:relative;
	z-index:1;
	width: 801px;
	background-image: url(../images/sidebars_seek.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #A12116;
}
a:hover {
	color: #A12116;
}
a:active {
	color: #A12116;
}
.contact {
	font-size: 11pt
}
