/***************************
*global reset from eric meyer*
******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
} 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end global reset from eric meyer*/

/* Site Wide Layout*/


body,
html {
	position: relative;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin:0;
	padding:0;
	color:#6E6E6E;
	background:#ffffff;
}


a {
	color:#6E6E6E;
	text-decoration: none;
	outline: none;
}

#wrap {
	position: relative;
	width:95%;
	max-width:1065px;
	height: auto;
	margin: auto;
	padding: 1em;
	background:#ffffff;
	
}

#container {
	position: relative;
	width: 95%;
	max-width:960px;
	height: auto;
	margin:auto;
	
} 

#header {
	position: relative;
	width:70%;
	height:auto;
	display:inline-block;
	
}

#header h1 {
    margin:0px 0px 0px 0px;
    padding:0px;
    height:auto;
    text-align:left;
    font-family: Helvetica, Verdana, Arial, sans-serif; 
    font-weight: lighter;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: -.075em;
}

#header h1:hover {
	color: #0abab5;
}


#nav {
	position: relative;
	padding:0px;
	background:#ffffff;
	list-style-type: none;
	margin: 0;
	width: 30%;
	height: auto;
	clear: both;
    float:right;
	overflow: hidden;
	top: 0;
}

#nav ul {
	margin:0;
	float:right;
	padding:0px 0px 0px 0px;
}
#nav li {
	position:relative;
	display:inline;
	text-align:right;
	text-transform:uppercase;
	padding: 0px 4px 0px 0px;
	font-size: 10px;
	font-weight:100;
    letter-spacing: 0px;
			
}

#nav li a {
	text-transform: uppercase;
}

#nav li a:hover {
	color: #0abab5;
}

#nav li.selected a{
			color:#ff6600;
		}





/* main */


#main {
	position: relative;
	width: 100%;
	height:auto;
	background:#ffffff;
}



#main p {
margin:0px 20px 25px 20px;
float:left;
width:800px;
font-size: 12px;
letter-spacing: 0px;
font-weight:normal;
text-align:justify;
color:#ffffff;
}

#main a{	
float:right;
margin:0px 0px 0px 0px;
text-align:right;
font-size: 17px;
letter-spacing: 1px;
font-weight:bold;
color: #DF0174;
}

#main a:hover {
color: #000000;

}

#fadeshow1 {
    width:100% !important;
}

#fadeshow1.img {
    object-fit: contain;
}

/* footer */

#footer p {
	position: relative;
	margin:10px 0 0 0 ;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:normal;
}

#footer li {
	position: relative;
	margin:10px 0 0 0 ;
	font-size: 8px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:normal;
}

#footer a:hover {
	color: #0abab5;
}

#footer.selected a {
			color:#FFFF00;
	}

/* Site Credit: http://christinengstrom.com */


		
