div, ul, li,
table, footer, header, nav {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}

footer,header,nav { 
    display:block;
}

body {
    color: #92979E;
    line-height:1;
    background: url(../images/bg.png);
    font-weight: normal;
    font: 12px Arial, sans-serif;
}

/* Header */

header{
    border-top: 3px solid #006600;
    border-bottom: 5px solid #660066;
    height: 221px;
    margin: 22px 0 0 0;
    -moz-box-shadow: inset 0 0 2px #FFF, 0 0px 5px #cacaca;
    -webkit-box-shadow: inset 0 0 2px white, 0 0px 5px #CACACA;
    box-shadow: inset 0 0 2px white, 0 0px 5px #CACACA;
    background: white;
}

.topnav{
    background: #FBFBFB;
    border-bottom: 1px solid #ECECEC;
    padding: 7px;
}

.topnav a{
    border-right: 1px solid #F2F2F2;
    padding: 7px 13px;
	color: #838383;
    text-decoration: none;
}

.topnav a:hover {
  color: #000;
}

.header-content{
    height: 130px;
}

a.logo{
    display: block;
    width: 342px;
    height: 60px;
    background: url(../images/logo.png);
    float: left;
    margin: 30px 0 0 20px;
}

a.banner{
    display: block;
    width: 468px;
    height: 60px;
    float: right;
    margin: 30px 20px 0 0;
}

.nblock {
	display: none;
}

nav{
    width: 100%;
    float: left;
    background: #2D2D2D;
}

nav a{
    background: #2D2D2D;
    padding: 18px;
    float: left;
    color: #D6D6D6 !important;
    text-shadow: 0 1px 1px black;
    border-left: 1px solid #383838;
    border-right: 1px solid #222;
	text-decoration: none;
}

nav a:hover{
    color: #FFFFFF !important;
	text-decoration: none;
}

a.home{
    background-color: #006600;
    background-image: url(../images/home.png) !important;
    background-repeat: no-repeat !important;
    background-position: center 8px;
    text-indent: -9999px;
    width: 30px;    
    float: left;
    padding-top: 20px;
    position: relative;
    left: 10px;
    margin-right: 9px;
}

nav ul li {
    list-style:none;
}

/* Footer */

footer{
    margin-top: 25px;
    border-top: 7px solid #006600;
    background: #333;
    float: left;
    width: 100%;
}

footer p {
	font-size: 12px !important;
}

footer a { 
color: #838383 !important;
text-decoration: none;
transition-delay: 0;
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

footer a:hover { 
color: #000000;
}

.footer-copy{
    background: #222;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #333;
    border-radius: 5px 5px 0 0;
    float: left;
    width: 945px;
}

.center{
    width: 975px;
    margin: 0 auto;
}

.row{
    width: 230px;
    float: left;
    margin: 20px 1px 0 10px;
}

.row h2{
    font: 17px myriad pro, sans-serif;
    color: white;
    background: url('../images/line.png') repeat-x bottom left;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tweets{
    background: black;
    width: 212px;
    padding: 10px;
    opacity: 0.4;
    border-radius: 6px;
    color: white;
    font-size: 11px !important;
    margin-bottom: 10px;
}

.tweets a{
    color: #E4E4E4;
}

.branding { 
display: block;
}
.branding img { 
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}