html{

}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: URL('../img/pageBg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p{
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

a{
	color: #3399ff;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399ff;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: auto;
	text-align: left;
	margin-top: 20px;
}

#header{
	float: left;
	width: 940px;
	height: 100px;
	background-image: URL('../img/headerBg.jpg');
	background-repeat: repeat-x;
	border-bottom: 4px solid #7eaad4;
}

#headerLeft{
	float: left;
	width: 193px;
	height: 100px;
}

#headerLeft img{
	display: block;
	float: left;
}

#headerMiddle{
	float: left;
	width: 737px;
	height: 100px;
}

#headerRight{
	float: left;
	width: 10px;
	height: 100px;
	background-image: URL('../img/rightHeaderCorner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#body{
	float: left;
	width: 940px;
	height: auto;
	background-color: #FFFFFF;
}

#content{
	float: left;
	width: 920px;
	padding: 10px;
	display: inline;
    z-index: 0;
}

#footer{
    float: left;
    width: 940px;
    height: auto;
    text-align: center;
    font-size: 11px;
    border-top: 1px solid #CCCCCC;
}

#footer2{
    float: left;
    width: 940px;
    height: auto;
}

#footer3{
    float: left;
    width: 940px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
#footer{
	float: left;
	width: 940px;
	height: auto;
	background-color: #1e507f;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #1e507f;
	background-color: #FFFFFF;
}

#footer2{
	float: left;
	width: 940px;
	height: auto;
	background-image: URL('../img/leftFooterCorner.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer3{
	float: left;
	width: 940px;
	height: auto;
	background-image: URL('../img/rightFooterCorner.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

#searchHolder{
	float: left;
	width: 343px;
	height: 37px;
	padding-left: 340px;
	padding-bottom: 27px;
	padding-top: 10px;
}

#searchLeft{
	float: left;
	width: 10px;
	height: 37px;
	background-image: URL('../img/leftSearchCorner.jpg');
	background-repeat: no-repeat;
}

#searchMiddle{
	float: left;
	width: 295px;
	height: 37px;
	background-color: #366999;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#searchRight{
	float: left;
	width: 38px;
	height: 37px;
}

#searchRight img{
	float: left;
	display: block;
}

a.contactIcon{
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    background-color: transparent !IMPORTANT;
}

.tabOff{
	float: left;
	width: auto;
	height: 26px;
	padding-left: 10px;
    padding-right: 10px;
	display: inline;
}

.tabOn{
	float: left;
	width: auto;
	height: 26px;
	display: inline;
	background-color: #7eaad4;
}

.tabOn div, .tabOff div{
    float: left;
}

.tabOn span{
	float: left;
	width: auto;
	background-image: URL('../img/leftTabCorner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.tabOn span a{
	float: left;
	width: auto;
	background-image: URL('../img/rightTabCorner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 10px;
}

.tabOff a, .tabOn a{
    float: left;
    display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 12px;
	text-decoration: none;
}

.tabOff a:hover, .tabOn a:hover{
	background-color: transparent;
}

#headerMiddleTop{
    float: left;
    width: 737px;
    height: auto;
    position: relative;
}

#headerMiddleBottom{
    float: left;
    width: auto;
    height: auto;
    margin-left: 100px;
    display: inline;
}

.tabHolder
{
    float: left;
    width: auto;
    position: relative;
    z-index: 50;
}

.subMenu{
    position: absolute;
    top: 26px;
    left: 0px;
    background-color: #7eaad4;
    width: 150px;
    padding: 10px;
    padding-bottom: 8px;
    display: none;
    z-index: 100;
}

.subMenu a{
    float: left;
    width: 140px;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    line-height: 22px;
    padding-left: 10px;
    background-color: #73a1cd;
    border-bottom: 2px solid #7eaad4;
}

.subMenu a:hover{
    background-color: #6092c2;
}

#homeBannerHolder{
    float: left;
    width: 920px;
    height: auto;
    margin-bottom: 10px;
    display: inline;
}

#homeBannerArea{
    float: left;
    width: 920px;
    height: 278px;
    position: relative;
    background-image: URL('../img/homeBanner1.jpg');
    background-repeat: no-repeat;
}

.bannerArea2{
    background-image: URL('../img/homeBanner2.jpg');
}

.bannerArea3{
    background-image: URL('../img/homeBanner3.jpg');
}

