
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: 'arial narrow',arial; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }
h1 {font-family:Oswald, 'arial narrow', arial;  font-size:1.5em; color:#444; margin:30px; letter-spacing:1px;line-height: 1.6;}
h2 {font-family:Oswald, 'arial narrow', arial;  font-size:18px; color:#666; margin:20px 30px 10px 30px;}
h3 {font-family:Oswald, 'arial narrow', arial;  font-size:1.2em; color:#333; margin:20px 30px 20px 30px; font-weight:normal;}
h4 {font-family:Oswald, 'arial narrow', arial;  font-size:1em; color:#222; margin:20px 30px 20px 30px;}

p {margin:20px 30px 20px 30px; font-size:17px; line-height: 1.8; color: #333;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}
.footerHeading {font-family:Oswald, 'arial narrow', arial; font-size:22px; text-shadow:0px 2px 2px rgba(51, 51, 51, 0.7); color:#fff;}
.footerBG {background-image:url(../images/logo-wm.png); background-position:right bottom; background-repeat:no-repeat;}
.txtWhite {color:#FFF;}
.txtWhite:hover {color:#fff;}
.txtBlue {color:#06C;}
.txtBlue:hover {color:##004891;}
.txtBlue:visited {color:#06C;}
.BGgrey {background-color:#eee;}
.bgEvents {background-color:#003366; margin-bottom:0; margin-top:0; border:1px solid #003366;}
.borderEvents {border:1px solid #003366; margin-top:0; margin-bottom:0;}
.button-border {border:1px solid #C60; padding:7px; width:200px; margin:10px 30px 20px 30px;}
.error_strings {font-size:0.8em;color:#D96D00; font-style:italic;font-weight:500}
.bgBorder {border:1px #cccccc solid; margin-top:0; margin-bottom:20px; background-color:#ffffff;}
.bgBorder:hover {background-color:#fafafa; border-left:3px solid #06C;}
.bgGreen {background-color:#9FD18A; color:#fff;}
.bgGrey {background-color:#fafafa;}
.withShadow {text-shadow:1px 1px 2px rgba(34,34,34,0.6);}
.catHeading {background-color:#196DB6;color:#fff; margin:40px 0 20px 20px;padding:8px; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #222; text-decoration:none;}
a:visited { color: #222; }
a:hover { color: #196DB6;}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


.COAButton {
 
  	background-color:#196DB6;
	color:#ffffff; 
	text-decoration:none;
	font-weight:normal; 
	font-size:1em; 
	padding:10px;
	text-shadow:none;
	margin:10px 8px 10px 30px;
	width:230px;
	}
	
.COAButton:hover {
	color:#fff;
	background-color:#467fb0;
	
}
.COAButton:visited {
background-color:#196DB6;
	}


/* == =====================================================
 Responsive Video Wrapper
   ========================================================================== */


.video-wrapper {
    width:80%;
    margin-left:10%;
    margin-rigt:10%;
   position: relative;
  padding-bottom: 56.25%;
  height: 0;
	background-color: #fff;
}

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: #fff;
}
.content {
  position: absolute;
  width: 60%;
  height: 60%;
    margin-left:20%;
    background-color: #fff;opacity:0.9;
    margin-top:20%; margin-bottom:20%;
}
/* == =====================================================
 Thumbnail HOver
   ========================================================================== */



.pic{  opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
opacity: 0.8;
border-bottom:4px solid #ffffff;
  }
 .pic:hover { opacity: 1; filter: alpha(opacity=70);
 border-bottom:4px solid #9FD18A;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
li {margin:10px 20px 10px 20px; font-size:16px; line-height: 1.8; color: #333;}
ol li {margin:20px 20px 10px 20px; font-size:16px; line-height: 1.8; color: #333;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form#contact {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:20px;
}

form#contact fieldset {
	padding:20px;
	border: 0;
	background-color: #fff;
	
	text-align: left;
	
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 95%; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact textarea {
	width: 95%; 
	height: 50px;
}

form#contact label {
	display: block;
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	font-weight: bold;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

form#contact .SubmitButton {
	background-color: #196DB6;
	color: #fff;
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 95%; 
	font-family: Oswald,arial, sans-serif; 
	font-size: 16px; 
	border: 1px solid #ccc;
}

form#contact .SubmitButton:hover {
	background-color: #9FD18A;
	cursor: pointer;
}

form#contact .SubmitButton:active {
	margin-top: 16px;
	background-color: #196DB6;
	cursor: pointer;
}



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */


#contactTable a:link {
	text-decoration:none;
	text-align:left;
	font-family: Oswald, 'arial narrow',Helvetica, sans-serif;
  	color: #444444;
  	 padding: 16px 16px;
 	 cursor: pointer;
 	 z-index: 2;
 	 font-size: 14px;
	font-weight:normal;

	
}
#contactTable a:visited {
	color: #444444;
	font-weight:bold;
	text-decoration:none;
}
#contactTable a:active,
#contactTable a:hover {
	color: #444444;
	text-decoration:none;
}

#contactTable {
	background:#000;
	width:80%;
	text-align:right;
	margin-left:10%;
	margin-right:10%;
	margin-top:40px;
	
}
#contactTable tr{
	text-align: left;
}
#contactTable tr td {
	
	padding:10px;
	border-bottom:1px solid #eee;
	background: #fff;
}
#contactTable tr:hover td{
	background: #eee;
}

#contactTable tr th {
	padding:10px;
	background: #06C;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-family:oswald, arial;
}



/* == =====================================================
  EVENTS TABLE
   ========================================================================== */



#eventsTable a:link {
	text-decoration:none;
	text-align:left;
	
  	color: #444444;
  	
 	 cursor: pointer;
 	 z-index: 2;
 	

	
}
#eventsTable a:visited {
	color: #444444;
	font-weight:bold;
	text-decoration:none;
}
#eventsTable a:active,
#eventsTable a:hover {
	color: #444444;
	text-decoration:none;
}

#eventsTable {
	background:#000;
	width:90%;
	text-align:right;
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	margin-bottom:0;
	border-bottom:2px solid #06C;
}
#eventsTable tr{
	text-align: left;
}
#eventsTable tr td {
	
	padding:10px;
	border-bottom:1px solid #eee;
	background: #fff;
}
#eventsTable tr:hover td{
	background: #fafafa;
}

#eventsTable tr th {
	padding:10px;
	background: #DDD;
	color:#196DB6;
	font-weight:300;
	text-transform:uppercase;
	font-family:oswald, arial;
}

#eventsTable tr td.tableHeading { background-color:#eee;color:#444 font-weight:300; font-family:oswald, arial;}


/* == =====================================================
  Sub menu Nav table
   ========================================================================== */

#subMenu a:link {
	text-decoration:none;
	text-align:left;
	font-family: Oswald, 'arial narrow', aial, Helvetica, sans-serif;
  	color: #444444;
  	 padding: 16px 16px;
 	 cursor: pointer;
 	 z-index: 2;
 	 font-size: 14px;
	font-weight:normal;
	text-transform:uppercase;
	
}
#subMenu a:visited {
	color: #444444;
	font-weight:bold;
	text-decoration:none;
}
#subMenu a:active,
#subMenu a:hover {
	color: #444444;
	text-decoration:none;
}
#subMenu {
	background:#000;
	width:100%;
	text-align:right;
	
	margin-top:40px;
}
#subMenu tr th {
	
	padding:10px;
	border-bottom:1px solid #eee;
	background: #196DB6;
	color:#FFF;
	text-align:right;
	text-transform:uppercase;
	font-size:18px;
	font-family: Oswald, 'arial narrow',arial,Helvetica, sans-serif;
	font-weight:100;
}

#subMenu tr{
	text-align: right;
}
#subMenu tr td {
	
	padding:10px;
	border-bottom:1px solid #eee;
	background: #fff;
}
#subMenu tr:hover td{
	background: #ddd;
}











/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
