﻿ *{margin:0;
 
 } 
 
 a img {border: 0; }
 
 html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
 
body {
      background: #ccc;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      margin: 0;
     
      }


#menu
{
    float:left;
    margin-top:0px;
}



#layerslider-container
{
    position:relative;
    top: 120px;
    width:100%;
    height:600px;
}

#boxer
{
    
    position:absolute;
    left:50%;
    margin-left:-500px; 
    top:660px;
    width:980px;
    height:250px;
    z-index:30;
   
    
}


.box
{
    
    float:left;
    margin-left:40px; 
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #245674;
    width:180px;
    height:180px;
    z-index:10000;
    color:#ffffff;
    /*opacity:0.9;
    filter:alpha(opacity=90);  For IE8 and earlier */
    font-size:14px;
    border-radius:10px;
    padding:5px;
	behavior: url(/css/pie/PIE.htc);
    
}

.box a {
	text-decoration:none;
	color: #ffffff;
		
}


.box a:hover {
	text-decoration:none;
		color:#ff6633;
}

.boxheader
{
    text-align:left;
    font-size:15px;
    font-weight:normal;
    padding: 0px;
    width:90%;
    border-bottom:1px solid #ffffff;
    
}

.boxlist
{
    
    list-style-image:url('../images/arrow_white2.png');
    padding:0 0 0 20px;     
    
    
} 



#Hometext
{
   /*position: relative;
    margin:0 auto;*/
    position: absolute;
    left:50%;
    margin-left:-460px; 
    height:510px;
    width: 420px;
    margin-top:280px;
    color:#fff;
    background-color: #245674;
    /*opacity:0.9;
    filter:alpha(opacity=90);  For IE8 and earlier */
    font-size:12px;
    border-radius:10px;
    /*border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    */
    padding:10px 10px 10px 10px;
    line-height:15px;
    
    
}


#HometextR
{
   /*position: relative;
    margin:0 auto;*/
    position: absolute;
    left:50%;
    margin-left:20px; 
    height:510px;
    width: 420px;
    margin-top:280px;
    color:#ffffff;
    background-color: #245674;
    /*opacity:0.9;
    filter:alpha(opacity=90);  For IE8 and earlier */
    font-size:12px;
    border-radius:10px;
    /*border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    */
    padding:10px 10px 10px 10px;
    line-height:15px;
    
    
}
#HomeTable
{
    table-layout:fixed;
    font-size:12px;
}

td.col1
{
    width:25px;
    vertical-align:top;
    
    }
    
td.col2
{
    width:90px;
    font-weight:normal;
    font-size:12px;
    /*color:#245674;*/
    color:#ff6633;
    height:30px;
    vertical-align:top;
    }    
    
td.col3
{
    vertical-align:top;
}

.Hometext1
{
    width: 400px;
    
}


.Hometext2
{
      
    color: #fff;
    font-weight:normal;
    border-bottom:1px solid #ffffff;
    width:100%;
    height: 25px;
    font-size:15px;

}
.Hometext3
{
    color: white;
    font-size:12px;
    vertical-align:middle;
    

}


.Hometext4
{
    color: black;
    font-size:12px;
    vertical-align:middle;
    
    width:25px;

}


.Hometext5
{
     
    color: #ff6633;
 

}

ul.a
{
    list-style-type:square;
}

ul.b
{
    list-style-type:disc;
}

#footer
{
    position:absolute;
    min-width: 100%; 
	background-color: #245674;
	height:60px;
    top:720px;
    /*opacity:0.9;
    filter:alpha(opacity=90);  For IE8 and earlier */
    
}


  .nolink2 a:link 
 {
     text-decoration:none;
     color:#fff  /* unvisited link */

}

 .nolink2 a:visited {text-decoration:none;
                   } /* visited link */
 .nolink2 a:hover {text-decoration:none;
                  
                  color:#ed6c08;}   /* mouse over link */
 .nolink2 {text-decoration:none;}  /* selected link */