
body {
	background-color: #fff;
	font: normal 11px/14px Verdana,Geneva,Helvetica,Arial,sans-serif;
	color: #000;
}

/* align the images in the header */

#content {
	clear:both; 
	margin-left: 28px;
}

/* Typography */
h1 
{
	margin-bottom: .5em;
	font-size: 1.6em;
}

h1 span {
    font-weight: normal; 
    color: #000; 
    font-size: .8em;
}

.archiveContainer h1 {color: #fff;}
.archiveContainer a {
	color: #367faf;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

div#articles p.view-full-article 
{
	text-align:right;
	margin-top: 12px;
}

p.view-full-article a 
{
	color: #666;
	text-decoration: none;
	margin: 0 20px 10px 0;
}

p.view-full-article a:hover 
{
	border-bottom: 1px dotted #666;
}

#articles h1 {
    color: #113388;
    padding-bottom: .2em;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	margin: 1em 0;
}

h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:hover {border-bottom: 1px dotted #000;}

#articles h2 {margin-bottom: 0;}

/* Layout */

#header {
    text-align: right;
    line-height: 144px;
    height: 144px;
    margin-left: 28px;
}

#ffic-logo img {float: left; margin-top: 43px; }

#cobrand-logo img {vertical-align: middle; margin-right: 120px;}

/* ie6 doesn't support vertical-alignment, so we have to manually set the top margin */
* html #cobrand-logo img { margin-top: 27px }

#container {
	width: 967px;
}

/* Articles */
.articles-under-archive {
    float: left;
    width: 300px;
    margin-right: 40px;
}

#articles img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#articles h1, #articles h2, #articles hr {clear: left;}

/* Older Gentleman */
#contact-info {
    float: left;   
}

#contact-info p
{
	margin-bottom: 1em;
}

#contact-info ul, #contact-info img {margin-bottom: 1em;}

#contact-info ul {list-style-type: none;}

#contact-info strong {color: #000}

/* Alignments for the Rich Cartmill contact info */
#contact-info dl, br { clear: both; }
#contact-info dl dt, #contact-info dl dd { float: left; }
#contact-info dl dt { width: 178px;}

/* reset the font size for the iCustomer article display */
.externalContent {
	font: normal 11px/17px Verdana,Geneva,Helvetica,Arial,sans-serif !important;
}

/* Footer */
#footer 
{
	clear: both;
	margin-top: 3em;
}

#footer hr
{
	border: 0;
	border-top: 1px solid #555;
	height: 1px;
	padding-top: 6px;
	margin-top: 0
}

#footer p 
{
	color: #666;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 2px !important;
}

#footer a:link {
	color:#444444;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#footer a:visited {
	color:#444444;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

#footer #back-to-top {float: right;}
#footer #back-to-top img {border: none;}

.test-image {height: 200px; width: 100px;}

/* Forms */

fieldset {
    padding: 1em;
    border: none;
    border-top: 1px solid #bed7e3;
    
}

fieldset div {margin-bottom: .3em;}
fieldset textarea {width: 100%;}

legend {
    color: #367faf;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 1em;
}

label {
    display: inline-block;
    width: 190px; /* for use on email article page */
}

.required-star {color: #f00;}

/* Notifications */
.flash {
	margin: 1em 1em 1em 0;
	padding: 1em;
}

.flash ul {
	margin: 0 0 0 48px;
	padding: 1em;
	list-style-type: none;
}

.flash.errors {
	background: #ffd9d9 url(images/close.gif) no-repeat 1em center;
	border: 1px solid #f45959;
}

/* settings for the article display page */

div#full-article, div.externalContent
{
	width: 650px;
	float:left;
}

/* specify dom path to the content tools to override styles in iCustomer css */
#container #content .content-tools  {
	width: 245px;	
	float: left;
	margin: 0 0 2em 15px;
	padding:0;
}

#container #content .content-tools a 
{
	display: block;
	text-decoration: none;
	font: bold 12px/32px arial,tahoma,verdana,sans-serif;
	color: #666767;
	line-height: normal;
	margin-left: 2em;
}

#container #content .content-tools a img {vertical-align: middle; margin-right: .8em;}

#container #content .content-tools ol
{
	margin:0;
	padding:0;
	border-top: solid 1px #bbb;
	width: 145px;
}

#container #content .content-tools ol li
{
	list-style:none;
	border: solid 1px #fff;
	border-bottom-color: #bbb;
}

#container #content .content-tools li a
{
	display:block;
	font: 11px/25px tahoma, verdana, arial;
	letter-spacing:2px;
	padding-left:25px;
	height: 25px;
	vertical-align:middle;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}

/* Email Article thank-you page */
div#share-confirm-toolbar
{
	margin-top: 30px;
}

div#share-confirm-toolbar input	
{
	height: 32px;
	width:150px;
	border:none;
	cursor:hand;
	text-align:left;
	padding-left: 40px;
	padding-right: 0;
	font: bold 12px/14px verdana, tahoma, verdana;
	color: #000;	
}

div#share-confirm-toolbar input#send-email
{
	background: url(images/share.png) no-repeat top left;
}

div#share-confirm-toolbar input#done
{
	background: url(images/close.gif) no-repeat top left;
}