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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: normal 1.0em/1.2em Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #777;}
h1 {
	font: small-caps bold 1.4em/1em Arial, Helvetica, sans-serif;
		color: #ffffff;
	text-align: justify;
	text-transform: uppercase;

}
#eventSet strong {
	font-weight: bold;	
}
#eventSet em {
	font-style: italic;	
}
#eventSet p {
	margin-bottom: 10px;	
}
a {	
	color: #fff;
	text-shadow: 1px 1px 0px #007700;
}
body#header {
	width: 955px;
	height: 169px;
}
.headerh1 {
	position: relative;
	bottom: 100px;
	width: 685px;
	height: 1px;
	left: 260px;
}
body#logobar {
	width: 955px;
}
.logos {
	width: 100%;
	position: relative;
	display: inline;
	bottom: 95px;
	height: 72px;
	left: 20px;
	text-decoration: none;
}
.logos2 {
	position: relative;
	bottom: 100px;
	left: 88px;
	text-decoration: none;
	display: inline;
}
.logos3 {
	position: relative;
	bottom: 96px;
	left: 160px;
	text-decoration: none;
	display: inline;

}
.logos4 {
	position: relative;
	bottom: 102px;
	left: 230px;
	text-decoration: none;
	display: inline;
}
#logobar2 {
	width: 955px;
	padding-bottom: 20px;
	position: relative;
	display: inline;
	bottom: 56px;
}

body#slider {
	width: 955px;
	height: 196px;
}
.expo {
	background: url("/background.jpg") repeat-y center top;
	width: 955px;
	height: 1000px;
}
#expo {
	background: url("/background.jpg") repeat-y center top;
	width: 955px;
	display: inline;
	position: relative;
	float: left;
	bottom: 80px;
	padding-bottom: 10px;
	z-index: 5;
}
body#expo {
	background: url("/background.jpg") repeat-y center top;
	width: 955px;
	height: 1000px;
}
body#boxes {
	width: 955px;
	height: 600px;
	background: url(background.png);
}	
#listticker{
	height:308px;
	width:400px;
	border:solid 1px #DEDEDE;
	padding:22px 10px 14px 10px;
	display: inline;
	position: relative;
	float: left;
	background-color: rgba(0,0,0,0.51);
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		padding:5px;
		list-style:none;
		color: #fff;
		width: 400px;
		word-wrap:break-word;
	}
		#listticker a{
			color:#ffffff;
			margin-bottom: 5px;
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:5px;
			font-size:14px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#a5a5a6;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:5px;
			border:solid 1px #DEDEDE;
		}
#nav {
	margin: 0;
	width: 955px;
	text-align: center;
	line-height: 100%;
	border-radius: 0.5em;
	border: 0px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	background: #8528A7;
	background: -webkit-gradient(linear, left top, left bottom, from(#8528A7), to(#510077));
	background: -moz-linear-gradient(top,  #8528A7, #510077);
}
#nav li {
	display: inline-block;
	list-style: none;
}
#nav a {
	text-decoration: none;
	display: block;
	padding:  12px 22px 12px 22px;
	margin: 0;
}
	/*border-right: 1px solid  #007700;*/
	/*border-left: 1px solid  #74ce48;*/
#nav li.first {
	border-right: 1px solid  #510077;
}
#nav li.middle {
	border-right: 1px solid  #510077;
	border-left: 1px solid  #510077;
}
#nav li.last {
	border-left: 1px solid  #510077;
}
#nav a:hover {
	background: #000;
	color: #fff;
}
#nav .current a, #nav li:hover > a {
	background: #510077;
}
#nav ul li:hover a, #nav li:hover li a {
}
#nav li:hover > ul {
	display: block;
}
/* Sub Menu style ************************************************** */
#nav ul {
	display: none;
	width: 180px; /* Change this to change the buttons width */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 44px;
	left: 0;
	background: #40A728;
	background: -webkit-gradient(linear, left top, left bottom, from(#74ce48), to(#007700));
	background: -moz-linear-gradient(top,  #74ce48, #007700);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul ul {
	left: 179px; /* Change this to move the sub-menu to right */
	top: -1px;
	*top: 1px;
	border-top: 1px solid  #007700;
}

#nav ul a, #nav ul ul a {
	border-bottom: 1px solid  #007700;
	border-top: 1px solid  #74ce48;
}
/* Some Fix ************************************************** */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
	position: relative;
	height: 44px;
	bottom: 100px;
} 
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

header, nav {
	display: block;
	position: relative;	
}	

img, a, *:focus {
	outline: none;
}
a {
	text-decoration: none;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

span.hl {
	font-weight: bold;
	color: #444;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.active, .active:hover, .active *, .active *:hover {
	cursor: default;
}

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

.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.forcew {
	display: inline-block;
}

body {
	background: #000000;
}

#dim {
	min-width: 955px;
	height: 100px;
	overflow: hidden;
	bottom: 20px;
	position: relative;
	display: inline;
}

header {
	padding-bottom: 40px;
}

#doc_banner {
	margin: 100px 0px;
}

.inner a {
	border-bottom: 1px dotted #222;
}

.inner a:hover {
	color: #000;
	border-color: #000;
}

.inner h2.description a {
	color: #555;
	border-color: #555;
}

.inner h2.description a:hover {
	color: #111;
	border-color: #111;
}

nav a {
	border: 0px !important;
}

h1 {
	font-size: 30px;
}

h2 {
	margin-top: 10px;
	font-size: 22px;
	color: #555;
}

h2.description {
	margin: 20px 100px 0px 30px;
	font-size: 15px;
	font-style: italic;
}

h3 {
	margin: 40px 0px 20px 0px;
	font-size: 22px;
}

