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

body { background:#fff; font-family: "Calibri", Arial, Helvetica, sans-serif; height: 100%; }
h1 { color:#000; font-size: 1.3em; font-weight:bold; }
h2 { color:#000; font-size: 1.1em; font-weight:bold; }
td { background-color: #FFFFFF;}
td img { display: block; }
table.c2c td { background-color: #ccc; }
.red { color:#FF0000; }


a:link { color:#4678bc; text-decoration:none; }
a:hover { color: #00048C; }
a:visited { color: #666; text-decoration: none; }
a img { border:none; }
a.headerLink {color: #009999; }
a.headerLink:visited {color: #009999; }
a.companyName {color: #4678bc; font-size: 1.1em; text-decoration: underline ;}

a img { border: none; }

#title {
	margin: 0;
	width: 940px;
	padding: 0;
	background: #fff;
	border: solid #000;
	border-width: 0;
}

#maincontainer {
	position: absolute;
	background: #ff0000;
	margin: 0 auto;
	padding: 0;
	width:840px;
	height: 800px;
	z-index: 0;
	border: solid #000;
	border-width: 1px;
}

#content {
	position: absolute;
	background: #fff;
	font-size:.85em;
	line-height: 20px;
	width: 640px;
	height: 100%;
	margin: 0 0 0 172px;
	padding: 10px 0 0 10px;
	border: solid #000;
	border-width: 0;
}

#images {
	width: 240px;
	float: right;
	clear: right;
	margin-top:20px;
	margin-left: 10px;
}

.caption {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
	font-weight: bold;
	font-style: italic;
}

ul.nav { /* navigation bar */ 
	position:absolute;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:160px;
	height: 100%;
	background: #fff;
	border: solid #000;
	border-width: 0;
	padding: 0 0 20px 0;
	margin: 12px 0 0 0;
}

ul.nav a {
	text-decoration:none;
	color:#000;
	font-weight: bold;
}

ul.nav li { /* all list items */
	padding: 10px 0 12px 10px;
	border: solid #fff;
	background: #DCE6F2;
	border-width: 0 0 12px 0;
	list-style: none;
	font-weight:normal;
	font-size:.80em;
}

ul.nav a:hover {
	color: #9E0A22;
}

#content ul li {
	padding-bottom: 10px;
}

#footer {
	text-align:center;
	font-size: 12px;
	color: #000;
	width:100%;
	padding: 5px 0;
	margin: 60px 0 0 0;
}

#alert {
	color: #ff0000;
}

ul#sitemap-links {
	font-size: .9em;
	padding: 10px;
	margin: 0 auto;
	width: 400px;
	background: #DCE6F2;
	list-style-type: none;
}

ul#sitemap-links li {
	margin-top: 10px;
	margin-bottom: 4px;
}

ul#sitemap-links li a {
	text-decoration: underline;
}

ul#sitemap-links li a:hover {
	color: #B20E30;
}

ul#sitemap-links li ul li {
	list-style-type: none;
	margin-left: -20px;
}

.bio {
	margin: 20px 0;
}

.bio-photo,
.bio-photo-holder {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

.viral span {
	display: block;
}

.viral a {
	display: inline-block;
	margin: 4px 4px 0 0;
}