#homeBannerAreaTabs{
    position: absolute;
    width: 895px;
    height: 29px;
    padding-left: 25px;
    bottom: 0px;
    left: 0px;
}

#homeBannerAreaTabs a{
    float: left;
    display: block;
    width: 129px;
    height: 29px;
    line-height: 29px;
    background-image: URL('../img/bannerFlipTabOff.png');
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 3px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

a.bannerAreaTabOn{
    background-image: URL('../img/bannerFlipTabOn.png') !IMPORTANT;
    color: #333333 !IMPORTANT;
}

#homeBannerAreaTabs a:hover{
    background-image: URL('../img/bannerFlipTabHover.png');
}

#homeBannerAreaButtons{
    position: absolute;
    top: 80px;
    right: 40px;
    width: 143px;
    height: 121px;
}

#homeBannerAreaButtons a{
    float: left;
    display: block;
    margin-bottom: 3px;
    width: 143px;
    height: 28px;
    line-height: 28px;
    background-color: transparent;
    background-image: URL('../img/greyButton1.png');
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

#homeBannerAreaButtons a:hover{
    background-image: URL('../img/yellowButton1Hover.png');
    color: #000000;
}

a.bannerAreaButtonOn{
    background-image: URL('../img/yellowButton1.png') !IMPORTANT;
}

a:hover.bannerAreaButtonOn{
    background-image: URL('../img/yellowButton1Hover.png') !IMPORTANT;
}

#bannerFlipHolder{
    float: left;
    width: 920px;
    height: auto;
}

#bannerFlipLeft{
    float: left;
    width: 10px;
    height: 167px;
    background-image: URL('../img/homeBannerLeftCorner.jpg');
    background-repeat: no-repeat;
}

#bannerFlipRight{
    float: left;
    width: 10px;
    height: 167px;
    background-image: URL('../img/homeBannerRightCorner.jpg');
    background-repeat: no-repeat;
}

#bannerFlipMiddle{
    float: left;
    width: 900px;
    height: 167px;
    background-image: URL('../img/homeBannerBg.jpg');
    background-repeat: repeat-x;
}

.bannerFlipDiv{
    float: left;
    width: 100px;
    height: 147px;
    padding: 10px;
    padding-right: 12px;
    text-align: center;
    background-image: URL('../img/homeBannerDivider.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    color: #333333;
    line-height: 18px;
}

.bannerFlipDiv img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.bannerFlipDivHeading{
    float: left;
    width: 100%;
    height: 40px;
}

.bannerFlipDivImage{
    float: left;
    width: 100%;
    height: auto;
}

.bannerFlipDiv a{
    background-color: transparent;
}

.bannerArea{
    display: none;
}

.greyBoxHolder{
    float: left;
    width: 100px;
    height: 10px;
    line-height: 1px;
    clear: both;
}

.greyBoxTopMiddle{
    float: left;
    width: 80px;
    height: 9px;
    background-color: #f2f2f2;
    border-top: 1px solid #cccccc;
}

.greyBoxBottomMiddle{
    float: left;
    width: 80px;
    height: 9px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

.greyBoxTopLeft{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyBoxTopLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.greyBoxTopRight{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyBoxTopRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.greyBoxBottomLeft{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyBoxBottomLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.greyBoxBottomRight{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyBoxBottomRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.greyBoxContent{
    float: left;
    width: 78px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f2f2f2;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #333333;
}

.greyBoxContent h2{
    font-size: 14px;
    font-weight: bold;
    color: #38546d;
    margin-bottom: 10px;
}

#homeLeft{
    float: left;
    width: 252px;
    height: auto;
}

#homeMiddle{
    float: left;
    width: 428px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: inline;
}

#homeRight{
    float: left;
    width: 200px;
    height: auto;
}

h1#subH1{
    float: left;
    display: block;
    width: 920px;
    font-size: 18px;
    color: #355674;
    margin-bottom: 10px;
}

#subHeader{
    float: left;
    width: 920px;
    height: 143px;
    background-image: URL('../img/subHeaderServices.jpg');
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: inline;
}

#subHeader h2{
    float: left;
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    line-height: 24px;
    margin-left: 40px;
    margin-top: 45px;
}

#subHeader h2 span{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

#subPageLeft{
    float: left;
    width: 744px;
    height: auto;
    margin-right: 10px;
    display: inline;
}

