* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#1B1B1B;
	margin:0 0;
	padding:0 0;
	background-color:#1D1D1D;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat;
	padding-bottom:55px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight:bold;
	color:#1D1D1D;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#1D1D1D;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#DA251C;
	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;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#1540EA;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:761px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	margin-top:10px;
}

#page-wrap {
	width:761px;
	margin:0 auto;
}

#header {
	height:302px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	background-color:#FFFFFF;
}

#body {
	margin:0px;
	padding-top:20px;
	background-repeat:no-repeat;
	background-image:url(../images/body-top-bg.png);
	background-repeat:no-repeat;
	background-position:top;
}

#content {
	width:545px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 2px 15px 15px;
	float:left;
}

#sidebar {
	width:180px;
	padding:15px 5px 0px 5px;
	float:right;
}

#footer {
	padding:0 10px;
	margin:0px;
	height:47px;
	background-image:url("../images/footer-bg-complete.png");
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
}

#clear {
	clear:both;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:15px;
	top:7px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:303px;
	display:block;
	padding-top:76px;
	height:0px !important; /* for most browsers */
	height /**/:76px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#request-quote {
	position:absolute;
	right:15px;
	top:10px;
}

#request-quote a {
	background-image:url("../images/request-quote.png");
	background-repeat:no-repeat;
	width:164px;
	display:block;
	padding-top:44px;
	height:0px !important; /* for most browsers */
	height /**/:44px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#call-us {	
	position:absolute;
	right:25px;
	top:65px;
	font-size:90%;
}

#header div.iso {
	position:absolute;
	right:5px;
	top:103px;
	color:#FFFFFF;
	width:250px;
	display:block;
	font-size:80%;
text-align:right;
}


/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#333;
	font-size:90%;
}

#sidebar h2 {
	color:#DA251C;
	margin:5px 0px 8px 0px;
	padding-bottom:2px;
	font-size:130%;
	border-bottom:1px solid #B8B5AD;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#787575;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:35px;
	padding-bottom:3px;
	float:left;
}

#footer p.links {
	color:#787575;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:35px;
	padding-bottom:3px;
	float:right;
}

#footer a {
	color:#787575;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:10px auto;
	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;
	padding-left:10px;
	list-style:none;
	width:751px;
	position:absolute;
	top:95px; 
	left:0px;
	background-image:url(../images/main-nav-bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	background-image:url(../images/main-nav-divider.png);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li.first {
	background:none;
}

#main-nav li a {
	padding:0 15px;
	display:block;
	color:#C0C0C0;
	text-decoration:none;
	float:left;
	line-height:28px;
	font-weight:bold;
}

#main-nav li a:hover {
	color:#FFF;
}

#main-nav li a.current {
	color:#fff;
	font-weight:bold;
}

#main-nav li a.current:hover {
}

#main-nav li.first-item {
	background-image:none;
}

/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0 -5px;
	margin-left:-7px;
}

#sub-nav li a {
	display:block;
	padding:3px 0px;
	padding-left:6px;
	margin:0px;
	color:#000;
	text-decoration:none;
}

#sub-nav li a:hover {
	color:#000;
	background-image:url(../images/sub-nav-current.png);
	background-position:left;
	background-repeat:repeat-y;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	color:#000;
	background-image:url(../images/sub-nav-current.png);
	background-position:left;
	background-repeat:repeat-y;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #E3E0DB;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#FF7300;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	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 #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#FF7300;
}

.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 #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* 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:#005597;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #ddd;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#eee;
    border-bottom:1px solid #ddd;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #ddd;
}

/* Newsroom*/

#newsroom {
	padding-bottom:20px;
}

#industries-served {
	width:240px;
	float:left;
	margin-right:65px;
}

#industries-served ul {
	list-style:none;
	padding-left:5px;
	margin-left:5px;
}

#industries-served ul li{
	background-image:url(../images/bullet.png);
	background-position:left 0.2em;
	background-repeat:no-repeat;
	padding:2px 0;
	padding-left:25px;
	
}

#our-facilities {
	width:225px;
	float:left;
}

ul.contact-numbers {
	list-style:none;
	margin-left:0;
	padding-left:10px;
}

ul.contact-numbers li {
	font-size:11px;
	padding-left:25px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:16px;
}

ul.contact-numbers li.phone { background-image:url(../images/icons/telephone.png); }
ul.contact-numbers li.fax { background-image:url(../images/icons/printer.png); }
ul.contact-numbers li.email { background-image:url(../images/icons/email.png); }

.callout {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:100%;
    font-weight:bold;
    text-align:center;
    padding:10px;
    background-color:#FFF1DF;
    border-top:solid 1px #E2B479;
    border-bottom:solid 1px #E2B479;
}