/*==========================================================
ANCHOR TAGS
==========================================================*/
	
a
	{
	text-decoration: none;
	}
	
a:link, a:visited
	{
	color: #6C1406;
	}

a:hover, a:active
	{
	background-color: #6C1406;
	color: #FFFFFF;
	}
	

/*==========================================================
BODY AND ELEMENTS
==========================================================*/

body
	{
	background-color: #FFFFB8;
	}

body,p,ul,li
	{
	color: #404040;
	font-size: 14px;
	font-family: Oxygen;
	line-height: 160%;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
p
	{
	margin-bottom: 12px;
	}
	
.subText-small
	{
	font-size: 9px;
	text-align: center;
	}
	
.smallText
	{
	font-size: 12px;
	}
	
ul
	{
	margin-top: 12px;
	margin-left: 14px;
	padding-left: 14px;
	}
	
#container
	{
	margin: 0 auto;
	width: 90%;
	max-width: 860px;
	clear: both;
	}
	
header
	{
	margin-bottom: 24px;
	background-image: url('/images/bg-theme.jpg');
	background-position: center bottom;
	background-color: #6C1406;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	}

.contentHeader
	{
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	}
	
.leftHeader
	{
	display: table;
    vertical-align: middle;
    text-align: center;	
	width: 100%;
	}
	
.leftHeader p
	{
	font-size: 40px;
	font-family: 'Scada';
	color: #FFFFFF; /*#6C1406*/
	font-weight: normal;
	text-align: center;
	text-shadow: 2px 1px 1px #000000, -2px -1px 1px #000000;
	}

.mainHeader img
	{
	width: auto;
	height: 191px;
	}
	
.rightHeader
	{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: right;
	}

	
/*DUAL COLUMN PAGE CONTENT*/
.pageColumn-left
	{
	display: block;
	width:100%;
	padding-right: 8px;
	padding-bottom: 24px;
	vertical-align: top;
	line-height: 140%;
	}
	
.pageColumn-left-full
	{
	display: block;
	width:100%;
	padding-right: 8px;
	padding-bottom: 70px;
	vertical-align: top;
	line-height: 140%;
	}

.pageColumn-right
	{
	display: block;
	border-top: 1px dotted #404040;
	padding-left: 8px;
	padding-bottom: 24px;
	font-family: 'Average Sans';
	font-size: 14px;
	width:100%;
	vertical-align: top;
	line-height: 120%;
	}
	

/* FLOAT */
img.floatLeft
	{
	float:left;
	padding-right:4px;
	padding-bottom:4px;
	margin-top:3px;
	margin-right:8px;
	z-index:1;
	}

img.floatRight
	{
	float:right;
	padding-left:4px;
	margin-top:3px;
	padding-bottom:4px;
	margin-left:8px;
	z-index:1;
	}
	
	
/* VIDEO CONTAINER */

.video-container
	{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.video-container iframe,  
.video-container object,  
.video-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
.video-wrapper
	{
	width: 100%;
	max-width: 100%;
	}
	
	
/* CERTIFICATION FIX */

.certFix
	{
	width: auto;
	height: 145px;
	border: 1px solid lightgray;
	margin: 6px;
	}
	
	
/* SHADOW */

.shadowed
	{
	filter: drop-shadow(5px 5px 3px #303030); 
	-webkit-filter: drop-shadow(5px 5px 3px #303030); 
	}
	
	
/* HORIZONTAL RULE */

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}
	
	
/*==========================================================
NAVIGATION
==========================================================*/

/* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/
For best results, use your favorite clearfix here.
-------------------------------------------------------------- */
.cf:before, .cf:after
	{
	content:"";
	display:table;
	}

.cf:after
	{
	clear:both;
	}

.cf
	{
	zoom:1;/* For IE 6/7 (trigger hasLayout) */
	}


.nav-container, .head
	{
	margin: 0 auto;
	width: 100%;
	background-color: #404040;/* background color surrounding nav area */
	}

.menu-link
	{
	font-size: 24px;
	display: none;
	text-align: center;
	text-decoration: none;
	padding: 19px 10px;
	}
	
.menu
	{
	/*float: left;*/
	max-width: 100em;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
	
.menu ul
	{
	background-color: #404040;/* background color of nav menu area */
	padding: 0px;
	margin: 0 auto;
	list-style: none;
	position: relative;
	display: inline-table;
	}
	
.menu ul a:hover
	{
	background-color: #DFF2FB;/* hover background color of area around nav text on level 1 */
	}
	
.menu > li > ul.sub-menu
	{
	min-width: 10em;
	padding: 4px 0;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}

.menu ul:after
	{
	content: "";
	clear: both;
	display: block;
	}
	
.menu ul li
	{
	padding: 0px;
	background-color: #404040;/* background color of each individual menu name block */
	}

.menu > ul > li
	{
	display: inline-block;
	}

.menu ul li a
	{
	display: block;
	text-decoration: none;
	color: #FFFFFF;/* nav font color */
	font-size: 14px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	}

.menu ul li a:hover /* color of text on hover on first level */
	{
	color: #404040;
	}

.menu ul li > a
	{
	height:58px;
	padding: 19px 12px;	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}

.menu ul ul
	{
	display: none;
	position: absolute;
	top:100%;
	min-width: 160px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}

.menu ul li:hover > ul
	{
	display: block;
	z-index: 1;
	text-align: left;
	}

.menu ul ul > li
	{
	position: relative;
	}

.menu ul ul > li a
	{
	padding: 5px 15px 5px 10px;
	height: auto;
	background-color: #DFF2FB;/* background color of submenu blocks */
	color: #6C1406;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	}

.menu ul ul > li a:hover
	{
	color: #FFFFFF;/* color of submenu text upon hover */
	background-color: #6C1406;/* background color of submenu nav block on hover */
	}

.menu ul ul ul
	{
	position: absolute;
	left: 100%;
	top:0;
	}


/*==========================================================
CONTENT
==========================================================*/

article
	{
	/*opacity:0.9;
	filter:alpha(opacity=90);/* For IE8 and earlier */
	}
	
.mainContent
	{
	line-height: 25px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.content
	{
	width: 60%;
	float: left;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
/* ---------- Begin Standard for All Page Sections ---------- */
	
.Content-sidebar
	{
	background-color: #FFFFFF;
	padding: 3% 5%;
	margin-top: 2%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.Content-nosidebar
	{
	width: 156.6%; /* Remove to make this column equal with top-most columns */
	background-color: #FFFFFF;
	padding: 3% 5%;
	margin-top: 2%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
/* ---------- End Standard for All Page Sections ---------- */
	
.post-info
	{
	font-style: italic;
	color: #999999;
	font-size: 90%;
	}
	
.menuJump
	{
	width: 100%;
	height: 24px;
	margin-top: 24px;
	margin-bottom: -5px;
	border: 0px;
	}
	
.menuJump a:hover, a:active
	{
	opacity:0.4;
	filter:alpha(opacity=40);/* For IE8 and earlier */
	height: 24px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 0px;
	}

.menuJump-sidebar
	{
	width: 100%;
	height: 0;
	margin-bottom: -1px;
	border: 0px;
	visibility: hidden;
	}
	
.sidebar-1
	{
	font-size: 12px;
	line-height: 160%;
	width: 30.5%;
	float: right;
	margin: 2% 0 2% 3%;
	background-color: #FFFFFF;
	padding: 2% 3%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.sidebar-1 li
	{
	font-size: 12px;
	}
	
.sidebar-2
	{
	font-size: 12px;
	line-height: 160%;
	width: 30.5%;
	float: right;
	margin: 0 0 2% 3%;
	background-color: #FFFFFF;
	padding: 2% 3%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.sidebar-2 li
	{
	font-size: 12px;
	}
	
.sidebar-3
	{
	font-size: 12px;
	line-height: 160%;
	width: 30.5%;
	float: right;
	margin: 0 0 2% 3%;
	background-color: #FFFFFF;
	padding: 2% 3%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.sidebar-3 li
	{
	font-size: 12px;
	}
	
.sidebar-4
	{
	font-size: 12px;
	line-height: 160%;
	width: 30.5%;
	float: right;
	margin: 0 0 2% 3%;
	background-color: #FFFFFF;
	padding: 2% 3%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.sidebar-4 li
	{
	font-size: 12px;
	}
	
/* .sidebar-5
	{
	font-size: 12px;
	line-height: 160%;
	width: 30.5%;
	float: right;
	margin: 0 0 2% 3%;
	background-color: #FFFFFF;
	padding: 2% 3%;
	border: 1px solid #B0B0B0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.sidebar-1 li
	{
	font-size: 12px;
	} */
	
.mainFooter
	{
	width: 100%;
	height: 65px;
	float: left;
	background-color: #6C1406;
	margin: 2% 0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
	
.mainFooter p
	{
	font-size: 11px;
	width: 92%;
	margin: 10px auto;
	color: #FFFFFF;
	}
	
.mainFooter a
	{
	color: #FFFFFF;
	}
	
.mainFooter a:hover
	{
	color: #6C1406;
	background-color: #DFF2FB;
	border-radius: 1px;
	-moz-border-radius: 1px;
	}
	

/*==========================================================
FORMS
==========================================================*/

input,select
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color:#EDEDED;
	border:1px solid #C9C9C9;
	height: 24px;
	width: 97%;
	-moz-border-radius: 4px;
	border-radius: 4px;
	webkit-border-radius: 4px;
	}

input#radiobutton
	{
	width: 14px;
	vertical-align: bottom;
	}

textarea
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #404040;
	background-color:#EDEDED;
	border:1px solid #C9C9C9;
	height: 100px;
	width: 97%;
	-moz-border-radius: 6px;
	border-radius: 6px;
	webkit-border-radius: 6px;
	}

form
	{
	padding:0px;
	margin:0px;
	}

	
#submitbutton
	{
	background-color: #26568C;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	border: 0;
	padding: 9px;
	margin-top: 12px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;
	}
	
div.fieldspacer
	{
	height: 12px;
	}


	/* CONTACT FORM */
.contactform 
	{
	width: 100%;
	font-family: arial;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #AAA;
	border-radius: 6px;
	}

.contactformheader
	{
	font-family: 'Merriweather Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-smooth: always;
	}

.contactformmessage
	{
	text-align:center;
	padding-bottom:10px;
	}

.contactform td
	{
	padding:4px;
	font-size:12px;
	}

.contactform p
	{
	padding:4px;
	}

.contactform label
	{
	padding:4px;
	}

.contactform label
	{
	padding-right:10px
	}

.labelpad
	{
	font-size: 14px;
	padding-bottom: 3px;
	line-height: 110%;
	}

.required
	{
	font-weight:bold;
	}

.required_star
	{
	font-weight:bold;
	color: #FF0000;
	}

.not-required
	{
	font-weight:normal
	}

.antispammessage
	{
	padding:10px;
	font-weight:bold;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	margin-bottom: 8px;
	}

.antispamquestion
	{
	font-weight:normal;
	}
	
	
/* phMailer */
.thanks_message
{
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
color: #404040;
}

.table
{
border-collapse:collapse;
border:1px solid #FFFFFF;
width:100%;
}

.table_header
{
border:0;
background-color:#6C1406;
font-family: Verdana, Arial, sans-serif;
font-size: 11pt;
font-weight:bold;
color: #FFFFFF;
text-align:center;
padding:2px 0 4px 0;
}

.attach_info
{
border-bottom:1px solid #CECECE;
background-color:#FFFFFF;
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #404040;
padding:4px;
}

.table_body
{
border-bottom:1px solid #CECECE;
background-color:#FFFFFF;
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
color: #404040;
padding:4px;
}

.table_footer
{
border-bottom:1px solid #CECECE;
text-align:center;
padding:2px;
height: 40px;
}

input#inputbutton
{
font-family: Dosis, sans-serif;
font-size: 18px;
font-weight: bold;
text-transform:uppercase;
text-transform:capitalize;
background-color:#6C1406;
color: #FFFFFF;
border:1px solid #C9C9C9;
width: 45%;
height: 40px;
cursor: hand;
	-moz-border-radius: 6px;
	border-radius: 6px;
	webkit-border-radius: 6px;
}


/*==========================================================
TAG STYLES
==========================================================*/

h1
	{
	font-family: 'Roboto Condensed';
	font-size: 28px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 28px;
	color: #6C1406;
	line-height: 115%;
	}

h2
	{
	font-family: 'Roboto Condensed';
	font-size: 22px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 1px;
	color: #6C1406;
	line-height: 115%;
	}

h3
	{
	font-family: 'Roboto Condensed';
	font-size: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #6C1406;
	}
	

/*==========================================================
MEDIA QUERIES
==========================================================*/

@media screen and (max-width: 910px)
{

.nav-container, .head
	{
	background-color: #DFF2FB;
	}
	
a.menu-link
	{
	display: block;
	color: #DFF2FB;
	background-color: #555555;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	}
	
.menu
	{
	clear: both;
	min-width: inherit;
	float: none;
	text-align: left;
	}
	
.menu, .menu > ul ul
	{
	overflow: hidden;
	max-height: 0;
	}
	
.menu > li > ul.sub-menu
	{
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
	
.menu.active, .menu > ul ul.active
	{
	max-height: 55em;
	}
	
.menu ul
	{
	display: inline;
	}
	
.menu > ul
	{
	border-top: 1px solid #808080;
	}
	
.menu li, .menu > ul > li
	{
	display: block;
	}
	
.menu li a
	{
	color: #404040;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #808080;
	position: relative;
	}
	
.menu li.has-submenu > a:after
	{
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.5em;
	padding: 0.55em 0.5em;
	}
	
.menu li.has-submenu > a.active:after
	{
	content: "-";
	}
	
.menu ul ul > li a
	{
	background-color: #DFF2FB;/* background color of submenu blocks in handheld view */
	height:58px;
	padding: 19px 18px 19px 30px;
	}
	
.menu ul ul, .menu ul ul ul
	{
	display: inherit;
	position: relative;
	left: auto;top:auto;
	box-shadow: none;
	border:none;
	}
}
	
/*MEDIUM SCREENS*/
@media only screen and (min-width: 611px) and (max-width: 915px)
{
.body
	{
	width: 90%;
	font-size: 95%;
	}
	
	
/* CERTIFICATION FIX */

.certFix
	{
	width: 85%;
	height: auto;
	margin: 0 auto;
	}
}

/*HANDHELD SCREENS*/
@media only screen and (min-width: 150px) and (max-width: 610px)
{
.body
	{
	width: 90%;
	font-size: 95%;
	}
	
header
	{
	background-image: none;
	background-color: #F6F9FE;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	}
	
.mainHeader img
	{
	width: 100%;
	height: auto;
	}
	
.rightHeader
	{
	display: block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	}
	
.rightHeader p
	{
	font-size: 34px;
	text-align: center;
	color: #404040;
	}
	
.leftHeader p
	{
	color: #404040;
	text-shadow: none;
	}
	
.content
	{
	width: 100%;
	float: left;
	margin-top: 2%;
	}
	
.post-info
	{
	display: none;
	}
	
.Content-sidebar
	{
	width: 90%;
	border-left: 1px solid #404040;
	}
	
.Content-nosidebar
	{
	width: 90%;
	border-left: 1px solid #404040;
	}
	
.topContent
	{
	background-color: #FFFFFF;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
	}
	
.bottomContent
	{
	margin-top: 3%;
	}

.menuJump-sidebar
	{
	height: 24px;
	margin-top: 24px;
	margin-bottom: -1px;
	visibility: visible;
	}
	
.menuJump-sidebar a:hover, a:active
	{
	opacity:0.4;
	filter:alpha(opacity=40);/* For IE8 and earlier */
	height: 24px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 0px;
	}

.sidebar-1
	{
	font-size: 14px;
	width: 94%;
	margin: 4% 0 2% 0;
	border-left: 1px solid #404040;
	}
	
.sidebar-1 li
	{
	font-size: 14px;
	}

.sidebar-2, .sidebar-3, .sidebar-4/* ,.sidebar-5 */
	{
	font-size: 14px;
	width: 94%;
	margin: 2% 0 2% 0;
	}
	
.sidebar-1, .sidebar-2, .sidebar-3, .sidebar-4/* ,.sidebar-5 */ li
	{
	font-size: 14px;
	}
	
.mainFooter
	{
	height: 58px;
	}
	
.mainFooter p
	{
	font-size: 11px;
	text-align: center;
	}
	
	
/* CERTIFICATION FIX */

.certFix
	{
	width: 100%;
	height: auto;
	margin: 0;
	}

}