

#content_div {
background: none;
border: none;
}

#flashdiv {
margin-top: -20px;
margin-bottom: 20px;
}

#middle {
background: #ffffff;
border: solid 10px #dfdfdf; 
padding: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
}

.mcallouts {
text-align: center;
width: 227px;
margin: 10px 60px 10px 10px;
}

.mcallouts a {
display: block;
background: url(images/greencallout.png) no-repeat;
color: #ffffff;
font-weight: bold;
width: 268px;
padding-bottom: 26px;
padding-top: 26px;
text-decoration: none; 
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #0376e3;
	background: -moz-linear-gradient(90deg,#004d96,#0376e3);
	background: -webkit-gradient(linear, left bottom, left top, from(#004d96), to(#0376e3));
	border: 1px solid #004d96;
	text-shadow: 1px 1px 1px #004d96;
}

.mcallouts a:hover {
background: #004d96;
	background: -moz-linear-gradient(90deg,#004d96,#004d96);
	background: -webkit-gradient(linear, left bottom, left top, from(#004d96), to(#004d96));
	border: 1px solid #004d96;
	text-shadow: 1px 1px 1px #004d96;
}

#mrightside {
float: right;
}
 
#mleftside {
float: left; 
width: 570px;
}

#bottomsection {
position: relative;
background: url(images/bottomsection.png) no-repeat;
height: 200px;
width: 940px;
}

#bottomsection  {
font-size: 24px;
line-height: 26px;
font-weight: bold;
text-decoration: none;
}

.callout_bottom1  {
display: block;
position: absolute;
top: 60px;
left: 5px;
width: 160px;

}

.callout_bottom1 a {
display: block;
height: 160px;
width: 160px;
text-align: center;
}

.callout_bottom2  {
display: block;
position: absolute;
top: 60px;
left: 195px;
width: 160px;

}

.callout_bottom2 a {
display: block;
height: 160px;
width: 160px;
text-align: center;
}

.callout_bottom3  {
display: block;
position: absolute;
top: 60px;
left: 390px;
width: 160px;

}

.callout_bottom3 a {
display: block;
height: 160px;
width: 160px;
text-align: center;
}

.callout_bottom4  {
display: block;
position: absolute;
top: 60px;
left: 585px;
width: 160px;

}

.callout_bottom4 a {
display: block;
height: 160px;
width: 160px;
text-align: center;
}

.callout_bottom5  {
display: block;
position: absolute;
top: 60px;
left: 775px; 
width: 160px;

}

.callout_bottom5 a {
display: block;
height: 160px;
width: 160px;
text-align: center;
}


