
*{
	outline: none;
}
/*--------- LINKS ---------*/

a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #333366;
	background: #fff;
	font-weight: bold;
}
#Breadcrumb a:visited, #Legal a:visited {
	color: #333366;
	background: #fff;
	font-weight: bold;
}
a:visited {
	color: #333366;
	background: #fff;
}
a:hover {
	color: #fff;
	background: #333366;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*--------- COMMON ---------*/

body {
	color: #333;
	background: #fff url("../img/bgStripe.gif") repeat-x 0px 24px;
	margin: 0px auto;
	padding: 0px; /* for Opera */
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size:62.5%;
}
div {
	margin: 0px;
	padding: 0px;
}
dd,dt,li,p {
	font-size: 1.1em;
	line-height: 1.3em;
}
dl,p {
	margin: 0em 0em 1em 0em;
}
dd {
	margin: 0em 0em 1em 1em;
}
dt {
	font-weight: bold;
}
img {
	border: 0px;
}
small {
	font-size: 1.0em;
	line-height: 1.5em;
	font-style: italic;
}
ol {
	padding-left: 20px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol li {
	margin: 0px;
	padding: 0px;
}
ul li {
	/*background: url("../img/Bullet.gif") no-repeat 0em 0.7em;*/
	padding: 0;
	margin: 0px;
	list-style: none;
}

hr{
	display: none;
}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/*--------- HEADS ---------*/

h1,h2 {
	height: 30px;
	color: #333366;
	background: #fff url("../img/hdrDivide.gif") repeat-x 0px 16px;
	font-family: 'lucida grande', 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
h3,h4, h5 {
	color: #333366;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 { /* primary */
	font-size: 1.5em;
	
}
h2,legend { /* secondary */
	font-size: 1.3em;
}
h3 { /* sidebar */
	font-size: 1.2em;
}
h4 { /* form success */
	font-size: 1.0em;
}
h5 {
	font-size: 1.0em;
}
h6 { /* non sIFR, in form */
	color: #666;
	background: #fff;
	font: bold 1.3em/normal Arial, Helvetica, sans-serif;
	margin: 2em 0em 0.5em 0em;
}

/*--------- GENERAL ---------*/

#Box {
	width: 740px;
	margin: 0px auto;
	background: url("../img/bgMain.gif") no-repeat;
	text-align: center;
}
#Breadcrumb {
	font-size: 1.0em;
	line-height: 1.5em;
	padding-bottom: 10px;
	background: url("../img/DividerH.gif") repeat-x left bottom;
}
#Masthead {
	position: relative;
	width: 740px;
	height: 127px;
	background-repeat: no-repeat;
	background-position: 184px 24px;
}
#Masthead #Logo {
	position: absolute;
	left: 18px;
	top: 24px;
	width: 137px;
	height: 89px;
	background: url("../img/Logo.gif") no-repeat;
}
#Content {
	width: 740px;
	text-align: left;
	background: url("../img/DividerV.gif") repeat-y 170px 0px;
}
#Content #Legal {
	clear: both;
	position: relative;
	width: 740px;
	height: 30px;
	background: #fff url("/img/DividerH.gif") repeat-x 0px 20px;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#Content #Legal p {
	margin: 0em;
	padding: 1em 0em 0em 0em;
	color: #333366;
	font-size: 0.9em;
	font-weight: bold;
}
#Content #Legal #legalLeft {
	float: left;
	text-align: left;
}
#Content #Legal #legalRight {
	float: right;
	text-align: right;
}
#Content #Main {
	float: right;
	text-align: left;
	width: 545px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

#Content #Main #Mainleft{
	float: left;
	width: 275px;
	background: url("../img/DividerV.gif") repeat-y 275px 0px;
}

#Content #Main #Mainleft h4{
	width: 265px;
	height: 38px;
	background: #fff url("../img/hdrDivide.gif") repeat-x 0px 25px;
}

#Content #Main #Mainleft p{
	padding: 0px 10px 0px 0px;
	margin: 5px 0px 0px 0px;
}

#Content #Main #Mainleft p.Maintop{
	margin: -15px 0px 0px 0px;
}

#Content #Main #Mainright{
	float: left;
	width: 265px;
	padding-left: 5px;
	background: url("../img/DividerV.gif") repeat-y 0px 0px;
}

