@font-face { font-family: 'myFont'; src: url('MyriadPro-Regular.eot?') format('eot'), url('MyriadPro-Regular.woff') format('woff'), url('MyriadPro-Regular.ttf') format('truetype'); }
@font-face { font-family: 'myFont'; font-weight: bold; src: url('MyriadPro-Bold.eot?') format('eot'), url('MyriadPro-Bold.woff') format('woff'), url('MyriadPro-Bold.ttf') format('truetype'); }

body { font-family: Myriad Pro, myFont, Helvetica, Arial, Consolas, Lucida Console, Monaco, monospace; font-size: 1em; line-height: 1.6; } 
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
img { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
a { color: black; }
h1 { font-weight: normal; font-size: 1.3em; width: 100%; border-bottom: 2px solid white; }

.emailIns a, .phoneIns { text-decoration: none; }

#header { display: block; position: relative; width: 100%; float: left; }

#header #logo { display: block; position: relative; float: left; margin: 10px 0 0; }
#header ul#nav { display: block; position: relative; float: right; margin: 98px 0 30px 40px; padding: 0; }
#header ul#nav li { display: block; position: relative; float: left; margin: 0 40px 0 0; padding: 0; height: 23px; border-bottom: 1px solid lightgrey; }
#header ul#nav li.current, #header ul#nav li:hover { border-bottom: 2px solid black; }
#header ul#nav li a, h1 { text-transform: uppercase; text-decoration: none; }

#page { display: block; position: relative; width: 100%; float: left; background-color: #c3c2d3; }

.content { display: block; position: relative; margin: 0 auto; width: 980px; }
.content #left { display: block; position: relative; float: left; padding: 40px; width: 600px; }
.content #right { display: block; position: relative; float: left; padding: 40px 0; width: 200px; }

#contact #left ul { margin: 0; padding: 0; list-style: none; margin: 1em 0; }
#contact #left ul li { margin: 0; padding: 0; list-style: none; }

#footer { display: block; position: relative; width: 100%; float: left; font-size: 0.8em; }
#footer ul { display: block; position: relative; float: left; margin: 30px 40px 40px; padding: 0; }
#footer ul li { list-style: none; margin: 0; padding: 0; }

#footer #copyright { display: block; position: relative; float: right; margin: 30px 40px 40px 0; }

#home #page .content { height: 398px; }
#home #page .content:before { content: " "; display: block; position: absolute; top: 0; left: -100px; width: 618px; height: 398px; z-index: 1; background: #c3c2d3 url('../img/gwk.jpg') scroll no-repeat 0 0; }
#home #page .content #left { width: auto; padding: 75px 40px 40px 500px; height: 283px; z-index: 2; }
#home #page .content #left div { font-size: 1.4em; color: white; }
#home #page .content #left div h1 { display: inline; border: none; text-transform: none; font-weight: normal; font-size: 1em; }


@media only screen and (min-width: 480px) {
    a.tel { text-decoration: none; }
}
@media only screen and (min-width: 768px) { }
@media only screen and (min-width: 1140px) { }


.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


@media print {
    * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; /* h5bp.com/t */ }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}