/**
 *  --------------------------------------------------------------------------------------
 *   Navigator Multimedia Inc CSS
 *  ----------------------------------------------------
 *  Modified	May 1st, 2009 by Curtis
 *  @version	4.0
 *  @author	Curtis Campbell <curtis@navigatormm.com>
 *  ----------------------------------------------------
 *  1.	RESET
 *  --------------------------------------------------------------------------------------
 */

/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	height:100%;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* GLOBAL
--------------------------------------------------------------------------------------- */
/*Used to fix Fire Fox float error.*/
.clearfix:after {
	content:".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.center {
	text-align:center;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.bold {
	font-weight:bold;
}
/* Images */
img[align=right] {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
img[align=left] {
	margin-right:10px;
	margin-bottom:5px;
	float:left;
}

.padding {
	padding:10px;
}

.redtext {
	color:#a91919;
}


/* BODY
--------------------------------------------------------------------------------------- */
body {
	color: #000000;
	background: #d7d7d7 url(../images/background.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	width:801px;
	height:100%;
	position:relative;
	margin:auto;
	margin-top: 10px;
	}

/* HEADER
--------------------------------------------------------------------------------------- */
#header {
	width: 801px;
	height: 71px;
	position:relative;
	}

#logo {
	position:absolute;
	bottom:12px;
	left: 10px;
	}

	

/* MAIN NAVIGATION
--------------------------------------------------------------------------------------- */

#navigation {
	width: 801px;
	height: 58px;
	margin: auto;
	padding: 0;
	background:url(../images/interface/navigation.gif) no-repeat;
	}

#navigation span {
	display:none;
	}
	
#navigation li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	}
	
#navigation li a {
	height: 58px;
	display: block;
}

.home {
	left: 285px;	
	width:65px;
}

.learning {
	left: 354px;
	width:80px;
}

.hughculver {
	left: 440px; 
	width:80px;
}

.eventsproducts {
	left: 541px;
	width:95px;
}
.about {
	left: 645px; 
	width:70px;
}
.contact {
	left: 725px; 
	width:70px;
}


.home a:hover, .home .selected  {color:#F60; background:transparent url(../images/interface/navigation.gif) -285px   -58px no-repeat;}
.learning a:hover, .learning .selected  {color:#F60; background:transparent url(../images/interface/navigation.gif) -354px   -58px no-repeat;}
.hughculver a:hover, .hughculver .selected  {color:#F60; background:transparent url(../images/interface/navigation.gif) -440px   -58px no-repeat;}
.eventsproducts a:hover, .eventsproducts .selected  {color:#F60; background:transparent url(../images/interface/navigation.gif) -541px   -58px no-repeat;}
.about a:hover, .about .selected  {color:#F60; background:transparent url(../images/interface/navigation.gif) -645px   -58px no-repeat;}
.contact a:hover, .contact .selected  {color:#F60; background:transparent url(../images/interface/navigation.gif) -725px   -58px no-repeat;}

/* NAVIGATION DROP DOWNS
--------------------------------------------------------------------------------------- */ 
#navigation li ul {
	width:150px;
	position:absolute;
	top:54px;
	left:0px;
	display:none;
	background: #a71313;
	z-index:99;
}
#navigation li ul li {
	float: left;
	position: relative;
	border-top:1px solid #FFF;
}
#navigation li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
	width: 130px;
	height:10px;
	padding: 5px 10px 5px 10px;
	display: block;
	background:none;
}
#navigation li ul li a:hover { 
	color:#f4bb21;
	background: #a71313;
	}

#navigation li:hover ul, #main-navagation li.over ul { display: block; }
#navigation li:hover ul, li.over ul { display: block; }


/* CONTENT
--------------------------------------------------------------------------------------- */
#content {
	width: 574px;
	min-height: 700px;
	height: auto !important;
	padding: 0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#484848;
	line-height: 18px;
	background: #FFF;
	position:relative;
	top:18px;
	}

#content a:link, #content a:visited  {
	color:#21679d;
	font-weight: bold;
	text-decoration:none;
	}
	
