/*
	common.css 
	author: Phil Champagne
*/

/* =Global
------------------------------------------------------------------------------ */
* {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%;
}
li {	
	list-style: none;
}
img, a img {
	border: 0;
}

#mainContent img {
	border: 1px solid #004d8c;
}

body {
	background: #003056;
	font: 62.5%/18px 'trebuchet ms', arial, helvetica, sans-serif;
}

.clearfix:after {
	content: "";
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { 
	min-height: 0;
	height: 0;
}
html>body .clearfix { 
	height: auto;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.print {
	display: none;
	visibility: hidden;
}

/* =Branding/Header
------------------------------------------------------------------------------ */
#header {
	background: #00457c url('../../images/wct/mobile/header_bg.png') no-repeat top left;	
}
#header #logo {
	display: block;
	float: left;
}
#header #headerImg {
	display: block;
	float: right;
}

/* =Layout
------------------------------------------------------------------------------ */
#wrap {
	background: #f1f1f1;
	width: 100%;
}
#wrapperInner {
	background: #f1f1f1;
	clear: both;
	padding: 14px;
}
#wrapperInner #mainContent {
	border-top: 1px solid #737373;
	padding: 10px 0;
}
.sectionCallout {
	clear: both;
	padding-bottom: 5%;
}
.sectionCallout .sectionThb {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
.sectionCallout .sectionThb img {
	display: block;
	width: 70px;
	border: 1px solid #004d8c;
}
.sectionCallout .sectionTeaser {
	float: left;
	width: 71%;
}
.sectionCallout .sectionTeaserFull {
	float: left;
	width: 100%;
}
.mobileBanner img {
	display: block;
}

/* =Main navigation
------------------------------------------------------------------------------ */
#mainNav {
	background: #00457c;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	border-top: 1px solid #fff;
	clear: both;
}
#mainNav ul li {
	float: left;
	font-weight: bold;
}
ul#menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 10px 10px;
	border-right: 1px solid #fff;
}
ul#menu li a:hover {
	background: #fea620;
}
ul#menu li a.active {
	background: #5F86AD;
}
/* =Footer
------------------------------------------------------------------------------ */
#footer {
	color: #fff;
	width: auto;
	font-size: 12px;
	clear: both;
	padding: 6px;
	border-top: 1px solid #dadada;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	margin-bottom: 2%;
	font-size: 100%;
}
#footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

/* =Links
------------------------------------------------------------------------------ */
a, a:link, a:focus {
	outline: none;
	color: #00457c;
	text-decoration: none;
}
a:hover {
  	color: #000;
	text-decoration: underline;
}
.moreLink {
	text-align: right;
}
.moreLink a {
	background: url('../../images/wrapper/icon-more-link.gif') 0 50% no-repeat;
	padding-left: 21px;
}

/* =Lists
------------------------------------------------------------------------------ */
#mainContent ul {
	margin: 2% 0 2% 5%;
}
#mainContent ul ul {
	margin-bottom: 2%;
}
#mainContent ul li {
	list-style: square;
	padding: 0 0 2%;
}
#mainContent ol {
	margin: 2% 0 2% 5%;
}
#mainContent ol ol {
	margin-bottom: 2%;
}
#mainContent ol li {
	list-style: decimal;
	padding: 0 0 2% 0;
}

/* =Typography
------------------------------------------------------------------------------ */
#mainContent {
	color: #575757;
}
#mainContent p, #mainContent li {
	font-size: 130%;
	line-height: 160%;
}
#mainContent p {
	margin-bottom: 10px;
}
h1 {
	color: #00457c;
	font-size: 190%;
	margin-bottom: 2%;
}
h2 {
	color: #575757;
	font-size: 150%;
	margin-bottom: 2%;
}
h3 {
	color: #575757;
	font-size: 150%;
	margin-bottom: 1%;
}
