/* Step #1 - Eric Meyer's Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }

@font-face {font-family: 'RaphaelIcons';
    src: url('fonts/raphaelicons-webfont.eot');
    src: local('☺'), url('fonts/raphaelicons-webfont.woff') format('woff'), url('fonts/raphaelicons-webfont.ttf') format('truetype'), url('fonts/raphaelicons-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Step #2: Global Styles */

html { /*height: 100%;*/ overflow-x: hidden; }

body 
{
    position: relative;
    /*height: 100%;*/
	font: 19px 'Open Sans', sans-serif; line-height: 1.5789em; color: #645c59;
    overflow-x: hidden;
}

h1 { font-size: 1.894736842105263em; line-height: 1.2em; margin: 10px 0 25px; }
h2 { font-size: 1.368421052631579em; line-height: 1.3em; margin: 0 0 5px 0; }
h3 { font-size: 1.1em; line-height: 1.2em; margin-bottom: 5px; }
h4 { font-size: 1.0em; line-height: 1.2em; margin-bottom: 5px; }
h5 { font-size: .95em; line-height: 1.2em;  margin-bottom: 2px; }
h6 {}
p { margin-bottom: 1em; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
ul {}
ol {}
li {}
strong { font-weight: bold; }
em { font-style: italic; }
u {}
a {	text-decoration: none; color: #ce9f27; -webkit-transition: color ease .5s; -moz-transition: color ease .5s; -o-transition: color ease .5s; transition: color ease .5s; }
a:active { outline: none; }
a:visited {}
a:hover { outline: none; text-decoration: none; }
table { -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }
tr {}
th {}
td {}
img {}

/* Step #3: Specific Styles */
#content, #primary, #secondary, #tertiary, header, footer, footer li
{ -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


.org { display: none; }
.adr { display: block; }

#content .org, #content .street-address, #content .email { display: block; }
#content .email { margin-bottom: 1em; }

/*___ DIV _________________________________________________________________*/
#container
{
    /*min-height: 100%;*/
    background: #fff;
}

header
{
    position: relative;
    display: block;
    height: 61px;
    padding: 15px 2.5%;
    background: #645c59; background: rgba(100,92,89, .8);
    z-index: 2;
}

#content
{
    position: relative;
    display: block;
    padding: 15px 2.5% 50px;
    margin-top: 353px;
    background: #fff;
    z-index: 3;
    /*padding-bottom: 190px;*/
    padding-bottom: 50px;
}

.teamMember #content { overflow: hidden; }

.twoColumn
{
    word-spacing: -1em;
}

#primary
{
    position: relative;
    display: inline-block;
    width: 66.3%;
    padding: 10px 6.5% 10px 5.4%;
    word-spacing: normal;
    vertical-align: top;
    /*float: right;*/
}

.ie7 #primary
{
    display: inline;
    width: 54.4%;
}

#secondary
{
    position: relative;
    display: inline-block;
    width: 28.3%;
    word-spacing: normal;
    vertical-align: top;
}

.ie7 #secondary
{
    display: inline;
}

footer
{
    position: relative;
    display: block;
    /*height: 114px;
    margin-top: -114px;*/
    font-size: 0.6842105263157895em;
    line-height: 1.5em;
    text-transform: uppercase;
    background: #5a5350;
    z-index: 10;
}

footer .info { padding: 5px 0; background: #fff; }

.details { padding: 20px 2.5%; font-size: 0.8421052631578947em; background: rgb(100,92,89); background: rgba(100,92,89,.78); color: #fff; }

.team .info { opacity: 0; text-align: center; position: absolute; top: 0; left: 0; height: 60%; padding-top: 40%; width: 100%; color: #fff; background: rgb(206, 159, 39); background: rgba(206, 159, 39, 0.65); -webkit-transition: all ease .5s; }
.team a:hover .info { opacity: 1; }

.map { display: block; width: 100%; height: 200px; background: #ccc; }

.teamMember #content .info { display: inline-block; width: 65%; }

.column { display: inline-block; vertical-align: top; }

.half { width: 47.6%; margin: 0 0 0 2%; }
.half:first-of-type { margin-left: 0; }

/*___ SPAN _________________________________________________________________*/

label span { display: block; }

.category span { position: absolute; bottom: 0; left: 0; width: 90%; padding: 5px 5%; background: #645c59; color: #fff; -webkit-transition: background ease .5s; -moz-transition: background ease .5s; -o-transition: background ease .5s; transition: background ease .5s; }
.category a:hover span { background: #ce9f27; }

.pager span { padding: 3px 10px; }

.post-date, .author { display: block; font-size: .8em; line-height: 1.3em; }
.post-date { font-style: italic; margin: 0 0 1rem 0; }

.team .info span { display: block; }
.team .title { font-style: italic; }

.teamMember h1 span { display: block; font-size: .6em; line-height: 1em; color: #8f8884; }

/*___ H1 _________________________________________________________________*/

header h1 { position: relative; margin: 0; padding: 0; display: inline-block; vertical-align: middle; width: 168px; height: 25px; }
.newsPost h1 { margin-bottom: 0; }

/*___ H2 _________________________________________________________________*/
.project h2 { margin: 80px 0 0 0; padding: 15px 0 0 0; border-top: solid 1px rgb(100,92,89) }

/*___ H3 _________________________________________________________________*/
h2 + h3 { margin-top: 10px; }

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.copyright { font-size: 0.7692307692307692em; text-transform: uppercase; text-align: center; line-height: 1.5em; margin-bottom: 0; }

/*___ UL/OL _________________________________________________________________*/
.menu { display: inline-block; vertical-align: middle; margin: 5px 0 0 0; font-size: 0.7894736842105263em; float: right; width: 32px; height: 21px; background: url(images/menu.png) no-repeat top right; cursor: pointer; }

.sub-menu { display: block; font-size: 0.7894736842105263em; padding: 10px 2.5%; margin: -15px -2.6% 15px; background: #dfdcdc; }

.textPage #content ul { margin: 15px 0 15px 30px; list-style-type: disc; }
.textPage #content ul ul { list-style-type: circle;	line-height: 17px; }
.textPage #content  ul ul ul { list-style-type: square; }

.textPage #content ol { margin: 15px 0 15px 30px; list-style-type: decimal; }
.textPage #content ol ol { list-style-type: lower-alpha; line-height: 17px; }
.textPage #content ol ol ol { list-style-type: lower-roman; }

.textPage .breadcrumb, .breadcrumb { font-size: .8rem; list-style-type: none; margin: 0 0 20px 0; }
.textPage header ul, .textPage #secondary ul { margin: 0; list-style-type: none; }

.category { margin: 2em 0 0; }

footer > ul { padding: 18px 0; color: #fff; }
.footer-nav { padding: 0 0 0 2.5%; }

.pager { float: right; }

/*___ LI _________________________________________________________________*/

.menu li { position: relative; display: none; z-index: 7; }
.ie7 .menu li { display: inline; }
.menu li:first-child { margin-left: 0; }
#secondary .menu li { display: block; width: 100%; margin: 0; }

.sub-menu li { display: inline-block; }

.textPage #content li { padding-bottom: 7px; line-height: 130%; }
.textPage #content ul ul li, .textPage #content ol ol li { padding-bottom: 0; padding-top: 10px; }
.textPage #content #secondary li { padding-bottom: 0; line-height: 18px; }

.breadcrumb li { display: inline-block; padding: 0 5px; height: 1em; line-height: 1em; }
.ie7 .breadcrumb li { display: inline; }
.breadcrumb li:first-child { border: none; padding: 0 5px 0 0; }

footer li { display: inline-block; vertical-align: middle; }
footer > ul > li { width: 26.1%; margin-left: -4px; }
footer > ul > .vcard { width: 47.91666666666667%; text-align: center; }
.footer-nav li { display: block; padding: 0; margin: 0; }
.facebook { text-align: center; }

.category li { position: relative; display: inline-block; width: 48%; min-height: 40px; margin-bottom: 40px; font-size: 0.6894736842105263em; margin: 0 0 40px 2.5%; }
.category li:nth-child(2n+1) { margin: 0 0 40px 0; }

.gallery li { display: inline-block; width: 48.5%; vertical-align: middle; margin: 0 0 5px 1%; }
.gallery li:nth-child(2n+1) { margin: 0 0 5px 0; }

.post-list li { margin: 80px 0 0 0; padding: 40px 0 0 0; border-top: solid 1px rgb(100,92,89); border-top: solid 1px rgba(100,92,89, .8); }
.post-list li:first-child { margin: 0; padding: 0; border: none; }

.pager li { display: inline-block; background: #ce9f27; border: solid 1px #5A5350; }
.pager li:hover, .pager span { background: #5A5350; color: #fff; }

.team li { position: relative; display: inline-block; width: 30.5%; vertical-align: top; margin: 0 0 20px 2%; font-size: .8em; line-height: 1.4em; }
.team li:nth-child(3n+1) { margin-left: 0; }

/*___ STRONG/B _________________________________________________________________*/

/*___ EM/I _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.menu a { position: relative; display: block; padding: 0 11px 0 18px; text-transform: uppercase; color: #fff; }
.menu a:hover { color: #ce9f27; }

.sub-menu a { color: #363230; padding: 0 18px; }
.sub-menu .active a, .sub-menu a:hover { background: url(images/link-hover.png) no-repeat left; color: #fff; }
.sub-menu .active a { color: #363230; }
.sub-menu .active a:hover { color: #fff; }
.sub-menu li:last-child a { padding: 0 0 0 18px; }
.newsPost .sub-menu li:first-child a, .newsCategory .sub-menu li:first-child a { margin: 0 0 0 -18px; }

.breadcrumb li a:before { content: '='; font-family: 'RaphaelIcons'; margin: -2px 5px 0 -5px; font-size: 1.4em; display: inline-block; vertical-align: middle; color: rgba(100,92,89, .8); }
.breadcrumb li:first-child a:before { content: none; }

.logo
{
    display: block;
    width: 100%;
    height: 25px;
    background: transparent url(images/logo.png) no-repeat top left;
    text-indent: -9999em;
    background-size: 100%;
}

footer ul a { color: #fff; position: relative; }
footer ul a:hover { color: #ce9f27; }
.facebook a { display: block; margin: 0 auto; width: 63px; height: 14px; background: transparent url(images/facebook.png) no-repeat top left; text-indent: -9999em; }

.pager a { padding: 3px 10px; color: #fff; }

/*___ TABLE _________________________________________________________________*/

#content table { margin-bottom: 1rem; }

/*___ TR _________________________________________________________________*/

/*___ TH/TD _________________________________________________________________*/

#content th, #content td { padding: 5px; border: solid 1px #ccc; }

/*___ IMG _________________________________________________________________*/

img[style*="left"] { margin: 0 10px 10px 0; }
img[style*="right"] { margin: 0 0 10px 10px; }

.banner { display: block; max-width: 100%; margin: -61px 0 0 0; z-index: 1; overflow: hidden; }

.banner img { position: absolute; top: 0; left: 50%; margin-left: -302px }

.category img, .gallery img, .team img { display: block; max-width: 100%; }

.teamMember #content img { display: inline-block; float: right; width: 30%; margin: 0 0 0 2%; }

.post-list img, .NewsPost #content img { max-width: 100%; height: auto; }

/*___ FORM _________________________________________________________________*/

/*___ INPUT/TEXTAREA/SELECT __________________________________________*/
input { font-family: 'Open Sans', sans-serif; font-size: .7em; }
input[type="text"], input[type="password"] { display: inline-block; padding: 5px 2%; width: 46%; }
.ie7 input[type="text"], .ie7 input[type="password"] { display: inline; }

input[type="submit"], .button { width: 50%; font-size: 1em; float: right; cursor: pointer; background: #ce9f27; color: #fff; border: none; padding: 5px 0; -webkit-appearance: none; }
input[type="submit"]:hover, .button:hover { background: #645c59; }

textarea { display: block; padding: 5px 2%; width: 96%; min-height: 200px; font-family: 'Open Sans', sans-serif; font-size: .7em; }

/*___ LABEL _________________________________________________________________*/

label { display: block; margin-bottom: 10px; }

/*___ CITE _________________________________________________________________*/

.mindfly { display: block; font-size: 0.7692307692307692em; line-height: 1.5em; text-align: center; }


div .contour.contactus {
	padding: 0;
}

.contactus input[type="submit"]  {
    margin-top: 10px;
}

.contactus h4 {
    font-size: 1.368421052631579em;
    line-height: 1.3em;
    margin: 0 0 5px 0;
}

/*__Flyeye.js______________________________________________________________________*/

#flyeye-veil {
    background:rgba(0,0,0,0.8);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:998;
}

#flyeye{
    color:#fff;
    display:block;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:14px;
    height:100%;
    left: 0;
    line-height:18px;
    margin:0;
    padding: 0;
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ie-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}

#flyeye * {
    pointer-events: all;
}

/* panel */

#flyeye .panel{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67px;
    padding: 20px 0;
}

#flyeye .thumbs{
    display: inline-block;
    list-style-type:none;
    margin:0;
    padding:0;
    text-align: center;
    width: 100%;
    height: 67px;
    overflow: hidden;
    position: relative;
}

#flyeye li{
    position: absolute;
    width:67px;
    top: 0;
}

#flyeye .thumbs a{
    background:none;
    border: none;
    display:block;
    height:67px;
    overflow:hidden;
    padding:0;
    width:67px;
}

#flyeye a, #flyeye button{
    cursor:pointer;
}

#flyeye .current a, #flyeye .thumbs a:hover{
    border:solid 2px #f60;
    width: 63px;
    height: 63px;
}

#flyeye button{
    border:none;
    height: 0;
    width: 0;
    padding:0;
    text-indent:-9999em;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -18px;
}

#flyeye .previous{
    border-bottom:10px solid transparent;
    border-right:15px solid #FFF;
    border-top:10px solid transparent;
}

#flyeye .next{
    border-bottom:10px solid transparent;
    border-left:15px solid #FFF;
    border-top:10px solid transparent;
}

#flyeye .previous:hover{
    border-right:15px solid #f60;
}

#flyeye .next:hover{
    border-left:15px solid #f60;
}

#flyeye li img{
    max-width:89px;
    min-height:67px;
    min-width:67px;
    display:block;
}

#flyeye li a:hover img,
#flyeye li.current img{
    max-width:89px;
    min-height:67px;
    min-width:67px;
    display:block;
    margin: -2px 0 0 -2px;
}

