﻿@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Titillium+Web';

.sitemap, .about_covers, .privacy, .terms, .careers, .contact, .contact_form, .login_page {
	font-size:13px;
	margin: 0;
}

.site1, .site2, .site3, .site4, .sitehigh { /*sitehigh is the highlighted brick (covers, experts, etc.)*/
	float:left;
	margin: 0 5px;
	padding: 5px;
	width: 222px;
}

h1 {
    color: #333333;
    font-family: 'Titillium Web',sans-serif;
    font-size: 26px;
	font-weight:bold;
    margin: 10px 0 10px 10px;
}

h2 {
    color: #333333;
	background:none;
	border:0;
    font-family: 'Titillium Web',sans-serif;
    font-size: 18px;
	font-weight:bold;
    padding-left: 0px;
	margin: 10px 0 15px 10px;
    font-style: italic;
}

.brick_1 { /* from matchups_2012 stylesheet */
    background: none repeat scroll 0 0 #033f47;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.brick_header {
    color: #FFFFFF;
    font-family: 'Titillium Web',sans-serif;
    font-size: 16px;
    height: 20px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.smul {
    background-color: #E8E8E8;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 1px;
}

#content .smul li {
    border-bottom: 0px solid #FFFFFF;
    line-height: 1.4em;
    margin: 0;
}

#content a:link, #content a:active, #content a:visited {
    font-family: 'Titillium Web',sans-serif;
    font-weight: normal;
}

.leftCol .brick_header, .leftCol .brick_content, .rightCol .brick_header, .rightCol .brick_content {
	width:auto;
}

#content p, #content li {
    font-family: 'Titillium Web', sans-serif;
    margin-left: 10px;
    font-size: 13px;
    line-height: 1.3em;
}

#content strong, #content b {
    font-size: 15px;
    line-height: 1.3em;
}

h4.highlight {
    margin-left: 10px;
}

/* -------------------------------------- */
/* Combined */
/* -------------------------------------- */

.sitemap .brick_content, .contact .brick_content, .contact_form .brick_content, .about_covers .brick_content {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 5px 5px 5px;
	padding: 0;
	height: 300px;
}

.contact .brick_content, .contact_form .brick_content, .about_covers .brick_content {
	height: auto;
	padding: 3px;
}

/* -------------------------------------- */
/* About */
/* -------------------------------------- */

.about_covers #LeftCol {
    float: left;
    margin: 0;
    padding: 0;
    width: 660px;
}

.about_covers #RightCol {
    float: right;
    margin: 0;
    padding: 0;
    width: 300px;
}

.about_covers .brick_1 p:first-child {
	padding-top:10px;
}

#content.about_covers strong, #content.about_covers b {
    font-size: 14px;
}

/* -------------------------------------- */
/* Site Map */
/* -------------------------------------- */

.sitemap {
	width: 980px;
}

.sitemap .row1, .sitemap .row2, .sitemap .row3, .sitemap .row4 {
	clear:none;
}

.sitemap .site1 {
	clear:left;
}

.sitemap .brick_1 {
	background-color:#033f47;
	padding-bottom: 1px;
}

.sitemap .sitehigh.site1 .brick_1 {
	background-color:#033f47;
}

.sitemap .sitehigh.site2 .brick_1 {
	background-color:#033f47;
}

.sitemap .sitehigh.site3 .brick_1 {
	background-color:#033f47;
}

.sitemap .sitehigh.site4 .brick_1 {
	background-color:#033f47;
}

.sitemap .row4 .brick_content {
	height: 170px;
}

.sitemap .sitehigh .brick_content {
	height: 188px;
}

.sitemap .smul {
	background-color: transparent;
    padding: 5px;
}

.sitemap .smul li A:link, .sitemap .smul li A:visited {
	padding: 1px 3px;
}

#content.sitemap a:hover {
	color:#f05423;
}

/* -------------------------------------- */
/* Contact page and contact form */
/* -------------------------------------- */

.contact_form .brick_1 {
	margin:10px;
}

.contact .row2 .brick_content {
	padding: 10px;
}

.contact table.databig {
    padding:0;
	margin-bottom: 0px;
}
.smul li A:hover {
    color: #fff;
    background-color:#fff!important;
    display: block;
    text-decoration: none;
}
a:link {
    color: #033f47;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #033f47!important;
}

a:visited:hover {
    text-decoration: none;
    color: #f05423!important;
}
.contact .row1, .contact .row2 {
    margin:10px;
	width: 958px;
}

.contact .row2 .site1, .contact .row2 .site2 {
    float: left;
    width: 49%;
    padding: 0;
	margin:0;
}

.contact .row2 .site2 {
	float:right; 
}

.contact td.datacell {
    line-height: 1.4em;
	padding: 10px;
}

.contact h4.highlight {
    margin-left: 0px;
}