@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font: normal normal normal 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
}
img {border: none;}
p{margin:0; padding:0;}
#printWrapper{
	width: 100%;
	margin: 20px;
	overflow: hidden;
}
.print-logo{
	float: left;
}
.print-address{
	float: right;
	margin: 20px 40px 0 0;
}
/* --------------------------------------------------------------------------- */
/* ---------------------------- Floating Anchor ------------------------------ */
/* --------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------- */
/* ------------------------------- Index Page -------------------------------- */
/* --------------------------------------------------------------------------- */
#wrapper-intro{
	display: none;
}
#intro{
	display: none;
}
#indexContents{
	display: none;
}
#box-01{
	display: none;
}
#box-02{
	display: none;
}
#box-03{
	display: none;
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- Layout Styles ------------------------------- */
/* --------------------------------------------------------------------------- */
#wrapper-navMain{
	display: none;
}
#navMain{
	display: none;
}
#wrapper-navServices{
	display: none;
}
#navServices{
	display: none;
}
/* --------------------------------------------------------------------------- */
#wrapper-mainBody{
	width: 100%;
	clear: both;
}
#mainBody-left-subNav{
	display: none;
}
#mainBody-content{
	margin: 20px;
}
#mainBody-right{
	display: none;
}
#mainBody-right a:link {text-decoration: none; border: none;}
#mainBody-right a:visited {text-decoration: none; border: none;}
#mainBody-right a:hover {text-decoration: none; border: none;}
#mainBody-right a:active {text-decoration: none; border: none;}
/* --------------------------------------------------------------------------- */
#footer-orange{
	display: none;
}
#footer-orange-Wrapper{
	display: none;
}
#footer-blue{
	display: none;
}
#footer-blue-Wrapper{
	display: none;
}
#footer-address{
	display: none;
}
#footer-tagline{
	display: none;
}
#footer-grey{
	display: none;
}
/* --------------------------------------------------------------------------- */
/* ------------------------------- Breadcrums -------------------------------- */
/* --------------------------------------------------------------------------- */
#breadcrums{
	width: 100%;
	padding: 2px 0;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
}
.breadcrums-text{
	padding: 4px 5px;
	font-size: 0.9em;
	color: #FFF;
	background-color: #f37022;
}
.breadcrums-text a:link { color: #0d4c88; text-decoration: none; border: none;}
.breadcrums-text a:visited { color: #0d4c88; text-decoration: none; border: none;}
.breadcrums-text a:hover { color: #FFF; text-decoration: none; border: none;}
.breadcrums-text a:active { color: #0d4c88; text-decoration: none; border: none;}
/* --------------------------------------------------------------------------- */
/* ---------------------------- Text Formating ------------------------------- */
/* --------------------------------------------------------------------------- */
table.products {
	border-collapse: collapse;
}
th.products {
	border: 1px solid #CCCCCC;
	background-color: #0f4c8c;
	font: normal normal bold1em Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 0; padding: 10px;
	color: #FFFFFF;
}
td.productsTitle {
	border: 1px solid #CCCCCC;
	margin: 0; padding: 5px;
	color: #FFF;
	background-color: #f37022;
}
td.products {
	border: 1px solid #CCCCCC;
	margin: 0; padding: 5px;
}
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
/* ---------------------------- Text Formating ------------------------------- */
/* --------------------------------------------------------------------------- */
a:link {color: #0d4c88; text-decoration: none; border-bottom: 1px dashed #0d4c88;}
a:visited {color: #0d4c88; text-decoration: none; border-bottom: 1px dashed #0d4c88;}
a:hover {color: #f37022; text-decoration: none; border-bottom: 1px dashed #f37022;}
a:active {color: #0d4c88; text-decoration: none; border-bottom: 1px dashed #0d4c88;}
/* --------------------------------------------------------------------------- */
.setupPdtIcon a:link {color: #0d4c88; text-decoration: none; border-bottom: none;}
.setupPdtIcon a:visited {color: #0d4c88; text-decoration: none; border-bottom: none;}
.setupPdtIcon a:hover {color: #f37022; text-decoration: none; border-bottom: none;}
.setupPdtIcon a:active {color: #0d4c88; text-decoration: none; border-bottom: none;}
/* --------------------------------------------------------------------------- */
h1{
	font: normal normal 500 1.2em normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #f37022;
	border-bottom: 1px dashed #666;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.3em 0;
}
h2{
	font: normal normal 500 2em normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #f37022;
	margin: 0;
	padding: 5px 0 10px 0;
}
h3{
	font: normal normal 500 1.4em normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0d4c88;
	margin: 0;
	padding-bottom: 0.4em;
}
h4{
	font: normal normal 500 1.5em normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #f37022;
	margin: -5px 0 0 0;
	padding: 0px 0 10px 0;
}
h5{
	font: normal normal 500 1.4em normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #f37022;
	margin: 0;
	padding-bottom: 0.4em;
}
/* --------------------------------------------------------------------------- */
.color_orange{color: #f37022;}
.color_blue{color: #0d4c88;}
/* --------------------------------------------------------------------------- */
.butMore {
	display: block;
	clear: both;
	margin: 0.6em 0 0 0;
	border: none;
}
.butRight {
	padding-bottom: 1px;
}
/* --------------------------------------------------------------------------- */
.center{text-align: center}
.imgFloatRight{
	float: right;
	margin: 0 0 0.4em 0.5em
}
.imgFloatLeft{
	float: left;
	margin: 0 0.5em 0.4em 0
}
.taglineRight{
	padding-top: 15px;
}
.textLeft{
	margin-top: 70px;
	padding: 5px 0;
	text-align: right;
	font: normal normal normal 1.1em normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.setupPdtIcon{}
.pdtIcon{
	padding: 0 1px 1px 0;
}
/* --------------------------------------------------------------------------- */
li {
	list-style-image: url(images/bullet_01.jpg);
	padding: 0 0 0.5em 0.3em;
	margin: 0;
}
ul li ul li {
	list-style-image: none;
	list-style-type: square;
	padding-top: 0.8em;
}
/* --------------------------------------------------------------------------- */
#footer-orange-Wrapper a:link { color: #FFF; text-decoration: none; border: none;}
#footer-orange-Wrapper a:visited { color: #FFF; text-decoration: none; border: none;}
#footer-orange-Wrapper a:hover { color: #0d4c88; text-decoration: none; border: none;}
#footer-orange-Wrapper a:active { color: #FFF; text-decoration: none; border: none;}
/* --------------------------------------------------------------------------- */
#footer-address a:link { color: #95bee6; text-decoration: none; }
#footer-address a:visited { color: #95bee6; text-decoration: none; }
#footer-address a:hover { color: #fff; text-decoration: none; }
#footer-address a:active { color: #95bee6; text-decoration: none; }
/* --------------------------------------------------------------------------- */
.copyrightMsg{
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
	color: #FFF;
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif;
}

