/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Garamond, Palatino, AGaramond, Times, serif;
color: black;
font-size: 14px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 16px;}

BLOCKQUOTE {font-style: italic;}

BODY {margin : 0 0 0 0;
padding: 0 0 0 0;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Garamond, Palatino, AGaramond, Times, serif;
font-style:italic;
color: #2266A7;
margin-top:0px;
margin-bottom:0px;}

H1 {font-size: 24px;}

H2 {font-size: 23px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

H5 {font-size: 17px;
    font-weight:bold;
    font-style:italic;
    margin-top:0px;
    margin-bottom:0px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 11px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #2266A7;
text-decoration: none;}

A:visited {color: #004485;
text-decoration: none;}

A:active {color: #2266a7;
text-decoration: none;}

A:hover {color: #4488c9;
text-decoration:underline;
/*font-style:italic;*/}

/* Below is specific to MARINE pages */

.white {color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

A.white:link {color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #BBCFE5;
font-size: 11px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
font-style:italic;}

A.white:hover {color: #BBCFE5;
font-size: 11px;
font-weight: bold;
font-style:italic;}
   
/* Below is Specific to MARINE Pages */   
.marine_main {margin-top: 30px;}	

.marine_white {width:921px;
background-color:#fff;
padding:14px;
border:2px solid #4b8cc0;
position:static;
top:0px;}

.marine_nav {border-right: 1px solid #4b8cc0;
padding-right: 15px;}

.marine_address {border-top: 1px solid #4b8cc0;
border-bottom: 1px solid #4b8cc0;}

.marine_blue {background-image: url(images/ind_bg_center.png);
background-repeat: repeat-y;
background-position: top center;}

.marine_bg_waves {background-image: url(images/marine_bg_waves.png);
background-repeat: no-repeat;
background-position: bottom left;}

.marine_surf {background-image: url(images/marine_surf.png);
background-repeat: no-repeat;
background-position: bottom right;
z-index: 10;
margin-top: -185px;
position: relative;}

/*IE*/
.marine_bottom {background-image: url(images/marine_bg_footer.png);
background-repeat: no-repeat;
background-position: top center;}

/* Below is Specific to INDUSTRIAL Pages */
.ind_main {margin-top: 30px;}	

.ind_top_bg {background-image: url(images/ind_bg_top.png);
background-repeat: no-repeat;
background-position: top center;}

.ind_blue {background-image: url(images/ind_bg_center.png);
background-repeat: repeat-y;
background-position: top center;}

.ind_white {width:921px;
background-color:#fff;
padding:14px;
border:2px solid #ed1929;
position:static;
top:0px;}

.ind_content {text-align: justify;
padding-left: 10px;
padding-top: 6px;}

.ind_nav {border-right: 1px solid #ed1929;
padding-right: 15px;}

/* ie positon for top horns */
#ind_horn {position:absolute;
z-index:2;
margin-top: -38px;
margin-left: -40px;}

/* ff positon for top horns */
html>body #ind_horn {position:absolute;
z-index:2;
margin-top: -40px;
margin-left: -35px;}
	
.ind_bread {color:1E69AA;
font-size:12px;
font-weight: bold;
margin-right: 30px;
padding-top: 20px;}

.ind_address {border-top: 1px solid #ed1929;
border-bottom: 1px solid #ed1929;}

.ind_photo {border: 1px solid #000;}

/* End Industrial Template */

/* Styles for Rep Search */

table#rep tr td {font-size:12px; font-family: Arial, Verdana, sans-serif;}

table#rep .rep_tableheading {color: #fff;
background-color: #2266A7;
font-size: 13px;
padding: 2px;}

table#rep tr.odd td {background-color: #ffffff;}

table#rep tr.even td {background-color:#bcd5eb;}

/* End Styles for Rep Search */

.blue-heading {background: #2266a7; color: #FFFFFF; font-weight: bold; padding: 4px;}

