#content-container {
	width: 960px;
	margin: 0px auto;
}

/* header column
-------------------------------------------*/
#header-column {
	padding-top: 14px;
}
#header-top {
	padding-bottom: 10px;
}
#header-top-left {
	width: 310px;
	float: left;
}
#header-top-left a.logo {
	background: url(../images/logo.png) no-repeat left top;
	text-indent: -8765px;
	display: block;
	height: 85px;
	width: 289px;
}
#header-top-right {
	width: 600px;
	float: right;
	text-align: right;
	padding-top: 20px;
}
#searchform {
	padding-top: 10px;
}
#searchbox {
	background: #FFF;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	padding: 6px 8px;
	width: 240px;
	float: right;
}
#searchtextfield {
	background: transparent;
	border: none;
	width: 210px;
	font-size: 14px;
	color: #919191;
}
#searchbutton {
	width: 22px;
	background: transparent url(../images/shell/search_icon.jpg) no-repeat left top;
	border: none;
	height: 16px;
	text-indent: -8765px;
	cursor: pointer;
}
/*Search Results*/
.result_altblock, .result_block { margin-bottom:10px; padding:5px; }
.result_altblock { background:#efefef; }
.result_title a { font-weight:bold; }

#header-center {
	clear: both;
	height: 44px;
	overflow: hidden;
	background: url(../images/shell/nav_back.jpg) repeat-x left top;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	position: relative;
}
#header-center ul.menu li a {
	color: #fff;
	font-size: 15px;
	background: url(../images/shell/nav_back.jpg) repeat-x left top;
	padding: 14px 16px;
	display: block;
	border-right: 1px solid #4a8ab7;
	border-left: 1px solid #6fafdb;
	text-decoration: none;
}
#header-center .menu li a:hover {
	background: url(../images/shell/nav_back-roll.jpg) repeat-x left top;
	border-right: 1px solid #67932e;
	border-left: 1px solid #8cb854;
}
#header-center ul.menu li.first a {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	padding-left: 23px;
	border-left: none;
}
#header-center ul.menu li.first a:hover {
	padding-left: 23px;
	border-left: none;
}
#header-bottom {
	clear: both;
	padding: 18px 30px;
	text-align: center;
}

/* main column1
-------------------------------------------*/
#main-column {
	padding-bottom: 40px;
}
#main-top {
}
#main-top-left {
	width: 310px;
	background: url(../images/shell/block_fade.jpg) repeat-x left top;
	float: left;
	padding-top: 20px;
}
#main-top-column1 {
}
#main-top-column1 .divider {
	margin-left: 30px;
}
#main-top-column1 #submenu.block {
	border-left: 10px solid #56a1d5;
	padding-left: 20px;
}
#submenu h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}
#submenu ul.menu li  {
	display: block;
	float: none;
	padding-bottom: 4px;
}
#main-top-column2 {
}
#main-top-right {
	float: right;
	width: 640px;
}
#main-top-right.search {
	float: left;
	width: 960px;
}
#main-top-column3 {
	background: url(../images/shell/block_fade.jpg) repeat-x left top;
	padding-top: 10px;
}

/* front-page styles
-------------------------------------------*/
#main-bottom {
	clear: both;
}
#main-bottom-left {
	width: 310px;
	background: url(../images/shell/block_fade.jpg) repeat-x left top;
	float: left;
}
#main-bottom-column1 {
	min-height: 367px;
	height:auto!important;
}
#main-top-column1 .block {
	padding-left: 30px;
}
#main-bottom-column1 .block h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
}
#main-bottom-right {
	width: 640px;
	float: right;
}
#main-bottom-column2 {
	width: 320px;
	background: url(../images/shell/block_fade.jpg) repeat-x left top;
	float: left;
	min-height: 367px;
	height:auto!important;
}
#main-bottom-column3 {
	width: 310px;
	background: url(../images/shell/block_fade.jpg) repeat-x left top;
	float: right;
	min-height: 367px;
	height:auto!important;
}

