/*------------------------------
Jerard Neal
-------------------------------*/
	#prev-arrow {
		display: block;
		float: left;
		width: 100px;
		margin-right: 20px;
	}
	#next-arrow {
		display: block;
		float: right;
		width: 92px;
	}
#prev-arrow a span, #next-arrow a span {
		display: none;
	}
#prev-arrow, #next-arrow {
	padding-top: 100px;
	}
	#next-arrow a:hover {
		background: url(../images/arrow-next-hover.png) no-repeat top left;
	}
	#next-arrow a{
		display: block;
		background: url(../images/arrow-next.png) no-repeat top left;
		width: 70px;
		height: 70px;
		margin-right: 15px;
		
	}
	#prev-arrow a:hover {
		background: url(../images/arrow-prev-hover.png) no-repeat top left;
	}
	#prev-arrow a{
		display: block;
		background: url(../images/arrow-prev.png) no-repeat top left;
		width: 70px;
		height: 70px;
		margin-left: 25px;
	}
#slides {    
	background: none repeat scroll 0 0 #EEEEEE;
	margin-left: -5px;
	margin-top: -5px;
    }

#slider {display: none !important;}
a.catalog-link  span{
	display: none;
}

a.catalog-link {
	display: block;
	width: 189px;
	height: 43px;
	background: url(../images/catalog-button.png) no-repeat top left;
	margin: -10px 0 10px 2px;
	}
/*MailChimp Form */
#signup-mc-wrapper {
	padding-bottom: 12px;
	background: transparent url(../images/signup-bg.png) no-repeat 6px top;
	}
#signup-mc {
	padding: 85px 5px 5px;
	width: 173px;
	margin-left: 5px;	
}

#signup-mc input {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9E9E9E;
    color: #888888;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    height: 18px;
    margin: 0 0 10px 9px;
    padding: 5px;
    width: 145px;
	}
	
#signup-mc #response, #signup-mc label {
	margin: 5px 8px;
	display: block;
}
#signup-mc #submit-btn {
	background: #0D1550;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 60px;
	height: 25px;
	float: right;
	margin-right: 7px;
	}

/* CSS Reset (Modified version of Eric Meyer's Reset CSS) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1.2;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
small{font-size: 80%;}
input[type="hidden"]{display: none !important; border: none !Important;}

/* Generic Styles and Structure Rebuild */
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #fff url(../images/main-bg.jpg) left top repeat-x;
	color: #3b3b3b;
}

body#page1{
	background: #fff url(../images/main-home-bg.jpg) left top repeat-x;
}

a{color: #182590; text-decoration: none;}
a:hover{text-decoration: underline;}

h1, h2, h3, h4, h5, h6{line-height: 1.1;}
h1{font-size: 30px; padding: 0 0 15px;}
h2{font-size: 20px; padding:0 0 5px;}
h3{font-size: 15px; padding:0 0 5px;}
p{padding: 0 0 15px 0; margin: 0;}

.subscript{font-size:xx-small; vertical-align:bottom;} 


/* Layout */

#wrapper{
	width: 960px;
	margin: 0 auto;
}


#header{
	position: relative;
	height: 84px;
	height: 107px;
}

#logo{
    background: url(../images/logo1.jpg) left top no-repeat;
    width: 274px;
    height: 71px;
    display: block;
    position: absolute;
    top: 20px;
}

    #logo span{
        display: none;
    }


#search{
    position: absolute;
    top: 74px;
    right: 0;
    width: 217px;
    height: 19px;
    background: transparent url(../images/search-bg.jpg) left center no-repeat;
    z-index: 1250;
}

    #search-input{
        border: 0;
        background: transparent;
        height: 17px;
        width: 195px;
        position: absolute;
        top: 1px;
        left: 5px;
        color: #b3a893;
        font-size: 10px;
    }
    
    #search-input:focus{
        color: #343434;
    }   

    #search-submit{
        border: 0;
        background: transparent;
        height: 17px;
        width: 20px;
        position: absolute;
        top: 1px;
        left: 198px;
    }

#global-nav{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 30px;
    background: url(../images/global-bg.jpg) center top no-repeat;
    text-transform: uppercase;
    font-size: 10px;
    width: 223px;
    font-weight: bold;
    text-align: center;
}

    #global-nav a{
        color: #fff;
        text-decoration: none;
        padding: 0 3px;
    }
    
    #global-nav a:hover{
    	text-decoration: underline;
    }

#header-phone{
    position: absolute;
    top: 37px;
    right: 0;
    font-size: 24px;
    color: #777;
    width: 223px;
    font-weight: bold;
    text-align: center;
}

