a.doc {
	background-image: url(icon_doc.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

a.email {
	background-image: url(email.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

a.ext {
	background-image: url(icon_external.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

a.exttarget {
	background-image: url(external.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

a.hidden {
	background-color: transparent;
	color: #000000;
	cursor: text;
	text-decoration: none;
}

a.pdf {
	background-image: url(icon_pdf.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

a.thispage, .required {
	font-weight: bold;
}

a.txt {
	background-image: url(icon_txt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

abbr {
	border-bottom: 1px dashed #c0c0c0;
	cursor: help;
}

address {
	font-style: normal;
}
aside {
	display:none;
	width:15%;
	padding:.5em;
	font-size:85%;
	background-color: #fafad2;
	min-height:1000px;
}
aside#left{
	margin:0 0 0 0;
	float:left;
	display:none;
}
aside#right {
	position:fixed;
	right:0;
	top:.5em;
	margin:0 1em 0 0;
	display:none;
}
aside, #container {
		box-shadow: #000000 0.5em 0.5em 0.3em;
	border-radius: 10px;
	border:1px solid #c0c0c0;

}
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa6628), to( #fc9b75));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fa6628,  #fc9b75);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fa6628,  #fc9b75);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #fa6628,  #fc9b75);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fa6628,  #fc9b75);

}

del {
	background-color: #ffff00;
	color: #000000;
	text-decoration: line-through;
}

dl.namevalue {
}

dl.namevalue dt {
	clear: left;
	float: left;
	font-weight: bold;
}

fieldset {
}

fieldset img {
	border: 0!important;
}

fieldset#captcha {
	background-color: #ffffff;
	margin-bottom: .5em;
	padding-right: 10px;
}

fieldset#captcha #answer1 {
	clear: both;
	display: inline;
	text-align: left;
	width: auto!important;
}

fieldset#captcha ul {
	margin: 0;
	padding: 0;
}

fieldset#captcha ul li {
	display: inline;
	margin: 0 .25em 0 0;
}

fieldset#captcha ul li div {
	float: left;
	margin: 0 1em 0 0;
	width: 7em;
}

fieldset#captcha ul li div label {
	text-align: left;
}

footer {
	clear: left;
	font-size: 80%;
	margin: 0;
	padding: 1em 0 0 0;
	text-align: center;
	background-color: #fa6628
}

footer hr {
	background-color: transparent; /*color:transparent;*/
	border-top: 1px solid #c0c0c0;
	width: 80%;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline;
	padding: 0 1em 0 0;
}

form br {
	clear: left;
}

form label.completed {
	background-image: url(complete.gif);
	background-position: 3px 0px;
	background-repeat: no-repeat;
}

form label.completed {
	background-image: url(complete.gif);
	background-position: 3px 0px;
	background-repeat: no-repeat;
	color: #2e8b57;
}

form label.problem, form legend.problem {
	background-image: url(caution.gif);
	background-position: 3px 0px;
	background-repeat: no-repeat;
	color: #ff0000;
}

h1, h2, h3, h4, h5, h6, #nav, #nav2 {
	text-transform: capitalize;
	color:#fa6628;
}
h2 {
	font-family: "Jenna Sue";
	line-height: 1em;
	font-size:200%;
	color:#000;
	background-color: transparent;
}
header {
	background-image: url(header-mobile.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height:114px;
}

header h1 {
	overflow: hidden;
	visibility:hidden;
}

header h1 span {
	
}

header, footer, main, section, aside, nav {
	display: block;
}

img {
	border: 0;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.imgleft, div.imgleft {
	float: left;
	margin-bottom: .5em;
	margin-right: .5em;
}

img.imgright, div.imgright {
	float: right;
	margin-bottom: .5em;
	margin-left: .5em;
}

img.pin {
	background-color: #ffffff;
	background-image: url(pushpin.png);
	background-position: top center;
	background-repeat: no-repeat;
	outline: 1px solid #c0c0c0;
	/*padding: 35px 10px 10px 10px;*/
	padding: 2em 1em 1em 1em;
}
#pictures figure.pin:nth-child(even) {
-o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
}
#pictures figure.pin:nth-child(odd) {
-o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
}
figure.pin {
	background-color: #f5deb3;
	background-image: url(pushpin.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #c0c0c0;
	/*padding: 35px 10px 10px 10px;*/
	padding: 2em .5em 1em .5em;
	box-shadow: #585858 0.5em 0.5em 0.3em;
}
figure.pin figcaption {
	font-family: "Jenna Sue";
	font-size:120%;
}
/*img-shadow-right img {
	background-color: #FDF5E6;
	border: 1px solid #A9A9A9;
	display: block;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	position: relative;
}*/

label {
	display: block;
	float: left;
	padding-right: .5em;
	text-align: right;
	width: 7em;
}

main {
background-color: #fff;
color:#000;
padding:.5em;
min-height: 800px;
}

main a.thispage, footer a.thispage {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

nav {
background-color:transparent;
font-family: "Kirvy Regular", sans-serif;
font-size:80%;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	background-image: url(road.png);
	background-repeat: repeat-x;
	height:52px;
	padding-top:10px;
}
nav ul li {
	float:left;
	padding:0;
	margin:0 1em 0 0;
	border:1px solid #fa6628;
	border-radius: 5px
	font-family: "Kirvy Bold";
	
}

nav ul li a {
	text-decoration: none;
	display:block;
	height:32px;
	padding:0 .75em 0 .75em;
	background-color:#fed4c4;
	color:#000;
	text-align:center;
	-webkit-transition: background-color 5s;
 -moz-transition: background-color 5s;
 -o-transition: background-color 5s;
 -ms-transition: background-color 5s;
 transition: background-color 5s;
}

nav ul li a:hover {
	/*background-color:#a4937d;
	color:#000;*/
	background-color: #fa6628;
	color:#fff;
	text-decoration:underline;
}
nav ul li a {
	
}

nav ul li a.thispage {
	background-color: #fa6628;
	color:#fff;
	font-family: "Kirvy Bold";
}
nav ul li ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
nav ul li:hover ul{ /* Display the dropdown on hover */
	left:auto; /* Bring back on-screen when needed */
	
	}
nav ul li ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	background-color: #dcd3bd;
}

nav ul li ul li a {
	display: block;
	font-weight: normal;
	text-decoration:none;
}
nav ul li ul li a:hover {
	text-decoration: underline;
}
nav ul li ul li a.thispage {
	background-image: none;
	font-weight: bold;
}

/*nav ul li {
	display:inline;
	padding:.5em;
	background-color: #ff8c00;
	margin:0 .5em 0 0;
	
}

nav ul li a {
	text-decoration: none;
	color:#000;
}

nav ul li a:hover {
	text-decoration: underline;
}

nav ul li a.thispage {
}

nav ul li ul li {
}

nav ul li ul li a {
}

nav ul li ul li a.thispage {
	font-weight: bold;
}
*/
/*label input:invalid {
	background: #ff0000;
	color: #ffffff;
}
*/
td {
	padding: 0 1em 0 .5em;
	vertical-align: top;
}

tr.greenrow {
	background-color: #e0f8e1;
	color: #000000;
}

tr.whiterow {
	background-color: #ffffff;
	color: #000000;
}
ul.col2, ul.col3 {
	list-style: none;
}
.col2 { 
	-webkit-column-count: 2;
   -moz-column-count: 2;
   column-count: 2;
}
.col3 { 
	-webkit-column-count: 1;
   -moz-column-count: 1;
   column-count: 1;
}
.highlight {
	background-color: #fafad2;
	color: #000000;
}

.highlight_blue{
	background-color: #c3c4ff;
	color: inherit;
}

.highlight_green{
	background-color: #adff5e;
	color: inherit;
}

.highlight_orange{
	background-color: #ffd700;
	color: inherit;
}

.highlight_pink{
	background-color: #ffc0cb;
	color: inherit;
}

.highlight_purple{
	background-color: #d7b4e8;
	color: inherit;
}

.highlight_yellow{
	background-color: #ffff00;
	color: inherit;
}

/* for lower IE only 
.img-shadow {
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	float: left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	position: relative;
}*/

.printOnly, .hide, #nav ul li ul.hide {
	display: none;
}

.required:before {
	content: "*";
}

.skipnav {
	left: -1000px;
	position: absolute;
	visibility: hidden;
}
.sponsored {
	font-size:70%;
	color:blue;
}
.thumbnail span{
	background-color: #ffffe0;
	border: 1px solid #c0c0c0;
	color: #000000;
	left: -1000px;
	padding: 5px;
	position: absolute; /*CSS for enlarged image*/
	text-decoration: none;
	visibility: hidden;
}

.thumbnail span img{
	border-width: 0; /*CSS for enlarged image*/
	padding: 2px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail:hover span{
	left: 17em; /*position where enlarged image should offset horizontally */
	position: absolute; /*CSS for enlarged image on hover*/
	text-align: left;
	visibility: visible;
	width: 40%;
}

#audio {
	vertical-align: top;
}

#bigcontainer {
	/*background-color: #fa6628;*/
	flex:0 1 auto;
	}

#captcha {
	float: left;
	padding-right: 10px;
}

#captchadiv {
	float: left;
	height: 55px;
	margin-left: 7em;
}

#captchadiv br {
	clear: none!important;
}

#container {
	margin-left:0%;
	margin-right:0%;
	background-color:#fff;
	/*background:rgba(255, 255, 255, 0.8);*/
	
	
}

#message {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

#navcontainer {
}

#social {
}

#social ul {
	list-style-type: none;
}

#social ul li {
}

#vcard {
}
