﻿/* CSS Document */

body {
	width: 1680px;
	min-width: 460px;
	/*max-width:1680px;*/
	height: auto;
	margin: 0px auto; /* centers page on device */
	position: relative;
	/*background: linear-gradient(#DAD6DD, #EAE8EC);*/
	/*background: #FFEDC7;*/
	/*background: #101010;*/
	background: #303030;
	display: block;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}
#logo {
	width:25%;
	height:auto;
	float:left;
	opacity:10%;
}
#topText {
	float:left;
	width:50%;
}
h1, h2, h3 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 {
	font-size: 300%;
	margin-bottom: -0.5%;
	letter-spacing: -0.03em;
}
h2 {
	font-size: 200%;
	margin-left: 0.8%;
}
h3 {
	font-size: 100%;
	text-transform: uppercase;
	margin-left: 0.8%;
}
table {
	margin-left: 0.8%;
}
#bbb {
	float:right;
	clear:right;
	height:auto;
	width:25%;
	margin-top:2%;
}
#crdimg{
	margin-top:2%;
	width:90%;
}
#bbb a{
	margin-right:2%;
}
#bbb a img{
	border:0px;
	width:50%;
	height:auto;
	margin-left:25%;
	margin-right:2%;
	margin-top:10%;
}
#bbb #cards{
	width:85;
	height:auto;
	/*opacity:0.40;*/
}
	
#bbb #credit {
	float:left;
	clear:left;
}


#header_img img{
	width:100%;
	height:auto;
	max-height:200px;
}
#masthead h1 {
	padding: 0.4em 0 0.2em 0;
	text-align: center;
	clear: both;
}
#masthead h3 {
	margin: 0 0 0.75em 0;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: none;
	color: #888;
	text-align: center;
}
#masthead p {
	margin: 0 0 0.75em 0;
	font-weight: normal;
	font-size: 1.7em;
	text-transform: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS Document */
#top #navtop
{
	margin-top:15px
}

#top #navtop ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:400px;
	background-color:#fff;
}

#top #navtop ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:20px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#top #navtop ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#top #navtop ul li.current-menu-item
{
	background:#ddd
}

#top #navtop ul li:hover
{
	background:#ddd
}

#
#navtop ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;

}

#top #navtop ul ul li
{
	float:none;
	width:300px;
	float:right;
}

#top #navtop ul ul a
{
	line-height:100%;
	padding:10px 15px
}

#top #navtop ul ul ul
{
	top:0;
	left:120%
}

#top #navtop ul li:hover > ul
{
	display:block
}
nav {
	list-style: none;
	width: 100%;
	border-bottom: 0.3em solid #000;
	float: left;
	clear: both;
	margin-top: -2em;
}
nav li {
	list-style: none;
	padding: 0.85em 2em 0.7em 0;
	font: bold 1.4em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	float: left;
}
nav li a, nav li a:visited {
	list-style: none;
	color: #000;
	text-decoration: none;
}
nav li a:hover {
	list-style: none;
	color: #000;
	text-decoration: underline;
}
#content {
	/*background-color: #ebead3;*/
	background-color: #FFF;
	margin: 2em 5% 0 5%;
}
#left {
	float: left;
	width: 75%;
	position: relative;
	display: block;
}
#left a {
	text-decoration:none;
}
#left h2 span {
	color: #F00;
}
#right {
	float: left;
	width: 25%;
	display: block;
}
#top{
	display:none;
}
.navright {
	font-size: 1.6em;
	font-weight:bold;
	line-height: 1.6em;
	float: left;
	list-style: none;
	display: block;
	width: 100%;
}
.navright li {
	list-style-type: none;
	width: 95%;
	text-align: center;
	margin-left: -2.5em;
	font-family: Arial, Helvetica, sans-serif;
}
.navright a {
	text-decoration: none;
	color: black;
	display: block;
	background-color: #CCC;
	margin-bottom: .5em;
	box-shadow: .2em .2em .2em  black;
	border-radius: .2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.navright a:hover {
	background-color: #EEE;
	box-shadow:  .2em .2em .2em  black;
	border: none;
	border-radius: .2em;
}
.navright a:active {
	background-color: #FFF;
}
#bobpic {
	width: 95%;
	height: auto;
}
#footer1 {
	clear: both;
	text-align: center;
	font-size: 1.7em;
	padding-top:1em;
}
#footer1 a {
	color: rgb(136, 136, 136);
}
.widgettitle{
	margin-left:3%;
}
#special {
	color: #F00;
	font-weight: bold;
}


@media screen and (max-width:1679px)
{
	body{	
		width:100%;
	}
}

@media screen and (max-width:768px)
{
	body{	
		width:100%;
	}
	#right {
		display:none;
	}
	#top{
		display:block;
		width:95%;
		margin-left:5%;
	}
	nav ul{
		display:none;
	}
	#left{
		width:100%;
	}
	#top .navright li {
		width:100%
	}
	nav {
		margin-top: 0;
	}
	#content {
		margin: 2em 0 0 0;
	}
}