#primary-wrapper{
	margin-bottom: 5px;
}

#primary-nav{
	position: relative;
	z-index: 1000;
	background: url(../images/primary-bg.jpg) center bottom no-repeat;
}

#primary-nav li{
	height: 49px;
	float: left;
}

	#primary-nav li a{
		color: #636363;
		text-transform: uppercase;
		line-height: 49px;
		font-weight: bold;
		font-size: 12px;
		text-decoration: none;
		display: block;
		padding: 0 14px;
	}
	
	#primary-nav li a:hover{
		color: #1e3d6b;
	}

#primary-nav ul{
    display: none;
    position: absolute;
    top: 41px;
    /* border: 1px solid #6b6b6b; */
    border-top: none;
    background: #fff;
    width: 215px;
	box-shadow: 0 3px 4px #666;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

    #primary-nav ul li{
        float: left;
        padding: 2px;
        width: 211px;
		height: auto;
        border-top: 1px solid #f6f6f6;
        float: left;
    }
    
        #primary-nav ul li a{
            border: none;       
            line-height: 1.2;
            padding: 5px 10px;
            text-transform: none;
            font-size: 12px;
        }
    
        #primary-nav ul li a:hover{
            color: #182590;
        }

/*2col drop*/
#primary23 ul{width: 430px;}

/*3col drop*/
/* #primary22 ul, #primary21 ul{width: 612px;} */

#banner-home{
	padding: 10px 10px 0 10px;
}

    #slider{
        height: 320px !important; 
        border: 1px solid #636363;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
        z-index: 500;
    }

#content-wrapper{
	min-height: 300px;
	float: left;
}

.home h1{
	font-weight: normal;
	font-size: 17px;
	color: #3b3b3b;
}

.home #content{
	/* width: 323px; */
	padding: 20px 20px 20px 20px;
	float: left;
}

.two-col #content,
.three-col #content{
	width: 748px;
	float: left;
	margin-right: 19px;
}

.three-col #inner-content{
	width: 549px;
	float: left;
}

#inner-content h2{
	/* color: #182590; */
	color: #444;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	font-size: 16px;
	clear: both;
}

#inner-content h2.header{
	border: none;
	color: #000;
	font-size: 19px;
}

#inner-content h3{
	color: #333;
	font-size: 14px;
}

#page202 h3 {color: #182590;}

/* Table Styles */

#inner-content table{
	border-collapse: collapse;
	margin-bottom: 15px;
}
	

	#inner-content table td,
	#inner-content table th{
		padding: 8px;
		border: 1px solid #ccc;
		width: 16%;
	}
	
	#inner-content table h2{
		text-align: center;
		color: #FFF;
		border: none;
		padding: 0;
		margin: 0;
	}
	
	#inner-content table th {
		background: #666;
	}
	
	#inner-content table tbody th {
		/* background: #808080; */
	}
	
/* END - Table Styles */	

#home-top{
	background: url(../images/home-content-bg.jpg) left bottom repeat-x;
	clear: right;
	box-shadow: 0 3px 5px #666;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 30px;
}

#banner{
	background: #fff;
	padding: 8px;
	box-shadow: 0 3px 5px #bbb;
	margin-bottom: 20px;
	height: auto;
}

#sidebar-left{
	float: left;
	width: 180px;
	margin-right: 19px;
}

	#sidebar-left h2{
		background: #0d1550 url(../images/secondary-title-bg.jpg) left top no-repeat;
		padding: 5px 10px;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
	}

#secondary-nav{
	border-bottom: 5px solid #182590;
}

#secondary-nav li a{
	display: block;
	background: #e9e9e9;
	color: #393b38;
	border: 1px solid #c6c6c6;
	border-top: 1px solid #f4f4f4;
	padding: 5px;
	
}

#secondary-nav li a:hover{
	text-decoration: none;
	color: #182590;
}

	#secondary-nav ul{
		margin: 0 5px;
		border-right: 1px solid #a3a7d0;
		border-left: 1px solid #a3a7d0;
	}
		
		#secondary-nav ul li a{
			background: #f3f3f3;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 10px;
			border-left: none;
			border-right: none;
		}

#secondary-nav ul ul{
	border: none;
	margin: 0;
}

	#secondary-nav ul ul li a{
		text-transform: none;
		padding-left: 10px;
		color: #282828;
		background: #fff
	}

#secondary-nav li.current>a{
	color: #182590;
	font-weight: bold;
}

