/* Defaults */

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}
img.inline {
	display: inline;
}

body {
    font-size: 100%;
    line-height: 1.125em;
	background-color: #fff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

div.clear {
	clear: both;
}
div.clear-space {
	clear: both;
}
img.right {
	float: right;
	border: 1px solid #00529b;
	margin: 0 0 5px 10px;
}
img.left {
	float: left;
	border: 1px solid #00529b;
	margin: 0 10px 5px 0;
}

/* Structure */
div#mastercontainer {
	width: 760px;
	margin: 0 auto;
}

div#headercontainer {
	height: 60px;	
}
ul#contact {
	float: right;
	list-style-type: none;
	text-align: right;	
}
#logo {
	margin-top: 10px;
	float: left;
	width: 300px;
	height: 50px;
	background: #fff url(../images/fa_logo-cropped.gif) no-repeat;
}
#logo span {
	display: none;
}

ul#contact {
	margin: 5px 0;
}
ul#contact li.space_above {
	margin-top: 5px;
}

div#navcontainer {
	float: left;	
	width: 180px;
	margin-right: 10px;
	border-top: 1px solid #00529b;
}
#navcontainer ul#nav {
	list-style-type: none;
	float: left;
	overflow: hidden;
}
#navcontainer ul#nav li {
	display: inline;
	float: left;
	width: 180px;	
	background-color: #fff;	
}
#navcontainer ul#nav li a {
	text-align: right;
	padding: 5px 20px;
	display: block;
	border-bottom: 1px solid #00529b;
}

img.postcard {
	background-color: #fff;
	border: 1px solid #00529b;
}
img.postcard-noborder {
	border: none;
}

div#contentcontainer {	
	width: 569px;
	overflow: hidden;
	float: left;
}


#contentcontainer .col-left {
	float: left;
	width: 490px;
	padding: 10px 10px 20px 0;
}
#contentcontainer .col-right {
	float: left;
	width: 249px;
	padding: 10px 0 20px 10px;
	
}
#contentcontainer .col-wide {
	width: 569px;
	padding: 10px 10px 20px 0;
}

div#footercontainer {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #00529b;	
}

#contentcontainer ul {
	list-style-type: none;
	margin: 10px 0;
}
#contentcontainer ul li {
	margin-left: 10px;
	padding-left: 20px;
	background: #fff url(../images/bullet-gold.gif) no-repeat 0 2px;
	margin-bottom: 5px;
}
#footercontainer {
	margin: 10px 0;
}

img.mmlogo {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
a img.mmlogo {
	border: none;	
}

/* Fonts */
#contentcontainer ul {
	font-size: 0.80em;
	line-height: 1.10em;
}
ul#contact li {
	font-size: 0.70em;
	line-height: 1em;
}
ul#contact li strong {
	font-weight: bold;
}
h1 {
	font: bold 1.5em/1.1em "Georgia", "Times New Roman", Times, serif;
}
h2 {
	font: bold 0.90em/1em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.col-left p.lede,
.col-wide p.lede {
    font-size: 0.95em;
	line-height: 1.1em;
	border-bottom: 1px dotted #00529b;
	padding-bottom: 10px;
}
.col-left p,
.col-wide p {
    font-size: 0.80em;
	line-height: 1.1em;
	
}
.col-right p {
    font-size: 0.80em;
	line-height: 1.1em;
}
.col-right h1 {
	font-size: 1em;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
.col-right h2 {
	font-size: 0.8em;
}
#navcontainer ul#nav li a {
	font: 0.80em Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

#contentcontainer .col-left p,
#contentcontainer .col-right p,
#contentcontainer .col-wide p {
	margin-bottom: 7px;
}
#contentcontainer h3 {
	font-size: 0.8em;
	font-weight: bold;
}
div#footercontainer {
	text-align: center;
}
div#footercontainer p {
	font-size: 0.70em;
	line-height: 1.15em;
}
#contentcontainer div#careersnav {
	text-align: center;
	font-size: 0.85em;
	line-height: 1em;
	margin: 10px 0;
}

/* Colors */
a:link,
a:visited,
a:active {
	color: #00529b;
	text-decoration: none;
}
a:hover {
	color: #3f88ca;
	text-decoration: underline;	
}
body {
	color: #333;
	background-color: #fff;
}
h1 {
	color: #00529b;
}
h2 {
	color: #9f9055;
}
ul#contact li {
	color: #9f9055;
}
ul#contact li strong {
	color: #00529b;
}
div#contentcontainer {
	background-color: #fff;
}
#navcontainer ul#nav {
	background-color: #666;
}
#navcontainer ul#nav li {
	background-color: #fff;	
}
#navcontainer ul#nav li a {
	color: #00529b;
}
#navcontainer ul#nav li a:hover,
#navcontainer ul#nav li a#selected {
	background: #3f88ca url(../images/nav-current-bg.gif) repeat-y;
	color: #fff;
	border-bottom: 1px solid #00529b;	
}
div#footercontainer p {
	color: #999;
}

/* CHANNELS STUFF */
#contentcontainer div.bio-view {
	clear: both;
}
#contentcontainer div.bio-view img.portrait {
	float: left;
	margin: 0 10px 3px 0;
	border: 1px solid #00529b;	
}
#contentcontainer div.bio-view ul.bio-contact {
	list-style-image: none;
}
#contentcontainer div.bio-view ul.bio-contact li {
	margin: 3px 0;
	padding: 0;
	background: none;
}
#contentcontainer div.bio-view p.desc {
	clear: left;
}
#contentcontainer div.bio-view p {
	margin-bottom: 10px;
}
#contentcontainer div.bio-view div.description {
	clear: left;
	margin-top: 10px;
}
