@charset "utf-8";
/* CSS Document */

#container{
	background: url(../images/home/flashbg.jpg) no-repeat top center;
}

#main{
	height: 465px;
	width: 927px;
	position: relative;
	z-index: 1;
	top: -18px;
	left: 0;
}

#content{
	height: 435px;
	position: relative;
	top: 0;
	left: 10px;
	width: 371px;
	padding-top: 30px;
	padding-left: 34px;
}

h1{
	
	padding-bottom: 8px;
	font-size: 24px;
	font-weight: normal;
	color: #005F9F;
}

h2{
	color: #233F5A;
	font-size: 18px;
	padding: 4px 0px 0px;
}

h3{
	color: #005F9F;
	padding: 14px 0;
	font-size: 14px;
}

#content p{
	color: #233F5A;
	font-size: 12px;
	padding-bottom: 16px;
	padding-right: 55px;
}

#content a{
	color: #233F5A;
}

#content a:hover{
	color: #005F9F;
}

#content p#readmore{
	padding: 0;
	margin-top: 0px;
	background: url(../images/shared/read-more.png) no-repeat top left;
	height: 34px;
	width: 309px;
	line-height: 31px;
	font-size: 12px;
}
* html #content p#readmore{
	background: url(../images/shared/read-more.gif) no-repeat top left;
}
#content p#readmore a {
	text-decoration: none;
	color: #3490c3;
	font-weight: bold;
	display: block;
	height: 34px;
	width: 294px;
	padding-left: 15px;
	float: left;
}


#flashDiv{
	height:465px;
	position:absolute;
	right:11px;
	top:0px;
	width:500px;
	z-index:1;
}

#flash{
	height: 465px;
	width: 500px;
	position: relative;
	z-index: 1;
}

#msg{
	bottom: 8px;
}

#callouts{
	width: 914px;
	height: 360px;
	position: relative;
	z-index: 99;
	top: -22px;
	left: 7px;
	background: url(../images/home/callout-bg.png) no-repeat bottom left;
}

* html #callouts{
	background: url(../images/home/callout-bg.gif) no-repeat bottom left;
}

#callouts #first{
	float: left;
	width: 228px;
	height: 130px;
	background: url(../images/home/callout-first.png) no-repeat top left;
	position: relative;
}

* html #callouts #first{
	background: url(../images/home/callout-first.gif) no-repeat top left;
}

#callouts #second{
	float: left;
	width: 225px;
	height: 130px;
	background: url(../images/home/callout-second.png) no-repeat top left;
	position: relative;
}

* html #callouts #second{
	background: url(../images/home/callout-second.gif) no-repeat top left;
}


#callouts #third{
	float: left;
	width: 226px;
	height: 130px;
	background: url(../images/home/callout-third.png) no-repeat top left;
	position: relative;
}

* html #callouts #third{
	background: url(../images/home/callout-third.gif) no-repeat top left;
}

#callouts #fourth{
	float: left;
	width: 229px;
	height: 130px;
	background: url(../images/home/callout-fourth.png) no-repeat top left;
	position: relative;
}

* html #callouts #fourth{
	background: url(../images/home/callout-fourth.gif) no-repeat top left;
}

h4{
	font-size: 15px;
	color: #005f9f;
	padding: 146px 20px 5px 20px;
	padding-left: 20px;
}

#left h4{
	padding-left: 40px;
}

#callouts p{
	font-size: 12px;
	padding: 5px 20px
}

#callouts #left p{
	padding-left: 40px;
}

#callouts p.textright{text-align: right; padding-top: 8px;}
#callouts #right p.textright{ padding-top: 15px;}
#callouts a{
	color: #006099;
}
#callouts a:hover{
	color: #404040;
}
#callouts p.smalltext{
	color: #1b1b1b;
	font-size: 9px;
	padding: 10px 8px 0px;
}

#callouts p.before{  
	padding: 0;
	position: absolute;
	font-size: 11px;
	top: 115px;
	left: 60px;
	height: 15px;
	width: 20px;
	color: #005f9f;
}

#callouts p.after{  
	padding: 0;
	color: #005f9f;
	position: absolute;
	font-size: 11px;
	top: 115px;
	left: 120px;
	height: 15px;
	width: 20px;
}

#msg{
	left: 45px;
}
