/* mobilcom CSS 
   mike richwalsky
*/

html,body{
background-color:#0099FF;   /*#006DC4; 000033*/
margin:0; 
 padding:0; 
 text-align:center;
 font-family:"Lucida Grande",Arial,Verdana,sans-serif;
 font-size:12px;
 }
a{
color:#CE6A00;
font-weight:bold;
}
a:hover {font-weight:bolder;text-decoration: none}
a img {border: none; }
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:88px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:790px; 
 padding-left:10px;
 padding-bottom:10px;

 }
 
#footer{
 height:225px; 
  background-color:#ffffff; 
 clear:both;
 border-top:1px #cccccc solid;
 padding-top:10px;
 } 
 
h1{
font-family:"Lucida Grande",Arial,Verdana,sans-serif;
font-size:20px;
color:#0099FF;
font-weight:bolder;
}

h2{
font-family:"Lucida Grande",Arial,Verdana,sans-serif;
font-size:15px;
color:#0099FF;
font-weight:bolder;
margin-bottom:2px;
margin-top:2px;
}

h3{
font-family:"Lucida Grande",Arial,Verdana,sans-serif;
font-size:15px;
color:#0099FF;
font-weight:bolder;
margin-bottom:2px;
margin-top:5px;
}

.hex{
margin-left:-10px;
}
 
.hex2{
margin-left:-10px;
margin-top:-10px;
}

#holder{
margin-top:-10px;
}
 
#colright{
float:right;
width:225px;
font-size:11px;
margin-left:5px;
margin-right:10px;
margin-top:-5px;
}

#colright.p{
margin-top:2px;
}


/* STYLES FOR AJAX BOX */
#ajaxticker1{
width: 215px;
height: 160px;
/*border: 1px ridge black;*/
padding: 0px;
margin-right:10px;
background-color: #FFFFFF;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

.col1 {
float:left;
left:10px;
width:280px;
font-size:11px;
padding-top:10px;
padding-right:5px;
}

.col2 {
position:absolute;
left:290px;
width:275px;
font-size:11px;
padding-right:5px;
padding-top:10px;
}

.pretty{
font-size:13px;
}

 
 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
vertical-align:top;
position:static;
}
td{
overflow:hidden;
top:0px;
}

td.img{
top:0px;
align:top;vertical-align:top;
}
*/

.testimonial{
    padding: 5px; 
    font-size: 14px; 
    text-align:left;
    border: 2px solid #ccc;
    width:95%;
    background-image:url('/images/pattern_152.gif');
    background-repeat:repeat-x;
    background-position:bottom;
}

.bigbox{
    float:right;
    margin-right:10px;
    padding: 5px; 
    font-size: 14px; 
    text-align:center;
    border:1px solid #000000;
    font-weight:bolder;
    width:250px;
}
