/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
  @charset "utf-8";
/* CSS Document */

/*********************************
*		  Primary Styles		 *
*********************************/
body{
	background-color:#f2f2f2;
	background-image:url(../image-files/);
	background-repeat:repeat;
	font-size:100%;
}
.wrap{
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
a{
	text-decoration:none;
	color:#8e0417;
}
ul{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
h1, h2{
	margin:0;
	padding:0;
	color:#53030e;
    text-align:center;

}
h3, h4, h5{
	margin:0;
	padding:0;
	color:#53030e;
}

/*********************************
*		   Color Styles			 *
*********************************/
.white{
	color:#fff;
}
.black{
	color:#000;
}
.gold{
	color:#ac7f13;
}
.devil-red{
	color:#8e0417;
}
.mahogany{
	color:#53030e;
}
.rosewood{
	color:#60010e;
}
.burnt-maroon{
	color:#42020a;
}
/*********************************
*		   Header Styles		 *
*********************************/
header{
	width:100%;
	background:#53030e url(../image-files/header-pattern2.png) no-repeat right;
	float:left;
}
/*********************************
*			Nav Styles			 *
*********************************/
nav{
	background:#60010e;
	width:100%;
	float:left;
	position:relative;
	z-index:10;
}
ul.primary-nav{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
ul.primary-nav li{
	color:#fff;	
	padding:10px 25px;
	display:inline-block;
	cursor:pointer;
}
ul.primary-nav li a:hover,
ul.primary-nav li:hover{
	color:#ac7f13;
}
ul.primary-nav li a{
	font-size:1em;
	color:#fff;
	display:block;
}
ul.dropdown{
	background:#60010e;
	margin:0;
	padding:0;
	list-style:none;
	display:none;
	position:absolute;
}
ul.dropdown li{
	display:list-item;
}
ul.dropdown li a{
	color:#fff;
}
.mobile-nav{
	background:url(../image-files/menu-icon.png) right no-repeat;
	padding:10px 0;
	color:#fff;
	width:90px;	
	float:left;
	display:none;
	cursor:pointer;
}
/*********************************
*		  Search Styles			 *
*********************************/
.search{
	float:right;
	width:250px;
	margin-top:3px;
}
.search input[type=text]{
	background:#42020a !important;
	border:none !important;
	padding:6px 3px !important;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	width:210px;
	color:#fff;
	float:left;
}
.search input[type=submit]{
	background:#42020a url(../image-files/search.png) no-repeat center;
	border:none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	height:32px;
	width:32px;
	float:left;
}
/*********************************
*	    Main Body Styles		 *
*********************************/
#main{
	background:#fff url(../image-files/shade.png) top center no-repeat;
	width:100%;
	box-shadow:1px 0 10px #000;
	padding:40px 0 30px;
	float:left;
	position:relative;
	z-index:1;
}
.sections{
	width:100%;
	float:left;
}
.text-hold{
	padding:40px;
	line-height:1.75em;
}
/******** Related Topics ********/
.topics{
	width:75%;
	margin:15px auto 0 auto;
	border:#60010e solid thin;
}
.topics h3{
	color:#fff;
	padding:5px 0 5px 5px;
	background:#60010e;
}
.topics ul{
	padding:0;
	margin:0;
	list-style:none;
}
.topics ul li{
	padding:5px 0 5px 5px;
}
.topics ul li a{
	font-weight:bold;
}
/******* Single Column **********/
.col-1{
	width:100%;
	float:left;
}
.col-1 h1{
	padding:0 10px 10px 10px;
	font-size:1.5em;
}
/******* 2 Uneven Columns *******/
.col-2-un1{
	width:70%;
	margin-right:5%;
	float:left;
}
.col-2-un1 h1{
	padding:0 10px 10px 10px;
	font-size:1.5em;
}
.col-2-un2{
	width:25%;
	float:left;
}
/******* 2 Even Columns *********/
.col-2{
	width:47.5%;
	margin-right:5%;
	float:left;
}
.col-2:last-child{
	margin-right:0;
}
/*********** 3 Columns **********/
.col-3{
	width:30%;
	margin-right:5%;
	float:left;
}
.col-3:last-child{
	margin-right:0;
}
/********** Social **************/
.social-icons{
	width:100%;
	text-align:center;
	padding:10px 0;
	margin-top:10px;
	float:left;
	border-top:#53030e solid thin;
	border-bottom:#53030e solid thin;

}
.social-icons a{
	margin-right:20px;
}
.social-icons a:last-child{
	margin-right:0;
}
/********** General Sidebar **************/
.sidebar_box{
	float:left;
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#53030e solid thin;
	position:relative;
}
.sidebar_box:last-child{
	border:none;
}
.sidebar_box h3{
	text-align:center;
}
.sidebar_box_txt{
	padding:10px 5px 5px 5px;
	line-height:1.5em;
	font-size:0.9em;
}
/********** Announcement **************/
.announcement{
	background:#60010e;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
}
/******* In Text Dropdown ************/
.content-dropdown{
	width:55%;
	text-align:center;
	border:#60010e thin solid;
	margin:30px auto;
}
.content-dropdown h3{
	background:#60010e;
	padding:3px 0;
	color:#fff;
}
.content-nav, .content-sub{
	list-style:none;
	position:relative;
}
.content-nav > li{
	width:45%;
	text-align:center;
	cursor:pointer;
	top:0;
	vertical-align:top;
	display:inline-block;
}
.content-nav > li:last-child{
	margin-right:0;
}
.content-sub{
	display:none;
}
.content-sub li{
	padding:5px 0;
}
/*********************************
*	     Newsletter/Ecourse		 *
*********************************/
.newsletter{
	float:left;
	position:relative;
	width:100%;
}
.news-title{
	font-size:1.3em;
	padding:0 5px;
	text-align:center;
}
.news-image{
	text-align:center;
}
.news-txt{
	text-align:left;
	font-size:0.9em;
	padding:5px;
	line-height:1.5em;
	margin-bottom:5px;
}
.newsletter form input[type=text], .ecourse form input[type=text]{
	background:linear-gradient(#dbdbdb, #ffffff);
	border:#d6d6d6 solid thin;
	width:92%;
	padding:2%;
	margin-bottom:5px;
}
.newsletter form input[type=submit], .ecourse form input[type=submit]{
	background:linear-gradient(#9f0016, #53030e);
	border:none;
	padding:3px;
	color:#fff;
	width:50%; 
}
.ecourse form input[type=text]{
	margin-bottom:10px;
}
.ecourse{
	margin:10px auto;
	position:relative;
	width:55%;
}
.ecourse h3{
	padding-bottom:10px;
}
/*********************************
*	      Search Styles			 *
*********************************/
#contactform{
	width:100%;
	float:left;
	position:relative;
}
#contactform input:NOT([type=submit]){
	background:linear-gradient(#dbdbdb, #ffffff);
	border:#d6d6d6 solid thin;
	width:90%;
	padding:1%;
	float:left;
	margin-bottom:15px;	
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	position:relative;
}
#contactform input[type=submit]{
	background:linear-gradient(#9f0016, #53030e);
	border:none;
	padding:1%;
	color:#fff;
	width:92.5%;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	position:relative; 
}
#contactform textarea{
	background:linear-gradient(#dbdbdb, #ffffff);
	border:#d6d6d6 solid thin;
	width:90%;
	padding:1%;
	height:150px;
	float:left;
	margin-bottom:15px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	position:relative;
}
#contactform div{
	display:none;
}
.success, .error{
	color:#00FF00;
	margin-top:15px;
	text-align:center;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	position:relative;
}
.error{
	color:#FF0000;
}
/*********************************
*	      Footer Styles			 *
*********************************/
footer{
	background:#53030e;
	padding:5px 0;
	width:100%;
	float:left;
	position:relative;
	z-index:10;
}
.copyright{
	float:left;
	font-size:0.9em;
}
/* ------ Section 6 - Boxes ------ */

.RightNavBox {  
background-image: url(../image-files/box-background.jpg);
width: 30%;
border: 1px dotted #eeeeaa;
margin: 0 0 12px 18px;
float: center;             /* adding float enables text to flow around it */
color: #eeeeaa;
}


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #999900;
margin: 18px auto 24px auto;
padding: 4px;
color: #000000;
}


.CalloutBox2 {
background-color: #ffffe0;
width: 85%;
border: 1px dotted #990000;
margin: 18px auto 24px auto;
padding: 20px;
color: #000000;
}


.CalloutBox3 {
background-image: url(../image-files/);
width: 55%;
border: 1px dotted #990000;
margin: 18px auto 24px auto;
float: left;
text-align: center;
text-decoration: bold;
padding: 4px;
color: #000000;
}

.CalloutBox4 {
background-image: url(../image-files/boxbackground.jpg);
width: 30%;
border: 1px dotted #990000;
margin: 18px auto 24px auto;
float: center;
text-align: center;
text-decoration: bold;
padding: 4px;
color: #000000;
}

.CalloutBox5 {
background-image: url(../image-files/box4-background.jpg);
width: 40%;
border: 1px dotted #oooooo;
margin: 18px auto 24px auto;
float: center;
text-align: center;
text-decoration: bold;
padding: 4px;
color: #000000;
}
.CalloutBox6 {
background-image: url(../image-files/BLQ_Menu_Index.jpg);
width: 40%;
border: 1px dotted #ffffff;
margin: 18px auto 24px auto;
float: center;
text-align: center;
text-decoration: bold;
padding: 4px;
color: #990000;
}

.CalloutBox img {
padding: 5px;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ffffff;
width: 24%;
border: 1px dotted #990000;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #F7F8E0;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #e1dba7;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.ReminderBox2 {          
background-color: #521;
width: 60%;
border: 1px dotted #eeeeaa;
margin: 0 0 12px 18px;
float: center;             /* adding float enables text to flow around it */
color: #eeeeaa;
}
.ReminderBox2 h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #e1dba7;
}

