* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size:12px;
}

body {
	text-align: center;
	background-color: #ECF2F6;
}

/******** UNIVERSAL START ***********/
ul.navigation li {
	display: inline;
}
/******** UNIVERSAL END ***********/


#pageWrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color:#ffffff;
	background-image: url("../graphics/background.jpg");
	background-repeat: repeat-y;
	padding-left:32px;
	padding-right:32px;
}
#header,
#contentWrapper {
	width: 100%;
	clear: both;
}


/***** HEADER START *****/
#header {
	border-top: solid 20px #8bbbe5;
	margin: 0 10px 0 10px;
	width:880px;
}
#masthead,
#lowerHeader {
	clear: both;
	width: 100%;
}

#masthead {
	height:85px;
}

#siteLogo {
	float: left;
	width: 278px;
	height: 72px;
	background-repeat: no-repeat;
}
#siteLogo img {
	border: none;
	width: 278px;
	height: 72px;
}
/***** HEADER END *****/

/***** CONTENT WRAPPER START *****/
#contentWrapper {
	margin: 0px;
	width: 900px;
	min-height: 400px;
}

#content {
	float: left;
	padding: 24px 10px 24px 10px;
}
/***** CONTENT WRAPPER END *****/

/***** CONTENT START *****/
#content {}
.onecolumn #content {
	width: 880px; /* - CHANGE IN IE.CSS - because of IE Box Model, width is different */
}

/***** DOCUMENT START *****/
#content div {}
#content div h1,
#content div h2,
#content div h3,
#content div h4,
#content div p,
#content div ul,
#content div ol {
	margin: 10px 0px 10px 0px;
	color: #696B73;
}

#content /*div*/ h1 
{
	/*margin:0 0 0 -20px;*/
	margin:0px;
	background-color:#f0f5ea;
	padding: 20px 5px 10px 5px;
	margin-bottom: 20px;
	color: #6e9934;
}

#content /*div*/ h1 span{
	font-size:22px;	
}
#content div.document h1 {
	background-color: white;
	padding: 0px;
}
#content div.document h1 span {
	font-size: 12px;
}


#content div ul,
#content div ol {
	padding-left: 15px;
}
#content div.document img {
	margin: 5px 10px 5px 0px;
	float: left;
}
#content div table {
	background-color: #ccc;
	border-collapse: collapse;
}
#content div table th,
#content div table td {
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	
}

/***** DOCUMENT END *****/
/***** CONTENT END *****/

/***** FOOTER START *****/
#footer {
	width: 880px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
	text-align:center;
	/*border-top: solid 20px #8BBBE5;*/
}

#footer ul {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#footer ul li {
	padding: 0px 10px 0px 10px;
	border-right: solid 1px black;
}

#footer ul li.last {
	border:none;
}

#footer li a, 
#footer li a:link,
#footer li a:visited,
#footer li a:hover,
#footer li a:active {
	color:navy;
	text-decoration:none;
}

#footer ul.crossSiteNav {
	background-color: #8BBBE5;
	padding: 10px 0px 10px 0px;
}

/***** FOOTER END *****/

.clear {
	clear: both;
}

/****Our Resolution Page****/

#ourResolutionFeatures ul li {
	display:block;
	clear:both;
	height:80px;
	margin:5px 0 0 0;
	padding:10px;
	background-color:#f0f5ea;
	list-style-type:none;
}
	
#ourResolutionFeatures ul li img {
	float:left;
	padding:0;
	margin:0 10px 0 0;
}

#ourResolutionFeatures li a, 
#ourResolutionFeatures li a:link,
#ourResolutionFeatures li a:visited,
#ourResolutionFeatures li a:hover,
#ourResolutionFeatures li a:active {
	color:navy;
	text-decoration:none;
	font-weight:bold;
	padding-right: 10px;
	background-image: url('../graphics/ourResolution_ResolutionBG.png');
	background-repeat: no-repeat;
	background-position: right center;
}

/*** HOME STARTS ***/

div#homeContentFeatures {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 880px;
	height: 340px;
	background-image: url(../graphics/BlueBar.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #F3F3F3;
}

div#homeContentFeatures ul {
	float: left;
}
div#homeContentFeatures ul.homeFeaturesBanner {
	width: 593px;
	height: 340px;
	padding: 0px;
	margin: 0px;
}
div#homeContentFeatures ul.homeFeaturesBanner li {
	display: block;
	float: left;
}

div#homeContentFeatures ul.homeFeaturesBanner li img {
	display: block;
	width: 593px;
	height: 340px;
}

