
/*  ------------------ RESET PAGE STYLES  ------------------------  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
/* table{
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}


/* ------------------------------------ BASIC TEXT STYLES -----------------------------------------*/

h1, h2, h3 {
    font-family: 'Maven Pro', Trebuchet MS, sans-serif;
    font-weight: 500;
    color: #000000;
}
h1 {
	font-size: 24px;
	line-height: 28px;
	padding:23px 0 0 60px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 8px;
}

p {
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #454545;
	margin-bottom:8px;
}
li {
	margin-left:20px;
	list-style-type: disc;
	list-style-position: outside;
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #777;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
p a:link,
p a:visited,
p a:active,
li a:link,
li a:visited,
li a:active
{
	color: #ae1900;
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, p a:hover, li a:hover {
	background-color: #DEDEDE;
	color: #ae1900;
	text-decoration: none;
}

blockquote {
	margin:0;
	padding:0;
	
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #777;
	letter-spacing:.5px;
}
.fff {
	color: #FFF;
}


.featured_header {
    font-family: 'Maven Pro', Trebuchet MS, sans-serif; 
    font-size: 34px;
    line-height: 34px; 
    font-weight: 700;
    text-align:left;
    letter-spacing: -1px;
    color: #59c0ff;
    text-decoration:none;
    margin-bottom:10px;
    clear:both;
}
.featured_body {
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    color: #FFFFFF;
    line-height: 17px;
}

.footertext {
	font-family: 'Maven Pro', 'Trebuchet MS', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #CCCCCC;
	line-height: 18px;
	letter-spacing:1px;
}
.footertext a:link, .footertext a:visited, .footertext a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footertext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*------------------ NAV TEXT STYLES ------------------------*/

.nav_text {
    font-family: 'Maven Pro', Trebuchet MS, sans-serif; 
    font-size: 20px; 
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFFFFF; 
    line-height: 20px; 
    text-decoration:none;
    margin-left:40px;
    padding-top:15px;
    float:left;
    vertical-align:middle;
}
.nav_text:link, .nav_text:visited, .nav_text:hover, .nav_text:active {
    color: #FFFFFF;
    text-decoration:none;
    background: none;
}

.nav_text:hover {
    text-decoration: underline;
}

.newsletter {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 17px;
    text-decoration:none;
    margin-top:15px;
    text-align:right;
}
.newsletter:link, .newsletter:visited, .newsletter:hover, .newsletter:active {
    color: #FFFFFF;
    text-decoration:none
}
.newsletter:hover {
    text-decoration: underline;
    background: none;
}
