/*-----------------------------------------------------------------------------

Style Sheet

version:   1.0
author:    paul peterson
email:     paul.r.peterson@medtronic.com

*/

/* Eric Meyer's Browser Reset Styles
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background-image:transparent;
	clear: right;
}
p, h2 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	background-image:transparent;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
#wrapper {
	width:758px;
	margin:20px auto;
	border:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}
body {
	line-height:1em;
	color:black;
	background-color:#a1a1a5;
}
ol, ul {
	list-style: disc inside;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse:collapse;
	border-spacing:0;
}
caption {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes: "" "";
}
/* =General
-----------------------------------------------------------------------------*/

/* Put margin back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset {
	margin:1em 0;
}
/* Class for clearing floats */

.clear {
	clear:both;
}
/* Remove border around linked images */

img {
	border:0;
	padding-right: 12px;
	padding-bottom: 4px;
}
/* =Typography
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color:#e24c25;
}
#mainNav a {
	text-decoration:none;
	padding:2px 5px;
}
#mainNav a:link {
	background-color:#e24c25;
	color:#fff;
}
#mainNav a:visited {
	color:#fff;
}
#mainNav a:hover {
	color:#ffd457;
}
#home #mainNav .home a, #spokesperson #mainNav .spokesperson a, #heroes #mainNav .heroes a, #guidelines #mainNav .guidelines a, #apply #mainNav .apply a, #faqs #mainNav .faqs a, #contact #mainNav .contact a {
	background-color:#fff;
	color:#e24c25;
	cursor:default;
}
#footer a:link {
	background-color:#0066A4;
	color:#fff;
}
#footer a:visited {
	color:#fff;
}
#footer a:hover {
	color:#e24c25;
}
#footer a:active {
	color:#fff;
}
/* =Branding
-----------------------------------------------------------------------------*/

#brandingHome {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width:758px;
	height:125px;
}
#branding {
	background-image:url(../images/header2.gif);
	background-repeat:no-repeat;
	width:758px;
	height:125px;
}
#animation {
	width:167px;
	height:110px;
	float:right;
	padding-top:15px;
}
/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	background-color:#e24c25;
	height:30px;
	font-size:9px;
}
#mainNav ul {
	margin:0 10px 0 350px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
}
#mainNav ul li {
	float:left;
	margin:7px 5px 0 0;
}
/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent {
	width:380px;
	padding: 25px 25px 25px 0px;
	font-size:12px;
	line-height:17px;
	float:right;
	display: inline
}
#mainContent h2 {
	background-color:#fff;
	color:#e24c25;
	font-size:13px;
	font-weight:bold;
}
#latest {
	background-color:#000;
	color:#fff;
	clear:both;
	height:25px;
	font-size:10px;
	font-weight:bold;
	padding:3px 10px 0 10px;
	text-transform:uppercase;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/

#secondaryContent {
	width:275px;
	float:left;
	margin-left:40px;
	display:inline;
}
#secondaryContent img {
	margin:0;
	padding:0;
}
/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background:url(../images/footer-logo-foundation.gif) no-repeat bottom right;
	background-color:#0066A4;
	color:#fff;
	clear:both;
	height:61px;
	width:758px;
	font-size:10px;
}
#footer ul {
	margin:0 30px 0 40px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
}
#footer ul li {
	float:left;
	padding:25px 10px 0 0;
}
/* =Forms
-----------------------------------------------------------------------------*/


/* Removes fieldset borders. even on Opea 7 */

fieldset {
	border:1px solid transparent;
}
/* =Tables

-----------------------------------------------------------------------------*/
td {
	text-align:left;
	font-weight:normal;
}
/* =Misc 1
-----------------------------------------------------------------------------*/
#mtcm {
	background:url(../images/mtcm-logo.gif) no-repeat bottom right;
	height:39px;
	margin:30px 40px;
	clear: both;
}
.attention {
	background-color:#fff;
	color:#e24c25;
	font-weight:bold;
}
#mainContent #leftcol {
	float: left;
	width: 47%;
	display: inline;
	clear: none;
}
#mainContent #rightcol {
	float: right;
	width: 47%;
	display: inline;
	clear: none;
}
#mainContent #columnholder {
	/*height: 200px;*/
	width: 100%;
}
.name {
	color: #0066A4;
	font-size: 14px;
	font-weight: bold;
}
.firstline {
	color: #0066A4
}
.news-photo {
	width:200px;
}
.news-photo p {
	font-size:10px;
	line-height:12px;
}
.spark-photo {
	float: right;
	margin: 10px;
	padding: 10px;
	background: #ffffff;
	font-family: arial;
	font-size: 11px;
	color: #0066A4;
}
sup {
	clear:none;
}
.captain td {
	vertical-align:top;
}

