﻿/* CSS Document */
html{padding:0px; margin:0px;}
body{background-color:#07A9EC;font-family:Arial;font-size:12px; padding:0px; margin:0px;}

h1{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#3C78B4;
}

p{
	margin:0px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
}

ul{
	margin:0px;
}

img{
	border:0px;
}

td{
	font-family:Arial;
	font-size:12px;
}


div#enclose {width: 100%;margin-right: auto;margin-left: auto;text-align: center;}
div#content {position: relative;width: 870px;margin: 0px auto 0px auto;text-align: left;}


#header {
	height: 110px;
	width: 870px;
	background-color: #07A9EC;
	z-index: 2;
	position: absolute;
	cursor:pointer;
}

div#logo{padding-top:15px;}


#sections{
	position:absolute;
	top:-55px;
	width:870px;
	z-index:1;
}
div.section{
	height:54px;
	width:870px;
	overflow:hidden;
}

div.section img.title{
	cursor:pointer;
}

div.sectionLast{
	height:54px;
	width:870px;
}

div.job{
	float:left;
	margin:0px 12px 14px 0px;
}
div.jobLast{
	float:left;
	margin:0px 0px 14px 0px;
}

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