@charset "UTF-8";
/* CSS Document */

/*
HTML/CSS by Matt Blasi

page-style.css defines the layout styles of the theme setting positioning and display order
page-typography.css defines the text and content formatting of the pages

*/

p, h1, h2, h3, h4, h5, h6, a, span, ul, li {
    font-family:Helvetica Light, Helvetica, Arial Light, Arial;
    font-weight:normal;
    font-size:12px;
    border:none;
	line-height:15px;
    text-decoration:none;
    text-transform:none;
}

h1, h2, h3, h4, h5, h6 {
    color:#225599;
}

h1 {
    font-weight:bold;
    font-size:18px;
    margin:10px 0;
}

h2 {
    font-size:16px;
    font-weight:bold;
    margin:10px 0;
}

h3,
h3 a {
    font-size:14px;
    margin:10px 0;
}

h4 {
    font-weight:bold;
    margin:10px 0;
}


body {
	font-family:Helvetica Light, Helvetica, Arial Light, Arial;
}


div#wrapper {
}

div.header {
}

div.header a.logo,
div.header a.s1-logo {
	color:#FFFFFF;
	font-size:0;
	text-indent:-100000000px;
}

div.header span.info {
	color:#225599;
	font-family:Helvetica Light, Helvetica, Arial Light, Arial;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

div.header span.info span {
	font-weight:bold;
}


div.page-headline h2 { 
	margin:0;
}

div.page-content div.main img {  
    position:relative;
    margin-right:10px;
}

div.page-content span {
    color:#225599;
}

div.page-content .box h3 {
    position:relative;
    margin:0;
}

div.page-content .box p {
    padding:0;
    margin:0;
}

div.page-content h3 span {
    color:#ccc;
}

div.expanded div.tracker div h3 {
    margin:0;
}

div.expanded h3 a {
    color:#225599;
}
