
/* CSS Document */
#bg
{
    top:0;
    left:0;
    position:fixed;
    width:100%;
    height:100%;
}

#midImage
{
    position:absolute;
    z-index:3;
}

.main
{
width:804px;
font-family:Arial, sans-serif;
font-size:14px;
background-image:url('images/background.jpg');
position:relative;
z-index:1;
opacity:1.0;

filter:alpha(opacity=100);


}

.row
{
	width:100%;
	
	float:left;
}

.spacer
{
    width:100%;
    float:left;
    height:30px;
    background-color:White;
}

.botspacer
{
    width:100%;
    float:left;
    height:100px;
    background-color:White;
}

.centerRow
{
    float:left;
}

.bodyImage
{
    float:left;
    width:45%;  
    padding:15px;  
    text-align:center;
}

.bodyText
{
    float:left;
    width:45%;
    text-align:center;
}

.nav
{
   
	float:left;
	font-size:14px;
	height:62px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/button.jpg);
	color:White;
	font-weight:bold;
}

.colorRow
{
	background-color:#CCCCCC;
	height:10px;
	float:left;
	width:100%;
}

.colorRowT
{
	background-color:#CCCCCC;
	height:230px;
	float:left;
	width:100%;
}

.topHalf
{
	height:auto;
	background-color:White;
}

.bottomHalf
{
	height:400px;
	background-image:url(../images/bot.jpg);

}

.footer
{
	float:left;	
	font-size:11px;
	color:#001AAF;
}

.p20
{
	width:134px;	
}

.p50
{
    width:50%;
    float:left;
}

.relImg
{
    float:left;
    width:40%;
    padding-left:50px;
    padding-right:20px;
    
}

.relText
{
    float:left;
    text-align:center;
    width:40%;
}

.service
{
    float:left;
    text-align:left;
    width:100%;
    padding-left:100px;
}

.test
{
    float:left;
    width:95%;
    padding-left:30px;
    padding-right:30px;    
}

.contact
{
    float:left;
    width:100px;
}

.right
{
    text-align:right;
}

.left
{
    text-align:left;
}

.p5
{
    float:left;
    width:30%;
}