.page .inner p {
	margin-left: 30px;
}

.page .inner ul {
	margin: 20px 0px 0px 50px;
	list-style: circle;
}

.page .inner p {
	margin-top: 20px;
	list-style: circle;
}

.sep {
	width: 840px;
	height: 4px;
	margin: 50px 0px 0px -15px;
	background: url(img/static.png) 0px -206px;
}

nav {
	margin-top: 30px;
}

nav a,
nav span {
	margin-top: 10px;
	float: left;
	display: block;
	line-height: 80px;
	height: 80px;
	color: #555;	
	margin-right: 30px;
	font-size: 12px;
}

nav a {
	width: 80px;
	margin-right: 10px;
	background-image: url(img/logos.png);
}

#kmlogo {
	background-position: 0px -80px;
}

#kmlogo:hover {
	background-position: 0px 0px;
}

#fblogo {
	background-position: -80px -80px;
}

#fblogo:hover {
	background-position: -80px 0px;
}

#ccanyon {
	background-position: -160px -80px;
}

#ccanyon:hover {
	background-position: -160px 0px;
}



body.dark {
	background: #000 none;	
}

body.dark * {
	text-shadow: none;
	color: #999;	
}

body.dark .page .bg {
	background: #000;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
}

body.dark .page .inner {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #111;
}

body.dark .inner a {
	color: #999;
	border-bottom: 1px dotted #555;
}

body.dark .inner a:hover {
	color: #bbb;
	border-bottom: 1px dotted #777;
}




.doc {
	margin-left: 155px;
	padding-bottom: 115px;
}

.doc h3 {
	margin-top: 100px;
}

.doc ul {
	margin: 10px 0px 0px 50px !important;
	list-style: upper-alpha !important;
}

.doc ul li {
	margin-bottom: 10px;
}

.doc ul li ul {
	margin: 10px 0px 15px 30px !important;
	list-style: decimal !important;
}

.doc ul li ul li {
	margin-bottom: 5px;
}



/* LayerSlider Layers and Sublayers unique styles */


#layerslider  {
	width: 948px;
	height: 196px;
	position: relative;
	bottom: 71px;
	visibility: visible;
	z-index: 9999;
}
#layerslider2, #productBox {
	float: right;
    height: 320px;
    margin-right: 58px;
    position: relative;
    top: -74px;
    width: 406px;
}
#hotProducts {
	width: 398px;
	height: 250px;	
}
#leaf1 {
	left: 110px;
	top: -110px;
}

#leaf2 {
	left: -20px;
	top: 210px;
}

#leaf3 {
	left: 500px;
	top: -200px;
}

#clouds {
	left: -100px;
	top: -100px;
}

#earth {
	left: 850px;
	top: -67px;
}

#l5text1, #l5text2, #l5text3 {
	width: 120px;
	padding: 5px;
	text-align: center;
	color: #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000;
	background-color: rgba(255,255,255,.07);
	font-size: 17px;
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg);	
}

#l5text1 {
	left: 250px;
	top: 120px;
}

#l5text2 {
	left: 450px;
	top: 150px;	
}

#l5text3 {
	left: 620px;
	top: 150px;
}
body#expo {
	background: url(/orlando/background.png) fixed;
}
#eventMenu {
	position: relative;
	top: -80px;	
}
#eventMenu ul{
	text-align: center;	
	background-color: #f00;
}
#eventMenu li {
		list-style-type: none;
		display: inline-block;
}
#eventMenu li a {
	color: #fff;
	display: block;
	text-transform: uppercase;	
	padding: 10px;
	text-shadow:none;
	font-weight: bold;
}
#eventMenu li a:hover {
	color: #F5DB3E;
}
.headerh2 {
	position: relative;
	bottom: 119px;
	width: 685px;
	height: 1px;
	left: 260px;
}
.headerh2 h2 {
	color: #fff;
	font-weight: bold;
	padding: 10px;	
	
}
#site {
	overflow: hidden;	
}
#site h2 {
	padding: 10px;
	background-color: #5E0A83;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
#site h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#eventListing {
	float: left;
	margin-right: 10px;	
	width: 29%;
	padding-left: 13px;
}
#eventImages img {
	border: 1px solid black;	
}
#eventListing ul li a:hover {
	color: #FF0;
}
#eventImages {
	float: left;	
	width: 68%;
}
#eventImages ul li {
	float: left;
	width: 107px;
	height: 107px;
}
#eventImages ul li a {
	text-shadow: none;
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
}
#eventImages ul li, #eventListing ul li {
	list-style-type: none;
}

.activePage {
	text-shadow:none;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	padding: 10px;
	padding-left: 5px;
}
#eventSet {
	width: 64%;
	float: left;
	background-color: #fff;	
	position: relative;
	padding: 20px;
	left: -10px;
	font-size: 12px;
	min-height: 317px;
}
#eventSet a {
	text-shadow: none;
	color: #f00;	
}
#eventSet a:hover {
	color: #5E0A83;
	text-decoration: underline;
}
#eventSet img {
	border: 2px solid #5E0A83;	
}

.floatleft {
	float: left;
	margin-right: 10px;	
}
#promo {
	background-color: #5E0A83;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}
.contentBox {
	background-color: #EEEEEE;
    border: 1px solid #000000;
    margin-bottom: 10px;
    padding: 10px 10px 0;
    width: 500px;	
	font-size: 14px;
}
.contentBox strong {
	font-size: 17px;	
}
#downloadpdf {
	background: url(images/downloadpdf.jpg) top center no-repeat;
	width: 250px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}
#downloadpdf:hover {
	background-position: center bottom;	
}
