/* Index Page Layout */

/* Flash Section */
#flashSection {
	width: 776px;
	height: 100px;
	position: relative;
	margin: 0px auto;
}
#flashLeftCap {
	width: 13px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../media/images/page/slices/index/flash_left_cap.jpg) repeat-y;	
}
#flashRightCap {
	width: 13px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../media/images/page/slices/index/flash_right_cap.jpg) repeat-y;	
}
#siteMapWrapper {
	font-size: .85em;
	color: #000000;
	height: 15px;
	width: 60px;
	position: absolute;
	top: 7px;
	right: 15px;
}
#drRogers {
	height: 250px;
	width: 150px;
	float: left;
	font-style: italic;
	font-weight: bold;
	color: #42264D;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 1.1em;
}
#drRogers img {
	margin-bottom: 5px;
}
.tagline {
	text-align: left;
	font-size: 1.5em;
	font-weight: bolder;
	color: #604969;
}
#indexBulletsWrapper {
	position: relative;
	right: 23px;
	float: right;
	width: 526px;
	height: 82px;
	margin-top: 12px;
	background: url(../media/images/misc/index_bullets_bg.jpg) no-repeat;	
	margin-bottom: 10px;
}
#bulletColumn1, #bulletColumn2, #bulletColumn3 {
	position: absolute;
	top: 7px;
	width: 170px;
	font-size: 1em;
	font-weight: bolder;
	color: #4E84F1;	
}
#bulletColumn1 {
	left: 25px;
}
#bulletColumn2 {
	left: 165px;
}
#bulletColumn3 {
	left: 365px;

}
#indexBulletsWrapper ul {
	margin-left: 1em;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#indexBulletsWrapper li {
	list-style: none outside;
	background: url(../media/images/misc/index_bullet.gif) no-repeat left center;
	text-indent: 18px;
	text-align: left;
	margin-bottom: .2em;

}
#indexBulletsWrapper li a:link, #indexBulletsWrapper li a:visited {
	text-decoration: none;
	color: #4E84F1;
	border-bottom: 1px solid #B0C8F9;
}
#indexBulletsWrapper li a:hover, #indexBulletsWrapper li a:active {
	text-decoration: underline;
	color: #604969;
	border-style: none !important;
}

