@charset "utf-8";

/* layout */
html  
{
    margin-left:-1px; 
}

form 
{			
	margin:0;
	padding:0;
}

#pageWrap 
{
    padding:0;
    margin:0; 
}

.cleaner { clear:both; }

 
#header, #header2
{						
    position:relative;
    margin:80px auto 0 auto;
    background-repeat:no-repeat;
    width:1000px;
    height:22px;    
    z-index:3;				
}

#header { background-image:url(../images/header.jpg); }
#header2 { background-image:url(../images/header2.jpg); }

#bcBackground, #bcBackground2
{
    position:relative;
    width:1000px;
    margin:0 auto 0 auto;
    background-repeat:repeat-y;
    z-index:2;			
}

#bcBackground{ background-image:url(../images/bcBackground.jpg); }
#bcBackground2{ background-image:url(../images/bcBackground2.jpg); }

#bcHeader, #bcHeader2
{
    position:relative;    
    width:100%;    
    min-height:650px;
    padding-bottom:20px;
    background-repeat:no-repeat;
    z-index:3;
}

#bcHeader { background-image:url(../images/bcHeader.jpg); padding-top:150px; }
#bcHeader2 { background-image:url(../images/bcHeader2.jpg); padding-top:50px; }

#boxLeft, #boxLeft2 
{
    position:relative;
    float:left;
    width:207px;
    margin-left:44px;   
}

#boxLeft { margin-top:25px; }
#boxLeft2 { margin-top:100px; }

#boxLeft2Text {color:#fff; padding-bottom:40px;}

#boxMain, #boxMain2
{		
    position:relative;
    float:right;
    margin-right:90px;    
    z-index:400;
}

#boxMain { width:630px; }
#boxMain p, #boxMain ul, #boxMain ol{ color:#fff; }
#boxMain2 { width:570px; }

#footerWrap 
{
    position: relative;
    width: 100%;
    height: 144px;
    bottom: 0;
    z-index: 1;

}

#footer, #footer2
{	
    position:relative;
    width: 1000px;
    height: 144px;
    margin: 0 auto 0 auto;    
    background-position:center top;
    background-repeat:no-repeat;
    z-index:4;
}

#footer { background-image:url(../images/footer.jpg); }
#footer2 { background-image:url(../images/footer2.jpg); }
    
/* end layout */

/* pinned div */

#footerLeft
{
    position: absolute;
    width: 592px;
    height: 245px;
    right: 50%;
    bottom: 0;
    background-image: url(../images/footerLeft.jpg);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    z-index: 1;
}
    
/* end pinned div */

/* homeBox */

.homeBox0
{
    position:relative;
    float:left;
    width:255px;
    border-right: solid 2px #fff; 
    padding-right:30px; 
    margin-top:10px; 
}

.homeBox1
{
    position:relative;
    float:right;
    width:253px; 
    margin-top:10px; 
}


.homeBox0 h2,.homeBox0 h3,.homeBox0 h4,.homeBox0 h5,.homeBox0 h6,.homeBox1 h2,.homeBox1 h3,.homeBox1 h4,.homeBox1 h5,.homeBox1 h6
{
    font-size: 18px;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    margin: 0 0 7px 0;
    padding:0;
    color:#000;    
}

/* end homeBox */

/* left menu*/

#menu 
{    
	position:relative;
	z-index:4;
}

.menuMain 
{
	list-style:none;
	margin:0 auto 0 auto;
	padding:0;
}

.menuMain li 
{
	list-style:none;
    padding:0;
    margin:0;
}

.menuMain li a 
{
	position:relative;
	width:100%;
	height:18px;	
	padding-top:1px;
	margin-bottom: 4px;	
	list-style:none;
	list-style-image:none;
	display:block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align:center;
}
.menuMain li a 
{
    background-image: url(../images/btn.jpg);
    background-repeat: no-repeat;
}

.menuMain li a:hover 
{
	color:#fff;
    background-image: url(../images/btnb.jpg);
    background-repeat: no-repeat;
}

/* end left menu*/

/* cs copyright */
#containerFooter {
	width: 100%;
	font-size: 11px;
	color: #fff;
	padding:0;
	position:absolute;
	top:40px;
}
#containerFooter a {
	text-decoration: none;
	color:#fff;
}
#containerFooter a:hover {
	text-decoration: none;
	color:#999999;
}

#footerCopy {
	width: 300px;
	float: left;
	margin-left:30px;
}

#footerEw {
	width: 300px;
	float: right;
	text-align:right;
	margin-right:80px;
}

/* end cs copyright */

#logo
{
    z-index:20;
    height:78px;
    width:210px;
    top:35px;
    left:40px;
    position:absolute;
    display:block;
    }