* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#003366;
	margin:0 0;
	padding:0 0;
	background-color:#4C4C4C;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:40px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.4em;
}

h1 {
 	margin:0;
	padding-left:0px;
}

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:#DF0631;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:821px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	background-image:url("../images/page-bg.png");
	background-position:top;
	background-repeat:repeat-y;
}

#header {
	height:145px;
	margin:0px;
	padding:0;
	background-image:url("../images/header-bg.png");
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
}

#body {
	margin:0px;
	background-image:url(../images/body-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	width:570px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0px 20px 20px 10px;
	float:right;
}

#sidebar {
	width:185px;
	padding:16px 15px 0px 10px;
	float:left;
	color:#022A5B;
}

#footer {
	padding:0 10px;
	height:5px;
	background-image:url(../images/footer-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#4C4C4C;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:10px;
	top:5px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:245px;
	display:block;
	padding-top:122px;
	height:0px !important; /* for most browsers */
	height /**/:122px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#header-tagline {
	position:absolute;
	top:13px;
	right:20px;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	font-size:100%;
}

#sidebar h2 {
	width:192px;
	color:#00295D;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:10px;
	font-size:120%;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#FFF;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:12px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#FFF;
	font-size:90%;
	margin:0;
	padding-top:9px;
	text-decoration:none;
	font-weight:bold;
}

#newline-signature {
	text-align:center;
	width:100%;
}

#newline-signature a {
	display:block;
	margin:15px auto;
	margin-top:40px;
	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.png);
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	padding-left:0px;
	list-style:none;
	width:821px;
	height:32px;
	position:absolute;
	top:106px; 
	left:0px;
	background-image:url(../images/main-nav.png);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
}

#main-nav li {
	margin:0;
	padding:0;
	float:left;
	margin-top:8px;
}

#main-nav li.first {
	margin-left:310px;	
}

#main-nav li a {
	padding:0 12px;
	display:block;
	color:#f9faf5;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
	float:left;
	margin-top:-10px;
	line-height:30px;
}

#main-nav li a:hover {
	color:#FFF;
}

#main-nav li a.current {
	color:#FFF;
	font-weight:bold;
	background-image:url(../images/main-nav-hover.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#main-nav li a.current:hover {
}

/* Sub nav */

h2.sub-nav {
	

}

#sub-nav {
	margin:0;
	margin-top:15px;
	margin-bottom:30px;
	padding:0;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0px;
	border-bottom:1px solid #7F817F;
	width:190px;
}

#sub-nav li a {
	display:block;
	padding:7px 0px;
	margin:0px;
	margin-right:-5px;
	margin-left:-6px;
	padding-left:10px;
	color:#00295B;
	text-decoration:none;
	margin-bottom:1px;
	font-size:100%;
	
}

#sub-nav li a:hover {
	background-image:url(../images/sub-nav-hover.png);
	background-position:right 0.8em;
	background-repeat:no-repeat;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
		background-image:url(../images/sub-nav-hover.png);
	background-position:right 0.8em;
	background-repeat:no-repeat;
	font-weight:bold;
	
}


/* 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 #ddd;
}

#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:#CCC;
	background-color:#FFF;
	padding:3px;
}

div.no-border img,
div.no-border img,
div.no-border img {
	padding:0px;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FF7300;
}

div.hr {	
	background-color:#8071B3;
	height:2px;
}

a img {
border:3px solid #eaeaea
}

/* 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 ...
============================================================ 
--------------------------------------------------------- */

/* Banner Callouts */


/* Bullet List */

ul.bullet-list {
	list-style:none;
	margin-left: 20px;
	padding-left:20px;
}

ul.bullet-list li {
        font-size:11.5px;
	padding-left:35px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:22px;
        background-image:url(../images/tpmbulletlist2.png);
        padding-bottom:10px;
}


/* Basic listing table */

table.prods {
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:0px;
}

table.prods th {
    width:33.3%;
    font-size:110%;
    background-image:url(../images/products-h2-bg.gif);
    background-repeat:repeat-x;
    color:#fff;
    text-align:center;
    border:1px solid #03285C;
    padding-bottom:0px;
}

table.prods td {
    background-color:#fff;
    border:1px solid #03285C;
    padding-bottom:0px;
}

table.listing {
    width: 100%;
    border:1px solid #ddd;
    border-bottom:none;
    /* text-align:center; */
    margin-top:15px;
    margin-bottom:10px;
}

table.listing th {
    font-weight:bold;
    /* border-right:1px solid #ddd; */
    padding:0.3em 0.75em;
    background-color:#ddd;
    border-bottom:1px solid #ddd;
	background-image:url(../images/table-header-back.gif);
	background-position:top;
	background-repeat:repeat-x;
	min-height:22px;
	_height:22px;
	color: #FFFFFF;
	margin:0 -25px 7px -6px;
	padding-top:6px;
        padding-bottom:6px;
        width:20%;
        color:#000;
        font-size:110%;
}

table.listing td {
    padding:0.3em 0.75em;
    /* border-right:1px solid #ddd; */
    border-bottom:1px solid #ddd;
    /* text-align: center; */
    width:20%;
} 

/* Other Content */

#content .portfolio img {	
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

#divider {
	width:322px;
	height:1px;
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	background-color:#FFFFFF;
	margin-left:-7px;
	clear:both;
}