/*
-----------------------------------------------
Style Sheet For: Professional Employment Solutions
URL:      www.pesmc.com
Date:     12 Jan 2005
Note: All rights reserved. Any duplication of this 
script in whole or in part is strictly prohibited 
by United States Copyright.

----------------------------------------------- */

a, a:visited {
	color: #255D8A;
	text-decoration: none;
}
a:hover {
	color: #255D8A;
	text-decoration: underline;
}
a.level1 {
	font-family: Arial;
    font-size: 7pt;
    color: #275c89;
    text-decoration:none;
	}
a.level1:visited {
	font-family: Arial;
    font-size: 7pt;
    color: #275c89;
    text-decoration:none;
	}
a.level1:active {
	font-family: Arial;
    font-size: 7pt;
    color: #275c89;
    text-decoration:none;
	}
a.level1:hover {
	color: #666666;
	text-decoration:underline;
	}
a.level2 {
	font-family: Arial;
	font-size: 7pt;
	color: #275c89;
	text-decoration:none;
	}
a.level2:visited {
	font-family: Arial;
	font-size: 7pt;
	color: #275c89;
	text-decoration:none;
	}
a.level2:active {
	font-family: Arial;
	font-size: 7pt;
	color: #275c89;
	text-decoration:none;
	}
a.level2:hover {
	color: #666666;
	text-decoration:underline;
	}
.arrow {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	}
.bodytitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #275c89;
	}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 10px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 0px;
	}
.base {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
	}
a.base {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
    text-decoration:none;
	}
a.base:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
    text-decoration:none;
	}
a.base:active {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
    text-decoration:none;
	}
a.base:hover { 
	color: #275c89;
	}
.right_menu {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #275c89;
	}
a.right {
	font-family: Arial;
	font-size: 8pt;
	color: #275c89;
    text-decoration:none;
	}
a.right:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #275c89;
    text-decoration:none;
	}
a.right:active {
	font-family: Arial;
	font-size: 8pt;
	color: #275c89;
    text-decoration:none;
	}
a.right:hover { 
	color: #88b1da;
	}
.index_menu_hdr {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	}
.index_sub_hdr {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #275c89;
	}
.index_sub_body {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	}
a.index_menu_lnk {
	font-family: Arial;
    font-size: 8pt;
    color: #275c89;
    text-decoration:none;
	}
a.index_menu_lnk:visited {
	font-family: Arial;
    font-size: 8pt;
    color: #275c89;
    text-decoration:none;
	}
a.index_menu_lnk:active {
	font-family: Arial;
    font-size: 8pt;
    color: #275c89;
    text-decoration:none;
	}
a.index_menu_lnk:hover {
	color: #666666;
	text-decoration:underline;
	}
a.contact_lnk {
	font-family: Arial;
    font-size: 8pt;
	font-weight: bold;
    color: #275c89;
    text-decoration:none;
	}
a.contact_lnk:visited {
	font-family: Arial;
    font-size: 8pt;
	font-weight: bold;
    color: #275c89;
    text-decoration:none;
	}
a.contact_lnk:active {
	font-family: Arial;
    font-size: 8pt;
	font-weight: bold;
    color: #275c89;
    text-decoration:none;
	}
a.contact_lnk:hover {
	color: #666666;
	text-decoration:underline;
	}
.submit {
	font-family: Arial;
	font-size: 8pt;
	color: #275c89;
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #4F88B9;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
font-family: Arial Narrow;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}