/* frame */

#flyeye .frame{
    display: block;
    height: 100%;
    height: -webkit-calc(100% - 107px);
    height: -moz-calc(100% - 107px);
    height: -ms-calc(100% - 107px);
    height: -o-calc(100% - 107px);
    height: calc(100% - 107px);
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ie-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}

#flyeye .frame * {
    pointer-events: all;
}

#flyeye .frame:before {
    content: '';
    display: inline-block;
    height:100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#flyeye .frame img{
    display:inline-block;
    margin:0 auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    max-height: 100%;
    max-height: -webkit-calc(100% - 20px);
    max-height: -moz-calc(100% - 20px);
    max-height: -ms-calc(100% - 20px);
    max-height: -o-calc(100% - 20px);
    max-height: calc(100% - 20px);
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -ms-calc(100% - 20px);
    max-width: -o-calc(100% - 20px);
    max-width: calc(100% - 20px);
}

#flyeye figcaption{
    top: 20px;
    font-size:24px;
    left: 0;
    width: 100%;
    line-height:1.2em;
    position:absolute;
    text-align:center;
    text-shadow:1px 1px 1px #000, 0 0 1em black;
}

#flyeye .frame button{
    position:absolute;
    top:50%;
}

#flyeye .previous:hover{
    border-right:15px solid #f60;
}