#content a:hover {
	color:#000;
	font-weight:bold;
	}
	
#content .top {
	position:absolute;
	top:-17px;
	left:0px;
	margin-bottom:10px;
}

#content .bottom {
	position:absolute;
	bottom:-16px;
	left:0px;
}
	
#content h1 {
	color:#21679d;
	font-size:24px;
	font-weight:bold;
	margin: 0px 0px 25px 0px;
}

#content h1 span {
	display:none;
}

#content h2 {
	color:#21679d;
	font-size:18px;
	margin: 0px 0px 10px 0px;
}

#content ul li {
	margin-left: 40px;
	list-style: disc;
}

#content .testimonial {
	border-top: 1px dotted #a3a3a3;
	border-bottom: 1px dotted #a3a3a3;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	line-height: 24px;
}

#content .testimonial .name {
	font-size: 14px;
	font-weight: normal;
	margin-left: 40px;
}

#content .dashed {
	border: 1px dotted #a3a3a3;
	padding: 15px;
	margin-bottom: 15px;
}

.testi {
	margin-right: 15px;
	margin-bottom: 15px;
}

.testiflash {
	display:inline;
	list-style:none;
	margin-right: 25px;
}


#products {
	width: 800px;
	min-height: 500px;
	height: auto !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4a4a4a;
	line-height: 18px;
	}

#products a:link, #products a:visited  {
	color:#a91919;
	font-weight: bold;
	text-decoration:none;
	}
	
#products a:hover {
	color:#000;
	font-weight:bold;
	}
	
#products h1 {
	color:#21679d;
	font-size:24px;
	font-weight:bold;
	margin: 0px 0px 25px 0px;
}

#products h1 span {
	display:none;
}

#products h2 {
	color:#21679d;
	font-size:18px;
	margin: 0px 0px 10px 0px;
}

#products h3 {
	color:#898989;
	font-size:14px;
	margin: 0px;
	font-weight:bold;
}

#products ul li {
	margin-left: 40px;
	list-style: disc;
}

#products #right {
	width: 388px;
	float:right;
}

#products #left {
	width: 388px;
	float: left;
}

#products .info-medium {
	background:url(../images/interface/resources-products-bg.png) no-repeat;
	padding: 15px;
	margin-bottom:15px;
	width: 360px;
	height: 240px;
}

#products .info-large {
	background:url(../images/interface/resources-products-bg-large.png) no-repeat;
	padding: 15px;
	margin-bottom:15px;
	width: 360px;
	height: 335px;
}

#products .e-books {
	background:url(../images/interface/e-books.png) no-repeat;
	padding: 15px;
	margin-bottom:15px;
	width: 360px;
	height: 160px;
}

#products .free-articles {
	background:url(../images/interface/free-articles.png) no-repeat;
	padding: 15px;
	margin-bottom:15px;
	width: 360px;
	height: 85px;
}


/* INDEX CONTENT
--------------------------------------------------------------------------------------- */

#main-content {
	width: 604px;
	height: 325px;
	background:url(../images/index/index-content-bg.jpg) no-repeat;
	margin-bottom: 15px;
	}
	
#main-content .left {
	width: 200px;
	height: 325px;
	float:left;
}

#main-content .right {
	width: 400px;
	float:right;
	padding: 10px 0px 10px 0px;
}
	
	
#callouts {
	width: 604px;
	height: 325px;
}

.seminars {
	float:left;
	margin-right: 18px;
	width: 189px;
}

.hughculver-call {
	float:left;
	margin-right: 18px;
	width: 189px;
}

.elearning {
	float:left;
	width: 189px;
}

/* SIDEBAR
--------------------------------------------------------------------------------------- */

#sidebar {
	width: 180px;
	height: 100%;
	float:right;
	text-align:center;
	font-size:12px;
	color:#3b3b3b;
	position:relative;
}