#landing-buckets{

}

	#landing-buckets .bucket{
		float: left;
		width: 229px;
		height: 175px;
		margin: 0 20px 30px 0;
		position: relative;
		font-size: 12px;
	}
	
	#landing-buckets img{
		border: 1px solid #253196;
		float: left;
		margin-right: 10px;
	}
	
	#landing-buckets .view-more{
		position: absolute;
		bottom: 0;
		width: 229px;
	}
	
	#landing-buckets p{
		padding-left: 105px;
	}
	
#rfq-btn{
    display: block;
    height: 44px;
    width: 191px;
    margin: 10px auto;
    background: transparent url(../images/rfq-btn1.jpg) left top no-repeat;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 14px;
	text-decoration: none;
}

#rfq-btn:hover{
    background: transparent url(../images/rfq-btn.jpg) left bottom no-repeat;
}

.home-right{
	margin: 30px 10px;
	float: right;
}

	.home #rfq-btn{
		margin: 0;
	}

.double-line{
	display: block;
	background: url(../images/double-line.gif) left center no-repeat;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	color: #333;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	margin-bottom: 10px;
}

	a.double-line:hover{
		background: #ededed url(../images/double-line.gif) left center no-repeat;
		text-decoration: none;
	}

.view-story{
	display: block;
	background-color: #777;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	color: #fff;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	margin-bottom: 10px;
}

h1.double-line{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

p.error{
    border: 1px solid #D50D0D;
    background: #ffd8d5;
    padding: 5px;
    margin-bottom: 15px;
    color: #D50D0D;
}

#quick-contact{
    width: 171px;
    margin: 0 auto;
    padding: 65px 10px 10px 10px;
    background: url(../images/quick-bg.jpg) center top no-repeat;
    height: 360px;
}

#quick-contact h3{
    font-weight: bold;
    text-transform: uppercase;
    color: #5e0000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

#quick-contact em{
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
}

#quick-contact label{
    display: block;
    margin-bottom: 0;
    color: #182590;
    font-weight: bold;
}
    
#quick-contact input,
#quick-contact textarea{
    border: 1px solid #ccc;
    padding: 5px;
    width: 160px;
    margin-bottom: 5px;
    background: #fff url(../images/form_input_bg.jpg) left top repeat-x;
}   

#quick-contact select{
    margin-bottom: 5px;
    width: 160px;
}

#quick-contact textarea{
    height: 60px;
}
    
#quick-contact input:focus,
#quick-contact textarea:focus{
    border-color: #000;
}   

#quick-contact input.submit{
    display: block;
    width: 120px;
    margin: 0 auto;
    background: transparent url(../images/quick_submit_bg.jpg) left top repeat-x;
    height: 26px;
    font-size: 13px;
    color: #2c2c2c;
    text-transform: uppercase;
}   

#quick-contact input.submit:hover{
    background: transparent url(../images/quick_submit_bg.jpg) left bottom repeat-x;
    cursor: pointer;
}

#footer-wrapper{
	clear: both;
    border-top: 9px solid #182590;
    margin: 20px 0;
}

#footer{
    width: 960px;
    margin: 0 auto;
    position: relative;
    text-align: right;
    color: #777;
   	text-transform: uppercase;
    padding-top: 10px;
    font-weight: bold;
}

    #footer a{
        color: #777;
    }

#footer-nav{
    position: absolute;
    right: 210px;
    top: 10px;
    font-size: 12px;
}

    #footer-nav a{
        color: #777;
        text-decoration: none;
        line-height: 1.4;
        font-weight: normal
    }
    
    #footer-nav a:hover{
        color: #182590;
    }
    
    #footer-nav a.last{
        padding-right: 0;
    }

#footer address{
    font-style: normal;
    margin-bottom: 15px;
}

#footer address span{
    font-weight: bold;
    font-size: 18px;
}

#footer #credits{
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	top: 10px;
	left: 0;
}

/* Content lists reset */
#inner-content ul,
#inner-content ol {
    margin: 0 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    clear: left;
    line-height: 1.5;
    }
    
    #inner-content ul li {
        list-style-type:disc;
        }
        
        #inner-content ul li ul li {
        list-style-type: circle;
        }
        
    #inner-content ol li {
        list-style-type:decimal;
        }
        
        #inner-content li ul,
        #inner-content li ol {
            margin-bottom: 0;
            padding-left: 5px;
            }

            #inner-content ol ol li {
                list-style: upper-alpha;
                }
        
                #inner-content ol ol ol li {
                    list-style: lower-roman;
                    }
        
                    #inner-content ol ol ol ol li {
                        list-style: lower-alpha;
                        }