#Content #Main #Mainright h4{
	width: 255px;
	height: 38px;
	background: #fff url("../img/hdrDivide.gif") repeat-x 0px 25px;
}

#Content #Main #Mainright h5{
	width: 255px;
	height: 28px;
	background: #fff url("../img/hdrDivide.gif") repeat-x 0px 16px;
}

#Content #Main #Mainright p{
	padding: 0px 10px 0px 0px;
}

#Content #Main #Mainright p.Maintop{
	margin: -15px 0px 0px 0px;
}

div#pullquote
{
	float: right;
	text-align: right;
	margin: 0.6em;
	padding: 15px 10px 5px 5px;
	font: bold 0.9em 'lucida grande', 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	color: #59739F;
	width: 100px;
	background: #DAE2F3 url(../img/didot2.gif) no-repeat;
}

#Content #Sidebar {
	float: left;
	width: 162px;
	text-align: left;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}
#Advance, #Logo a span, #Logo span {
	text-indent: -9999px;
	display: block;
}
.Clear {
	clear: both;
}

/*--------- PHOTOS ---------*/

.PhHome {
	background-image: url("../img/phMain_Home.jpg");
}
.PhAbout {
	background-image: url("../img/phMain_Domestic.jpg");
}
.PhSearch {
	background-image: url("../img/phMain_Corporate.jpg");
}
.PhWhyHire {
	background-image: url("../img/phMain_WhyHire.jpg");
}
.PhEquipment {
	background-image: url("../img/phMain_Equipment.jpg");
}
.PhContact {
	background-image: url("../img/phMain_Contact.jpg");
}
.PhAffiliations {
	background-image: url("../img/phMain_Affiliations.jpg");
}
.PhResources {
	background-image: url("../img/phMain_Resources.jpg");
}
.PhRefer {
	background-image: url("../img/phMain_Refer.jpg");
}
.PhMisc {
	background-image: url("../img/phMain_Misc.jpg");
}

/*---------	FLOAT IMAGES ---------*/

.floatright {
	float: right;
	text-align: right;
	margin: 2px;
 }
 
.floatleft {
	float: left;
	text-align: left;
	margin: 2px;
 }
 
 /*---------	FLOAT DIV's ---------*/

#horSet{
	width: 100%;
}

#verSet{
	width: 100%;
}
 
.divAddress{
	float: left;
	width: 30%;
 	margin: 0px;
	padding: 2px;
	background:url(../img/DividerV.gif) repeat-y 150px 0px;
}
 
.divContact{
	float: left;
	width: 36%;
 	margin: 0px;
	padding: 2px;
	background:url(../img/DividerV.gif) repeat-y 195px 0px;
}
 
.divSpec{
	float: right;
	width: 30%;
	text-align: left;
 	margin: 0px;
	padding: 2px;
}

.divright {
	float: right;
	text-align: left;
	margin: 1px;
	width: 352px;
 }
 
.divleft {
	float: left;
	text-align: left;
	margin: 1px;
 }
 
 .divright p{
 	margin: 0px;
	padding: 2px;
 }

/*--------- GLOBAL NAVIGATION ---------*/

ul#Nav {
	text-align: left;
	width: 155px;
	background: url("../img/bgNavBot.gif") no-repeat;
}
ul#Nav li {
	width: 155px;
	list-style: none;
	background: url("../img/bgNav.gif") no-repeat; /* for ID states */
}
ul#Nav li a {
	display: block;
	width: 155px;
	height: 28px;
	background: url("../img/bgNav.gif") no-repeat;
	text-decoration: none; /* for Netscape */
	cursor: pointer; /* for the inept IE */
}
ul#Nav li#Home a span, ul#Nav li#Home span {
	background-image: url("../img/navHome.gif");
}
ul#Nav li#About a span, ul#Nav li#About span {
	background-image: url("../img/navAbout.gif");
}
ul#Nav li#Contact a span, ul#Nav li#Contact span {
	background-image: url("../img/navContact.gif");
}
ul#Nav li#Jobs a span, ul#Nav li#Jobs span {
	background-image: url("../img/navJobs.gif");
}
ul#Nav li#FAQ a span, ul#Nav li#FAQ span {
	background-image: url("../img/navFAQ.gif");
}
ul#Nav li#Search a span, ul#Nav li#Search span {
	background-image: url("../img/navSearch.gif");
}
ul#Nav li a span, ul#Nav li span {
	display: block;
	text-indent: -9999px;
	width: 155px;
	height: 28px;
	background-repeat: no-repeat;
}
ul#Nav li a span {
	background-position: 0px 9px;
}
ul#Nav li span, ul#Nav li a:hover span {
	background-position: 0px -19px;
}

