﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
html { margin-bottom: 1px; min-height: 100%; }
body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { font-size: 75%; color: #222; background: #fff; font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif; padding-top:13px }


/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; color:#006173 }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, a:hover { color: #000; }
a { color: #009; text-decoration: underline; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color: #666; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono' , 'lucida console' , monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; width: 100%; }
th { font-weight: bold; background: #C3D9FF; }
th, td { padding: 4px 10px 4px 5px; }
tr.even td { background: #E5ECF9; }
tfoot { font-style: italic; }
caption { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }

.quiet { color: #666; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }

.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

.formField{margin:2px 0}
.formField label{clear:both;float:left;font-size:12px;padding-right:3px;text-align:right;width:140px}
.formField1 label{clear:both;float:left;font-size:12px;padding-right:3px;text-align:right;width:350px}
.errorMessage{background-color:#FFF2F2;border:1px inset red;color:red;display:block;font-size:12px;font-weight:700;margin-bottom:5px;padding:2px 3px}
/*-------------------------------------------------------------- */
body{ background:#e6f4f5 url(images/bg.jpg) repeat-x}
#frame{width:900px; margin:auto; background:#fff}
#header{width:900px;display:block;height:151px; background:#fff url(images/header.jpg) no-repeat}
#content{width:900px;display:block;clear:both;}
#left{width:222px;float:left;margin:10px 10px 10px 15px}
#right{width:628px;float:left; margin:20px 15px 10px 10px}
#footer{display:block;clear:left;margin:20px 0 0 0;padding:10px 0 0 30px; background:#e6f4f5 url(images/footer.jpg) repeat-x; text-align:center; height:39px}
#logo{float:left;width:148px;height:82px;background:url(images/logo.png) no-repeat center center;margin:25px 0 0 40px;display:block}
#logo b{display:none}
.cleaner {background:transparent;clear:both;height:1px;padding:0}
.hr {background:transparent;clear:both;height:1px;margin:10px; border-top:solid 1px #333}
.menu{display:block;width:240px;padding-top:20px}
.menu .space{margin-left:90px}
.menu ul, .menu li{list-style-type:none}
.menu li a{text-decoration:none;color:#333}
.menu li a:hover{ font-weight:700}
.menu li ul li{font-weight:300; margin:0}
.menu li ul li a{text-decoration:none}
.menu li ul li a:hover{text-decoration:none}
.menu li ul{margin:0}
.directory .dir{float:left; width:180px;margin:0 0 0 10px}
.dir ul, .dir li{list-style-type:none}
.ifl{float:left; margin:0 10px 10px 0}
.left{float:left; width:310px; margin:0 10px 0 0}
.right{float:right; width:280px; margin:0 0 0 10px}
.company{background:#fff url(images/company.jpg) no-repeat; padding-top:35px; height:80px}
.home{background:#fff url(images/home.jpg) no-repeat}
.other{background:#fff url(images/other.jpg) no-repeat;height:80p}
.relocation{background:#fff url(images/relocation.jpg) no-repeat;height:80px}
.resources{background:#fff url(images/resources.jpg) no-repeat; height:90px}
.dir li{ font-size:16px; font-weight:700}
.dir li ul li{ font-size:12px; font-weight:300}
.result{display:none; width:550px}
.profile{margin:0 0  15px 15px; float:right}
.hrs{ height:10px; border-top:dotted 1px #333;clear:both}
.red{color:#ff0000}
.building{ background:#fff url(images/building.jpg) no-repeat; width:574px; padding:400px 20px 0; text-align:center}

div#nyroModalFull{font-size:12px;color:#777;font-family:Verdana}
div#nyroModalLoading{border:4px solid #777;width:150px;height:150px;text-indent:-9999em;background:#fff url(images/ajaxLoader.gif) no-repeat;background-position:center}
div#nyroModalLoading.error{border:4px solid #f66;line-height:20px;width:300px;height:100px;text-indent:0;background:#fff;padding:20px}
div#nyroModalWrapper{background:#fff;border:4px solid #777}
a#closeBut{position:absolute;display:block;top:-13px;right:-13px;width:12px;height:12px;text-indent:-9999em;background:url(images/close.gif) no-repeat;outline:0}
h1#nyroModalTitle{position:absolute;top:-22px;left:5px;font-size:12px;color:#ddd;margin:0;padding:0}
div.wrapper div#nyroModalContent{padding:20px}
div.wrapper div#nyroModalContent h3{margin-bottom:2px}
div.wrapperImg div#nyroModalContent{position:relative;overflow:hidden;text-align:center}
div.wrapperImg img{vertical-align:baseline}
div.wrapperImg div#nyroModalContent div{position:absolute;bottom:0;left:0;background:#000;border:1px #FFF dotted;overflow:hidden;opacity:0.2px;filter:alpha(opacity=20);margin:10px;padding:10px}
div.wrapperImg div#nyroModalContent div:hover{opacity:0.5px;filter:alpha(opacity=50);cursor:help}
a.nyroModalPrev,a.nyroModalNext{z-index:105;outline:none;position:absolute;top:0;height:100%;width:40%;cursor:pointer;text-indent:-9999em;background-image:url(data:image/gif;base64,AAAA)}
div.wrapperSwf a.nyroModalPrev,div.wrapperSwf a.nyroModalNext,div.wrapper a.nyroModalPrev,div.wrapper a.nyroModalNext{height:60%;width:20%}
a.nyroModalPrev{left:0}
a.nyroModalPrev:hover{background:url(images/prev.gif) left 20% no-repeat}
a.nyroModalNext{right:0}
a.nyroModalNext:hover{background:url(images/next.gif) right 20% no-repeat}