#home-buckets .bucket{
	width: 300px;
	height: 260px;
	float: left;
	margin-right: 30px;
	position: relative;
}

#home-buckets .bucket.last{
	margin-right: 0;
}

	#home-buckets .bucket img{
		float: left;
		margin-right: 10px;
	}
	
	#home-buckets .bucket p{
		padding-left: 149px;
	}

#home-buckets .view-more{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
}
	
.view-more{
	display: block;
	background: url(../images/view-more-bg.png) left center no-repeat;
	clear: both;
	text-align: right;
}

	.view-more span{
		background: #fff;
		padding-left: 5px;
	}

#sidebar-right{
	width: 191px;
	float: left;
}

p.B_crumbBox{
    font-weight: bold;
    font-size:85%;
    text-transform:uppercase;
}

p.B_crumbBox a{
    color: #182590;
    text-decoration: none;
}

span.B_currentCrumb{
    font-weight: normal;
}

    p.B_crumbBox a:hover{
        text-decoration: underline;
    }

#contact{
	width: 338px;
	float: left;
	margin-right: 10px;
}

#contact label{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}


	#contact div.column{
		width: 169px;
		float: left;
	}

#contact input,
#contact textarea{
    border: 1px solid #ccc;
    padding: 5px;
    width: 321px;
    margin-bottom: 10px;
    background: #fff url(../images/form_input_bg.jpg) left top repeat-x;
}   

#contact input.small{
	width: 150px;
}

/*
#contact select{
    margin-bottom: 5px;
    width: 160px;
}
*/

#contact textarea{
    height: 160px;
}
    
#contact input:focus,
#contact textarea:focus{
    border-color: #000;
}   

#contact input.submit{
    display: block;
    width: 70px;
    float: right;
    background: transparent url(../images/quick_submit_bg.jpg) left top repeat-x;
    height: 26px;
    font-size: 13px;
    color: #2c2c2c;
    margin-right: 6px;
    text-transform: uppercase;
}   

#contact input.submit:hover{
    background: transparent url(../images/quick_submit_bg.jpg) left bottom repeat-x;
    cursor: pointer;
}

#contact em{
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#contact-meta{
	width: 400px;
	float: left;
}	

#contact-meta h3{
	color: #182590;
	margin-bottom: 10px;
}

	#contact-meta div.column{
		width: 200px;
		float: left;
	}

#tert-nav{
	
}

	#tert-nav div{
		width: 170px;
		float: left;
		margin-bottom: 10px;
		position: relative;
		padding-left: 94px;
		margin-right: 5px;
		height: 125px;
	}
	
		#tert-nav img{
			position: absolute;
			top: 0;
			left: 0;
		}

#pdf-wrapper{
	clear: both;
}

#pdf-wrapper h3{
	background: #808080;
	color: #fff;
	line-height: 1.7;
	padding: 0 10px;
	font-size: 15px;
}

#pdf-list{
	border: 1px solid #808080;
	margin-bottom: 15px;
	padding: 15px;
	background: #fefefe;
}

	#pdf-list a{
		display: block;
		background: url(../images/pdf-dot.jpg) left 1px no-repeat;
		color: #393b38;
		padding-left: 16px;
		margin-bottom: 4px;
	}
	
	#pdf-list a:hover{
		color: #182590;
		text-decoration: none;
	}

#distributor-wrapper{
	clear: both;
}

#distributor-wrapper h2{
	background: #636363;
	color: #fff;
	line-height: 1.7;
	padding: 0 10px;
	margin: 0;
}

#distributors{
	background: #e9e9e9;
	margin: 0 !important;
	padding: 10px; !important;
}

#distributors ul{
	margin: 0;
	padding: 0 !important;
}

#distributors li{
	list-style-type: none !important;
	position: relative;
	border-bottom:  1px solid #d1d1d1;
}

#distributors li a{
	color: #393b38;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 4px 0;
	margin: 0 15px;
	
}
#distributors li.current>a,
#distributors li a:hover{
	color: #182590;
}

#distributors ul li a{
	padding-left: 15px;
	border: none;
}

#distributors ul li{
	border: none;
}

#distributors .drop-icon{
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 9px;
	height: 9px;
	background: url(../images/right-arrow.jpg) left top no-repeat;
	cursor: pointer;
}

#map{
	border: 1px solid #182590;
}	

/* Ditto */
.ditto_item {
	margin-bottom: 10px;
	}
