* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  min-width: 770px;
  font: 80% Arial, Tahoma, Verdana, sans-serif;
  color:#696969;
  text-align:justify;

}
.mainContentStyling{
	font: 140%/1.9 Arial, Tahoma, Verdana, sans-serif;
}
h1, h2{
	color:#ff6c00;
}
h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
}

li {
  font-size: 1.4em;
  text-align:justify;
}
ol {
  font-size: 0.7em;
  text-align:justify;
padding-left:13px;
}
p {
/*font: 100%;*/
  text-align:justify;
}

h1, h2, p {
  margin: 1em 0;
}

#branding h1 {
  margin: 0;
}

#wrapper {
	position:relative;
	top:111px;/*was 100px*/
  width: 770px;
  margin: 0 auto;
  text-align: left;
}

#branding {
  height: 12px;
}
#branding h1{
	text-indent:-3000px;
	font-size:2%;
}


#footer {
  background-position: 10px 0px;
  width:766px;
  height:40px;
  font-size:140%;
}
#footer a{
	color:White;
}
#footer a:hover{
	text-decoration:none;
}


#content {
  width: 531px;
  float: right;
}

/*#mainNav {
  list-style: none;
  width: 210px;
  float: left;
  border: 1px solid #e7e7e7;
  font: 120%/1.7 Arial, Tahoma, Verdana, sans-serif;
}*/

#footer {
  clear: both;
}

/* Add some padding
==================================

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}*/

#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}




.searchButton a{
	display:block;
	width:210px;
	height:72px;
	text-indent:-3000px;
	font-size:1px;
}

.registerButton a{
	display:block;
	width:210px;
	height:72px;
	text-indent:-3000px;
	font-size:1px;
}

.theme001{
	/*font-size:1%;
	text-indent:-2600px;*/
	width:510px;
	height:233px;
}




















body{
	background:#f5f5f5 url(/App_Themes/Default/peopleco_images/top001.jpg) top center no-repeat;
}

#footer{
	background:url(/App_Themes/Default/peopleco_images/footerStretch.jpg) repeat-x;
	color:White;
	font-size:80%;
}
#wrapper{
  background: url(/App_Themes/Default/peopleco_images/stretch001.jpg);
}

/* css tooltip
================================== */

a.tooltip {
  position: relative;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover {
  font-size: 100%; /* Fixes bug in IE5.x/Win */
}

a.tooltip:hover span {
  display:block;
width:161px;
height:82px;
background: url(/App_Themes/Default/Images/tooltip.jpg);
  position:absolute;
  bottom:1.5em;
  left:-11em;
  padding: 0.2em 0.6em;
/*  border:1px solid #996633;
  background-color:#FFFF66;*/
  color:#000;
}
.searchButton{
float:left; width:210px; height:72px; background:url(/App_Themes/Default/peopleco_images/button_searchVacs.jpg) no-repeat; background-position: 40% 0%; border-bottom:1px solid #e7e7e7; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7;
}

.registerButton{
float:left; width:210px; height:72px; background:url(/App_Themes/Default/peopleco_images/button_register.jpg) no-repeat; background-position: 40% 0%; border-bottom:1px solid #e7e7e7; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7;
}






.mainContentStyling{
font-size:85%;
}


.mainContentStyling a{
	color:	#007280;
	text-decoration:none;
	border-bottom:1px solid #ff6c00;
}
.mainContentStyling a:hover{
	color:	#ff6c00;
	text-decoration:none;
	border-bottom:1px solid white;
}


.mainContentStyling ul li{
	margin-left:14px;
	font-size:100%;
}
.clarksLinks{
	font-size:85%;
	padding-left:20px;
}
.clarksLinks a{
	color:#666666;
	text-decoration:underline;
}
.clarksLinks a:hover{
	text-decoration:none;
}
.ClarksVacCol a{
	line-height:110%;
	color:#404040;
}