
/* Page Attributes
*************************************/

body{
	margin: 0;
	background-color:rgba(0,0,0,0.5);
}

h1{
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	color: #222;
	font-weight: bold;
	margin: 0;	
}

h2{
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	color: #222;
	font-weight: normal;
	margin: 0;
}

h3{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	color: #222;
	font-weight: bold;
	margin: 0;
}
.media-content h3:not(:first-child){
	margin-top:15px;
}

h4{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	color: #222;
	font-weight: bold;
	margin: 0;
}

p{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #222;
	margin: 0;
}

table{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	color: #222;
	border: none;
	outline: none;
}

a{
	font-family: Arial;
	font-size: 12px;
	color: #222;
	text-decoration: none;
}

a:hover{
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	color: #444;
}

a:visited{
	font-family: Arial;
	font-size: 12px;
	color: #222;
	text-decoration: none;
}

img{
	border: none;
	outline: none;
}


/* Main DIVs
*************************************/
#bg { position: fixed; top: 0; left: 0; z-index:-1; }
.bgwidth { width: 100%; } 
.bgheight { height: 100%; }

#wrapper{
	margin: 0 auto;
	text-align: center;
	width: 90%;
    background-color: rgba(255, 255, 255, 1);
    max-width: 1024px;
    padding: 0 50px;
    box-sizing: border-box;
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.25);
}

#header{
	width: 960px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	text-align: left;
}

#header_bar{
	background:rgba(17,17,17,1);
	width: 100%;
}

#body{
	clear: both;
	margin: 0 auto;
	text-align: left;
}

#footer{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:25px;
}

/* Secondry DIVs
**************************************************/

.wide_box{
	width: 100%;
	overflow: hidden;
	float: left;
}

.half_box{
	width: 50%;
	overflow: hidden;
	float: left;
}

.third_box{
	width: 34%;
	overflow: hidden;
	float: left;
}

.two_third_box{
	width: 66%;
	overflow: hidden;
	float: left;
}

.quartre_box{
	width: 25%;
	float: left;
}

.three_quartre_box{
	width: 75%;
	overflow: hidden;
	float: left;
}

.padded{
	padding: 15px;
	text-align: left;
}

/* Classes
**************************************************/

.suspended{
	line-height: 20px;
	font-family: Arial;
    font-size: 12px;
    color: #222;
    text-decoration: none;
}

	
/* More Classes
****************************/

.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333;
	margin: 5px;
}

.subtitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #222;
	margin-left: 110px;
}

/*  ---------------- Matt's Dropdown that he found one day ---------------  */

/* DropDown
***********************************************************/

.pagetitle{
	width:85%;
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	padding-right:50px;
}

#body a{
	line-height: 20px;
	}

.menu{
	width:15%;
	display:inline-block;
	box-sizing:border-box;
	font-size:12px;
	vertical-align:top;
	margin-top:6px;
	text-align: right;
    padding-right: 25px;
}

.menu a{
	margin-right: 15px;	
	margin-left: 15px;
	padding: 0;
}

/*
	LEVEL ONE
*/
ul.dropdown                         { position: relative; margin: 0; }
ul.dropdown li                      { font-weight: normal; float: left; background: #00467F;  list-style-type: none; }
ul.dropdown a:hover		            { color: #333; text-decoration: none; }
ul.dropdown a:active                { color: #333; text-decoration: none; }
ul.dropdown li a                    { display: block; color: #333; text-decoration: none; }
ul.dropdown li:last-child a         { } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #00467F; color: #fff; position: relative; margin: 0; padding: 0; }
ul.dropdown li.hover a              { color: #fff; text-decoration: none; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0; border: 1px solid #fff; background: #00467F;}
ul.dropdown ul li 					{ font-weight: normal; color: #333; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 200px; display: inline-block; background: #00467F; margin:0; padding-top: 8px; padding-bottom: 8px;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* TINY MCE ***************************************************/

.tinymce { height: 500px; }