.ReminderBox2 p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}



.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468 {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxExtraColumn {
float: right;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter250 {
width: 250px;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px dotted #a73;
border-bottom: 1px dotted #a73;
margin: 15px auto 12px auto;
padding: 4px;
}

div.full-width-box {
   background-color: #ffffff;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #990000;
	
}

div.center-box {
   width: 50%;
   background-color: #ffffff;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
   border: 1px solid #990000;
	
}

div.full-width-box2 {
   background-color: #FDF5E6;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #990000;

}

div.full-width-box3 {
   background-color: #ffffcc;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #000066;
		
}

div.full-width-box4 {
  background-color: #FEF1B5;
	margin: 15px 0px 10px 0px;
	padding: 15px;
  border: 1px solid #990000;
		
}
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box left ***/
div.full-width-box-left {
   background-color: #ffffcc;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 80%;
	float: left;
	
}

/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffcc;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
	
}



/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #eea;
border: 1px dotted #332206;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}

/*** --- Footer Nav ---***/


.ExtraNav {
font-family: 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
}

.ExtraNav a:link {
color: #700;
text-decoration: none;
font-weight: bold;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #332206;
text-decoration: none;
font-weight: bold;
padding: 0 10px;
}

.ExtraNav a:hover {
color: #d50;
background-color: transparent;
text-decoration: none;
padding: 0 10px;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 80%;
font-weight: bold;
color: #652;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

@charset "utf-8";
/* CSS Document */

@media only screen and (min-width : 885px) and (max-width : 995px){
.social-icons a{
	margin-right:15px;
}
}
@media only screen and (max-width : 884px){
.wrap{
	width:100%;
}
.mobile-menu{
	width:100%;
	position:absolute;
	display:none;
	z-index:99;
}
.mobile-menu > ul{
	list-style:none;
	margin:0;
	padding:0;
	background:#60010e;
	border-bottom:#8e0417 solid 2px;
	width:inherit;
}
.mobile-menu > ul li{
	text-align:center;
	padding:10px 0;
	cursor:pointer;
	color:#fff;
}
.mobile-menu > ul li a{
	color:#fff;
	display:block;
}
.mobile-menu > ul li a:hover, .mobile-menu > ul li:hover{
	color:#ac7f13;
}
ul.dropdown{
	background:#53030e;
	position:relative;
}
header{
	background-image:none;
}
ul.primary-nav{
	display:none;
}
.mobile-nav{
	margin-left:5px;
	display:inherit;
}
.col-2-un1{
	width:100%;
	border-bottom:#53030e solid thin;
	padding-bottom:20px;
	margin-bottom:20px;
	float:none;
}
.col-2-un2{
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	width:50%;
	float:none;
	position:relative;
}
.social-icons a{
	margin-right:20px;
}
}
@media only screen and (max-width : 480px){
.search{
	width:190px;
}
.search input[type=text]{
	width:150px;
}
.col-2-un2{
	width:95%;
	padding:0 5%;
}
.ecourse{
	width:80%;
}
.topics{
	width:80%;
}
}