/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	background-image: url(images/body-repeat-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	text-align: left;
	background-color: #29265A;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 772px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#menuholder {
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 772px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	width:772px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	height: 33px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width: 720px;
}
.menu ul ul {
	width:153px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #111C6E;
	border-right-color: #111C6E;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:120px;
	position:relative;
	height: 33px;
	margin: 0px;
	padding: 0px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#01144f;
	width:120px;
	height:33px;
	line-height:33px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:120px;
	w\idth:120px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:32px;
	left:-13px;
	width:152px;
	text-align: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5B5876;
	border-bottom-color: #5B5876;
	border-left-color: #5B5876;
}
#menuholder > .menu ul ul {
	background-image: url(images/nav-2-repeat-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	width: 168px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:32px;
t\op:32px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menuholder .menu ul ul li {
	margin: 0px;
	height: 18px;
	width: 152px;
	padding: 0px;
}
#menuholder > .menu ul ul li {
	margin: 0px;
	height: 18px;
	width: 152px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.menu ul ul a, .menu ul ul a:visited {
	color:#01144f;
	height:16px;
	line-height:1em;
	width:132px;
	font-size: 12px;
	text-align: left;
	background-image: url(images/nav-2-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menuholder > .menu ul ul a, #menuholder > .menu ul ul a:visited {
	color:#01144f;
	height:16px;
	line-height:1em;
	width:134px;
	font-size: 12px;
	text-align: left;
	background-image: url(images/nav-2-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
* html .menu ul ul a{
width:132px;
w\idth:132px;
}
/* style the top level hover */
.menu a:hover {
	background-image: url(images/nav-li-hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu ul ul a:hover {
	background-image: url(images/nav-2-li-hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 16px;
	padding-top: 2px;
}
#menuholder > .menu ul ul a:hover {
	background-image: url(images/nav-2-li-hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 18px;
	height: 16px;
	padding-top: 2px;
}
.menu :hover > a {
	background-image: url(images/nav-li-hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu ul ul :hover > a {
	background-image: url(images/nav-2-li-hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
.menu #bottom {
	display: none;
}
#menuholder > .menu #bottom {
	display: block;
	background-image: none;
	padding: 0px;
	height: 14px;
	width: 168px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	*margin-left: -8px;
}
.menu ul#products {
	height: 144px;
}
.menu ul#industries {
	height: 216px;
}
.menu ul#services {
	height: 38px;
}
.menu ul#contactlist {
	height: 18px;
}
#contentholderwhitebg {
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#contentholder {
	margin: 0px;
	width: 772px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;

}
#leftnav {
	float: left;
	width: 167px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.rightcol {
	float: right;
	width: 190px;
	text-align: justify;
	margin-bottom: 15px;
}
.rightcol p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 2px;
}
.rightcol img {
	margin: 0px;
	padding: 2px;
}
#flash_holder h2 {
	font-size: 19px;
	color: #13255A;
	text-align: center;
}
#leftnav ul {
	width: 142px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#leftnav li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6f6f6f;
	margin: 0px;
	height: 21px;
	padding: 0px;
}
#leftnav a {
	color: #6f6f6f;
	text-decoration: none;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	width: 124px;
	padding-left: 18px;
	font-size: 11px;
}
#leftnav a:hover, #leftnav a#samepage {
	color: #01144f;
	background-image: url(images/side-nav-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 124px;
	padding-left: 18px;
}
#leftnav li#leftnavheader {
	display: block;
}
#leftnav li#leftnavheader a {
	background-color: #01144f;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
#leftnav li#leftnavheader a:hover {
	text-decoration: none;
	background-image: none;
	color: #FFFFFF;
}
#content {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 580px;
	float: right;
	background-color: #FFFFFF;
}
#homecontent {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 600px;
	float: right;
	background-color: #FFFFFF;
}
#breadcrumbs {
	text-align: right;
	margin: 0px;
	width: 570px;
	height: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#breadcrumbs a {
	color: #01144f;
	text-decoration: none;
	padding-left: 16px;
	background-image: url(images/breadcrumb-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: block;
	float: right;
	margin-left: 10px;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
h1#pagetitle {
	color: #01144f;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
}
p#contactinformation {
	padding: 0px;
	float: right;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