#flyeye .next:hover{
    border-left:15px solid #f60;
}


#flyeye .frame .previous{left:20px}

#flyeye .frame .next{right:20px}



#flyeye .close{
    color: white;
    background: black none;
    border:0;
    cursor: pointer;
    display:block;
    font-size: 24px;
    font-weight: bold;
    height:30px;
    line-height: 30px;
    margin:0;
    padding:0;
    position:fixed;
    right:30px;
    text-indent: 0;
    top:30px;
    width:30px;
    z-index:999
}

#flyeye .close:hover {
    color: #f60;
    background: white none;
}


/* small screens */
@media only screen and (max-width: 27em) {
    #flyeye figcaption,
    #flyeye .previous,
    #flyeye .next {
        display: none !important;
    }
}

#flyeye .hidden{visibility:hidden}

/*___Media Queries_________________________________________________________________*/
@media only screen and (max-width: 61em) {
    .menu:hover { display: block; padding: 41px 0 0 0; width: 30%; cursor: pointer; }
    .menu a { padding: 5px 7px; }
    .menu:hover li { display: block; width: 105.1%; margin: 0 -2.5% 0 -2.6%; background: #645c59; background: rgba(100,92,89, .8); }

    .sub-menu li { width: 49%; vertical-align: top; font-size: .9em; }
    .sub-menu a { display: block; line-height: 1.3em; padding: 5px 18px; }
    .sub-menu li:last-child a { padding: 5px 18px; }

    input[type="text"], input[type="password"] { width: 96%; }
}

@media only screen and (max-width: 38em) {
    .menu { cursor: pointer; }
    .menu:hover { display: block; position: absolute; top: 0; right: 0; margin: 20px 2.5% 0; padding: 41px 0 0 0; width: 95%; cursor: pointer; }
    .menu:hover li { display: inline-block; width: 52.5%; background: #645c59; background: rgba(100,92,89, .8); }
    .menu li:nth-child(odd) { margin: 0 0 0 -2.6%; }
    .menu li:nth-child(even) { margin: 0 -2.5% 0 -4px; }

    .half { width: 100%; margin-left: 0; }
    .half:first-of-type { padding-bottom: 30px; margin-bottom: 30px; border-bottom: solid 1px rgba(100,92,89, .5); }
    
    .teamMember #content .info { display: block; width: 100%; }

    .teamMember #content img { width: 50%; }
}

@media only screen and (max-width: 27em) {
    #content { padding-bottom: 40px; }

    footer { height: auto; margin-top: 0; }
    footer > ul > li, footer > ul > .vcard, .footer-nav { display: block; text-align: center; width: 100%; padding: 10px 2.5%; }
    .footer-nav li { display: inline-block; padding: 0 0 0 5px; margin: 0 0 0 5px; }
    .footer-nav li:first-child { padding: 0; margin: 0; }
    .footer-nav a:before { content: '|'; position: absolute; left: -11px; color: #8f8884; }
    .footer-nav li:first-child a:before { content: ''; }

    .menu:hover li { display: block; width: 105.1%; margin: 0 -2.5% 0 -2.6%; background: #645c59; background: rgba(100,92,89, .8); }

    .sub-menu li { display: block; width: 100%; }

    .category li, .category li:nth-child(2n+1), .categor li:nth-child(3n+1) { display: block; width: 100%; margin: 0 0 20px 0; }
    
    .team li { width: 47.6%; margin: 0 0 15px 2%; }
    .team li:nth-child(3n+1) { margin-left: 2%; }
    .team li:nth-child(2n+1) { margin-left: 0; }

    .map { height: 100px; }

    .teamMember #content img { float: none; width: 100%; margin-left: 0; }
}

@media only screen and (min-width: 38em) {
    body { background: transparent url(images/body.png) fixed no-repeat bottom right; }
    p, table { hyphens: none; }
    
    header { padding: 15px 25%; margin: 0 -25%; }
    #container, footer > ul { margin: 0 12.5%; }
    #content { margin: 475px 0 0; }
    .HomePage #content { margin-top: 723px; }

    .banner img { margin-left: -1000px; }

    /*.sub-menu { padding: 10px 25%; margin: -15px -25% 25px; }*/
}

@media only screen and (min-width: 61em) {
    .menu { width: 65%; text-align: right; background: none; margin: 0; }
    .menu li { display: inline-block; }
    .menu .active a, .menu a:hover { background: url(images/link-hover.png) no-repeat left; color: #fff; }
    .menu li:last-child a { padding: 0 0 0 18px; }

}

@media only screen and (min-width: 66em) {

    header { padding: 15px 37%; margin: 0 -37%; }
    #container { font-size: 112.5%; line-height: 160%; }
    #container, footer > ul { margin: 0 18.5%; }

    .banner img { margin-left: -1000px; }

    /*.sub-menu { padding: 10px 37%; margin: -15px -37% 25px; }*/

    .gallery { display: inline-block; vertical-align: top; width: 48%; }
    .gallery li { display: inline-block; width: 31%; vertical-align: middle; margin: 0 0 5px 1%; }
    .gallery li:nth-child(2n+1) { margin-left: 1%; }
    .gallery li:nth-child(3n+1) { margin-left: 0; }

    .menu { cursor: default; }

    .details { display: inline-block; vertical-align: top; width: 43%; margin: 0 0 0 2.5%; }

    .map { height: 300px; }
}

@media only screen and (min-width: 72em) {

    .footer-nav li { display: inline-block; padding: 0 0 0 5px; margin: 0 0 0 5px; }
    .footer-nav li:first-child { padding: 0; margin: 0; }
    .footer-nav a:before { content: '|'; position: absolute; left: -11px; color: #8f8884; }
    .footer-nav li:first-child a:before { content: ''; }

}

@media only screen and (min-width: 85em) {
    .category li { width: 31%; }
    .category li:nth-child(2n+1) { margin-left: 2.5%; }
    .category li:nth-child(3n+1) { margin-left: 0; }

    .team li { width: 22.6%; }
    .team li:nth-child(3n+1) { margin-left: 2%; }
    .team li:nth-child(4n+1) { margin-left: 0; }
}

@media only screen and (max-device-width : 1024px) 
{
	body { background: transparent url(images/body.png) scroll no-repeat bottom right; }
}

/* Styles for IE 8 */

.ie8 body { background: transparent url(images/body.png) fixed no-repeat bottom right; }

.ie8 #container { width: 38em; margin: 0 auto; }
.ie8 header { position: absolute; width: 100%; top: 0; left: 0; }

.ie8 .logo { width: 169px; height: 25px; background: transparent url(images/logo-ie8.png) no-repeat top left; }
.ie8 .banner img { margin-left: -1000px; }

.ie8 .category li { width: 47%; }

.ie8 .half { display: block; width: 100%; margin-left: 0; margin-bottom: 30px; padding-bottom: 30px; border-bottom: solid 1px #ccc; overflow: hidden; }

.ie8 .menu { width: 65%; text-align: right; background: none; margin: 0; }
.ie8 .menu li { display: inline-block; }
.ie8 .menu .active a, .ie8 .menu a:hover { background: url(images/link-hover.png) no-repeat left; color: #fff; }
.ie8 .menu li:last-child a { padding: 0 0 0 18px; }

.ie8 #content { margin-top: 536px; }
.ie .HomePage #content { margin-top: 784px; }

.ie8 .team .info { display: none; }
.ie8 .team a:hover .info { display: block; }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