#subPageRight{
    float: left;
    width: 166px;
    height: auto;
}

.lightBlueBox{
    float: left;
    width: 744px;
    height: auto;
    margin-bottom: 10px;
    display: inline;
    background-image: URL('../img/lightBlueBoxBg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #cad4dd;
    color: #173d5f;
}

.lightBlueBox h2{
    font-size: 14px;
    font-weight: normal;
    color: #4f6578;
    margin-bottom: 10px;
}

.lightBlueBox2{
    float: left;
    width: 744px;
    height: auto;
    background-image: URL('../img/lightBlueBoxTopLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.lightBlueBox3{
    float: left;
    width: 744px;
    height: auto;
    background-image: URL('../img/lightBlueBoxTopRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.lightBlueBox4{
    float: left;
    width: 744px;
    height: auto;
    background-image: URL('../img/lightBlueBoxBottomLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.lightBlueBox5{
    float: left;
    width: 704px;
    height: auto;
    background-image: URL('../img/lightBlueBoxBottomRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px;
}

.lightGreyBoxHolder{
    float: left;
    width: 744px;
    height: 10px;
    line-height: 1px;
    clear: both;
}

.lightGreyBoxTopMiddle{
    float: left;
    width: 724px;
    height: 9px;
    border-top: 1px solid #dfdfdf;
}

.lightGreyBoxBottomMiddle{
    float: left;
    width: 724px;
    height: 9px;
    border-bottom: 1px solid #dfdfdf;
}

.lightGreyBoxTopLeft{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/lightGreyTopLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.lightGreyBoxTopRight{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/lightGreyTopRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.lightGreyBoxBottomLeft{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/lightGreyBottomLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.lightGreyBoxBottomRight{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/lightGreyBottomRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.lightGreyBoxContent{
    float: left;
    width: 722px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    position: relative;
}

.lightGreyBoxContent h2{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.blueTabHeader{
    float: left;
    width: 722px;
    height: 29px;
    border-bottom: 1px solid #1e507f;
    margin-bottom: 10px;
    display: inline;
}

.blueTabHeader h3{
    float: left;
    width: 170px;
    height: 29px;
    padding-left: 20px;
    background-color: #1e507f;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    background-image: URL('../img/blueTopLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.blueTabHeader span{
    float: left;
    width: 170px;
    height: 29px;
    background-image: URL('../img/blueTopRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.smallDiv{
    float: left;
    width: 159px;
    border-right: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 10px;
}

.subNavHolder{
    float: left;
    width: 166px;
    height: 10px;
    line-height: 1px;
    clear: both;
}

.subNavTopMiddle{
    float: left;
    width: 146px;
    height: 9px;
    border-top: 1px solid #CCCCCC;
}

.subNavBottomMiddle{
    float: left;
    width: 146px;
    height: 9px;
    border-bottom: 1px solid #CCCCCC;
}

.subNavTopLeft{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyTopLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.subNavTopRight{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyTopRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.subNavBottomLeft{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyBottomLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.subNavBottomRight{
    float: left;
    width: 10px;
    height: 10px;
    background-image: url('../img/greyBottomRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.subNavContent{
    float: left;
    width: 144px;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.subNavContent a{
    float: left;
    width: 143px;
    height: 28px;
    background-image: URL('../img/greyButton2.jpg');
    background-repeat: no-repeat;
    line-height: 28px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    clear: both;
    margin-bottom: 3px;
    background-color: transparent;
}

.subNavContent a:hover{
    background-image: URL('../img/yellowButton2Hover.png');
    color: #000000;
}

.related{
    float: left;
    width: 166px;
    height: auto;
    background-image: URL('../img/relatedBg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}

.related2{
    float: left;
    width: 166px;
    height: auto;
    background-image: URL('../img/relatedTopLeft.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.related3{
    float: left;
    width: 146px;
    height: auto;
    padding: 10px;
    background-image: URL('../img/relatedTopRight.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    color: #333333;
    line-height: 18px;
}

.related3 strong{
    font-size: 14px;
}

a.button1{
    float: left;
    width: 143px;
    height: 28px;
    background-image: URL('../img/greyButton2.jpg');
    background-repeat: no-repeat;
    line-height: 28px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: transparent;
}

a:hover.button1{
    background-image: URL('../img/greyButton2Hover.jpg');
    color: #000000;
}

#theWheel{
    float: left;
    width: 100%;
}

#theWheel img{
    margin-left: 20px;
	vertical-align:top; 
}

#theWheel h2{
    font-size: 18px;
    color: #bb8900;
}

#theWheel h3{
    font-size: 14px;
}

#thePyramid{
    float: left;
    width: 100%;
}

#thePyramid img{
    margin-right: 20px;
	margin-bottom:30px;
	vertical-align:top; 
}

#thePyramid h2{
    font-size: 18px;
    color: #bb8900;
}

#thePyramid h3{
    font-size: 14px;
}

#partNumberHolder
{
    float: left;
    width: auto;
    height: auto;
    border: 1px solid #1e507f;
    border-bottom: 0px;
    margin-bottom: 10px;
}

#partNumberContent
{
    float: left;
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

#partNumberContent2
{
    width: auto;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

#partNumberTitle{
    float: left;
    width: 100%;
    height: 25px;
    text-align: center;
    background-color: #1e507f;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    background-image: URL('../img/pnBg.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    text-transform: uppercase;
}

#partNumberHeader{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background-color: #1e507f;
}

.partNumber{
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #5385b3;
    border-bottom: 1px solid #5385b3;
}

.partNumber a{
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}

.pn1{
    float: left;
    width: 2%;
}

.pn2{
    float: left;
    width: 43%;
}

.pn3{
    float: left;
    width: 43%
}

.pn4{
    float: left;
    width: 10%;
}

.pn5{
    float: left;
    width: 2%;
}

.relatedBox{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.relatedHeader{
    float: left;
    width: 100%;
    height: 25px;
    background-image: URL('../img/relatedHeaderBg.jpg');
    background-repeat: repeat-x;
}

.relatedHeader2{
    float: left;
    width: 100%;
    height: 25px;
    background-image: URL('../img/relatedCornerLeft.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.relatedHeader3{
    float: left;
    width: 100%;
    height: 25px;
    background-image: URL('../img/relatedCornerRight.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.relatedHeader h2{
    float: left;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    color: #38546d;
}

.relatedBody{
    float: left;
    width: 100%;
    height: auto;
    background-image: URL('../img/caseStudyBg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}

.relatedBody a{
    font-weight: normal;
}

.relatedBody2{
    float: left;
    width: 100%;
    height: auto;
    background-image: URL('../img/greyDot.jpg');
    background-repeat: repeat-y;
    background-position: top left;
}

.relatedBody3{
    float: left;
    width: 100%;
    height: auto;
    background-image: URL('../img/greyDot.jpg');
    background-repeat: repeat-y;
    background-position: top right;
}

.relatedFooter{
    float: left;
    width: 100%;
    height: 10px;
    background-image: URL('../img/greyDot.jpg');
    background-repeat: repeat-x;
    background-position: bottom left;
}

.relatedFooter2{
    float: left;
    width: 100%;
    height: 10px;
    background-image: URL('../img/greyBottomLeftCorner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.relatedFooter3{
    float: left;
    width: 100%;
    height: 10px;
    background-image: URL('../img/greyBottomRightCorner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.relatedContent{
    padding: 10px;
}

a.bigBlue1{
    float: left;
    width: 148px;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: URL('../img/bigBlue1.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}

a:hover.bigBlue1{
    background-image: URL('../img/bigBlue2.jpg');
}

a.bigBlue2{
    float: left;
    width: 148px;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: URL('../img/bigBlue2.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}

a:hover.bigBlue2{
    background-image: URL('../img/bigBlue3.jpg');
}

a.bigBlue3{
    float: left;
    width: 148px;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: URL('../img/bigBlue3.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}

a:hover.bigBlue3{
    background-image: URL('../img/bigBlue4.jpg');
}

table.t1{
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.t1 th{
    font-weight: bold;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

.t1 td{
    border: 1px solid #CCCCCC;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}

#home_Right{
	margin-left:5px;
    float: left;
    width: 663px;
    height: auto;
}
#home_center {
	width:940px;
}
.home_content_box {
	width:302px;
	height:182px;
	overflow:auto;
	float:left;
	margin-left:2px;
}
.home_content_box a {
	text-decoration:none;
}
.home_content_box a:hover {
	background-color:#FFF;
}
.home_content_box a:active {
	border:0;
}
.home_content_box a:focus {
	border:0;
}
.home_content_box img {
	border:0px solid red;
}