﻿body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #a4aaae url('images/body-bg-gray.jpg') repeat;
}

#wrapper
{		
	margin-left: auto;
	margin-right: auto;        	
	width: 1000px;
	height: auto;
	padding: 0;	 
	
}
#wrapper-top
{
	float: left;
	background: #FFFFFF url('images/wrapper-bg.jpg') repeat-y;
	width: 100%;
	height: 100%;
	padding: 0;
}
#wrapper-bottom
{
	float: left;
	background: #FFFFFF url('images/wrapper-bg.jpg') repeat-y;
	width: 100%;
	height: 100%;
	padding: 0;
}
#header
{
	float: left;
	margin: 0 80px 0 81px;
	width: 839px;
	height: 107px;        	        
	background: #FFFFFF url('images/logo.jpg') no-repeat;
}

#content-top-home
{
	float: left;
    background-image: url('images/center-pic-nav-home.jpg');            
    width: 1000px;
    height: 446px;
    margin: 0;
    padding: 0;
}
#content-top-railcarrepair
{
	float: left;
    background-image: url('images/center-pic-nav-repairmap-nodots.jpg');            
    width: 1000px;
    height: 446px;    
    margin: 0;
    padding: 0;            
}

#content-top
{
	float: left;
    background-image: url('images/center-pic-nav.jpg');            
    width: 1000px;
    height: 170px;
    /* Maximum height based on background image: height: 183px; */
    margin: 0;
    padding: 0;    
}
#content-top h1, #content-top h2
{
	font-family: Arial, Helvetica ;
	margin: 47px 0 0 0;
	color: #B4B9BC;
	text-align: center;
	font-weight: normal;
}
#content-top h1
{
	font-size:24pt;
}
#content-bottom
{
	color: #393939;
	float: left;
	margin: 0 80px 0 81px;
	width: 839px;
	height: 100%;	
}
#content-bottom-left
{
	background-color: #D4D6D8; /*#B4B9BC;*/
	float: left;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 10px;
	height: 100%;
	width: 232px;
	
}
#content-bottom-left img
{
	padding: 0; 
	border: solid 1px #606060; 
	width: 230px;
	height: 202px; 
}
#content-bottom-left .print
{
    padding-left: 18px;
    background: transparent url('images/printer.gif') no-repeat;
    background-position: left center;
}
#content-bottom-right
{
	float: left;
	padding: 0 15px 15px 15px;
	height: 100%;
	width: 540px;		
}
.content-half
{
    width:50%;
    float:left;
}
.content-third
{
    width:30%;
    float: left;
    margin: 10px 5px 10px 15px;
}

.content-repair-pic
{
    text-align: center;
}
.content-repair-stats
{
    text-align: center;
    padding: 20px 0 20px 0;
}
.content-repair-capabilities
{
    float:left;
    width: 98%;
    height: auto;
}
.content-repair-capabilities h4
{
    height: 30px;
    padding: 20px 10px 30px 0;
    width: 23%;
    float: left;
    display:block;
    font-size: 10pt;
    text-align: right;    
    
}

.content-repair-capabilities ul
{
    width: 70%;
    margin: 0 0 0 0;
    list-style:none;
    padding-left: 10px;
    border-left: solid 1px #ccc;
    /*height: 100px;    */
    float: left;    
}
.content-repair-capabilities ul li
{
    width: 120px;
    float: left;
}


#content-bottom-right h4
{
	margin-top: 0;
}
#content-bottom-right img
{
	margin-left: 5px;
	margin-bottom: 5px;
	/*border: solid 1px #606060;*/
}

#footer-wrapper
{
	float:left;
	width: 999px;
	height: 60px;
	padding:0;
	margin: 0 0 0 1px;
	background: url('images/footer-bg.jpg');
}
#footer
{
	float: left;
	font-family: Arial;
	font-size: 8pt;
	margin: 0 80px 0 80px;        	
	width: 839px;
	height: 25px;
	background-color: #ffffff;
	border-top: dotted 1px #A4AAAE;	
	
}
#footer #copyright
{
	float: left;
	padding: 5px 0 0 10px;
	
}

/* common classes */
.image-caption
{
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	text-align: center;	
}
.image-fullwidth
{
	margin-right:20px; 
	margin-left:0;
	padding-left:0;
	width:520px;
}
.center
{
    text-align: center;
}
.indent
{
	margin-left: 25px;
}