ul#Nav li.title {
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 155px;
	height: 18px;
	background: none;
}

ul#Nav li.btmdivide {
	height: 1px;
	/*hack for IE - bad practice, I know*/
	/margin: -10px 0px 0px 0px;
	m/argin: -10px 0px 0px 0px;
	/*end of hack for IE*/
	padding: 0;
}

ul#Nav li.subnav a {
	background: url(../img/subnav_bg.gif) no-repeat;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #669;
	width: 148px;
	height: 19px;
	line-height: 19px;
	padding: 0px 0px 0px 6px;
}

ul#Nav li.subnav a:hover {
	color: #99C;
}

/*--------- LOCAL NAVIGATION ---------*/

li#Local ul {
	margin: 0px 0px 5px 5px;
	padding: 0px;
	color: #666;
	background: #fff url(none);
}
li#Local ul li {
	color: #666;
	background: #fff url("../img/Bullet.gif") no-repeat 0em 0.4em;
	padding: 0px 0px 5px 6px;
	list-style: none;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
}
li#Local ul li a {
	height: auto;
	width: auto;
	background: url(none);
	font-weight: normal;
}
li#Local ul li a:link, li#Local ul li a:visited {
	color: #666;
	background: #fff;
}
li#Local ul li a:hover {
	color: #7ca648;
	background: #fff;
}
li#Local ul li a:active {
	color: #000;
	background: #fff;
}
li#Local ul li#Tertiary ul {
	margin: 0px 0px 0px 5px;
}
li#Local ul li#Tertiary {
	background: none;
}
li#Local ul li#Tertiary ul li {
	width: auto;
	padding-right: 10px;
}

/*--------- ALTERNATE NAVIGATION ---------*/

ul#jobnav {
	width: 155px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background: url("../img/bgNavBot.gif") no-repeat left bottom;
}
ul#jobnav li {
	margin: 0px;
	padding: 0px;
	width: 134px;
	list-style: none;
	background: url("../img/bgNav.gif") no-repeat; /* for ID states */
}
ul#jobnav li a {
	display: block;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	width: 133px;
	height: 22px;
	font: bold 0.8em  'lucida grande', 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	background: url("../img/bgNav.gif") no-repeat;
	text-decoration: none; /* for Netscape */
	cursor: pointer; /* for the inept IE */
}
ul#jobnav li a:hover {
	color: #9999CC;
}

/*--------- FORM ELEMENTS ---------*/

