@import url(las_nav.css);
@import url(form.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:#AE113E;



}



#header img{

float:left;

}



.header_anim{

position:relative;

}



#banner{

width:749px;

height:98px;

background-image:url(stat/banner_img.jpg);

}

#horizblock{

width:749px;

line-height: 16px;

border-collapse:collapse;

background-color:#DCB98D;

}



#content_container{

position:relative;

background:#eee;

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;

background:#eee;

/* 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:#fff;

}



* html #content{

/* Hide from IE-Mac, as it would interprate the height command correctly - unlike IE-WIN \*/

height:300px;

/* End hide */

}



#right_column{

padding: 26px 0 0 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:#AE113E;

}



#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:#AE113E;

padding-top:3px;


}

#content h2{

font-family:"Times New Roman", Times, serif;

font-size:24px;

font-weight:normal;

color:#AE113E;

padding-top:4px;

padding-bottom: 35px;

}

#content h3{

font-family:Arial, Helvetica, sans-serif;

font-size:22px;

font-weight:normal;

color:#AE113E;

padding-top:4px;

padding-bottom: 35px;

}

#content h4{

font-family:Arial, Helvetica, sans-serif;

font-size:15px;

font-weight:bold!important;

color:#000;

padding-top:4px;

}

#content blockquote{

font-size:12px;

font-style:italic;

color:#000;

line-height:1.45em;

padding-top:5px;

padding-bottom:10px;

}

#img_right {
float:right;
margin: 5px 0 0 15px;
padding: 2px 2px 2px 2px;
border: 1px solid #888;
}



#content p{

font-size:12px;

color:#000;

line-height:1.45em;

padding-top:5px;

padding-bottom: 10px;

}

#content p a:link{

font-size:12px;

color:#000;

text-decoration: none

}

#content p a:visited{

font-size:12px;

color:#000;

text-decoration: none

}

#content p a:hover{

font-size:12px;

color:#AE113E;

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:#fff;

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 */