.link, .link-sidebar
{
    list-style:none;
    margin: 10px 0 10px 0;
    padding: 0;
}
.link li
{
    margin: 10px 0 0 0;    
    background: transparent url('images/acrobat.jpg') no-repeat;
    padding: 0 0 0 25px;    
}
.link li a.acrobat
{    
    padding: 0;     
}
.link-sidebar li
{
    margin-bottom: 5px;
}
.link-button-centerwrapper
{
    width: 100%;
    text-align:center;
}
.link-button
{
    width: 150px;    
    margin-left: auto;
    margin-right: auto;        
    display:inline-table;
    border: solid 2px #cccccc;
}
.link-button a
{
    padding: 5px 5px 5px 5px;
    background-color: #777777;
    color: #ffffff;
    text-align: center; 
    width: auto;
    height: 100%;
    display: block;
    text-decoration: none;
}
.link-button a:hover
{
    background-color: #cccccc;
    color: #004477;
}
.link-title
{
    font-style:italic;
    color: #2A5C89;
    font-weight:bold;
    margin-top: 20px;
}
.error-message
{
    font-size: 10pt;
    color: Red;
    margin-bottom: 10px;
    display: block;     
}
.success-message
{
    font-size: 10pt;
    color: Green;
    margin-bottom: 10px;
    display: block;     
}
.italic
{
    font-style:italic;
}

/* end common classes */

/* page specific styles */
.railcarmanufacturing-images
{
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: dashed 1px #D4D6D8;	
	border-bottom: dashed 1px #D4D6D8;	
	text-align: center;
}

.industrial-products-images
{
	float: left;
	padding-bottom: 20px;
	border-top: dashed 1px #D4D6D8;	
	border-bottom: dashed 1px #D4D6D8;	
}
.industrial-products-images .box
{
	float: left;
	margin: 20px 15px 20px 25px;
	padding: 0;
	width: 131px;
	height: 114px;
	/* below for 108x81 img
	width: 114px;
	height: 101px;*/
	text-align: center;
}
.industrial-products-images .caption
{
	float: left;
	margin-bottom: 10px;
	font-size: 7pt;
    /*text-decoration: underline;*/
	text-align: center;	
	width: 100%;
	height: 5px;
}

#reddot
{
	background: #000 url('images/reddot.gif') no-repeat;
	margin: 150px 0 0 350px;
	height: 10px;
	width: 10px;
}
.map
{	
}

#railcarrepair-mobile
{
	float: left; 
	font-family: Arial;
	font-size: 15px;
	padding: 70px 10px 0 90px; 
	text-align: center;
	height: 330px; 
	width: 175px;		
}
#railcarrepair-mobile h2
{
	font-weight:normal;
	color: #FFE251;
}
#railcarrepair-fullservice
{
	float: left; 
	font-family: Arial;	
	font-size: 15px;
	padding: 70px 60px 0 0; 
	text-align: center; 
	height: 330px;
	width: 215px;			
}
#railcarrepair-fullservice h2
{
	font-weight:normal;
	color: #A1D9F7;
}
#railcarrepair-mobile ul, #railcarrepair-fullservice ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#railcarrepair-mobile ul li, #railcarrepair-fullservice ul li
{
	padding: 3px;
	list-style: none;
}
#railcarrepair-mobile a, #railcarrepair-fullservice a
{
	color: #C8C8C8;
	text-decoration: none;
}
#railcarrepair-mobile a:hover, #railcarrepair-fullservice a:hover
{
	color: #fff;
	text-decoration: underline;
}
 
#railcarrepair-map
{
	float: left; 
	margin-top: 70px;
	width: 450px;
	height: 260px; 	
}
#railcarrepair-map img
{	
    border:none;
}
 
/* carousel */
.carousel-wrapper
{
	float: left;
	text-align: center;
	width: 825px;
	height: 100%;
	margin: 5px;
}
.carousel
{
	float: left;
	width: 825px;
	height: 125px;
	
}
.carousel a img
{
	border: none;
}
.carousel-button
{
	margin: 0 auto 0 auto;
}
.prev, .next
{	
	color:#A4AAAE; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color:#FFFFFF; 
	border:1px solid; 
	border-color: #A4AAAE; 
	margin: 5px 5px 5px 0;
} 
/* end carousel */
.notice-date
{
    display: block;
    margin: 20px;
    font-weight: bold;
}

.notice-label 
{
    margin: 20px;
    display: block;
    padding-bottom: 20px;
}

.center 
{
    text-align: center;
}

.small-pad 
{
    padding: 20px;
}