#sidebar a:link, #sidebar a:visited  {
	color:#21679d;
	font-weight: bold;
	text-decoration:none;
	}
	
#sidebar a:hover {
	color:#000;
	font-weight:bold;
	}
	
#sidebar ul li {
	line-height: 18px;
}

#sidebar h2 {
	color: #a71313;
	font-size: 18px;
	font-weight: bold;
	padding:0;
	margin:0;
}

#sidebar h3 {
	color: #21679d;
	font-size: 16px;
	font-weight: bold;
	padding:0;
	margin:0;
}

.column {
	width: 160px;
	height: 100%;
	margin-bottom: 15px;
	background: url(../images/sidebar/background-sidebar-mid.png) no-repeat center top;
	padding: 10px;
}

.participant-info {
	font-size: 10px;
	text-align:left;
}

	

/* FOOTER
--------------------------------------------------------------------------------------- */
	
#footer {
	width: 800px;
	height: 65px;
	border-top: 1px solid #a3a3a3;
	margin:auto;
	text-align:center;
	clear:both;
	}
	
#footer ul li {
	list-style-type:none;
	display:inline;
	margin-right: 30px;
}

#footer a {
	color:#a3a3a3;
	font-size: 12px;
	text-decoration:none;
}

#footer a:hover {
	font-weight:bold;
}


/* COPYRIGHT
--------------------------------------------------------------------------------------- */


/* LIGHTBOX 
--------------------------------------------------------------------------------------- */

#overlay {
  position:	absolute;
  top: 0px;	left: 0px;
  background:	white;
  z-index:	99;
}

#jquery-overlay {
	position:			 	absolute;
	top: 					0;
	left: 					0;
	z-index: 				99;
	width: 					100%;
	height: 				500px;
}
#jquery-lightbox {
	position: 				absolute;
	top: 					0;
	left: 					0;
	width: 					100%;
	z-index: 				100;
	text-align: 			center;
	line-height: 			0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: 				absolute;
	top: 					40%;
	left: 					0%;
	height: 				25%;
	width: 					100%;
	text-align: 				center;
	line-height: 				0;
}
#lightbox-nav {
	position: 				absolute;
	top: 					0;
	left: 					0;
	height: 				100%;
	width: 					100%;
	z-index: 				10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 					49%;
	height: 				100%;
	display: 				block;
}
#lightbox-nav-btnPrev { 
	left: 					0; 
	float: 					left;
}

#lightbox-nav-btnNext { 
	right: 					0; 
	float: 					right;
}
#lightbox-container-image-data-box {
	font: 					10px Verdana, Helvetica, sans-serif;
	background-color: 			#fff;
	margin: 				0 auto;
	line-height: 				1.4em;
	overflow:				auto;
	width: 					100%;
	padding: 	                        0 10px 0;
}
#lightbox-container-image-data {
	padding:                                0 10px; 
	color: 					#666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width:					70%; 
	float: 					left; 
	text-align: 				left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: 				block; 
	clear: 					left; 
	padding-bottom: 			1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 					66px; 
	float: 					right;
	padding-bottom: 			0.7em;	
}		



/**
 *  page navigator element classes
**  --------------------------------------------------------------------------------  */

div.pagenavigator {
  margin:		10px 40px;
  text-align:		right;
  font:			normal normal normal 14px verdana,sans-serif;
}

div.pagenavigator a {
  color:		#ae2d05;
  text-decoration:	none;
}

div.pagenavigator a:hover {
  color:		#333;
  text-decoration:	none;
}

div.pagenavigator span {
  background-color:	white;
  margin:		0px 3px;
  padding:		3px 4px;
  border:		1px solid #C6C6C6;
}

div.pagenavigator span.current {
  background-color:	#EEE;
  color:		#CCC;
  border-color:		#CCC;
}

div.pagenavigator span.disabled {
  background-color:	#EEE;
  color:		#CCC;
  border-color:		#CCC;
}
