﻿/* basic elements */

* { margin: 0; padding: 0; }

body 
{
	background: top url(../images/background.jpg) repeat-x #FFFFFF;
	color: #252525;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

p
{
    font:normal 14px Trebuchet MS;
    margin-bottom:20px;
}

a img
{
    border: 0;
}

.ParaBig
{
    font:normal 16px Trebuchet MS;
    margin-bottom:20px;
}
    
.ParaCenter
{
    text-align: center;
}
    
.ParaIndent
{
    margin-left:130px;
}

.Wrapper 
{
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	text-align: left;
	width: 919px;
}

a.linkYellow
{
    color: #ffe14b;
}

.txtBlue
{
    color:#10428b;
}

.txtCharcoal
{
	color: #252525;
}

.txtRed
{
    color: #c82b2f;
}

/*----HEADER----*/

.Header 
{
	background:url(../images/header.jpg) no-repeat bottom;
	height: 148px;
	margin-bottom: 10px;
	width: 919px;
}

	.TopNav 
	{
		background: bottom repeat-x url(../images/topnav_dashes.gif);
		height: 26px;
		list-style: none;
		padding: 0px 2px 0px 2px;
	}
	
		.TopNav li 
		{
			color: #FFFFFF;
			float: right;
			font-size: 10px;
			height: 11px;
			line-height: 11px;
			margin: 8px 0px 7px 8px;
			padding-left: 8px;
		}
		
		.TopNav .BorderLeft
		{
			border-left: 1px solid #718FBB;
		}
		
		.TopNav a {color: #FFFFFF; text-decoration: none;}
		.TopNav a:hover {color: #FFE14B;}
		
	.Logo 
	{
		display: inline;
		float: left;
		height: 55px;
		margin: 40px 0px 0px 17px;
		width: 226px;
	}
	
		.Logo a 
		{
			display: block;
			height: 55px;
			overflow: hidden;
			text-indent: -5000px;
			width: 226px;
		}
	
		
		
	/*----NAVIGATION----*/	
		
	.Navigation 
	{
		background: url(../images/bkg_navigation.gif) no-repeat;
		font-size: 12px;
		height: 37px;
		list-style: none;
		padding: 4px 4px 0px 4px;
		margin: 81px 0px 0px 288px !important;
		margin: 81px 0px 0px 285px;
		width: 623px;
	}
	
		.Navigation .AboutUs 
		{
			background-color: #10428B;
			border-right: 1px solid #FFFFFF;
			color: #FFFFFF;
			float: left;
			line-height: 37px;
			text-align: center;
			width: 77px;
		}
		
			.Navigation .AboutUs a {color: #FFFFFF; display: block; height: 37px; text-decoration: none;}
			.Navigation .AboutUs a:hover {color: #10428B; background-color: #FFE14B;}
		
		.Navigation .Products 
		{
			background-color: #10428B;
			border-right: 1px solid #FFFFFF;
			color: #FFFFFF;
			float: left;
			line-height: 37px;
			text-align: center;
			width: 77px;
		}
		
			.Navigation .Products a {color: #FFFFFF; display: block; height: 37px; text-decoration: none;}
			.Navigation .Products a:hover {color: #10428B; background-color: #FFE14B;}

		.Navigation .OSHA 
		{
			background-color: #10428B;
			border-right: 1px solid #FFFFFF;
			color: #FFFFFF;
			float: left;
			line-height: 37px;
			text-align: center;
			width: 191px;
		}
		
		.Navigation .OSHA a {color: #FFFFFF; display: block; height: 37px; text-decoration: none;}
		.Navigation .OSHA a:hover {color: #10428B; background-color: #FFE14B;}
		
		.Navigation .Locations 
		{
			background-color: #10428B;
			border-right: 1px solid #FFFFFF;
			color: #FFFFFF;
			float: left;
			line-height: 37px;
			text-align: center;
			width: 79px;
		}
		
			.Navigation .Locations a {color: #FFFFFF; display: block; height: 37px; text-decoration: none;}
			.Navigation .Locations a:hover {color: #10428B; background-color: #FFE14B;}
		
		.Navigation .News 
		{
			background-color: #10428B;
			border-right: 1px solid #FFFFFF;
			color: #FFFFFF;
			float: left;
			line-height: 37px;
			text-align: center;
			width: 95px;
		}
		
			.Navigation .News a {color: #FFFFFF; display: block; height: 37px; text-decoration: none;}
			.Navigation .News a:hover {color: #10428B; background-color: #FFE14B;}
		
		.Navigation .Testimonials 
		{
			background-color: #10428B;
			color: #FFFFFF;
			float: left;
			line-height: 37px;
			text-align: center;
			width: 99px;
		}
		
			.Navigation .Testimonials a {color: #FFFFFF; display: block; height: 37px; text-decoration: none;}
			.Navigation .Testimonials a:hover {color: #10428B; background-color: #FFE14B;}
			
			
			
			
.BreadCrumbs
{
	color: #707070;
	font-size: 11px;
	height: 21px;
	line-height: 14px;
	padding: 0px 17px 0px 17px;
	width: 885px;
}

	.BreadCrumbs a {color: #4D62A5; text-decoration: underline;}
	.BreadCrumbs a:hover {color: #10428B; text-decoration: none;}
	

.Content
{
	background: url(../images/bkg_inside.jpg) no-repeat top center;
	overflow: hidden;
	padding: 7px 7px 20px;
	width: 906px;
}

    .Content .txtHighlight
    {
        color:#10428b;
        font-weight:bold;
    }

.PageTitle
{
	border-bottom: 1px solid #ACACAC;
	height: 43px;
	margin-bottom: 20px;
}

	.PageTitle h2
	{
		color: #10428B;
		font-size: 18px;
		font-weight: normal;
		padding-top: 12px;
	}
	
	.PageTitle a
	{
	    display: block;
	    float: right;
	    width: 200px;
	}
	
	.PageTitleIndent
	{
	    margin-left:130px;
	}

.leftnav
{
    float: left;
    margin: 16px 10px 0 0;
    min-height: 300px;
    width: 120px;
}

    .leftnav a
    {
        color: #af292e;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

    .leftnav a:hover
    {
        color: #af292e;
        font-size: 15px;
        font-weight: bold;
        text-decoration: underline;
    }
    
    .leftnav ul
    {
        margin-top: 10px;
    }

    .leftnav ul li
    {
        line-height:12px;
        list-style-type: none;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .leftnav ul li a,
    .leftnav ul li a:hover
    {
        color: #002878;
        font-size: 13px;
    }

    .leftnav ul li a:hover
    {
        text-decoration: underline;
    }

    .leftnav ul li ul
    {
        margin-top: 10px;
    }
    
    .leftnav ul li ul li
    {
        line-height:12px;
        list-style-type: none;
        margin-bottom:10px;
        margin-left: 10px;
    }

    .leftnav ul li ul li a,
    .leftnav ul li ul li a:hover
    {
        color: #005c56;
        font-size: 13px;
    }

    .leftnav ul li ul li a:hover
    {
        text-decoration: underline;
    }

/*---CONTENT COLUMN---*/
	
.ContentColumn
{
	float: left;
	line-height: 18px;
	width: 665px;
}

	.ContentColumn h3
	{
		color: #363636;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 10px;
	}
	
	.ContentColumn ul
	{
		list-style: none;
		padding-bottom: 20px;
	}
	
		.ContentColumn li
		{
			padding-bottom: 2px;
		}
	
	.ContentColumn ul.ListBullets
	{
		list-style: disc;
		padding-bottom: 20px;
	}
	
	.ContentBox ul.ListNumbers
	{
	    color: #AF292E;
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 16px;
		list-style-type: decimal;
		padding-bottom: 20px;
	}
	
	.ContentBox ul.ListNumbers li
	{
	    margin-bottom: 10px;
	}
	
	.ContentBox ul.ListNumbers li span
	{
	    color: #10428b;
	    font-size: 13px;
	    font-weight: normal;
	}
	
	.ContentColumn ul.ListChecks li
	{
	    background:url(../Images/check-blue.gif) no-repeat left 4px;
		list-style: none;
		padding-left: 20px;
	}
	
	.ContentColumn a {color: #4D62A5; text-decoration: none;}
	.ContentColumn a:hover {color: #10428B;}
	
	
/*---QUOTE COLUMN---*/
	
.QuoteColumn
{
	margin-left: 695px;
	width: 170px;
}

.QuoteInset
{
    margin:20px auto 0;
    width:400px;
}

    .QuoteInset img
    {
        float:left;
        margin-right:12px;
    }

	.QuoteColumn img
	{
		border: 1px solid #E1E1E1;
		margin-bottom: 20px;
		padding: 5px;
	}
	
	p.Quote
	{
		color: #707070;
		font-size: 11px;
		font-style: italic;
		line-height: 16px;
		margin-bottom:8px;
	}
	
	p.Name
	{
		color: #707070;
		font-size: 11px;
		line-height: 14px;
	}
	
/*----FOOTER----*/

.VideoLink
{
    background: #fff;
	border-top: 1px solid #cdcdcd;
	margin: 0 1px 0 2px;
    padding: 1px 1px 0 1px;
}

.Footer 
{
	border-top: 1px solid #cdcdcd;
	color: #707070;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
	padding-top: 10px;
	width: 915px;
}

	.CopyRight 
	{
		float: right;
		font-size:11px;
	}
	
	.FooterLinks
	{
		list-style: none;
	}
	
		.FooterLinks li
		{
			float: left;
			margin-right: 8px;
			padding-right: 8px;
		}
		
		.FooterLinks .BorderRight
		{
			border-right: 1px solid #707070;
		}
		
		.FooterLinks a {color: #10428B; text-decoration: none;}
		.FooterLinks a:hover {color: #707070;}

/* Content Styles */
.ContentWrapper
{
    background:url(../Images/bkg_contentwrapper.jpg) repeat-y;
    margin-left: 130px;
    padding-top:20px;
}

.RadialWrap
{
    background:url(../Images/bkg_radialwrap.jpg) no-repeat right bottom;
    overflow:hidden;
}

.LeftColumn
{
    float:left;
    overflow: hidden;
    padding-left:20px;
    width:448px;
}

    .LeftColumn h3
    {
	    color: #10428b;
	    font-size: 16px;
	    font-weight:normal;
	    padding-bottom: 10px;
    }

    .LeftColumn ul.ListBullets
    {
	    list-style: disc;
	    line-height:25px;
	    padding-bottom: 20px;
	    padding-right: 20px;
    }
    
    .LeftColumn .QuoteWrap
    {
        margin-right:10px;
        overflow:hidden;
    }
    
        .LeftColumn .QuoteWrap img
        {
            float:left;
            margin-right:10px;
        }
        
        .LeftColumn .QuoteWrap p
        {
	        color: #10428b;
	        font-size: 11px;
	        font-style:italic;
	        line-height:18px;
	        margin-bottom: 10px;
        }

.RightColumn
{
    margin-left:468px;
    overflow: hidden;
    padding-left:15px;
}

    .RightColumn h3
    {
        color:#ffd200;
	    font-size: 16px;
	    font-weight:normal;
	    margin-left:20px;
	    padding-bottom: 10px;
    }
    
    .RightColumn h3.Highlight
    {
        color:#fff;
	    font-size: 16px;
	    margin:16px 40px 0 30px;
	    padding-bottom: 10px;
	    text-align:center;
    }
    
    .RightColumn ul.ListChecks li
    {
        background:url(../Images/check-red.gif) no-repeat left 4px;
        color:#ffd200;
        font-size:13px;
        font-style:italic;
	    list-style: none;
	    margin-left:20px;
	    padding-left: 20px;
    }
	
	.RightColumn ul.ListChecks li a,
	.RightColumn ul.ListChecks li a:hover
	{
	    color: #ffe14b;
	    text-decoration: none;
	}
	
    .RightColumn ul.ListBullets
    {
        color:#ffd200;
        font-size:12px;
	    list-style: disc;
	    line-height:25px;
	    margin-left:20px;
	    padding-left: 20px;
	    padding-bottom: 20px;
    }
    
    .RightColumn ul.ListBullets span
    {
        color:#fff;
    }

p.QuoteBig
{
    color:#10428b;
    font:bold 18px Trebuchet MS;
    font-style:italic;
    margin-bottom:18px;
}

p.QuoteSmall
{
    color:#10428b;
    display:block;
    font:normal 14px Trebuchet MS;
    font-style:italic;
    margin-bottom:15px;
}

.QuoteSmall span
{
    font:normal 10px Verdana;
}

.ContentBox
{
    background:#dce2fa;
    font:normal 14px Trebuchet MS;
    line-height:20px;
    overflow:hidden;
    padding:12px;
}

.ContentBox h3
{
    color:#10428b;
    font:bold 17px Trebuchet MS;
    margin:5px 0;
}

.ContentBox ul
{
    line-height:25px;
    margin-left:30px;
}

.ContentBoxLeft
{
    float:left;
    width:45%;
}

.ContentBoxRight
{
    margin-left:50%;
}

.ContentBoxRight ul ul
{
    color:#10428b;
    list-style-type:disc;
}

.RowWrap
{
    overflow:hidden;
}

.LogoRow
{
    margin:12px 19px 0 0;
    text-align:right;
}

.LogoRow img
{
    margin-left:12px;
}

.ImageRight
{
    float:right;
    margin-left:12px;
}

.ImageLeft
{
    float:left;
    margin-left:12px;
}

.txtCenter
{
    text-align:center;
}

/* OSHA Page */
ul.OshaList
{
    background:url(../Images/osha-hamper.gif) no-repeat left center;
    color:#10428b;
    font:normal 12px Trebuchet MS;
    font-style:italic;
    padding-left:120px
}

/* About Us */
.AboutRight
{
    float:right;
    margin-left:25px;
    width:200px;
}

.AboutLeftRow
{
    overflow:hidden;
}

.AboutQuote
{
    float:left;
    font:bold 11px Trebuchet MS;
    line-height:16px;
    width:230px;
}

.AboutQuote img
{
    margin-bottom:8px;
}

.AboutTagline
{
    background:#ffe14b;
    color:#10428b;
    font:bold 14px Trebuchet MS;
    font-style:italic;
    margin:10px 0 15px;
    padding:10px;
    text-align:center;
}

#AboutFlash
{
    text-align: center;
}

/* Errors */
.ErrorList
{
    color: #c00;
    font-weight: bold;
}

.ErrorList ul
{
    margin:10px 0;
}

.ErrorList li
{
    color: #c00;
    margin-left:25px;
}

/* R.I.C.H.E.S. */
dl.RichesList
{
    color:#10428b;
}

dl.RichesList dt span
{
    color:#AF292E;
    font-size: 18px;
    font-weight:bold;
    padding-right:3px;
}

dl.RichesList dd
{
    margin-bottom: 10px;
}

.RichesLeft
{
    float: left;
    width: 45%;
}

.RichesRight
{
    margin-left: 50%;
}

.RichesLeft img,
.RichesRight img
{
    margin-left: 40px;
}
