* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#323232;
	margin:0 0;
	padding:0px 0;
	background-color:#FFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.6em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#010101;
	margin-top:0em;
	margin-bottom:0.75em;
border-bottom: 1px solid #CCC;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#16729E;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#16729E;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color:#0547A0;
}

a:hover {
	text-decoration:none;
	color:#275A98;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
margin-top: 15px;
}

#header {
	height:189px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0 10px;
	min-height:120px;
	_height:120px;
	padding-top:15px;
}

#content {
	width:530px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 15px 10px 10px;
	float:right;
}

#sidebar {
	width:180px;
	padding:0px 10px 10px 10px;
	float:left;
}

#footer {
	padding:0 10px;
	height:31px;
	background-image:url(../images/footer-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:10px;
	top:53px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:390px;
	display:block;
	padding-top:106px;
	height:0px !important; /* for most browsers */
	height /**/:106px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:90%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#010101;
	background-color:#CFD9E8;
	font-size:110%;
	padding-bottom:4px;
	padding-top:0px;
	padding-left:10px;
	margin:0px -10px 5px -10px;
	border-bottom:1px solid #C2CFE2;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFFFFF;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:7px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:780px;
	top:161px; 
	left:0px;
	background-image:url(../images/main-nav-bg.png);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	background:none;
	line-height:28px;
	height:28px;
}

#main-nav li a {
	padding:0px;
	display:block;
	height:28px;
	line-height:28px;
	color:#fff;
	font-size:11px;
	float:left;
	background-repeat:no-repeat;
	padding-top:28px;
	height:0px !important; /* for most browsers */
	height /**/:28px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#main-nav-home a {		background-image:url(../images/main-nav/home.png); width:65px; }
#main-nav-about a {		background-image:url(../images/main-nav/about.png); width:68px; }
#main-nav-capabilities-services a { background-image:url(../images/main-nav/capabilities-services.png); width:178px; }
#main-nav-lean-manufacturing a {	background-image:url(../images/main-nav/lean-manufacturing.png); width:151px; }
#main-nav-quality-assurance a {	background-image:url(../images/main-nav/quality-assurance.png); width:140px; }
#main-nav-testimonials a {	background-image:url(../images/main-nav/testimonials.png); width:178px; }


#main-nav li a:hover {
	background-position:0 -28px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -28px;
}

/* Sub nav */

#sidebar h2.sub-nav {
	
}

#sidebar #sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
}	

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:10px;
	margin:0 -10px;
	color:#16549E;
	text-decoration:none;
	width:189px;	
}

#sub-nav li a:hover {
	background-color:#F0F3F9;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#F0F3F9;
	border-bottom:1px solid #E2E9F1;
	border-top:1px solid #E2E9F1;
	background-image:url(../images/sub-nav-current.gif);
	background-position:right 0.6em;
	background-repeat:no-repeat;
	
	
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
}

#crumbs li {
	display:inline;
}

/* Top Nav */

#top-nav-login {
	position: absolute;
	right: 366px;
}

#top-nav-login a {
	background-image:url("../images/top-nav/top-nav-login.png");
	background-repeat:no-repeat;
	width:164px;
	display:block;
	padding-top:30px;
	height:0px !important; /* for most browsers */
	height /**/:30px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#top-nav-careers {
	position: absolute;
	right: 216px;
}

#top-nav-careers a {
	background-image:url("../images/top-nav/top-nav-careers.png");
	background-repeat:no-repeat;
	width:150px;
	display:block;
	padding-top:30px;
	height:0px !important; /* for most browsers */
	height /**/:30px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#top-nav-quote {
	position: absolute;
	right: 77px;
}

#top-nav-quote a {
	background-image:url("../images/top-nav/top-nav-quote.png");
	background-repeat:no-repeat;
	width:139px;
	display:block;
	padding-top:30px;
	height:0px !important; /* for most browsers */
	height /**/:30px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#top-nav-contact {
	position: absolute;
	right: 0px;
}

#top-nav-contact a {
	background-image:url("../images/top-nav/top-nav-contact.png");
	background-repeat:no-repeat;
	width:77px;
	display:block;
	padding-top:30px;
	height:0px !important; /* for most browsers */
	height /**/:30px; /* for IE5.5's bad box model */
	overflow:hidden;
}




/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.posts .date {
	font-weight:normal;
	color:#275A98;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #C3D0E2;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

.post .date {
	font-weight:normal;
	color:#275A98;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#275A98;
	
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#275A98;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#C3D0E2;
}

div .hr-transparent {
	background-color:#E9F1E4;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #000;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #000;
}

fieldset table th {
	width:140px;
	background-color:#575757;
	border-right:1px solid #000;
	text-align:right;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C8D7CF;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C8D7CF;
}

fieldset table th {
	width:140px;
	background-color:#EDF1EF;
	border-right:1px solid #C8D7CF;
	text-align:right;
	color:#0547A0;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */
#google-map {
	color:#333333;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #C3D0E2;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #C3D0E2;
}

fieldset table th {
	width:140px;
	background-color:#F5F8FC;
	border-right:1px solid #C3D0E2;
	text-align:right;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #C3D0E2;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#F5F8FC;
    border-bottom:1px solid #C3D0E2;
	color:#010101;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #C3D0E2;
}
