h1,h2,h3,h4,h5{
	color: #2fa2f2;
}
p,li{
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	text-align: justify;
}

#container{
	border:0;
	width: 820px;
	margin:0;
	padding:0;
}
#header{
	border:1px solid red;
	border:0;
	height: 100px;
	width: 817px;
	margin: 20px 0 0 0;
	padding:0;	
}
#subnav{
	border:1px solid orange;
	border:0;
	margin: 0 5px 0 85px;
	padding:0;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #ccc;
	height: 15px;
	vertical-align: top;
	visibility:hidden;
}
#main{
	position: relative;
	border:0;
	height: 420px;
	width: 817px;
	margin:0;
	padding:0;	
	border:1px solid white;
}
#footer{
	border:0;
	border:1px solid white;	
	height: 83px;
	width: 817px;
	margin:0;
	margin-top: 20px;
}
#footer h2{
	font-family: Trebuchet MS, Arial;
	font-size: 18px;
	margin: 0;
	margin: 10px 20px 0 20px;
	font-weight: normal;
	font-style: italic;
}
#footer h2 a{
	font-size: 14px;
}
#footer h2:first-letter{
	text-transform: capitalize;
}
#footer h3{
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	margin: 0;
	margin-left:22px;
	text-transform: capitalize;
	font-weight: bold;
}

#article{
	margin:20px 20px 10px 20px;
	padding-right: 10px;
	width:375px;
	height: 300px;
	overflow: auto; 
}
#article p,#article ul{
	margin: 0 0 10px 0;
}
#article p b{
	color: #000;
}
#article p.quoter b{
	margin: 0;
	color: #666;
	font-style: italic;
}
#article p.quote{
	margin: 0;
}
#article p:first-line {
}
#article p:first-letter {
}
#article h2, #cta h1 {
	font-family: Trebuchet MS, Arial;
	font-size: 22px;
	margin: 0 0 11px 0;
	text-transform: capitalize;
	font-weight: bold;
}
#article ul{
	list-style:disc;
	margin-left:22px;
	text-align:left;
}

#articlefull{
	margin:20px 330px 10px 20px;
	padding-right: 80px;
	height: 350px;
}
#articlefull p,#articlefull ul{
	margin: 0 0 10px 0;
}
#articlefull p b{
	color: #000;
}
#articlefull p.quoter b{
	margin: 0;
	color: #666;
	font-style: italic;
}
#articlefull p.quote{
	margin: 0;
}
#articlefull p:first-line {
}
#articlefull p:first-letter {
}
#articlefull h2{
	font-family: Trebuchet MS, Arial;
	font-size: 22px;
	margin: 0 0 11px 0;
	text-transform: capitalize;
	font-weight: bold;
}
#articlefull ul{
	list-style:disc;
	margin-left:22px;
	text-align:left;
}

#header ul{
	width: 100%;
	margin:0;
	padding:0;
	margin-top: 10px;
}
#header li {
	float: left;
	margin: 0 10px 0 10px;
	font-style: normal;
}		
#header a,
#header a:visited {
	font-family: Trebuchet MS, Arial;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #2fa2f2;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}		
#header li a:hover {
	color: #333;
}		
#header li a.on {
	color: #333;
}		
#header li.first {
}		
#header li.last {}		
#header li.last a {}

/* SUB NAV */

#subnav ul{
	width: 100%;
	margin:0;
	padding:0;
}
#subnav li {
	float: left;
	margin: 0 10px 0 10px;
	font-style: normal;
}		
#subnav a,
#subnav a:visited {
	font-family: Trebuchet MS, Arial;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #2fa2f2;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
}		
#subnav li a:hover {
	color: #333;
}		
#subnav li a.on {
	color: #333;
}		
#subnav li.first {
}		
#subnav li.last {}		
#subnav li.last a {}
/* 
-----------------------------------------------------------------------------
CTA CSS
-----------------------------------------------------------------------------*/
#cta {
	position: absolute;
	top: -130px;
	right: 50px;
}
#cta h1 {
	font-size: 18px;
	margin: 0px 0px 0px 85px;
	padding: 0px;
}
.input {
	border: 1px solid #999;
	font-size: 11px;
	font-family: Trebuchet MS, Arial;
	padding: 1px;
	margin: 2px;
}
.label {
	color: #666;
	font-family: Trebuchet MS, Arial;
    padding-right: 2px;
	font-size: 11px;
}
.button {
    background-color: #777;
    border-color: #CCC #555 #555 #CCC;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
    margin-left: 2px;
    padding: 0px 10px;
    text-align: center;
    cursor: pointer;
}
