/* ---- ReSet ----*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video 
{
	margin: 0 auto;
	max-width: 1200px;	
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									
input[type="text"]{font: 18px; color: black; text-align: centre;}
section {display: block;}
a:hover, a:active {outline: none;}

/* ---- ReSet End ----*/



p {display: block; font-size: 14px;}
table {display:block ; font-size:12px;}
a:link {color: inherit; text-decoration: inherit; }
a:visited  {color: inherit; text-decoration: inherit; }
a:hover { font-weight: bold; }
.b { font-weight: bold; }
.i { font-style: italic;}
.lg { font-size: 125%;}
.n { font-weight: normal; }
.l { text-align: left; }
.c { text-align: center; }
.o { color: #F0782A;}

#paper {
	background-color: #FFFFFF;
	/*background:url(REimages/border-lines-header.png) repeat-x; fixed; */
	background:url(REimages/background-splash.png) no-repeat;
}

#banner {
	position: fixed;
	height: 63px; width: 100%;
	background:url(REimages/border-lines-header.png) repeat-x; fixed;
	/* background-attachment: fixed; */
	z-index: 9;
}

h2 {
	font-family: Arial;
	font-size: 6vw;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #F0782A;
	text-shadow: 2px 2px 3px #999;
	padding: 1vw;
}

h3 {
	font-family: Arial;
	font-size: 32px; 
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #F0782A;
	text-shadow: 2px 2px 2px #B99;
	
}

h4 {
	font-family: Arial;
	font-size: 32px; 
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #222222;
	margin-top: 10px;
}


@media only screen and (min-width: 760px) {
	
	h2 { font-size: 48px;}
	/* h4 { font-size: 28px;} */
	
	}
	

/*-------------------------*\
	Todd Motto Labs
	URL: www.toddmotto.com
    Responsive Navigation
\*-------------------------*/

a,
a:hover {
	text-decoration:none;
}
ul,
ol {
	list-style:none;
}


/* Navigation styling */

.nav {
	position:absolute;
	display:inline-block;
	z-index: 10;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 4px;
	border-radius: 0px ;
	border:0px solid #cccccc;
}
.nav-list {	
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
}
.nav-item a {
	display:block;
	padding:18px 14px;
	color:#FFF;
	
	{color: #F00;}
}

.nav-item:first-child a {
	border-radius: 0px 0 0 0px;
	padding-left: 30px;
}
.nav-item:last-child a {
	border-radius:0 0px 0px 0;
	padding-right: 30px;
}
.nav-item a:hover {
	color: #F0782A;
}

	.LogoLrg {display: inline;padding-left: 10px;margin-top: 6px;}
	.LogoSm {display: none;}

/* Mobile Navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top: -52px; left: 10px;
	background:#F0782A url(../REimages/nav.svg) no-repeat center center;
	/*height:8vw; width:8vw;*/
	height:40px; width:40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}

/*------------------------------------*\
    Media Queries
    
   was... @media only screen and (min-width: 320px) and (max-width: 760px)
\*------------------------------------*/

@media only screen and (max-width: 760px) {
	.nav-mobile {
		display:block;
	}
	
	.nav-item a:hover {
	color: #000;
}

	.nav {
		position: absolute;
		background:#FFFFE0;
		width: 0%;
		margin-left: 2vw;
/*		padding:40px 0 0;
		margin-top: 6vw;
*/
	}
	.nav-list {
		display:none;
		margin-top: 0vw;
		
	}
	.nav-item {
		width:140px;
		float:none;
		margin-top:4px
	}
	.nav-item a {
		background: #F0782A;
		font-size: 120%;
		text-align: center;
		color: #FFF;
		border:3px solid #000;
		border-radius: 9px;
		box-shadow: 2px 2px 3px #888;
	
		padding: 5px
	}
	.nav-item:first-child a {
		border-radius: 9px;
		padding: 5px;
	}
	.nav-item:last-child a {
		border-radius:9px;
		padding: 5px;
	}
	.nav-active {
		display:block;
	}
	
h1 { padding-top: 4.5vw; }
	.LogoSm {display: block; margin-top: 4px;}
	.LogoLrg {display: none;}
		
	.nav-mobile-open {
/*		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;		
*/ }
	
}
/* END of MOBILE NAV  */

/* END OF NAV STYLES  */

#generalbody {
	position: inherit; width: 100%;
	margin-top: 63px;
	float: left;
	text-align: center;
	margin-left: 0%; margin-right: 0%;
}
#greybox {
	position: inherit;
	height: content; width: 340px; max-width: 94%;
	display:inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #F6F6F6; border:2px solid #E7E7E7;
	opacity: 0.8; 
	border-radius: 5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#orangebox {
	position: inherit;
	height: content; width: 340px; max-width: 94%;
	display:inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #F0782A; border:2px solid #C44D00;
	opacity: 0.8; 
	border-radius: 5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}

#glassbox {
	position: inherit;
	opacity: 0.7;
	height: content; width: 94%;
	display: inline-block;
	margin: 5px; 
	padding: 5px;
	background-color: #FFF; border:2px solid #FFF;
	border-radius: 5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#whitebox {
	position: inherit;
	height: content; width: 94%;
	display: inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #FFF; border:2px solid #E7E7E7;
	opacity: 0.8; 
	border-radius:5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#greyboxhc {
	position: inherit;
	height: content; max-width: 94%;
	display:inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #FAFAFA; border:2px solid #E7E7E7;
	opacity: 0.8; 
	border-radius:5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#letterbox {
	position: inherit;
	height: content; width: 84%;
	display: inline-block;
	margin: 5px; 
	padding: 20px;
	background-color: #FFF; border: 1px solid #EEE;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

.hlist li {
  display: inline-block;
}
.hlist li:before {
	content: '\00a0\00a0\263C\00a0\00a0\00a0';	
}
/*  .hlist li:first-child:before {
	content: '';
}   */


