﻿/* Page Conversion CSS */
/* Eliminate the need for spacers and local CSS */


.content_div{ /* Positions & Centers in IE */
	text-align: center;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	padding-top: 12px;	
}

.content_table{ 
	height: 478px;
	width: 760px;
	margin: 0 auto; /* Firefox Centering Fix */	
	border-bottom: 3px solid #e6e6e6;
	}


.left_column {
	vertical-align: top;
	width: 137px;
	padding: 38px 0px 0px 0px;
}

.center_column {
	vertical-align: top;
	text-align: left;
	width: 383px;
	padding: 20px 0px 23px 1px
}

.right_column {
	vertical-align: top;
	text-align: left;
	width: 229px;
	padding: 20px 0px 19px 10px;
}

.title {
	margin: 40px 0px 0px 0px;
}

.body_large {
	font: tahoma, arial;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
	
}

.body_right_rule {
	border-right: 1px solid #e5e5e5;
	height: 100%;
	padding-right: 10px;
	font: tahoma, arial;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
}

.center_copy 
{
	font: tahoma, arial;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
}

.left_column_copy {
	font-family: tahoma, arial;
	font-size: 10px;
	/*line-height: 14px;*/
	/*line-height: 15px;*/
	line-height: 1.5;
	text-align: right;
	color: #666;
	padding: 0px 14px 0px 0px;
	
}

.right_nav_table {
	width: 228px; /* Fix IE Rendering Problem */
	margin-right: 0px;
	float: right;
	border: 1px solid #e6e6e6;
}

.right_nav_table th {
	padding: 4px 4px 4px 8px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: rgb(129,21,21);
	background-image: url(/global/images/nav_arrow_open.gif);
	background-position: 208px;
	background-repeat: no-repeat;	
	
}

.right_nav_table th a {
	color: rgb(129,21,21);	
}


.right_nav_table td {
	text-align: left;
	padding: 5px 8px 4px 8px;
}

.right_nav_table a {
	color: #666;
	text-decoration: none;
}

.right_nav_table a:hover {
	text-decoration: underline;
}
	
.right_nav_alternate_item 
{
	background-color: #f3f3f3;
}


    .wideLayoutTable
     {
          position: relative;
          border: 0;
          width: 954px;
          margin-left: auto;
          margin-right: auto;
          top: 27px;
          background-color: #ffffff;
     }       
       
       /*the left content area, holds the logo and sometimes the page title and text*/
       .wideLeftColumn
       {
           vertical-align:top;
           width: 136px; 
           padding-top: 40px; 
       }
       
       /*the left logo <a> tag that clicks to go home*/
       .wideLeftLogoHome
       {
            border: 0px;
       }
       
       /*the large center content area*/
       .wideCenterColumn
       {
           vertical-align:top;
           font-size: 11px;
       }
       
        /*the large center content area*/
       .wideCenterColumn a
       {
           font-weight: bold;
       }
       
       
       /*this is an optional table element that holds a vertical line*/
       .wideLineColumn
       {
            width: 1px; 
            vertical-align:top; 
            padding-top: 22px;
       }
       
       /*the vertical line. Height specified on the page.*/
       .wideLineColumnVerticalLine
       {
            width:1px; 
            background-color:#EEEEEE;
       }
       
       /*the right column table element which typically holds the quicklinks table*/
       .wideRightColumn
       {
           vertical-align:top;
           width: 234px;  
       } 
       
       .wideLeftChannelText
       {
           padding-top: 5px;
           padding-right:13px;
           text-align:right;
           color: #666666;
           line-height: 15px;  
       }
       
       .wideSubHead
       {
           font-size:12px;
           font-weight: bold; 
           padding-bottom: 10px; 
       }
       
       .contactContent
       {
            padding: 10px; 
            width:530px; 
            white-space:normal;
            font-size: 11px;
       } 
       
       .bottomBarRule
       {
            height: 3px; 
            background-color: #EEEEEE; 
            border: solid 0px #EEEEEE; 
            color: #EEEEEE;
       }
       
       .clearer
       {
            clear:both;
	        height:1px;
	        font-size:1px;
	        line-height: 0px;
	        border:none;
	        margin:0; padding:0;
	        float: left;  
       }
       

