@charset "UTF-8";
/* general use tags */
body {
	margin:0px;
	padding:0px;
	background-color:#e4e7e9;
	font-family:Verdana, Geneva, ＭＳ Ｐゴシック, MS PGothic, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

a {
	text-decoration:none;
	color: #0067ac;
}
a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

h1, h2 {
	color: #223e6e;
	font-weight: normal;
	font-size:24px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	line-height: 1.2em;
}

h3 {
	color: #0067ac;
}

h4 {
		color: #0067ac;
		font-size:12px;
}

h5 {
		color: #0067ac;
		font-size:12px;
}

h6 {
		color: #0067ac;
		font-size:12px;
}

/* outerWrapper controls the width of the centered content */
#outerWrapper {
	padding: 0px;
	
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#ffffff;
	position: relative;
}

#header #logo {
	clear: none;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#header #topNav {
	clear: right;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	color: #6d6f72;
	font-weight:bold;
	font-size: 11px;
	/*width: 460px;*/
	text-align:right;
}
#header #topNav a {
	color: #6d6f72;
}
#header #utilityNav {
	clear: right;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	color: #00356a;
	font-weight:bold;
	font-size: 11px;
	/*width: 460px;*/
	text-align:right;
}
#header #utilityNav a {
	color: #00356a;
}

#header #mainNav {
	/* controls the horizontal alignment of the main pulldown nav */
	margin-left:40px;
	clear: both;
	z-index:1000;
}
#header #mainNavSpacer {
	clear: both;
	background-image: url(../images/styles/bg_topnavspacer.gif);
	background-repeat: repeat-x;
	height: 25px;
}
#level3Content,
#level4Content {
	width: 630px;
}
#flashBanner{
	background-color: #223e6e; 
	/* background-color: #ff0000; */
	width: 630px;
	/* height: 215px; */
	margin:0;
	padding:0;
	overflow:hidden;
}

#flashBannerNarrow {
	background-color: #223e6e; 
	height: 245px;
	margin:0px 0px 15px 0px;
	padding:0;
	overflow:hidden;

}
#serviceSelector,
#serviceSelectorLight,
#rightSidebarLight {
	width: 255px;
	height: 215px;
	overflow:hidden;
}
#serviceSelectorHome {
	width: 255px;
	overflow:hidden;
}

.clear {
	clear:both;
	height:0px;
}
.rightAligned {
	float:right;
}
.leftAligned {
	float:left;
}

#serviceSelector, 
#serviceSelectorHome {
	background-color: #0067ac;
	border-bottom: solid 15px #223e6e;
	background-image: url(../images/styles/bg_l1_serviceselector.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:215px;
}

#serviceSelector {
	height: 230px;
}
#serviceSelectorLight {
	background-color: #0067ac;
	background-image:url(../images/styles/bg_l3_serviceselector.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #223e6e;
	border-bottom-color: #ffffff;
}

#serviceSelector .padding,
#serviceSelectorHome .padding,
#serviceSelectorLight .padding {
	margin: 10px 20px 20px 20px;
}
#serviceSelector a,
#serviceSelectorHome a,
#serviceSelectorLight a{
	font-weight: bold;
	color: #ffffff;
}
#serviceSelector p,
#serviceSelectorHome p,
#serviceSelectorLight p{
	font-weight: bold;
	color: #ffffff;
	font-size: 15px;
}

#mainContent,
#level2Content {
	background-image: url(../images/styles/bg_content_top.gif);
	background-repeat: repeat-x;
}
#mainContent .padding,
#level2Content .padding {
	padding-top: 60px;
	margin-right: 30px;
	margin-left: 50px;
}
#level2Content .padding {
	padding-top: 30px;
	margin-left: 20px;
}
#rightSidebar,
#rightSidebarLight,
#rightSidebarDark {
	background-color: #dfdfdf;
	background-image: url(../images/styles/bg_l1_rtsidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightSidebarLight,
#rightSidebarDark {
	background-image:url(../images/styles/bg_l3_rtsidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightSidebar .padding,
#rightSidebarLight .padding,
#rightSidebarDark .padding {
	padding-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

#rightSidebarDark {
	background-color:#223e6e;
	background-image:url(../images/styles/bg_l3_rtsidebar_dark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#ffffff;
}

#rightSidebarDark h3,
#rightSidebarDark a,
#rightSidebarDark p {
	color:#ffffff;
}

#rightSidebarDark a {
	text-decoration:underline;
}

#leftFooter {
	background-color: #223e6e;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
#leftFooter a {
	color: #ffffff;
}
#leftFooter .padding {
	margin-left: 20px;
}
#leftFooter p {
	margin:0px;
	padding:0px;
}

#rightFooter,
#rightFooterDark {
	background-color: #dfdfdf;
	font-size: 10px;
	font-weight:bold;
}
#rightFooter .padding,
#rightFooterDark .padding {
	margin-left: 10px;
}

#rightFooterDark {
	background-color:#223e6e;
}

.dottedRule {
	background-image:url(../images/styles/bg_dottedline.gif);
	background-repeat:repeat-x;
	height: 2px;
	clear:both;	
}

.greyText {
	color:#6d6f72;
}
.ltBlueText{
	color: #0067ac;
}
#rightFooter p {
	color: #223e6e;
	margin: 0px;
	padding: 0px;
}
#rightSidebar h3,
#rightSidebarLight h3 {
	font-size:16px;
	color: #223e6e;
}
#rightSidebar a,
#rightSidebarLight a {
	font-weight:bold;
	color: #0067ac;
}
.level2LeftSidebar {
	float: left;
	width: 160px;
	padding-right: 10px;
	font-size: 10px;
	padding-bottom: 300px;
}
.level2MainContent {
	clear: none;
	float: left;
	width: 410px;
}
.level2LeftSidebar a {
	font-weight: bold;
	color: #223e6e;
}
.level2LeftSidebar .selected {
	color: #a91a44;
}
#level2Content .divisionBanner,
#level3Content .divisionBanner {
	/* margin-left: 170px; */
	float: left;
	margin-bottom: 20px;
}
#level2Content .breadcrumb,
#level3Content .breadcrumb {
	/* margin-left: 170px; */
	float: left;
	padding-bottom: 5px;
	width:410px;
}
#level4Content .breadcrumb {
	margin-left: 0px;
	padding-bottom: 5px;
	width:410px;
}
.breadcrumb a {
	color: #0067ac;
}
#level3Content .padding,
#level4Content .padding {
	margin-right: 20px;
	margin-left: 30px;
}
#serviceSelector select,
#serviceSelectorHome select,
#serviceSelectorLight select {
	width: 210px;
	margin-bottom: 10px;
}
#utilityNav img {
}
.smallText {
	font-size:10px;
}
#leftFooter .footerLinks {
	color: #ffffff;
	clear: none;
	float: left;
}
#leftFooter .copyright {
	clear: none;
	float: right;
	margin-right: 20px;
}
#mainContent .padding p {
	line-height: 1.8em;
}
#mainContent a {
	color: #0067ac;
	font-weight: bold;
}
ul {
	color: #a91a44;
}

li p {
	color:#000000;
}

td > p {
	margin-top:0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.arrowBullet {
	margin-bottom: -2px;
}
.triangleBullet {
	background-image: url(../images/styles/bg_triangleBullet.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 8px;
	font-weight: bold;
	color: #223e6e;
}
h3, 
blockquote h3 {
	color: #0067ac;
}
h4,
blockquote h4 {
	color: #223e6e;
}

h4 a {
	color: #0067ac;
}

.level3MainContent blockquote ul,
.level4MainContent blockquote ul {
	margin:0px 0px 0px 18px;
	padding: 0px;
}
.level3MainContent blockquote ul li h4,
.level4MainContent blockquote ul li h4{
	margin: 0px;
	padding: 0px;
}
.outDented {
	margin-left: -18px;
}

.blackText {
	color: #000000;
}
.blueText {
	color: #0067ac;
}

.imgFloatLeft {
	float: left;
	clear: none;
	padding-right: 10px;
}
#rightSidebarLight .padding .outDented li a {
	font-weight: normal;
	color: #000000;
}
.greyBackground {
	background-color: #dfdfdf;
}

/*
*******************************************************
formatting for the news and events box on the home page
*******************************************************
*/

/* start of styles added 10-12-2010 by D. Kroll: */

#homeNewsAndEventsBoxTop {
	background-image:url(../images/styles/bg_newsandeventsbox.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;	
  display:block;	
	padding: 7px 0px 5px 15px;;	
  margin:0px;
  color:#ffffff;	
	font-size:12px;	
  font-weight:bold;
}

#homeNewsAndEventsBoxText {  
	background-image:url(../images/styles/bg_newsandeventsbox_content_area.gif);
  background-repeat: repeat-y;	
	padding:10px 10px 10px 15px;	
	margin:0px;
}

#homeNewsAndEventsBoxText p {  
  margin:0px;
  padding:10px 0px 5px 0px;
}

#homeNewsAndEventsBoxBottom {
	background-image:url(../images/styles/bg_newsandeventsbox.gif);
	background-position: left bottom;
	background-repeat: no-repeat;  
	height: 17px;	
  padding:0px; 
  margin:0px; 
}

/* end of styles added 10-12-2010 by D. Kroll */

#homeNewsAndEventsBox {
	background-image:url(../images/styles/bg_newsandeventsbox.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding:0px 0px 10px 0px;
	/* margin-top: -12px; */
	margin-bottom: 10px;
}

#homeNewsAndEventsBox h3 {
	background-image:url(../images/styles/bg_newsandeventsbox.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color:#ffffff;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 7px;
	font-size:12px;
	height: 18px;
	
}

#homeNewsAndEventsBox p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#homeMainArticle {
	/* margin-top: -12px; */
}

.courseCategoryList,
.courseCategoryListBottom {
	position:relative;
	zoom:1;
}

.courseTitle,
.courseTitle a {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}


.courseList {
	background-color:#cccccc;
	border: 1px solid #666666;
	display:none;
	position:absolute;
	left:145px;
	width: 440px;
	z-index:900;
	zoom:1;
}

.courseCategoryList .courseList {
	top:20px;
}

.courseCategoryListBottom .courseList {
	bottom:-120px;
}

.courseCategoryList .courseCategoryIcon,
.courseCategoryListBottom .courseCategoryIcon {
	float:left;
	clear:none;
	width: 160px;
	height: 130px;
}

.courseCategoryList .courseCategoryIcon img.courseLeftArrow,
.courseCategoryListBottom .courseCategoryIcon img.courseLeftArrow {
	position:absolute;
	margin-left:136px;
	margin-top:-80px;
	z-index:950;
	display:none;
}

.courseCategoryList .courseDetails,
.courseCategoryListBottom .courseDetails {
	float:left;
}

.courseCategoryList:hover .courseList,
.courseCategoryListBottom:hover .courseList,
.courseCategoryList:hover .courseCategoryIcon img.courseLeftArrow,
.courseCategoryListBottom:hover .courseCategoryIcon img.courseLeftArrow {
	display:block;
}

.courseCategoryList .courseList img.courseLeftArrow {
	position:relative;
	float:left;
	margin-left:0px;
	margin-top: 5px;
}

.courseCategoryListBottom .courseList img.courseLeftArrow {
	position:absolute;
	float:left;
	margin-left:-10px;
	margin-top:auto;
	margin-bottom: 0px;
}

.courseCategoryList .courseOfferedHeader,
.courseCategoryListBottom .courseOfferedHeader {
	float:left;
	margin-top:20px;
	margin-left:20px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

.courseCategoryList .courseLearnMore,
.courseCategoryListBottom .courseLearnMore {
	float:right;
	margin-top:20px;
	margin-right:20px;
	font-size:13px;
	font-weight:bold;
}

.courseListLeftColumn {
	float:left;
	width:215px;
}

.courseListRightColumn {
	float:left;
	width:215px;
}

img.courseRightNotch { 
	float:right;
	margin-right:-1px;
	margin-bottom:-1px;
}
