﻿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; }
.pop{display:none}

/* 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:30px}
.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; margin-top:20px}
.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}
.building1{ background:#fff url(images/building1.jpg) no-repeat; width:574px; padding:0 20px; text-align:center}
.widget{display:block; width:286px; height:151px; float:right; margin:8px 0 250px 0; background: url(images/widget.png) no-repeat center top}
.widget:hover{ background-position: center bottom}
.nyroModalBg{position:fixed;overflow:hidden;top:0;left:0;height:100%;width:100%;background:#000;opacity:0.7px}
.nmReposition{position:absolute}
.nyroModalCloseButton{top:-13px;right:-13px;width:12px;height:12px;text-indent:-9999em;background:url(images/close.gif)}
.nyroModalTitle{top:-26px;left:0;font-size:1.1em;color:#ddd;margin:0}
.nyroModalCont{position:absolute;border:4px solid #777;background:#fff;margin:25px}
.nyroModalCont iframe{width:600px;height:400px}
.nyroModalError{border:4px solid red;color:red;width:250px;height:250px}
.nyroModalError div{min-width:0;min-height:0;padding:10px}
.nyroModalLink,.nyroModalDom,.nyroModalForm,.nyroModalFormFile{position:relative;min-height:250px;min-width:250px;max-width:1000px;padding:10px}
.nyroModalImage,.nyroModalSwf,.nyroModalIframe,.nyroModalIframeForm{position:relative;overflow:hidden}
.nyroModalImage img{vertical-align:top}
.nyroModalHidden{left:-9999em;top:-9999em}
.nyroModalLoad{position:absolute;width:100px;height:100px;background:#fff url(images/ajaxLoader.gif) no-repeat center;padding:0}
.nyroModalPrev,.nyroModalNext{outline:none;position:absolute;top:0;height:60%;width:150px;min-height:50px;max-height:300px;cursor:pointer;text-indent:-9999em;background:transparent url('data:image/gif;base64,AAAA') left 20% no-repeat}
.nyroModalImage .nyroModalPrev,.nyroModalImage .nyroModalNext{height:100%;width:40%;max-height:none}
.nyroModalPrev{left:0}
.nyroModalPrev:hover{background-image:url(images/prev.gif)}
.nyroModalNext{right:0;background-position:right 20%}
.nyroModalNext:hover{background-position:right 20%;background-image:url(images/next.gif)}
#socialicons {overflow: hidden; margin:2px 0 0; width:250px; padding-top:2px}
#socialicons li {display: block; float: left; margin: 0 6px 0 }
#socialicons li a {display: block; background: url(images/social_sprite.png) no-repeat; width: 32px; height: 32px}
#socialicons strong {color: #666; display:block}
#socialicons li a#facebook {background-position: -126px 0}
#socialicons.link_group:hover li a#facebook {background-position: -126px -32px}
#socialicons li a#twitter {background-position: -418px 0}
#socialicons.link_group:hover li a#twitter {background-position: -418px -32px}
#socialicons li a#linkedin {background-position: -252px 0px}
#socialicons.link_group:hover li a#linkedin {background-position: -252px -32px}
#socialicons li a#digg {background-position: -42px 0px}
#socialicons.link_group:hover li a#digg {background-position: -42px -32px}
#socialicons li a#delicious {background-position: 0 0}
#socialicons.link_group:hover li a#delicious  {background-position: 0 -32px}
#socialicons li a#email {background-position: -84px 0;}
#socialicons.link_group:hover li a#email{background-position: -84px -32px;}
