/* CSS Document */

body {
background-color:#e5e5e5;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:0px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.main-center {
margin:auto;
width:950px;
height:auto;
overflow:hidden; padding:0 15px 0 15px;
background-image:url(../images/bg.png);

}

.white-banner {
background-color:#FFFFFF;
height:50px;
width:950px;
}

.flash {
background-color:#000000;
height:210px;
width:950px;
}

.menu-bar {

background-color:#FF1A14;
height:30px;
width:940px;
clear:both;
padding-left:10px;
}

.gap {
background-color:#fff;
height:5px;
width:950px;
}

.main {
background-color:#FFFFFF;
width:920px;
height:auto;
min-height:200px;
overflow:hidden;
padding:15px;
}

.black-base {
background:#000000;
height:40px;
width:950px;
clear:both;
}

.left {
float:left;
width:680px;
padding-right:15px;
}

.right {
float:right;
width:225px;
}

.hire-pic-text-gap {
float:left;
width:10px;
height:150px;
padding-bottom:15px;
}

.hire-pic-text {
float:left;
width:220px;
height:150px;
padding-bottom:15px;
}

.hire-pic {
width:220px;
height:135px;
background-color:#000000;
}

.hire-title {
width:220px;
height:17px;
background-color:#bf0702;
text-align:center;
color:#FFFFFF;
padding-top:4px;
}

.home-left {
float:left;
background-image:url(../images/big-grey.jpg);
background-repeat:no-repeat;
width:360px;
margin-right:15px;
min-height:525px;
padding:10px;
}

.home-right {
float:right;
width:525px;
}

.home-pic-thumb {
width:140px;
height:125px;
float:left;
margin-right:10px;
margin-bottom:10px;s
background-color:#FFFFFF;
}

.home-link-text-red {
width:200px;
height:115px;
float:left;
background-image:url(../images/red-box.jpg);
margin-bottom:10px;
padding:5px;
color:#FFFFFF;
}

.home-link-text-black {
width:200px;
height:115px;
float:left;
background-image:url(../images/black-box.jpg);
margin-bottom:10px;
padding:5px;
color:#FFFFFF;
}


