html, body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #333333;
	font-weight: 400;
}
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}
a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style:none;
}
  
a { 
	outline: 0;
  outline: 0 !important;
  outline-style:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
}


button::-moz-focus-inner {
  border: 0;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	border-top-color: #FFFFFF;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
img {
 opacity: 1.0!important;
 transition: opacity 1s ease-in-out!important;
 -moz-transition: opacity 1s ease-in-out!important;
 -webkit-transition: opacity 1s ease-in-out!important;
 }
 a:hover img {
 opacity: .7!important;
 transition: opacity .45s ease-in-out!important;
 -moz-transition: opacity .45s ease-in-out!important;
 -webkit-transition: opacity .45s ease-in-out!important;
 }
#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF!important;
	float: left;
	position: relative;
}
#pagewidth-1200 {
	background-color: #FFFFFF!important;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	position: relative;
	width: 100%;
	min-height: 500px;
	max-width:1200px;
}
#header {
	position: relative;
	float: left;
	min-height: 143px;
	background-color: #FFF;
	width: 100%;
}
#header-col1 {
	width: 40%;
	float: left;
	text-align: left;
	height: 130px;
	padding-top: 40px;
	}
#header-col1 img {
	width: 100%;
	max-width: 294px;
	height: auto;
	zoom: 1;
	}	
#header-col2 {
	width: 16%;
	float: left;
	text-align: center;
	height: 158px;
	padding-top: 12px;
	padding-right: 2%;
	padding-left: 2%;
	}
#header-col2 img {
	width: 100%;
	max-width: 144px;
	height: auto;
	zoom: 1;
	}	
#header-col3 {
	width: 40%;
	float: left;
	text-align: right;
	height: 130px;
	padding-top: 40px;
	}
#header-col3 img {
	width: 100%;
	max-width: 294px;
	height: auto;
	zoom: 1;
	}		
.east {
	}
.update {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	}	
.update p {
	margin: 0px;
	padding: 0px;
	}			

#logo img {
	width: 100%;
	max-width: 260px;
	height: auto;
	zoom: 1;
}	

#header-row-1 {
	float: left;
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#header-row-2 {
	float: left;
	position: relative;
	width: 100%;
	background-color: #333;
	color: #FFF;
	min-height:50px;
	}	
.header-content {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	padding-left: 2%;
	max-width: 1200px;
	position: relative;
}	
	
/* MENU */
@media only screen and (min-width: 841px) {
	
.table {

	}
#mainmenu {
	width: 100%;
	background-color: #333333;
	padding: 0px;
	position: relative;
	text-align: center;
	margin: 0px;
	min-height:50px;
	}
		
#mainmenu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #333333;
	display: block;
	min-height:50px;
}
#mainmenu li {
	line-height: 50px;
	list-style-type: none;
	font-size: 16px;
	position: relative;
	font-weight: 300;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
}

#mainmenu li a {
	height: 50px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#mainmenu li a:hover {
	color: #FFFFFF!important;
	display: inline-block;
	background-color: #BABABA;
}


#mainmenu li:hover > a,
#mainmenu ul ul :hover > a,
#mainmenu a:focus {
	color: #FFFFFF;
}

#mainmenu ul li:hover > ul {
	display: block;
}
#mainmenu #select a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #A3131C;
	}
}
.content, .content-gallery {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 97%;
	padding-right: 1.5%;
	padding-left: 1.5%;
	background-color: #FFF;
}
.content-divider {
	float: left;
	position: relative;
	width: 97%;
	margin-bottom: 30px;
	padding-right: 1.5%;
	padding-left: 1.5%;
	background-color: #FFF;
}
.content-divider:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.content img {
	max-width: 100%;
	height: auto;
	zoom: 1;;
}	
.column {
	width: 32.3%;
	padding-right: 1%;
	float: left;
	}
	
.content-gallery ul {
	padding: 0px;
	list-style-type: none;
	width: 100%;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}
.content-gallery li {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 13px;
	text-align: center;
	}	
.content-gallery li img {
	border: 1px solid #000;
	max-width:160px;
}
.content-gallery li a {
	color: #BA202B;	
	}		
.instructors {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;

	}
	
.instructors-text {
	width: 73%;
	padding-right: 2%;
	float: left;
	}
.instructors-image {
	float: left;
	width: 25%;
	padding-top: 45px;
	}			
a.cc_more_info2 {
	color: #BABABA!important;
	}
a:hover.cc_more_info2 {
	color: #ffffff!important;
	}	
.cc_container .cc_btn {
	background-color: #BABABA!important;
	}			
label {
	line-height: 22px;
	font-size: 18px;
	}				
input {
	border: 1px solid #FFF;
	padding: 1%;
	color: #14100D;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	float: right;
	width: 97%;
	height: 26px;
	}
