@charset "utf-8";

body {
	background-color: #003366;
}
.header {
	background-color: #003366;
	margin: 0;
	width: auto;
}
.banner {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.container {
	
	max-width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.content {
	width: 95%;
	text-align : left;
	border: #333333 solid thin;
	box-shadow: 10px 10px 10px #000000;
	text-indent: 30px;
	background-color: #F9F9F9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-bottom: 100px;
	 
}

 
.right_bar {
	width: 60%;
	position: inherit;
	text-align: left;
	border: #333333 solid thin;
	float: right;
	background-color: #FFFFFF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	font-size: medium;
	text-align: center;
	box-shadow: 7px 7px 15px #010101;
	border: #F7C209 ridge medium;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.left_bar {
	width: 13%;
	text-align: left;
	border: #333333 solid thin;
	box-shadow: 7px 7px 15px #010101;
	float: left;
	background-color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	border: #F7C209 ridge medium;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100%;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.left_bar a:link, a:visited {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
}


h1 {
	color: #191818;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-left: 30px;
	text-indent: 0;
}
h2 {
	color: #191818;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin-left: 30px;
	text-indent: 0;
}
h3 {
	color: #191818;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	font-size: medium;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 40px;
	text-indent: 0;
}
h4 {
	color: #2B2B2B;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
}
.subhead {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #FF6600;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: large;
	text-align: center;
}
.body_text {
	padding-left: 20px;
	padding-right: 20px;
	color: #191818;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	margin-left: 20px;
	margin-right: 20px;
	font-style: normal;
	text-indent: 0px;
}

.body_center_text {
	text-align: center; 
	color: #191818;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-style: normal;

}

.body_quote {
	color: #CC6600;
	font-style: italic;
}
.img_float_left {
	float: left;
	width: 25%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
}
.img_float_right {
	float: right;
	width: 25%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
}
.footer {
	color: #999999;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	margin-top: 20px;
}
.footer a:link {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
}
.footer a:visited {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
}

ol {
	color: #2B2B2B;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 50px;
	margin-right: 50px;
	text-indent: 0px;
}
ul {
	color: #2B2B2B;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 50px;
	margin-right: 50px;
	text-indent: 0px;
}
.breadcrumbs {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 5px;
	font-size: small;
	text-align: left;
}
.breadcrumbs a:link {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	color: #0C0249;
}
.breadcrumbs a:visited {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	color: #3924A3;
}
.breadcrumbs img {
	margin-top: 10px;
}
.content a:link, a:visited {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
}
.body_text a:link, a:visited {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}

.body_center_text a:link, a:visited {
	color: black;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}

.social-button {
	width: 17%;
	height: auto;
	float: right;
}

.social {
	margin-bottom: 70px;
}

.blockquote {
	padding-left: 40px;
	padding-right: 40px;
	color: #191818;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	margin-left: 40px;
	margin-right: 40px;
	font-style: normal;
	text-indent: 0px;
}

.caption {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #191818;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	
}

 .Table
    {
        display: table;
        width: 90%;
        padding-left: 5%;
		padding-bottom: 15px;
		vertical-align:inherit;
		height: auto;
}
    
    .Title
    {
        display: table-caption;
        
    }
    .Heading
    {
        display: table-row;
        font-weight: bold;
        
    }
    .Row
    {
        display: table-row;
        height: auto;
        width: 90%;
       

    }
    .Cell
    {
        display: table-cell;
        column-width: 33%;
		vertical-align: top;
		border: none;
        border-width: thin;
		padding: 2% 2% 2% 2%;
 		box-shadow: 2px 2px 2px 2px silver;
        -webkit-box-shadow: 2px 2px 2px 2px silver;
        -moz-box-shadow: 2px 2px 2px 2px silver;
		
    }

table, tr {

	padding-left: 5px;
	padding-bottom: 15px;
	text-align: left;
	width: 80%;
	vertical-align:inherit;
	height: auto;
}

td {
	column-width: 50%;
	 
	vertical-align: top;
	text-indent: 0px;
	text-align: left;
}

.profile-pic {
	float: left;
	width: 20%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin: 20px;
}

.sign-pic {
	float: left;
	width: 20%;
	height: auto;
	margin: 20px;
}

.img-top {
	width: 50%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.img-button {
	width: 55%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.ad-button {
	width: 25%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
}

.img-main-button  {
	width: 55%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.img-main-button a:link {
	color: black;

	}

.img-main{
	width: 5%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.img-thumbnail{
	width: 55%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.img-thumbnail a:link{
	color: black;
	
}

.img-banner {
	width: 70%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}	

.main-banner {
	width: 90%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-bottom: 30px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.img {
	width: 40%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-vertical {
	width: 30%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-arrow {
	width: 35px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-arrow-right{
	width: 35px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position:relative;
	vertical-align: middle;
	display: block;
    margin-right: 40%;
    float:right;
}
.img-arrow-left{
	width: 35px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
	display: block;
    margin-left: 40%;
    float:left;
   
}

.img-tall {
	width: 14%;
	height: auto;
	border: #343338 solid thin;
	box-shadow: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Georgia;
	font-size:15px;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-left: 33%;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}

.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}