/* footer column1
-------------------------------------------*/
#footer-column {
	clear: both;
	background-color: #ddecf7;
	padding-bottom: 60px;
	padding-top: 20px;
}
#footer-top {
	width: 960px;
	margin: 0px auto;
}
#footer-top div#sisterlogos {
	float: right;
	margin-right: 1em;
	width: 150px;
}

/* float clearing
-------------------------------------------*/
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix {
	zoom:1;
}


/************************************ styles text on website ************************************/

body {
	font: 13px/18px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #363636;
	background: url(../images/shell/back_fade.jpg) repeat-x center top;
}
p {
	padding-bottom: 8px;
}
a {
	color: #78ab36;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
ul,
ol {
	padding: 0px 0px 10px 20px;
}
ul.nobullets li {
	list-style-type: none;
}
li {
	list-style-type: disc;
	margin-bottom: 6px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 6px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 18px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 8px;
}
h4 {
}
h5 {
}
h6 {
}
.smalltext {
	font-size: 11px;
}
.largetext {
	font-size: 26px;
	line-height: 26px;
	color: #56a1d5;
}
.block {
	clear: both;
	padding: 20px;
}
.divider {
	background: #FFF;
	margin: 0px 20px;
	height: 10px;
}
.corner {
	background: url(../images/shell/corner.png) no-repeat left top;
	height: 8px;
	width: 8px;
	position: absolute;
	z-index: 600;
	left: 0px;
	top: 0px;
}
a.pdflink {
	background: url(../images/PDF.png) no-repeat left top;
	display: block;
	padding-left: 24px;
}
a.formbutton {
	color: #FFF;
	background: url(../images/shell/nav_back.jpg) repeat-x center center;
	display: block;
	padding: 7px 16px;
	float: left;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
p.backtotop {
font-size: smaller;
margin-right: 10px;
text-align: right;
}

/* share this and SM Icons
-------------------------------------------*/
div#connect {
color: #333;
font-size: normal;
margin-top:.5em;
text-align: right;
}


/* inline list
-------------------------------------------*/
ul.menu {
	padding: 0px;
}
ul.menu li {
	display: block;
	list-style-type: none;
	float: left;
}


/* Rotator Graphics
-------------------------------------------*/
.slider1 {
	float: left;
	height: 309px;
	width: 310px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.slider2 {
	float: left;
	height: 309px;
	width: 320px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.slider3 {
	float: left;
	height: 309px;
	width: 310px;
	padding-bottom: 10px;
}

/* link icons
-------------------------------------------*/

body a.noicon[href^=mailto] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=pdf] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=doc] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=xls] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=txt] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=rtf] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=zip] { background-image: none; padding-right: 0; padding-left: 0; }
body a.noicon[href$=ppt, body a[href$=pps] { background-image: none; padding-right: 0; padding-left: 0; }

/*ATTRIBUTE SELECTORS FOR DIFFERENT TYPES OF LINKS*/
body body a[href^=mailto], body a[href$=pdf], body a[href$=doc], body a[href$=xls], body a[href$=txt], body a[href$=rtf], body a[href$=zip], body a[href$=ppt], body a[href$=pps] { 
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 19px; 
}

/*body a[href^=mailto] { background-image: url(/images/icons/icon_mailto.gif); }*/
body a[href$=pdf] { background-image: url(/images/icons/icon_pdf.gif); }
body a[href$=doc] { background-image: url(/images/icons/icon_doc.gif); }
body a[href$=xls] { background-image: url(/images/icons/icon_xls.gif); }
body a[href$=txt] { background-image: url(/images/icons/icon_txt.gif); }
body a[href$=rtf] { background-image: url(/images/icons/icon_txt.gif); }
body a[href$=zip] { background-image: url(/images/icons/icon_zip.gif); }
body a[href$=ppt], body a[href$=pps] { background-image: url(/images/icons/icon_pps.gif); }

body a.rss { background: url(/images/rss.gif) no-repeat 0 50%; display: block; float: right; padding-left: 20px; }
.clearing { clear: both; }

/* Main MCI Chart
-------------------------------------------*/
img#MCI {
	border: 1px solid #333;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* ------ MCI Pie Charts ------- */

ol.MCIPie li {
	list-style-type: decimal;
	margin:  0px 0px 10px 20px;
	
}
