#main2 {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    width: 827px;
    float: left;
    margin: 0px;
    min-width: 827px;
}

 .mightylarge {
 	width: 787px;
 	margin-left:20px;
 	margin-right:20px;
 	float:left;
 }
 
 .mightyhalf {
 	width:392px;
 	height:110px;
 	margin-top:20px;
 	margin-left:1px;
 	float:left;
 }
 
/* 
 #socialquicklinks {
 	width:256px;
 	margin-top:45px;
 	margin-bottom:5px;
 	float:right;
 }
 */
 
 .socialiconsm {
 	float:right;
 	margin-left:6px;
 }
 
 #searchform2012 {
    float: right;
    background: url("../graphics/searchbox2012.jpg") no-repeat scroll left top transparent
    width: 250px;
    height: 22px;
}

#navigation88 {
	width: 100%;
 	float:left;
 	height:55px;
 	border-bottom: 4px solid #004a81;
}

.navleft {
	height:30px;
	float:left;
	margin-left: 20px;
}	
	
.navright {
	height:30px;
	float:right;
	margin-right:20px;
}

#focus {
	width: 450px; 
	height: 450px; 
	float: right !important; 
	margin-top:20px;	
}

.infocusimage {
	margin-left:10px; 
	margin-bottom:10px; 
	float:right; 
	border: 1px solid rgb(211, 212, 214);
}

a.iefocus {
	text-decoration: none;
	border: 0;
}



#thecenterarea {
	width: 827px; 
	float:left; 
}

#thecenterarea a {
	text-decoration:none;
	}


<!--	
#thecenter {
    width: 260px !important;
    min-width: 260px;
}
-->

.thecenter-box_l {
    background: url("../graphics/rightbox_lg.jpg") repeat-y scroll right center transparent;
    border: 1px solid rgb(211, 212, 214);
    min-height: 90px !important;
    height: 90px !important;
    width: 375px !important;
    min-width: 375px !important;
    float: left;
    margin-bottom:10px !important;
    margin-right:17px;
}

.thecenter-box-img_l {
    float: left;
    margin: 0em;
}

.thecenter-box-text_l {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
    min-width: 265px !important;
    width: 265px !important;
    padding-bottom: 35px;
}


.thecenter-box_r {
    background: url("../graphics/rightbox_lg.jpg") repeat-y scroll right center transparent;
    border: 1px solid rgb(211, 212, 214);
    min-height: 90px !important;
    height: 90px !important;
    width: 375px !important;
    min-width: 375px !important;
    float: left;
    margin-bottom:10px !important;
    margin-left:17px;
}

.thecenter-box-img_r {
    float: left;
    margin: 0em;
}

.thecenter-box-text_r {
  float: left;
    margin-left: 10px;
    padding-top: 10px;
    min-width: 265px !important;
    width: 265px !important;
    padding-bottom: 35px;
}

.center-title {
    font-size: 0.92em;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:600;
    color: rgb(23, 74, 124);
    margin: 0em;
    margin-top:25px;
    text-decoration:none;
}

.center-title a {
	text-decoration:inherit;
}


.thecenter-txt {
    font-size: 0.7em;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: rgb(99, 100, 102);
    margin: 0em;
}


#toplink2012 {
	margin-top: .4em;
    margin-right: 28px;
	z-index: 2;
	float: right;
	width: 300px;
	height: 32px;
	
}

#toplink2012 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	color: #174a7c;
	text-decoration: none;
	margin: 0em 0.5em;
}

#toplink2012 img{
	margin-right:.19em;
	}
	
	
#logomenu2012 {
	margin-left: 0em;
	height: 44px;
	width: 51.6875em;
	min-width:827px;
	min-height:44px;
	background-color:#004a81;
}

#logomenu2012 a:hover {
	text-decoration: none;
}

#smalllogo {
margin-bottom: 15px;
}

#searchformhome {
    margin: 2.28em 1.5625em 0em;
    }
    
.social-wrapper {
height: 30px;

    }
    
.social {
     display: inline-block;
    position: relative;
    width: 57.5%;
    
}

.thecenter-box_l, .thecenter-box_r {
transition: background 0.2s ease;
}

/*.thecenter-box_l:hover, .thecenter-box_l:active, .thecenter-box_r:hover, .thecenter-box_r:active {
    background: url("../graphics/rightbox_lg_hover.jpg") repeat-y scroll right center transparent;

}*/


.thecenter-box-text_l, .thecenter-box-text_r: {
height: 92px;
}

.thecenter-box_l p, .thecenter-box_r p {
	position: relative;
	padding-bottom: 3px;
	text-align:center;
}

.thecenter-box-text_l:after, .thecenter-box-text_r:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.thecenter-box-text_l:hover:after, .thecenter-box-text_r:hover:after  {
	width: 91%;
	background: #004A81;
}

/*.thecenter-box_l p, .thecenter-box_r p {
display: inline-block;
	position: relative;
	padding-bottom: 3px;
	text-align:center;
}

.thecenter-box-text_l:after, .thecenter-box-text_r:after {
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}

.thecenter-box-text_l:hover:after, .thecenter-box-text_r:hover:after  {
	width: 100%;
	background: #004A81;
}*/

div#logomenu2012 img {
    margin-top: -2px;
}

#footer-text {
margin-top: 5.25em;
}

div#nav_right .top_parent {
    color: #b90000;
}