fieldset {
	border: 0px;
	margin: 0em 0em 2em 0em;
	padding: 0px;
}
form, legend {
	margin: 0px;
	padding: 0px;
}
form dl {
	margin: 0px;
	padding: 0px;
	width: 420px;
	clear: both;
}
form dt {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
form dd {
	margin: 0em 0em 1em 0em;
	padding: 0px;
}
input[type=text], input[type=password], textarea {
	border: 1px solid #50518C;
	padding: 3px;
	width: 200px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #7ca648;
}
input[type=submit] {
	font-size: 1.4em;
	padding: 3px;
	margin-top: 6px;
}
select {
	border: 1px solid #bccfba;
	font: 11px Verdana, sans-serif; /* redeclared for PC IE textarea */
}
.Clear {
	clear: both;
}
.Error {
	color: #c00;
	background-color: #fff;
}

/*--------- TEXT CLASSES ---------*/

.centerbold{
	text-align: center;
	color:#3C4475;
	font-weight: bold;
}

.btmspacer{
	margin: 10px 0px 0px 0px;
}

.hdr1{

}

.hdr2{

}

.hdr3{
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#3C4475;
}

.backtotop{
	margin-top: 10px;
}

.position{
	font: bold 1.4em 'lucida grande', 'tahoma', verdana, arial, helvetica, sans-serif;
	color: #669;
}

.sitedetailhdr{
	line-height: 15px;
	background: #fff url("../img/DividerH.gif") repeat-x 0px 14px;
}

/*---------- Image FORMATS ----------*/

.imgHdr{
	margin-top: -6px;
}

/*--------- CONTACT PAGE ---------*/

.contact-province{
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 2.0em;
	background:#669;
	padding: 0px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
}
.contact-city{
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 5px;
	margin: 0px 5px 0px 0px;
	background: #dedede;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}
.contact-city-name{
	width: 300px;
	padding: 0px 80px 0px 0px;
}
.contact-city-code{
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.contact-unit{
	padding: 5px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.contact-address{
	padding: 0px 0px 0px 5px;
}
.contact-address li{
	float: left;
	list-style: none;
}
.contact-unit-name{
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	width: 245px;
}
.contact-unit-address{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	width: 215px;
}
.contact-unit-postal{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;

}
.contact-info{
	/*border-bottom: 1px solid #999999;*/
}
.contact-info li{
	float: left;
	list-style: none;
	padding: 3px 0px 3px 5px;
	
}
.contact-unit-phone{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
}
.contact-unit-fax{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
}
.contact-unit-email{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}

/*--------- FAQ PAGE ---------*/

.faquestion{
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.1em;
	background: url("../img/faq-question-bg.gif") repeat-x;
	padding-left: 5px;
}

.faqanswer{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
}


/*--------- JOB PAGE ---------*/

.joblist{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.joblist li{
	display: inline;
}

.jobidtop{
	display: inline;
	float: left;
	width: 50px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#666699;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	font-size: 1.0em;
	color: #fff;
}

.jobpostop{
	display: inline;
	float: left;
	width: 220px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color:#666699;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 1.0em;
	color: #fff;
}

.jobcattop{
	display: inline;
	float: left;
	width: 160px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color:#666699;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 1.0em;
	color: #fff;
}

.jobdatetop{
	display: inline;
	float: left;
	width: 90px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color:#666699;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 1.0em;
	color: #fff;
}

.jobid{
	display: inline;
	float: left;
	width: 50px;
	height: 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.jobpos{
	display: inline;
	float: left;
	width: 220px;
	height: 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.jobcat{
	display: inline;
	float: left;
	width: 160px;
	height: 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.jobdate{
	display: inline;
	float: left;
	width: 90px;
	height: 25px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	font-size: 0.9em;
	line-height: 1.3em;
}

.perkslist{
	margin: 0px 0px 10px 0px;
}

.perkslist li{
	padding: 0px 0px 0px 12px;
	background: url("../img/Bullet.gif") no-repeat 0.4em 0.5em;
	font-weight: bold;
}

.unorderedlist{
	margin: 4px 0px 10px 0px;
}

.unorderedlist li{
	padding: 0px 0px 0px 12px;
	background: url("../img/Bullet.gif") no-repeat 0.4em 0.5em;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}

.jobcontactlist{
	margin: 0px 0px 10px 0px;
}

.jobcontactlist li{
	padding: 0px 0px 0px 12px;
}

.faqlist{
	margin: 0px 0px 10px 0px;
}

.faqlist li{
	padding: 0px 0px 0px 12px;
	background: url("../img/Bullet.gif") no-repeat 0.4em 0.5em;
	font-size: 1.0em;
}

/*--------- SEARCH LISTINGS - MAP PAGE ---------*/

#search-map{
	float: left;
	width: 320px;
}

#search-form{
	float: left;
}

#search-form p{
	padding: 2px;
	margin: 0px;
}

#search-form select{
	width: 180px;
}

.search-province{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.search-result-head{
	display: inline;
	list-style: none;
}

.search-result-head li{
	float: left;
}

.search-result-province{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	margin: 0px;
	padding: 15px 0px 1px 0px;
	width: 56%;
	background: url(../img/search-results-titlebg.gif) repeat-x 0px 31px;
}

.search-result-legend{
	text-align: right;
	padding: 15px 0px 0px 0px;
}

.search-result-city{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	margin: 0px;
	padding: 15px 0px 5px 0px;
}

.search-result-site{
	width: 250px;
}

.search-result-site a{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	background: none;
	line-height: 19px;
	vertical-align: middle;
}

.search-result-site a:hover{
	color: #99c;
}

.search-select-site{
	width: 250px;
}

.search-select-site a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
	line-height: 19px;
	vertical-align: middle;
}

.search-select-site a:hover{
	color: #ccf;
}

.search-result-site-address{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #336;
	line-height: 19px;
	vertical-align: middle;
}

.search-select-site-address{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 19px;
	vertical-align: middle;
}

.search-listA{
	display: inline;
	list-style: none;
}

.search-listB{
	display: inline;
	list-style: none;
}

.search-listA li{
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(../img/search-results-bg.gif) repeat-x;
	line-height: 22px;
}

.search-listB li{
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}

.search-site{
	width: 212px;
}

.search-site a{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	padding: 0px 0px 0px 2px;
}

.search-site a:hover{
	color: #006;
	font-weight: bold;
}

.search-location{
	width: 116px;
}

.search-address{
	width: 206px;
}

.search-result-listA{
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../img/search-results-bg.gif) repeat-x;
	line-height: 18px;
	width: 100%;
}

.search-result-listB{
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../img/search-resultsB-bg.gif) repeat-x;
	line-height: 18px;
	width: 100%;
}

.search-result-select{
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../img/search-results-select.gif) repeat-x;
	line-height: 18px;
	width: 100%;
}

/*----------Hidden Results for Search----------*/

.search-result-show-site{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #669;
	padding-left: 18px;
	line-height: 19px;
}

.search-result-show-site a{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
	line-height: 19px;
}
.search-result-show-site a:hover{
	color: #ccf;
}

.search-result-show-btn{
	background: #669;
	text-align: right;
	padding: 2px 5px 0px 0px;
}

.search-result-view{
	width: 41px;
	background: #669;
	padding: 2px 0px 0px 0px;
}

.search-result-show-property{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #669;
	line-height: 19px;
	padding-left: 18px;
}

.search-result-show-property a{
	background: none;
	color: #fff;
}

.search-result-show-property a:hover{
	background: none;
	color: #ccf;
}

.search-result-show-address{
	width: 383px;
	background: #669;
	color: #fff;
	line-height: 19px;
}

.search-result-show-type{
	width: 151px;
	background: #669;
	line-height: 19px;
	padding-left: 26px;
}

.search-result-show-type a{
	background: none;
	color: #fff;
}

.search-result-show-type a:hover{
	background: none;
	color: #ccf;
}

.search-result-show-footage{
	width: 139px;
	background: #669;
	line-height: 19px;
	color: #fff;
}

.search-result-show-amount{
	width: 139px;
	background: #669;
	line-height: 19px;
	color: #fff;
}

.search-result-show-icon{
	width: 25px;
	background: #669;
	line-height: 19px;
	color: #fff;
}

.search-results-menu{
	text-align: right;
	padding: 12px 0px 0px 0px;
}

.search-results-menu a{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.search-results-menu a:hover{
	color: #99c;
	background: none;
}

.clearSearch{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px !important;
	padding: 0px !important;
}

/*--------- BREADCRUMB TRAIL ---------*/

.breadcrumb{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: right;
	width: 97%;
	background: none;
	margin-top: -10px;
}

.breadcrumb a{
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	background: none;
}

.breadcrumb a:hover{
	padding: 1px;
	color: #fff;
	background: none;
	background-color:#666699;
}

#container-1, #container-2 {
	margin: 0;
	width: 98%;
}

#container-1 .fragment {
	margin: 0px;
	padding: 0px;
}

#container-1 .fragment p {
	margin: 0;
	padding: 8px 0px 2px 2px;
}

#container-1 .fragment td{
	margin: 0;
	padding: 0px 2px;
}

#container-1 .fragment td a{
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	color: #333333;
}

#container-1 .fragment td a:hover{
	color: #666699;
}
	
body>ul>li:before {
	content: ", ";
}
body>ul>li:first-child:before {
	content: "";
}


.gMapObject{
	border: 1px solid #330033;
}

/*----------Search By Map----------*/

#map_flash{
	width: 290px;
	height: 348px;
}

/*----------Site Map----------*/

.topList{
	margin: 3px 0px 3px 0px;
}
.secondList{
	margin: 3px 0px 3px 15px;
}
.thirdList{
	margin: 3px 0px 3px 30px;
}

/*--------- DO NOT MODIFY ---------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*--------- DECOY STYLES ---------*/

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 2.8em;
	letter-spacing: -0.22em;
}
.sIFR-hasFlash h2, .sIFR-hasFlash legend {
	visibility: hidden;
	font-size: 2.0em;
	letter-spacing: -0.23em;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 1.6em;
	letter-spacing: -0.23em;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 1.6em;
}
.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 1.6em;
}
