* {
margin: 0;
padding: 0;
-moz-transition-property:background-color;
-moz-transition-duration: 0.20s;
-moz-transition-timing-function: linear;
-webkit-transition-property:background-color;
-webkit-transition-duration: 0.20s;
-webkit-transition-timing-function: linear;
-o-transition-property:background-color;
-o-transition-duration: 0.20s;
-o-transition-timing-function: linear;
transition-property:background-color;
transition-duration: 0.20s;
transition-timing-function: linear;
}

body {
font-family: "Source Sans Pro", sans-serif;
line-height: 1.2em;
background-color: #f3f3f3;
background-repeat: repeat;
background-attachment: fixed;
background-position: 0px 0px;
color: #444;
height: 100%;
width: auto;
}

#wrapper {
max-width: 920px;
margin: 60px auto 30px;
padding:60px;
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
position: relative;
}

ul {
margin: 5px 0 0 15px;
position: relative;
}

li {
/*margin: 0 0 5px 0;*/
margin-bottom: 5px;
font-size: 15px;
}

p {
text-align: left;
font-size: 15px;
}

.clear {
clear: both;
}

.resources {
margin-left: 5px;
}

a {
color: #C06666;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

#backgroundImg {
}

#sticker {
position: fixed;
top: -60px;
left: 0;
right: 0;
background: #fff;
background: rgba(255,255,255,.98);
height: 55px;
box-shadow: 0 0 3px rgba(0,0,0,.3);
z-index: 1000;
}

#sticker h2.sectionHead {
border: none;
margin: 0 0 0 50px;
line-height: 55px;
padding: 0 0 0 8px;
}

#sticker h2.sectionHead:before {
left: -40px;
top:5px;
}

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

h3 {
font-weight: bold;
font-size: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2.sectionHead {
    clear: both;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 40px -60px 30px;
    color: #444;
    padding:1px 0 0 8px;
    position: relative;
}

h3.subTitle {
    clear: both;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 15px -60px 0px;
    color: #444;
    padding:1px 10px 0 40px;
    position: relative;
}

h2.sectionHead:before {
content: "";
position: absolute;
width: 45px;
height: 45px;
left: -105px;
top: -15px;
}

h2#titleName {
margin: 20px -60px 10px;
font-size: 32px;
}

#about {
position: relative;
}


#about h2 {
font-size: 15px;
}

#about p {
clear:left;
margin:40px auto;
padding:40px 45px;
max-width: 820px;
background: #fff; /*#fbfbfb;*/
position: relative;
line-height: 1.6em;
}

#sidebar {
           float:left;
           width:230px;
           padding:10px;
           background:none;
           }


#about iframe {
margin: 0 auto;
display: block;
}


#about p .tabs a{
text-decoration: none;
border: none;
background: #444;
color: #fff;
padding: 1px 5px;
margin: -3px 0 0 0;
}

#about p .tabs a:hover {
text-decoration:none;
color: #fff;
background: #C06666;
}


body.respond {
background: #fff;
}

body.respond #sticker {
display: none;
}

body.respond #wrapper {
margin: 0 auto;
padding:30px;
background: #fff;
box-shadow: none;
}

body.respond h2.sectionHead {
letter-spacing: -1px;
margin: 40px 0 30px -60px;
padding-left: 8px;
}

body.respond h2#titleName {
margin: 20px 0 10px -60px;
}

body.respond p {
text-align: left;
}

body.respond #about p {
padding:0;
background: #fff;
max-width: 100%;
border: none;
}


body.respond h3{
margin-top: 35px;
}


.title{
font-weight: bold;
}



#navigation {
position: relative;
}

#navigation p {
clear:left;
margin:40px auto;
padding:40px 45px;
max-width: 820px;
background: #fff;
border: 1px solid #f3f3f3;
position: relative;
border-width: 0 1px 1px;
border-color: #fff #f3f3f3 #e8e8e8;
line-height: 1.6em;
box-shadow: 0 1px 3px rgba(0,0,0,.1);
}


#navigation p .tabs a{
text-decoration: none;
border: none;
background: #444;
color: #fff;
padding: 1px 5px;
margin: -3px 0 0 0;
}

#navigation p .tabs a:hover {
text-decoration:none;
color: #fff;
background: #C06666;
}



#navigation li {
        list-style: none;
        display: block;
        float: left;
        margin: 1em;
}

#navigation li a {
        text-shadow: 0 2px 1px rgba(0,0,0,0.5);
        display: block;
        text-decoration: none;
        color: #f0f0f0;
        font-size: 1.6em;
        margin: 0 .5em;
}

#navigation li a:hover {
        margin-top: 2px;
}

#footer {
    position:absolute;
    clear:both;
    padding:5px 10px;
    background:#d9d9ce;
}
#footer p {
    margin:0;
}
* html #footer {
    height:1px;
}