div#homeContentFeatures ul.homeFeaturesInformation {
	display: block;
	width: 267px;
	height: 242px;
	padding: 10px;
	margin: 0px;
	list-style-type:none;
	float:left;
}
* html div#homeContentFeatures ul.homeFeaturesInformation {
	/*width: 293px;
	height: 225px;*/
}
div#homeContentFeatures ul.homeFeaturesInformation li {
	display: block;
}
div#homeContentFeatures ul.homeFeaturesInformation li h3 {
	float: left;
	color: #003878;
	width: 267px;
	margin-top: 0px;
}
div#homeContentFeatures ul.homeFeaturesInformation li h3 span {
	font-size: 24px;
}
div#homeContentFeatures ul.homeFeaturesInformation li p {
	/*float: left;*/
	/*width: 267px;*/
}
div#homeContentFeatures ul.homeFeaturesInformation li a {
	padding: 5px 0px 5px 30px;
	margin-right: 50px;
	float: right;
	background-image: url(../graphics/homeFeature_LearnMoreBG.png);
	background-repeat: no-repeat;
}

div#homeContentFeatures ul.homeFeaturesNav {
	height: 58px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 160px;
}
div#homeContentFeatures ul.homeFeaturesNav li {
	display: block;
	float: left;
	width: 10px;
	margin: 0px;
	padding: 19px 10px 19px 10px;
}
div#homeContentFeatures ul.homeFeaturesNav li a {
	text-decoration: none;
	color: #BECFE0;
}
div#homeContentFeatures ul.homeFeaturesNav li a:hover {}
div#homeContentFeatures ul.homeFeaturesNav li.active a {
	color: white;
}
div#homeContentFeatures ul.homeFeaturesNav li a span {
	font-size: 16px;
}

#resolutionNav {
	width: 100%;
	height: 170px;
	display: block;
	float: left;
}
#resolutionNav ul li {
	display: block;
	float: left;
	width: 145px;
	height: 140px;
	margin-right: 14px;
	border-right: 1px dashed #B2BABE;
	padding: 5px;
	position:relative;
	
}
#resolutionNav ul li.last {
	border: none;
}
#resolutionNav ul li.item1 h3 {color:#003878;}
#resolutionNav ul li.item2 h3 {color:#6E9934;}
#resolutionNav ul li.item3 h3 {color:#F79121;}
#resolutionNav ul li.item4 h3 {color:#53B7E7;}
#resolutionNav ul li.item5 h3 {color:#CAB091;}

#resolutionNav ul li h3 {
    font-size:18px;
	margin: 0px;
}
#resolutionNav ul li img {
    border:none;
    height: 30px;
	width: 30px;
}
#resolutionNav ul li.first p,
#resolutionNav ul li.item4 p,
#resolutionNav ul li.last p
{
    margin-top:32px;
}
#resolutionNav ul li a {
	font-weight: bold;
	background-repeat: no-repeat;
	position:absolute;
	bottom:0;
	right:0;
	/*
    background-position: 0px 2px;
	padding: 0px 0px 0px 15px;
	float: right;
    */
	height: 30px;
	width: 30px;
}

div#resolutionBase {
	width: 175px;
	height: 200px;
	float: left;
	margin-right: 20px;
	padding: 10px;
	margin-top: 10px;
}
div#resolutionBase h3 {
	margin: 0px;
}
div#resolutionBase h3,
div#resolutionBase a {
	color: #003878;
}

div#resolutionBase a {
	text-decoration: none;
	font-weight: bold;
	background-image: url(../graphics/homeResolution_ResolutionBG.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px 0px 0px;
}
#resolutionBase p {}

#content div#callOuts {
	display: block;
	float: left;
	height: 283px;
	width: 215px;
	margin-left: 15px;
	background-color: #EDF8FD;
	padding: 0px;
	
}
* html #content div#callOuts {
	width: 195px;
}
#content div#callOuts ul {
	margin: 0px;
	padding: 0px;
}
#content div#callOuts ul li {
	display: block;
	clear: both;
	list-style-type: none;
	border-bottom: 1px dashed #B2BABE;
	height: 93px;
	
}

#content div#callOuts ul li img {
	float: left;
	margin: 0px 5px 5px 5px;
}
#content div#callOuts ul li p {
	float: left;
	width: 135px;
	margin-top: 0px;
	font-size: 11px;
}
#content div#callOuts ul li a {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 5px;
	color: #003878;
	font-weight: bold;
}

#covidienImg img {
    border:medium none;
    float:right;
    margin:10px 0 0;
}
/*** HOME ENDS ***/