.ditto_pageTitle {
	background: #383838;
	color: #FFF;
	padding: 8px 10px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	}
	.ditto_pageTitle a {
		color: #FFF;
		text-decoration: none;
		}
	.ditto_pageTitle span {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		}
.ditto_introText {
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid #BBB;
	border-top: none;
	background: #FFF;
	overflow: auto;
	}
	.ditto_introText a {
		display: block;
		margin: 10px 5px 0 0;
		float: right;
		}

/* SEARCH RESULT STYLES */
.ajaxSearch_grpResultName {
    font-size: 11px;
    color: #1c1c1c;
    display: block;
    padding: 5px 0;
    }
.ajaxSearch_highlight {
    background: #c4ddff;
    color: #333;
    padding: 0 2px;
    }
.ajaxSearch_resultsInfos {
    display: block;
    margin-top: 5px;
    padding-bottom: 0;
    }
.paging1Infos {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
/*  float: left; */
    font-weight: bold;
    }
.ajaxSearch_result {
    clear: both;
    padding: 10px;
    margin: 8px 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ebebeb;
    }
.ajaxSearch_resultExtract p{
	padding: 0;
	}    
.ajaxSearch_resultLink {
    text-decoration: none;
    font-weight: bold;
    }
.ajaxSearch_resultLink:hover {
    text-decoration: underline;
    }
.AS_ajax_resultsIntroFailure {
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    background:none repeat scroll 0 0 #DD0000;
    color:#FFFFFF;
    font-weight:bold;
    margin:10px 0 0;
    padding:10px;
    float: left;
}

#next_site_wide, #prev_site_wide {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px 3px;
	width: 75px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	background: #182590;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#next_site_wide:hover, #prev_site_wide:hover {color: #fff;}

/* Page Content Columns */
#inner-content .page-half {
	width: 260px;
	float: left;
	margin-right: 14px;
	display: block;
}

/* MaxiGallery */
#photo-gallery{
	clear: both;
}

ul.thumbs{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}


ul.thumbs li{
	background: none;
	padding: 2px !important;
	margin-bottom: 5px !important;
}

ul.thumbs li a{
	height: 106px;
	width: 106px;
	display: block;
	padding: 5px;
	background: #eee;
	border: 1px solid #aaa;
}

ul.thumbs li a img{
	display: block;
	margin: 0 auto;
	border: 3px solid #fff;
}

/* Misc Styles */

p.coa,
p.contact-callout {
    border: 1px solid #B0B0B0;
    clear: both;
    color: #393939;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

/* Image and Captions */

.img-container {border: 1px solid #bbb; display: block; width: inherit; margin: 10px;}
.img-container p {
	display:block;
	width:auto;
	padding:6px;
	color:#fff;
	background:#bbb;
	font-size:10px;
	text-align: center;
}
	
/* Image Floats & Styles */
img.floatright, img.justifyright{float: right; margin: 0 0 10px 10px;}
img.floatleft, img.justifyleft{float: left; margin: 0 10px 10px 0;}

.right {float: right; margin: 0 0 10px 10px;}
.left {float: left; margin: 0 10px 10px 0;}

img.nodeco {border: none;}

/* Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cf:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.cf {
	display: inline-block;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

#ditto_pages{
	margin-bottom:10px;
	height:15px;
	padding-top:5px;
	height:20px;
}
#ditto_pages a, #ditto_pages span{
	border:solid 1px #cccccc;
	background-color:#ffffff;
	padding:2px;

	
}
/* Resource Center DC */
#resource-header {
	width: 736px;
	height: 44px;
	padding-top: 5px;	
	} 
#resource-header ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	} 
#resource-header li {
	list-style: none;
	display: inline;
	margin: 2px 5px 0 0;
	color: #253196;
	text-transform: uppercase;
	} 
#resource-header li#english{
	margin-left: 60px;
	} 
#resource-header li#espanol{
	margin-left: 80px;
	} 
#resource-header li a{
	color: #253196;
	font-size: 1.2em;
	} 
#resource-header li a.active {
	color: #fff;
	cursor: text;
	} 
#resource-header li a.active:hover {
	text-decoration: none;
	} 
#resource-header.english { 
	background: url(../images/resource-header-english.png) no-repeat top left;
}
#resource-header.espanol { 
	background: url(../images/resource-header-espanol.png) no-repeat top left;
}
#page217 #pdf-list, #page219 #pdf-list  {
	overflow: auto;
}
#page217 #pdf-list a, #page219 #pdf-list a {
	width: 45%;
	float: left;
	margin: 3px;
	{
