﻿html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
}

html,body{

}

body {
    background-color: #222;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 15px;
}

ul{
    list-style: none;
}

p, h1{
    margin-bottom: 16px;
}


h1{
    font-weight: bold;
    font-size: 14px;
	line-height: 16px;
}

h2{
    font-weight: bold;
    font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
}

a, a:visited{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

a:hover, a:visited:hover{
    color: #FD6D26;
}

a img {
    border: 0px;
}


#container{
    margin: 0px;
    width: 1040px;
    min-height: 900px;
    height:auto !important;
    height: 900px;
}

.home{
    background: url('images/home-bg.jpg') no-repeat;
}


.tinyColumn{
    float: left;
    width: 150px;
}

#header{
    margin-bottom: 110px;
}

#header a{
    text-decoration: none;    
}

#lefty{
    float: left;
    width: 710px;
    min-height: 900px;
    height:auto !important;
    height: 900px;
    border-right: none;
    padding-right: 9px;
    padding-left: 10px;
    padding-top: 10px;
}

#lefty img{
    margin-bottom: 10px;
}
#righty{
    float: left;
    padding-left: 10px;
    width: 300px;
    padding-top: 10px;
}

#righty ul{
    margin-bottom: 35px;
}

.nav a{
    text-decoration: none;
}

.nav a.selected{
    color: #FD6D26;
}

.nav2{
    padding-bottom: 40px;
}
.clear{
    height: 0px;
    clear: both;
    overflow: hidden;
}

#subtext2, #subtext3, #subtext4, #subtext5, #subtext6, #subtext7, #subtext8, #subtext9, #subtext10, #subtext11, #subtext12 {
    display: none;
} 


a.logo, a.logo:visited{
    display: block;
    width: 51px;
    height: 25px;
    background: url('images/logo.png') no-repeat 0px 0px;
}

a.logo:hover, a.logo:visited:hover{
    background-position: 0px -25px;
}

#righty img{
    padding-top: 20px;
}