textarea {
	border: 1px solid #FFFFFF;
	padding: 1%;
	color: #14100D;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	width: 97%;
	height: 150px;
	background-image: url(../images/magpies-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	}	
.form-border {
	display: table;
	vertical-align: middle;
	float: left;
	margin-bottom: 12px;
	border: 2px solid #14100D;
	width: 100%;
	padding: 0%;
	}
.form-left {
	display: table-cell;
	vertical-align: top;
	width: 17%;
	color: #FFF;
	background-color: #6F6F6F;
	padding-top: 12px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 1%;
	font-size: 17px;
	line-height: 20px;
	}
.form-right {
	display: table-cell;
	vertical-align: middle;
	width: 78%;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	}		
.send-button {
	font-size: 20px;
	color: #FFF;
	background-color: #14100D;
	border: 1px solid #FFFFFF;
	cursor: hand;
	line-height: 26px;
	width: 120px;
	float: left;
	height: 40px;
	}			
	
/* FOOTER */ 	

#footer-logo {
	position: absolute;
	z-index: 2500;
	top: 20px;
	right: 1%;
	}
#footer-logo img {
	width: 100%;
	max-width: 203px;
	height: auto;
	zoom: 1;
}
#footer-holder {
	background-color: #333333;
	position: relative;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	color: #FFF;
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 16px;
	position: relative;
	margin-top: 0px;
	padding-bottom: 0px;
	color: #BABABA;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1200px;
	width: 96%;
	font-size: 13px;
	line-height: 28px;
}
#footer a:hover, .footer2 a:hover {
	color: #FFFFFF;
}

#footer-row-1 {
	float: left;
	position: relative;
	width: 100%;
	text-align: center!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#footer-row-1:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}
#footer-row-1 ul, #footer-row-2 ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footer-row-1 li, #footer-row-2 li {
	line-height: 22px;
	list-style-type: none;
	font-size: 14px;
	padding: 0px;
	position: relative;
	font-weight: 300;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	text-align: center;
}
#footer-row-1 li a, #footer-row-2 li a {
	height: 22px;
	color: #BABABA;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	display: inline;
	padding: 0px;
	text-align: center;
	}
#footer-row-1 #select2 a, #footer-row-2 #select3 a {
	color: #FFF;
	}
#footer-row-2 {
	float: left;
	position: relative;
	width: 100%;
	text-align: center!important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#footer-row-2 p a {
	color: #BABABA;
}
#footer-row-2 p a:hover {
	color: #ffffff;
}
#footer-row-2 p {
	margin: 0px;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer-logos ul {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}	
.footer-logos li {
	height: 74px;
	width: 74px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	display: inline;
	}	
h1 {
	font-family: "Open Sans", arial, helvetica, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #BA202B;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
}
h2 {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #BA202B;
	font-weight: 300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
h3 {
	font-family: "Open Sans", arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 0px;
	color: #BA202B;
	font-weight: 300;
	margin: 0px;
}

p {
	padding-top: 0px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}
ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #BA202B;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}
.button {
	font-size: 15px;
	line-height: 24px;
	color: #BA202B;
	border: 1px solid #AAAAAA;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	}	
.button a {
	color: #BA202B;
	}
a.button:hover {
	color: #FFF!important;
	background-color: #BA202B!important;
	}	
	
	
@media (max-width: 1180px) {
		
#mainmenu li a {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 15px;
}
}
	
@media (max-width: 1140px) {

}

@media (max-width: 1080px) {

}
@media (min-width: 841px) {
.menu-tag {
	display:none;
	}
	
}
@media (max-width: 1040px) {
.menu-tag {
	color: #ffffff;
	position: absolute;
	left: 70px;
	z-index: 1000;
	top: 15px;
	font-size: 16px;
	}	
}
@media (max-width: 820px) {
#mainmenu {
	display:none;
	}
.menu-tag {
	color: #ffffff;
	position: absolute;
	left: 70px;
	z-index: 1000;
	top: 15px;
	font-size: 16px;
	}	
}

@media (max-width: 780px) {
#header {
	position: relative;
}
.column {
	width: 100%;
	padding-right: 0;
	float: left;
	}
}
@media (max-width: 680px) {


}
@media (max-width: 580px) {
.column {
	width: 100%;
	padding-right: 0;
	float: left;
	}
.instructors-text {
	width: 100%;
	padding-right: 0%;
	float: left;
	}
.instructors-image {
	float: left;
	width: 100%;
	padding-top: 10px;
	}	
}
@media (max-width: 540px) {

#header-col1 {
	width: 50%;
	float: left;
	text-align: left;
	height: 130px;
	padding-top: 40px;
	}
#header-col2 {
	display:none;
	}	
#header-col3 {
	width: 50%;
	float: left;
	text-align: right;
	height: 130px;
	padding-top: 40px;
	}
}

@media (max-width: 480px) {
.tag {
	display:none;
	}	
#footer {
	padding-top: 10px;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
}
 @media print {
/*hide the header, footer and left column when printing*/ 
#header {
	display: none;
}
#footer {
	display: none;
}
/*hide the right column when printing*/ 

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
}
p, ul, li, td, h1, h2, b, strong, a {
	text-decoration: none;
	color: #14100D;
}
a.content_link {
	text-decoration: none;
	color: #14100D;
}
}
#wrapper #wrapper #pagewidth-1200 .content img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
