/* CSS Document */
body{background-color:#fff;}


/* Global styles */
.bold{font-weight:bold;}
.italic{font-style:italic;}
.bluetxt{color:#06c; font-weight:bold;}
.redtxt{color:#f00; font-weight:bold;}
.greentxt{color:#060;}

.speaker{font-size:16px; font-weight:bold;}
.sponsor{font-size:18px;}

.yellowbox{
	border:solid #2179a7 1px;
	background-color:#FBFE8B;
	padding: 15px;
	}
.greenbox{
	font-size:12px;
	border:solid #000 1px;
	background-color:#cfc;
	padding: 15px;
	}
.plainbox{border:1px solid #060; padding:15px;}
	
h4{
	margin-top:0;
	font-size: 18px;
}
h5{margin-top:0; font-size:14px;}
.caption{
	font-size:9px;
	text-align: right;
}
img{border:none;}

a:link{color:#09f; text-decoration:none; font-weight:bold;}
a:hover{color:#f30; text-decoration:none; font-weight:bold;}
a:visited{color:#09f; text-decoration:none; font-weight:bold;}
a:visited:hover{color:#f30; text-decoration:none; font-weight:bold;}
/* end Global styles */


/* Template styles */
#titlediv, hostdiv{font-family:'Times New Roman', Times, serif; text-align:center;}
#titlediv{
	font-size:30px;
	vertical-align:middle;
	background-color: #fff;
	height:46px;
	line-height:32px;
	padding-top:10px;
	}
#hostdiv{
	background-repeat:repeat;
	height:20px;
	width:658px;
	font-size:20px;
	text-align: center;
	background-color: #fff;
	color: #660;
	margin-bottom: 20px;
	}

#catlogo{padding-top:5px; background-color:#fff;}

.menu-td{
	background-image:url(images/green-bubble.jpg);
	background-repeat:repeat-y;
	background-position:20px 0;
}
	
.menucell{
	width:160px;
	vertical-align:top;
	}
div.menu{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 15px;
	}

.menu-ul{line-height:20px; list-style:none; padding:0;}
	
div.menu a:link, div.menu a:hover, div.menu a:visited, div.menu a:visited:hover{
	text-decoration:none;
	font-weight:normal;
	}
div.menu a:link{
	color:#000;
}
div.menu a:hover{
	color:#000;
	font-weight: bold;
}
div.menu a:visited{color:#000;}
div.menu a:visited:hover{
	color:#000;
	font-weight: bold;
}

#reglink a:link, #reglink a:hover, #reglink a:visited, #reglink a:visited:hover{font-weight:bold;}
#reglink a:hover, #reglink a:visited:hover{color:#FF3;}

.nolink{color:#666666;}

.peachlines{
	width: 10px;
	background-color: #363;
	}
.rtborder{background-color:#cc9; width:10px;}

#bottombar{
	padding:0;
	height:10px;
	clear:both;
	vertical-align:bottom;
	background-color: #cc9;
	}
/* end Template styles */


/* Main content */
.maindiv{
	padding:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	}


/* lftcol335 content */
#lftcol335{
	width:340px;
}
	
#mapquest{
	border:solid #f4d38b 1px;
	width:200px;
	margin-left:20px;
	padding:15px 0;
	}
/* end lftcol335 content */


/* rtcol250 content */
.rtcol250{
	float:right;
	padding-left:20px;
	width:250px;
	height: 100%;
	background-image: url(images/blue-bubble_sm.jpg);
	background-repeat:repeat-y;
	}
/* end rtcol250 content */


/* end Main content */


.viewcartbtn{float:right; margin-top: 20px;}
.price{font-style:italic;}
div.reg1{
	border:1px solid #2179a7;
	padding:10px 15px;
}


/* Speaker pop-up box page styles */
.speakerbox{
	padding:10px 0 10px 20px;
	border-bottom:#0cc solid 10px;
	border-top:#0cc solid 10px;
	background-image:url(images/blue-bubble.jpg);
	background-position:0 10px;
	background-repeat:repeat-y;
}
/* end Speaker pop-up box page styles */


/* Shadow box on paragraph styles */
.p-shadow, pg-shadow {
	width: 150px;
	float:right;
	background: url(images/shadowAlpha.png) no-repeat top right !important;
	background: url(images/shadow-box.gif) no-repeat top right;
	margin: 0 0 10px 10px !important;
	margin: 0 0 10px 5px;
  }

.p-shadow div {
	background: none !important;
	background: url(images/shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
  }

.p-shadow p {
	padding: 4px;
	margin: 6px 6px -3px -3px !important;
	margin: 0;
	font-family:"Comic Sans MS", cursive;
  }
/* end Shadow box on paragraph styles */


/* Shadow on image styles */
/* Note: div must have float property defined */
.img-shadow {
  background: url(images/shadowAlpha.png) no-repeat top right !important;
  background: url(images/shadow.gif) no-repeat top right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: 6px 6px -6px -6px;
  padding: 4px;
  }
/* end Shadow on image styles */

.credit{font-size:10px;}