p#contactinformation a {
	color: #282A4F;
}
p#contactinformation a:hover {
	color: #A5A07E;
	text-decoration: underline;
}
p#contactinformation span {
	font-size: 18px;
	display: block;
	width: 200px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #01144f;
	margin-top: 10px;
	color: #01144f;

}
p#fullparagraph {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
#halfpagecolumn {
	float: left;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul#corporatelist {
	list-style-type: disc;
	text-align: justify;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 310px;
}
ul#corporatelist ul {
	list-style-type: disc;
	font-size: 11px;
}
p#paralisttitle {
	font-size: 14px;
	color: #132557;
	text-align: justify;
	margin-bottom: 2px;
	padding-bottom: 0px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #422579;
}
h3#listtitle {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 0px;
	background-color: #132557;
	text-align: center;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
}
table#contact {
	padding: 0px;
	float: left;
	border: 1px solid #01144f;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 270px;
	clear: none;
}
table#contact tr {

}
table#contact td {
	border: 1px dotted #01144f;

}
form#contactform input#buttons {
	
}
#footer {
	margin: 0px;
	height: 65px;
	width: 100%;
	background-image: url(images/footer-repeat-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
#footercontent {
	margin: 0px;
	height: 65px;
	width: 772px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}
#footercontent p#topparagraph {
	font-size: 12px;
	font-weight: bold;
	color: #01144f;
	text-align: center;
	height: 16px;
	width: 760px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footercontent p#topparagraph span {
	color: #DFDDC9;
}
#footercontent p#topparagraph {
	font-size: 12px;
	font-weight: bold;
	color: #01144f;
	text-align: center;
	height: 16px;
	width: 760px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footercontent p#topparagraph a {
	color: #01144f;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 5px;
	margin-right: 15px;
}
#footercontent p#topparagraph a:hover {
	text-decoration: underline;
}
#footercontent p#topparagraph span {
	color: #DFDDC9;
}
#footercontent p#address {
	color: #29265A;
	width: 750px;
	display: block;
	height: 14px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footercontent p#address a {
	color: #29265A;
	text-decoration: underline;
}
#footercontent p#address a:hover {
	color: #999999;
	text-decoration: none;
}
#footercontent p#copyright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #E1DFCD;
	width: 240px;
}
.industriallink {
	margin-left: 0px;
	width: 400px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 25px;
	color: #E3E2C4;
}
.industriallink a {
	color: #E2DECA;
	text-decoration: none;
}
.industriallink a:hover {
	color: #999473;
	text-decoration: underline;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
#flash_holder {
	height: 335px;
	width: 380px;
	padding: 0px;
	z-index: 0;
}
.rightcol h3 {
	color: #000066;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#bottomlogos {
	display: block;
	clear: both;
	text-align: center;
}
#bottomlogos img {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
hr {
	border: 1px solid #CCCCCC;
}
#leftnav h3 {
	color: #000066;
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 25px;
}
#leftnav img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottomlogos img {
	vertical-align: middle;
	margin-bottom: 3px;
}
#bottomlogos hr {
	margin-bottom: 3px;
}
.linecard table {
	font-size: 10px;
	float: left;
	width: 75px;
	margin-right: 6px;
}
.linecard th {
	color: #FFFFFF;
	background-color: #2B305D;
	text-align: left;
}
.linecard a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 1px;
}
.linecard a:hover {
	color: #FFFFFF;
	background-color: #2B305D;
}
table#map {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #29265A;
	padding: 0px;
	float: left;
	clear: both;
}
#leftnav #services a {
	height: 60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#content #mapright {
	padding: 0px;
	clear: right;
	float: right;
	margin-left: 8px;
	border: 1px solid 29265A;
}
#nautilus {
	clear: left;
	margin-top: 15px;
	font-size: 10px;
	text-align: justify;
	margin-bottom: 20px;
}
a #nautilus {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftnav #indent {
	color: 01144f;
	width: 124px;
	padding-left: 18px;
}
a#indent {
	color: 01144f;
}
#nautilus img {
	margin-right: 5px;
	margin-left: 0px;
}
img#divisions {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	float: left;
	padding-top: 5px;
}
#flash_holder p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p#divisions {
}
p#divisions {
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 10px;
}
ol {
	list-style-type: upper-alpha;
}
