@charset "UTF-8";
._________main_build {
}
.pics_float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

body {
	background-color: #010066;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.background {
	background-color: #010066;
}
.table_back {
	background-repeat: repeat-x;
}
.leftspacer {
	background-repeat: repeat-y;
	background-image: url(base_images/border_left_spacer.jpg);
	background-position: left top;
}
.rightspacer {
	background-repeat: repeat-y;
	background-image: url(base_images/border_right_spacer.jpg);
	background-position: left top;
}
.bottom_spacer {
	background-repeat: repeat-x;
	background-image: url(base_images/border_bottom_spacer.jpg);
	background-position: top;
}
.top_left_spacerCopy {
	background-repeat: no-repeat;
	background-image: url(base_images/border_left_1.jpg);
	background-position: left bottom;
}
.top_spacer {
	background-repeat: repeat-x;
	background-image: url(images/border_images/top.png);
	background-position: bottom;
}
.top_right_spacer {
	background-repeat: no-repeat;
	background-image: url(base_images/border_top_right.jpg);
	background-position: left bottom;
}
.top_left_spacer_1 {
	background-repeat: no-repeat;
	background-image: url(images/border_images/left_top.png);
	background-position: right bottom;
}
.new_header_pic {
	background-image: url(images/border_images/top_full.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_left_spacer_0 {
	background-repeat: no-repeat;
	background-image: url(images/border_images/left_top_upper.png);
	background-position: left bottom;
}
.top_right_spacer_0 {
	background-repeat: no-repeat;
	background-image: url(images/border_images/right_top_upper.png);
	background-position: right bottom;
}
.top_right_spacer_1 {
	background-repeat: no-repeat;
	background-image: url(base_images/border_top_right.jpg);
	background-position: right bottom;
}
.top_left_spacer_2 {
	background-repeat: no-repeat;
	background-image: url(base_images/border_right_2.jpg);
	background-position: left bottom;
}
.10px_pad {
	margin: 10px 0px;
	padding: 10px;
}
.top_left_spacer_3 {
	background-repeat: no-repeat;
	background-image: url(base_images/border_left_3.jpg);
	background-position: left bottom;
}
.new_middle_pic {
	background-image: url(images/border_images/middle_strech.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.new_bottom_pic {
	background-image: url(images/border_images/bottom_all.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.new_header_pic_blank {
	background-image: url(images/border_images/top_full_blank.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.flash_header {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.edit hr {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}
@charset "UTF-8";
._________menu_system {
}
#apple_wrapper {
	height: 340px;
	width: 200px;
	overflow: hidden;
	position: relative;
	top: 5px;
	right: 0px;
	left: 10px;
}


.applemenu{
	width: 210px; /*width of menu*/
	border: 0px solid #9A9A9A;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	height: auto;
	visibility: inherit;
	clip: rect(auto,auto,auto,auto);
	overflow: visible;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	left: 10px;
	right: 10px;
}

.applemenu div.silverheader a{
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 190px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(button_new_up.jpg);
	background-repeat: no-repeat;
	background-position: 0pt center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0px;
	left: 0px;
	text-align: left;
	text-indent: 0px;
	white-space: pre;
	visibility: visible;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(button_new_over.jpg);
	color: white;
	background-repeat: no-repeat;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	height: inherit; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	overflow: hidden;
	width: inherit;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 5px;
}
._________menu_system_static {
}
.applemenu div.silverheader_text a{ /*For static text buttons*/
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 190px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(button_new_up.jpg);
	background-repeat: no-repeat;
	background-position: 0pt center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0px;
	left: 0px;
	text-align: left;
	text-indent: 0px;
	white-space: pre;
	visibility: visible;
}


.applemenu div.silverheader_text a:visited, .applemenu div.silverheader_text a:active{ /*For static text buttons*/
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader_text a:hover{ /*For static text buttons*/
	background-image: url(button_new_over.jpg);
	color: white;
	background-repeat: no-repeat;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*//*For static text buttons*/
	background: white;
	height: inherit; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	overflow: hidden;
	width: inherit;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin: 5px;
}
._________news_scroller_pages {
}
.new_middle_pic #index_edit #marqueecontainer #vmarquee img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 530px;
	overflow: hidden;
	border: 0px solid orange;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: -5px;
}
.news_back {
	background-image: url(images/newsbackground_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.news_header_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 10px 0px;
	line-height: 18px;
	color: #EEEEEE;
	font-weight: bold;
	margin: 0px;
	background-position: left;
	text-indent: 0px;
}
#headlines      {
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#newsintro {
	margin-left: 10px;
	width: 150px;
	border-bottom-style: groove;
	border-top-color: #FFFF33;
	border-right-color: #FFFF33;
	border-bottom-color: #FFFF33;
	border-left-color: #FFFF33;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
.news_back_top {
	background-image: url(images/newsbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.news_header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 10px;
	line-height: 22px;
	color: #010066;
	margin: 0px;
	display: inline;
}
#news_months {
	color: #FFFF00;
	background-color: #010066;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 120px;
}
#news_headlines {
	color: #010066;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
._________div_holders {
}
#index_edit {
	height: 580px;
	width: 565px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	position: relative;
	visibility: visible;
}
#meettheteam_edit {
	height: 300px;
	width: 575px;
	margin: 10px 15px 0px;
	position: relative;
	overflow: scroll;
}
#contact_us {
	height: 600px;
	width: 575px;
	margin: 10px 15px 0px;
	overflow: auto;
	overflow-x: hidden;
	background-image: url(images/table_top_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	visibility: visible;
}
#noscroll_edit {
	height: 600px;
	width: 560px;
	margin: 10px 15px 0px;
	position: relative;
	overflow: visible;
	overflow-x: hidden;
}
#scroll_edit {
	width: 560px;
	position: relative;
	overflow: visible;
	overflow-x,y: hidden;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: auto;
}
#table_top {
	background-image: url(images/table_top_1.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	margin: 0px;
}
._________all_text {
}
.mainbody_boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 16px;
	color: #010066;
	font-weight: bold;
}
.mainbody_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 20px;
	color: #010066;
}
.mainbody_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: 16px;
	color: #000000;
}
.mainbody_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 14px;
	color: #EEEEEE;
}
.news_header_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 10px 0px;
	line-height: 18px;
	color: #FFFF33;
	font-weight: normal;
	margin: 0px;
	background-position: left;
}
.mainbody_black_pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
}
.mainbody_black_pages_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}
.mainbody_blue_pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 20px;
	color: #010066;
}
.mainbody_header_blue_pagesCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 16px;
	color: #010066;
	margin: 0px;
}
.mainbody_header_blue_latestnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px 0px 0px 25px;
	line-height: 16px;
	color: #010066;
	margin: 0px;
	text-indent: 0px;
}
.mainbody_blue_testimonials_pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px 0px 0px 20px;
	line-height: 20px;
	color: #010066;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
	display: block;
	list-style-type: square;
	margin: 10px;
}
.mainbody_blue_testimonials_sm_pages {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 20px;
	color: #6666FF;
	font-style: italic;
	font-weight: bold;
	top: 5px;
	left: -25px;
	position: relative;
	list-style-type: none;
	width: 20px;
	height: 20px;
	text-align: left;
	white-space: normal;
	display: block;
	visibility: inherit;
}
.mainbody_blue_pages_SM_NEW {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px;
	line-height: 20px;
	color: #3366CC;
	font-weight: bold;
}
.mainbody_black_testimonials_pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 0px 0px 30px 30px;
	line-height: 20px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	display: block;
	list-style-type: square;
	left: 20px;
}
._________all_links {
}
a.ourservices:link {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: inherit;
	text-decoration: none;
	background-image: url(button_new_up.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	width: 190px;
	height: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-indent: 10px;
	padding: 0px;
	top: 7px;
	left: 2px;
	display: inherit;
	right: 0px;
	bottom: 0px;
	visibility: inherit;
}
a.ourservices:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-decoration: none;
	background-image: url(button_new_up.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
a.ourservices:hover {
	color: #99cc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-decoration: none;
	background-image: url(button_new_over.jpg);
	position: relative;
	visibility: visible;
}

/* CSS Document */

a
{
  outline: none;
}
a.home:link {
	color: #010066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0px;
	text-decoration: none;
	outline: none;
}
a.home:visited {
	color: #010066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0px;
	text-decoration: none;
	outline: none;
}
a.home:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0px;
	text-decoration: none;
	 outline: none;
}
a.home:active {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0px;
	text-decoration: none;
	outline: none;
}
.page_links {
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000044;
	word-spacing: normal;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(file:///Macintosh%20HD/Users/timrex/Desktop/WEBMASTER/WEBSITES/PearceHire_Folder/images/arrowbullet.png);
	padding: 3px;
}
.style8 {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 20px;
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 26px;
}
._________t-c-s {
}
.t-c-s-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
}
.t-c-s-main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	font-weight: bold;
}
.t-c-s-main_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #010066;
}

