@import url(rob_nav.css); /*Navigation Menu CSS*/

body{
	margin: 0px;
	background: #8C917A;
	background-image: url(stat/body_bg.gif)
	}



*{
margin:0px;

padding:0px;

font-family:Verdana, Arial, Helvetica, sans-serif;

}



#page_container{

width:749px;

margin:0 auto;

border:1px solid #737373;

border-bottom:none;

}



#header{

width:749px;

height:85px;

background:#0f4f12;



}



#header img{

float:left;

}



.header_anim{

position:relative;

}



#banner{

width:749px;

height:98px;

background-image:url(stat/banner_img.jpg);

}

#horizblock{

border-top:5px solid #CC0000;

border-bottom:10px solid #CC0000;

width:749px;

border-collapse:collapse;

background-color:#000000;

}



#content_container{

position:relative;

background:#0f4f12;

min-height:300px; /*Not ideal...*/

}



* html #content_container{

/* Hide from IE-Mac, as it would interprate the height command correctly - unlike IE-WIN \*/

height:300px;

/* End hide */

}



#office_container p{

float:left;

width:45%;

padding-left:15px;

}



#content{

width:auto;

margin:0 0 0 142px;

padding:20px;

min-height:300px; /*Not ideal...*/

background:#0f4f12;

}



* html #content{

/* Hide from IE-Mac, as it would interprate the height command correctly - unlike IE-WIN \*/

height:300px;

/* End hide */

}



#right_column{

padding-left:25px;

width:142px;

position:absolute;

left:0px

}



#sub_nav_container{

}



#logos{

position:absolute;

padding-top:260px; /*An awful hack to make IE-Mac display the logos in the correct place.

/* Hide the REAL settings from IE-Mac \*/

padding:0px;

bottom:12px;

/* End hide */

left:0px;

width:142px;

}



#logos img{

display:block;

padding: 5px 0;

text-align:center;

margin:0 auto;

}



#footer{

width:749px;

height:24px;

background:#5EA163;

}



#header h1{

float:right;

padding:15px 15px 0 0;

width: 195px;

height: 25px;

font-family:"Times New Roman", Times, serif;

font-size:22px;

font-weight:normal;

color:#FFF001;

letter-spacing:1px;

}

#content h1{
font-family:Arial, Helvetica, sans-serif;

font-size:24px;

font-weight:bold;

color:#FFF;

padding-top:3px;


}

#content h2{

font-family:"Times New Roman", Times, serif;

font-size:24px;

font-weight:normal;

color:#FFFAAA;

padding-top:4px;

padding-bottom: 35px;

}

#content h3{

font-family:Arial, Helvetica, sans-serif;

font-size:22px;

font-weight:normal;

color:#FF3333;

padding-top:4px;

padding-bottom: 35px;

}

#content h4{

font-family:Arial, Helvetica, sans-serif;

font-size:15px;

font-weight:bold!important;

color:#ffffff;

padding-top:4px;

}



#content p{

font-size:12px;

color:#fff;

line-height:175%;

padding-top:5px;

padding-bottom: 10px;

}

#content p a:link{

font-size:12px;

color:#fff;

text-decoration: none

}

#content p a:visited{

font-size:12px;

color:#fff;

text-decoration: none

}

#content p a:hover{

font-size:12px;

color:#FFFAAA;

text-decoration: underline;

}



.img_right{

float:right;

margin: 0 0 10px 15px;

border:1px solid #737373;

}



#footer p, #footer p#right{

display:inline;

font-size:10px;

color:#DDFFDD;

line-height:24px;

padding:0 15px;

}



#footer p#right{

float:right;

}

















.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



.clearfix {display: inline-table;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */