/* code for rounded corners: 
-moz-border-radius: 10px; (change the px number, lower for less round, higher for more round)
-webkit-border-radius: 10px; (change this to the same px number) */


/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, verdana, "Lucida Sans Unicode", "Lucida Sans Grande", sans-serif;
	font-size: 95%;
	color: #000000;
	background-repeat: repeat;
	background-color: #EBEAEA;
	background-image: url(../image-files/background-image.png);
}

h1, h2, h3, h4, h5, h6 {
  background-color: transparent;
  color: #000000;
  clear: both;
}

h2, h3, h4, h5, h6 {
  margin-top: 24px;
}

h1 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 25px;
}

h2 {
	border-bottom: 1px solid #737373;
	font-size: 110%;
	line-height: 25px;
}

h3 {
  border-bottom: 0 solid #737373;
}

blockquote {
  margin: 12px 56px;
  color: #333333;
  font-size: 100%;
  line-height: 20px;
  font-family: 'Courier New', Courier, monospace;
}

#indent {
	line-height: 25px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 35px;
}

code {
  color: #000000;
}

img {

}

a:link img {
  border: 0;
}

/* -- General Link Styling -- */

a:link {
  color: #c0272d;
  text-decoration: none;
}

a:visited {
	color: #E07277;
	text-decoration: none;
}

a:hover {
  color: #c0272d;
  text-decoration: underline;
}


/* ------ Section 2 - Global Page Structure ------- */

#container {
	width: 980px;
}

#header {
	height: 270px;
	position: relative;
}

#ContentWrapper {
	float: left;
	width: 100%;
}

#CenterColumn {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 220px;
	line-height: 115%;
}

#LeftColumn {
	float: left;
	width: 180px;
	margin-left: -968px; /* margin-left: -968. Higher # shifts column left. 
						  For viewing/editing this column, change the left
						  margin to 20. */
}

#RightColumn {
	float: left;
	width: 180px;
	margin-left: -193px; /* margin-left: -193; float: left; Higher # shifts column
						  left. For viewing/editing this column, change float to 
						  float: right and margin-left to margin-right: 20. */
}

#footer {
	clear: both;
	width: 100%;
}

.liner {
	padding: 10px;
}

#header .liner {
  padding: 0;
}

#footer .liner {
	margin: 0;
	padding: 0;
}

/* ------ Section 3 - Page Structure Details ------ */

#container {
	margin: 0px auto;
	background-image: url(../image-files/bsla-background.png); 
	background-repeat: repeat-y;
}

#header {
	background-image: url(../image-files/bsla-header.png);
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	background-position: left bottom;
}

#ContentWrapper {
	background-image: url(../image-files/bsla-background.png);
	background-repeat: repeat-y;
	background-color: #EBEAEA;
}

#CenterColumn {
	position: relative;
	z-index: 100;
	margin-top: -20px;
}

.subheading h3 {
	text-align:center;
}

#CenterColumn ul li {
	margin-bottom: 6px;
	list-style-type: disc;
} 

#CenterColumn ol li {
	margin-bottom: 6px;
}


#instructors h2{
	border-bottom: 1px solid #737373;
	font-size: 130%;
	line-height: 25px;
	font-variant: small-caps;
}

#LeftColumn {
	background-color: transparent;
}

#RightColumn {
	background-color: transparent;
}

#footer {
	height: 130px;
	background-image: url(../image-files/bsla-footer.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 85%;
	background-color: #EBEBEB;
	background-position: left top;
}

#footer p {
	padding-top: 4px;
}

#ImageChart {
	float: left;
	background-color: #FFF;
	margin-bottom: 20px;
}

#ImageChart p {
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: -3px;
	padding-left: 7px;
}

#ImageChart .title {
	font-size: 115%;
	font-weight: bold;
}

#ImageChart .leftfloat {
	width: 47%;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}

#ImageChart .rightfloat {
	width: 47%;
	float: right;
	padding: 5px 8px 5px 0px;
	margin-bottom: 10px;
	clear: none;
}

#ImageChart .ItemLeft {
	float: left;
	margin: 5px 10px 5px 0;
	text-align: center;
}

#PhotoGallery {
	float: left;
	background-color: #EBEAEA;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#PhotoGallery p {
	font-size: 95%;
	margin-top: 10px;
	margin-bottom: -3px;
	padding-left: 7px;
}

#PhotoGallery .title {
	font-size: 115%;
	font-weight: bold;
}

#PhotoGallery .leftfloat {
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	margin-right: 10px;
}

#PhotoGallery .rightfloat {
	float: right;
	margin-bottom: 10px;
	clear: none;
	padding: 5px;
	margin-left: 10px;
}

#PhotoGallery .ItemLeft {
	float: left;
	text-align: center;
}

#PhotoGallery .ItemRight {
	float: right;
	text-align: center;
}

#sitemapcenter {
	margin-left: 20px;
	font-size: 90%;
	font-weight: bold;
}

#sitemapcenter a:link {
	color: #000000;
	text-decoration: none;
}

#sitemapcenter a:visited {
	color: #000000;
	text-decoration: none;
}

#sitemapcenter a:hover {
  color: #c0272d;
}

#sitemapcenter ul  {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 45px;
}

#sitemapcenter li {
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

#sitemapcenter h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 135%;
}

#sitemapcenter h4 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	font-size: 120%;
}

#sitemapcenter p {
	margin-top: 8px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 105%;
	margin-left: 30px;
}

#LeftColumn {
	font-size: 85%;
	color: #000;
}

#RightColumn {
	font-size: 85%;
	color: #000;
}

#LeftColumn h3 {
	font-size: 110%;
	color: #000;
	font-weight: bold;
	background-image: url(../image-files/hands-1.png);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 40px;
	margin: 0px 0px 12px;
	height: 30px;
}

#LeftColumn h5 {
	font-size: 110%;
	color: #000;
	font-weight: bold;
	background-image: url(../image-files/hands-1.png);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 40px;
	margin: 10px 0px 0px;
	height: 30px;
}

#RightColumn h3 {
	font-size: 110%;
	color: #000;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
}

#RightColumn h4 {
	font-size: 95%;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	background-image: url(../image-files/header-ribbon.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#RightColumn a:link {
	color: #000000;
}

#RightColumn a:visited {
	color: #E07277;
	text-decoration: none;
}

#RightColumn a:hover {
	color: #c0272d;
	text-decoration: underline;
}

#RightColumn .widget {
	margin-bottom: 20px;
	margin-left: 1px;
}

#RightColumn #CommunityCorner {
	margin-top: 5px;
	margin-bottom: 5px;
}

#RightColumn #CommunityCorner a:link {
	color: #c0272d;
}

#RightColumn #CommunityCorner a:visited {
	color: #E07277;
	text-decoration: underline;
}

#RightColumn #CommunityCorner a:hover {
	text-decoration: underline;
	color: #C0272D;
}



/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
}

/* -- Nav Headers -- */

.Navigation h4 {
	font-size: 85%;
	color: #000000;
	margin: 10px 0px;
}


/* -- Nav List -- */

.Navigation ul {
	margin: -2px 0px 0px;
	padding: 0px 0px 8px;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
}

.Navigation li {
	background-image: url(../image-files/nav-bg.png);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #D6D11B;
	margin-bottom: 1px;
	background-color: #F2E599;
	background-position: center;
}

/* -- Navigation Link styles */

.Navigation a:link {
	color: #000000;
	display: block;
	text-decoration: none;
}

.Navigation a:visited {
	color: #909090;
	display: block;
	text-decoration: none;
}

.Navigation a:hover {
	color: #c0272d;
	display: block;
	text-decoration: none;
	background-image: url(../image-files/nav-bg-on.png);
	background-repeat: repeat-x;
	background-color: #F4EFB8;
	background-position: center;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
  text-align: center;
}

.ThumbnailLink a:link {
  text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
  text-decoration: underline;
  color: #c0272d;
}

/* -- Footer Horizontal Text NavBar -- */

#footer .ExtraNav {
	font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	margin: 0px auto;
	font-size: 80%;
	padding-top: 45px;
}

#footer .ExtraNav ul {
  list-style-type: none;
}

#footer .ExtraNav ul li {
	display: inline;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer .ExtraNav a:link {
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 0 4px;
}

#footer .ExtraNav a:visited {
  color: #333333;
  text-decoration: none;
  padding-right: 2px;
  padding-left: 2px;
}

#footer .ExtraNav a:hover {
	color: #EBEBEB;
	text-decoration: none;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #FFF;
	width: 75%;
	margin: 18px auto 24px;
	padding: 4px;
	color: black;
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border: 4px inset #CCC;
	background-image: url(../image-files/understand.png);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

div.CalloutBox p {
	margin: 5px 13px 13px 5px;
	text-indent: 60px;
}

p.CalloutBox {
	margin: 10px auto;
	background-image: none;
	font-size: 85%;
	font-style: italic;
	padding: 9px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0272D;
	border-bottom-color: #C0272D;
	background-color: #FFFFE8;
	border-right-style: none;
	border-left-style: none;
}

div.CalloutBox h1, 
div.CalloutBox h2, 
div.CalloutBox h3, 
div.CalloutBox h4, 
div.CalloutBox h5, 
div.CalloutBox h6 {
	margin: 5px 0px 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 65px;
	font-variant: small-caps;
}

.ReminderBox {
	width: 30%;
	margin: 5px 5px 12px 18px;
	float: right;  /* adding float enables text to flow around it */
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C0272D;
	padding-bottom: 3px;
}

.ReminderBox h4 {
	margin: 0px;
	padding: 4px 2px;
	text-align: center;
	color: #C0272D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 27px;
	background-image: url(../image-files/bsla-remind-bg.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 6px;
}

.ReminderBox p {
	font-size: 80%;
	padding: 3px 7px;
	line-height: 100%;
	font-family: "trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}


.sidebar {
	width: 35%;
	margin: 5px 5px 12px 18px;
	float: right;  /* adding float enables text to flow around it */
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C0272D;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sidebar h4 {
	margin: 0px;
	padding: 4px 2px;
	text-align: center;
	color: #C0272D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 27px;
	background-image: url(../image-files/hands-rbg.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	text-indent: 20px;
}

.sidebar p {
	font-size: 80%;
	padding: 3px 7px;
	line-height: 100%;
	font-family: "trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
	font-size: 80%;

}

.sidebar li {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
}


.sidebar-big {
	width: 45%;
	margin: 5px 5px 10px 15px;
	float: right;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C0272D;
	padding-top: 6px;
	padding-bottom: 6px;
}

.sidebar-big h4 {
	margin: 0px;
	padding: 2px 2px 4px;
	text-align: center;
	color: #C0272D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(../image-files/hands-rbg.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}

.sidebar-big p {
	font-size: 85%;
	padding: 5px 7px;
	line-height: 120%;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar-big ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 0px;
	padding: 0px;
	font-size: 80%;

}

.sidebar-big li {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
}

.AdSenseBoxLeft {
	float: left;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-left: 18px;
}

.AdSenseBoxRight {
  margin: 0 18px 12px;
  float: right;
}

.AdSenseBoxCenter468 {
  margin: 0 auto 12px;
  width: 468px;
  clear: both;
}

.AdSenseBoxRightColumn {
  margin: 0px;
  padding: 0;
  clear: both;
}

.ReturnToNavBox {
	background-color: #F6F5F2;
	width: 80%;
	padding: 0px 6px;
	font-size: 80%;
	border-top: 1px solid #666;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
}

/* -- Socialize It! Box -- */

#SocializeBox {
	width: 86%;
	background-color: #F6F5F2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
	clear: both;
}

/* -- RSS Box -- */

#RSSbox {
	border: 1px solid #D6D11B;
	margin: 8px 0px 10px;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F2E599;
	width: 98%;
	background-image: url(../image-files/rss-box_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

/* -- Table of Contents  -- */

#TOC {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	margin-top: 15px;
}

#TOC h2 {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #C0272D;
	line-height: 25px;
	
}

#TOC p {
	margin-left: 15px;	
}
/* ------ Section 7 - Frequently Used Styles ------ */

.author-credit {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.bold-text {
	font-weight: bold;
	font-size: 105%;
}

.bold-italic-text {
	font-weight: bold;
	font-style: italic;
	padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bold-underline-text {
	font-size: 95%;
	font-weight: bold;
	text-decoration: underline;
}

.book-title {
	font-style: italic;
	font-size: 100%;
	padding-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.caption {
	font-size: 75%;
	font-weight: bold;
	display: block;
	line-height: 125%;
	margin-bottom: 8px;
}

.caption-txt-ctr {
	font-size: 75%;
	font-weight: bold;
	display: block;
	line-height: 125%;
	margin-bottom: 8px;
	text-align: center;
}

.caption-txt-lft {
	font-size: 75%;
	font-weight: bold;
	display: block;
	line-height: 125%;
	margin-bottom: 8px;
	text-align: left;
}

.caption-txt-right {
	font-size: 75%;
	font-weight: bold;
	display: block;
	line-height: 125%;
	margin-bottom: 8px;
	text-align: right;
}

.caption-1 {
	font-size: 85%;
	line-height: normal;
	margin-top: 5px;
}

.caption-2 {
	font-size: 75%;
}

.center-text {
	text-align: center;
}

.clear {
  clear: both;
}

.footnote {
	font-size: 70%;
	line-height: normal;
}

.footnote-italics {
	line-height: normal;
	font-style: italic;
}

.italic-text {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.large-text {
	font-size: 120%;
}

.large-text-bold {
	font-size: 120%;
	font-weight: bold;
}

.red-type {color: #C0272D
}

.shrink-text {
	font-size: 85%;
}

.small-text {
	font-size: 90%;
	padding-top: 7px;
	padding-bottom: 7px;
}

.white-text {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
}

.clear-text {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #EBEAEA;
}



/* To create custom bullets: Create the custom image (15x15px is a good size). Place that into image-files folder. Use the following code in style sheet: 
 
#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: left top no-repeat;
padding-left: 30px;
padding-bottom: 15px;
}  */

/* -- floats -- */

.ItemRight {
	float: right;
	margin: 0px 0 5px 15px;
	text-align: center;
}

.ItemCenter {
  margin: 2px auto 12px;
  text-align: center;
  clear: both;
}

.ItemLeft {
	float: left;
	margin: 5px 18px 5px 0;
	text-align: center;
}
.contactinfo {
	line-height: 25px;
	font-size: 105%;
	margin-top: 0px;
	margin-bottom: 30px;
}

