body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #bcbdc0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container {
	width: 950px;
	padding: 0 225px;
	margin: 36px auto 0;
	background: url(images/background.jpg) top center repeat-y;
}
#shell {
	background: url(images/backgroundTop.jpg) no-repeat top center;
}

a {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5 {
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
p {
	line-height: 18px;
}

#header {
	width: 950px;
	height: 208px;
}
.headerRight {
	float: right;
	width: 160px;
	padding: 5px 15px 0;
}
.headerRight ul, .headerRight ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.headerRight a {
	color: #FFF;
	display: block;
	text-align: left;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.headerRight a:hover {
	color: #00aeef;
}

#navTop {
	height: 36px;
	line-height: 36px;
	width: 950px;
	color: #FFF;
}
.navTopLeft, .navTopMid, .navTopRight {
	float: left;
}

.navTopLeft a {
	color: #FFF;
	padding: 0 15px;
	text-align:center;
}
.navTopMid {
	margin: 0 38px 0 130px;
}
h1.navTopRight {
	font-size: 20px;
	width: 190px;
	margin: 0;
}


#content {
	width: 950px;
}
#sidebar {
	float: left;
	width: 175px;
}

.surveyLink {
	background: url(images/surveyBox.jpg) no-repeat top center;
	margin: 35px 0 0;
}
.surveyLink a {
	padding: 0 12px;
	height: 42px;
	line-height: 42px;
	color: #FFF;
}

#innerContent {
	background: #002168;
	text-align: left;
}
#innerContent table {
	background: #FFF;
}

#innerContent td.content {
	width: 545px;
	background: url(images/redLine.jpg) top right repeat-y;
	padding: 0 15px;
}

#innerContent td.news {
	width: 200px;
	text-align: center;
}

td.newsHome #NMshortList {
	height: 375px;
	width: 170px;
	overflow: auto;
	margin: 15px 15px 0;
	text-align: center;
}
td.news #NMshortList {
	width: 170px;
	margin: 15px 15px 0;
}
td.news .NMtitle, td.newsHome .NMtitle {
	margin: 10px 15px;
}



#footer {
	background: url(images/backgroundBottom.jpg) no-repeat bottom center;
	height: 180px;
	width: 950px;
}
.footerInner {
	height: 40px;
	line-height: 45px;
	color: #FFF;
	text-align: right;
}
.footerInner a, .footerInner .copyright {
	text-transform: uppercase;
	color: #FFF;
	padding: 0 5px;
	font-size: 10px;
}
#footerManager {
	width: 775px;
	height: 120px;
	margin: 20px 0 0 175px;
	color: #FFF;
}
#footerManager a {
	color:#00aeef;
}
#footerManager td.fm1 {
	width: 186px;
	padding: 0 5px;
}
#footerManager td.fm2 {
	width: 183px;
	padding: 0 5px;
}
#footerManager td.fm3 {
	width: 176px;
	padding: 0 5px;
}
#footerManager td.fm4 {
	width: 185px;
	padding: 0 5px;
}
#footerManager img {
	margin: 0 5px
}


#subFooter {
	width: 950px;
	margin: 0 auto;
	padding: 0 225px;
	height: 36px;
	line-height: 20px;
}
#subFooter a {
	font-size: 10px;
	color: #FFF;
}



/******************************************************************************
--------------------- Styles bought over from old design ----------------------
******************************************************************************/

h1.pageTitle {
	text-align: left;
	color: #19328b;
	font-weight: normal;
	margin: 10px 0 20px;
}

.subTitle {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #e31c15;
	padding: 0 0 10px 0;
}
.introText {
	text-align: left;
	background: #f7f7f7;
	border: 1px #e8e8e8 dotted;
	padding: 10px;
}



/* Product and Projects Manager
***********************************************************************************/

.name a, .name a:visited, .name {
	font-weight: bold;
	font-size: 110%;
	color: #19328b;
	text-decoration: none;
}

.name {
	margin-bottom: 10px;
}

.link {
	margin-top: 10px;
}

#product, #project {
	text-align: left;
}

.producthr, .projecthr {
	margin: 10px 0;
}

#section .name {
	text-align: left;
	background-color: #F7F7F7; 
	color: #19328b;
	margin: 0 0 3px;
	padding: 3px;
	border: 1px #e8e8e8 dotted;
}

#section #product {
	margin: 0 0 5px 15px;
}

#section {
	margin: 0 0 20px;
}

#project, #products {
	margin: 30px 0 0;
}
/* revised product list page
***********************************************************************************/
.prodList, .prodList li ul {
	list-style: none;
	padding: 0;
}
.prodList li {
	margin: 10px 0 0;
}
.prodList li ul li {
	margin: 3px 0;
}
.prodList li a {
	text-align: left;
	background: #F7F7F7; 
	color: #19328b;
	margin: 0 0 3px;
	padding: 3px;
	border: 1px #e8e8e8 dotted;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

.prodList li ul li a {
	text-decoration: underline;	
	font-weight: normal;
	display: inline;
	background: none;
	border: none;
	padding: 0 0 0 15px;
	margin: 0px;
}

/* News Manager
***********************************************************************************/

.newsHeading {
	font-size: 130%;
	padding: 5px;
	border: 1px solid #19328b;
	color: #FF0000;
	margin: 10px;
	text-decoration: none;
}

#NMfullList {
	text-align: left;
}
	
#NMfullList img {
	float: left;
	padding: 0 10px 0 0;
}
#NMfullList .NMtitle {
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 5px;
}


#NMarticle .NMtitle {
	font-weight: bold;
	font-size: 110%;
	padding: 5px 0;
}

#NMarticle .NMdate {
	padding: 0 0 10px;
	font-style:italic;
}
