/** Global Styles **/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222222;
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}


#mainsite{
	max-width:100%;
	margin: 0 auto;
}

#site_inner{
	padding:0 4%;
}



a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #FF0033;
}
a {
	font-size: 12px;
}

a.button {
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
} 

h1 {
	font-size: 1.2em;
	color: #000000;
	text-align: left;
}

h2 {
	font-size: 0.75em;
	color: #222222;
}

h3 {
	font-size: 12px;
	color: #DDDDDD;
	text-decoration: none;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

table, td {
	border-collapse: collapse;
	border: none;
	text-align: left;
}

#clear{
	clear:both;
}



/** Header Styles **/
#header{
	display:block;
	background: radial-gradient(#e2cae2, #b29dcc);
}

#logo{
	padding: 12px 30px;
	width:100%;
}

#logo img{
	max-width:100%;
}


#tagline{
	padding-right: 0;
	clear:both;
	font-family: 'Oswald', sans-serif;
	color:#222222;
	font-size: 14px;
	text-align:center;
	padding-right:2em;
}

#tagline h3{
    font-family: 'Oswald', sans-serif;
	color:#222222;
	font-size: 14px;
line-height: 16px;
text-align: center;
}


/** Header Navigation Styles **/

#primarynav{
    background: linear-gradient(#e2cae2, #b29dcc);
	height: 61px;
}

#primarynav a{
	  text-transform: uppercase;
	letter-spacing:1px;
}

#secondarynav{
	  background: linear-gradient(#ffffff, #dddddd);
	height: 260px;
}

.nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 30px;
  height: 30px;
	border-bottom: 1px solid #ddd;
	float: left;
width: 50%;
}

.nav li a{
    font-size:18px;
  }
 
.nav a {
  text-decoration: none;
  color: #333333;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  text-decoration: underline;
	color:#000000;
}
 

/** Footer Navigation Styles **/

#footernav{
	  background: linear-gradient(#f1f1f1, #dddddd);
}




/** Content DIV Styles **/

ul {
    padding: 0;
}

#pageHeader{
    width:90%;
	background-color:#f1f1f1;
	padding:30px;
	font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

#pageHeader a {
    font-size: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 2px solid #888;
}

.Table {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.TableCell{

border-right: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
height: auto;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
flex-wrap: wrap;
flex-direction: row;
	padding: 3%;
min-width: 150px;
}

.TableCell img {
    padding:10px;
	max-width:100%;
	height:auto;
}




#myTable {
	width: 800px;
	margin: 2px;
	padding: 2px;
}

#myTableA {
	font-size: 12px;
	color: #222222;
	text-align: left;
	width: 800px;
	border: 0px none;
	margin: 2px;
	padding: 2px;
}
#myTableB {
	width: 800px;
	border: 1px solid #BBBBBB;
	padding: 5px;
	text-align: left;
}
#myTableB th {
	background-color:#797488;
	color: #EEEEEE;
	text-align: center;
	font-size: 14px;
	}
#myTableC {
	width: 266px;
	border: 1px solid #888888;
	clip: rect(auto,auto,auto,auto);
	font-weight: normal;
}
#myTableC th {
	background-color: #6A6678;
	color: #EEEEEE;
	text-align: center;
	}
	
#menuBar {
	color: #444444;
	background-image: url(http://www.customexhibits.com/images/buttonbar.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 24px;
}
#buttonTable {
	background-color: #EEEEEE;
	background-image: url(images/buttonbar.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
	text-align: center;
}
#buttonTableSmall {
	background-image: url(images/buttonbar.gif);
	background-repeat: repeat;
	height: 24px;
	width: 150px;
	background-repeat: repeat;
	text-align: center;
}
#buttonTableSmall th {
	background-color: #B5AEAA;
	background-repeat: repeat;
	}
#gridTable  {
	width: 800px;
	padding: 5px 10px;
	text-align: center;
	border: none;
	}

#gridTable td {
	border-top: 1px none #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px none #DDDDDD;
	border-collapse: collapse;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#gridTable .oddRow {
	font-weight: bold;
	margin: 10px;
	height: 10px;
	width: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CCCCCC;
	}
	
#gridTable .headerRow {
	background-color: #C38A82;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#buttonbarred {
	background-image: url(images/buttonbarred.gif);
	background-repeat: repeat-x;
	height: 24px;
}
#smallGrid {
	border: 1px solid #999999;
	margin: 2px;
	padding: 2px;
}
#smallGrid td {
	border-top: 1px none #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px none #DDDDDD;
	border-collapse: collapse;
	font-style: normal;
	font-weight: normal;
}


/** Responsove Styles **/
@media screen and (min-width: 450px) and (max-width: 800px) {
	#tagline h3{
	font-size: 16px;
    line-height: 18px;
   }
}

@media screen and (min-width: 500px) {
	
	#header{
	display:flex;
	justify-content: space-between;
	}
	
	#logo{
	align-self: flex-start;
	padding: 12px 30px;
	width:auto;	
}

    #logo img{
	max-width:100%;
}	
	
	#tagline h3{
	font-size: 17px;
    line-height: 16px;
	}
	
	#primarynav{
	height: auto;
}

    #secondarynav{
	height: auto;
}
	
	.nav li {
    width: auto;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    font-size: 1.6em;
	border-right: 1px solid #fff;
	padding: 0 10px;
	  float: none;
  }
 
  /* Option 1 - Display Inline */
.nav li {
    display: inline-block;
    margin-right: -4px;
  }
	
.nav li a{
    font-size:14px;
  }
	
}


@media screen and (min-width: 950px) {
	#mainsite {
	width:1200px;
	max-width:100%;
	margin: 0 auto;
    }
}
