@charset "utf-8";



/* homepage banner box with background image */


#banner_index{
height: 125px;
width: 900px;
background-image: url(..//images/banner_index.png);
background-repeat: no-repeat;
border-bottom: 2px solid #161616;
}











/* homepage panel_id1 content box styles */


#info{
height: 200px;
width: 600px;
margin: 0 auto 0 auto;
}

#info_l{
height:200px;
width: 200px;
float: left;
margin: 0;
background-image: url(..//images/infobox1.png);
background-repeat: no-repeat;
}

#info_m{
height:200px;
width: 200px;
float: left;
margin: 0;
background-image: url(..//images/infobox2.png);
background-repeat: repeat-x;
}

#info_r{
height:200px;
width: 200px;
float: left;
margin: 0;
background-image: url(..//images/infobox3.png);
background-repeat: no-repeat;
}

p.infotext1{
margin: 40px 10px 0 10px;
text-align: center;
font-size:11px;
color: #0587E0;
}

p.infotext2{
margin: 5px 10px 0 10px;
text-align: center;
font-size:11px;
color: #0587E0;
}

#quote{
margin: 80px 0 0 25px;
height: 40px;
width: 140px;
}











/* homepage panel_id2 content box styles */


#panel_sub1{
float: left;
margin: 0;
height:330px;
width:450px;
}

#panel_sub2{
float: left;
margin: 0;
height:330px;
width:450px;
background-image: url(..//images/divider330.gif);
background-repeat: no-repeat;
}

.box1{
margin: 40px auto 0 auto;
height: 250px;
width: 300px;
}

.box1_topa{
margin: 0 auto 0 auto;
height: 200px;
background-image: url(..//images/cog_panel.gif);
background-repeat: repeat;
}

.box1_bottoma{
margin: 0 auto 0 auto;
height: 50px;
background: #0E0E0E;
}

.box1_topb{
margin: 0 auto 0 auto;
height: 200px;
background-image: url(..//images/235U_panel.png);
background-repeat: no-repeat;
}

.box1_bottomb{
margin: 0 auto 0 auto;
height: 50px;
background: #0E0E0E;
}

p.boxtext{
padding: 20px 0 0 0;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
color: #AAAAAA;
text-align: center;
}

p.botboxtext{
padding: 8px;
font-size: 10px;
font-weight: bold;
text-align: center;
}
























