/* Art of Indexing Summit USA */

#header_link {
	display: block;
	padding: 0px;
	border: 0px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	width:980px;
	height: 205px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: #333;
	background-image: url(bg.jpg);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#0071b6;
	font-weight: bold;
	font-size:1.7em;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:1.4em;
	font-weight: bold;
	margin:0;
	padding:5px;
	display: block;
	background-color: #EEE;
}
h3 {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #0072b9;
	padding:0;
	border: none;
	font-weight: bold;
	font-size:1.2em;
}

h4 {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	padding: 10px 0;
	font-size:1.2em;
	font-weight: bold;
	margin-top:0px;
}

hr {
	border: 1px dotted #CCC;
}

p {
	color: #333;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

a {
	color: #0072b9;
	text-decoration:none;
	border-bottom:none;
}

a:hover {
	color:#98b4da;
	border-bottom:none;
	text-decoration:none;
}

#contentbox {
	background-color: #FFF;
	/* background-image: none;
	background-repeat: no-repeat;
	border: none;*/
	margin-top: 0;
}

#container {
	background-color: #FFF;
	padding: 8px;
}

#counter_flash {
	display:none;
}

#rightcol {
	margin: 0;
	padding: 15px 0px;
}

.sponsorbar {
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:100%;
	width: 150px;
	border: 0;
	color: #111;
}

/* CONTENT */

#content {
	width: 650px;
}

div#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#content li {
	background-image:url(bullet.png);
	background-position:0.4em 50%;
	background-repeat:no-repeat;
	font-size:100%;
	line-height: 1.5em;
	padding:0 0 0 1.5em;
}

#middlecol {
	width:670px;
	float:left;
	padding:10px 0px 10px 10px;
}

/* NAVIGATION */

#leftcol #navigation {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}

#navigation ul {
	display: block;
	list-style-type: none;
	padding-left: 0;
	margin: 0px;
}

#navigation li {
	margin: 0px;
	background: #FFF;
}

ul.show_hide sub {
	color:#333;
	margin-left:-3px;
}

#navigation li ul li a {
	display:block;
	margin-left:-3px;
	color: #0072b9;
}

#navigation a {
	background-color:#0072b9;
	font-size:98%;
	color:#FFF; 
	text-decoration:none;
	line-height: 2.5em;
	width:137px;
	display: block;
	padding-left:10px;
	margin: 1px 10px 0 0;
	border-bottom: 1px dotted #CCC;
}
#navigation a:hover {
	background-color:#98b4da;
	border-bottom: none;
	color: #FFF;
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
}

#navigation a.current {
	background-color:#bc0620;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #CCC;
}

/* TOP NAVIGATION */

#topnav {
	display:none;
}

/* BOOK NOW */

#booknow {
	background-color:#bc0620;
	color:#FFF;
	font-weight:bold;
	line-height:1.5em;
	font-size:1.46em;
	font-weight:bold;
	height:30px;
	width:150px;
	margin-top: 14px;
}

#booknow a {
	color: #FFF;
	text-decoration:none;
}
#booknow a:hover {
	text-decoration:none;
	color: #FFF;
}

/* SECOND LEVEL NAV */

#contentnav {
	background-color:#cedace;
}

#contentnav a {
	color:#0072b9;
	text-decoration:none;
}
#contentnav a:hover {
	color:#111;
	text-decoration:underline;
}

#navigation #current,#topnav #current {
	color:#0072b9;
}

/* RELATED PRODUCTS */

#related_customevents {
	text-align: center;
}

#related_products {	
	text-align: center;
}
			
/* FOOTER */

#footer p{
	color: #333;
	font-size: 9px;
	padding-top: 18px;
	border-top: 1px dotted #CCC;
}	

#footer a {
	border-bottom: 1px dotted #0072b9;
}
#footer a:hover {
	border-bottom: 1px dotted #98b4da;
}

