/* CSS Document */

body{
background-color:#1f2223;
margin:0;
padding:0;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
background-image:url(../desktopWeb/images/bg.png);
background-repeat:repeat-x;
}
/*CONTAINER OF SITE*/
#container{
position: relative;
width:945px;
top:0px;
margin-right:auto;
margin-left:auto;
min-height:550px;
background-color:#FFFFFF;
text-align:left;
}
/*HEADER SECTION OF SITE*/
.header{
position:relative;
width:945px;
}
.logoBox{
float:left;
width:267px;
height:63px;
background-image:url(../images/logo.gif);
}
.rightHeaderBox{
float:left;
width:678px;
height:63px;
}
.topHeaderBox{
height:29px;
width:678px;
padding-top:3px;
background-color:#000000;
}
.headerDomainSearch{
float:left;
width:366px;
color:#999;
height:29px;
overflow:hidden;
}
.headerOtherBox{
float:left;
height:16px;
background-color:#000;
font-size:16px;
text-align:center;
}
.otherBoxLinks{
float:left;
padding-top:5px;
font-size:13px;
color:#999;
}
.otherBoxIcons{
float:left;
}
.otherBoxPhone{
float:left;
padding-left:10px;
font-size:20px;
color:#f90;
}
.bottomHeaderBox{
position:absolute;
height:31px;
width:678px;
background-image:url(../images/navBg.gif);
}
.logoWhiteBox{
position:relative;
float:left;
width:945px;
height:28px;
background-image:url(../images/headerWhite.gif);
}
/*BODY SECTION OF SITE*/
.body{
position:relative;
float:left;
width:945px;
min-height:400px;
height: auto !important;
height:500px;
background-color:#FFFFFF;
text-align:left;
margin-bottom:10px;
}
/*FOOTER SECTION OF SITE*/
.footer{
position:relative;
float:left;
min-height:100px;
width:945px;
background-color:#1f2223;;
}
.footNavBox{
float:left;
padding-top:5px;
padding-left:20px;
width:165px;
font-size:13px;
font-family:Microsoft Tai Le;
color:#8c8c8d;
padding-bottom:5px;
}
a.footerNav:link {
color:#666666;
text-decoration: none;
}
a.footerNav:visited {
color:#666666;
text-decoration: none;
}
a.footerNav:hover {
color:#fdfdfc;
text-decoration: underline;
}
.copyrightBox{
width:920px;
float:left;
padding-left:25px;
margin-top:10px;
color:#666666;
}