@charset "UTF-8";
@import url("programlive.css");
/* CSS Document */


/* banner red 990000
E61717 orange red
4D0000 deep red
004D16 dark green
00992B mid green

banner gren #336633
*/

body {
	background-image url(images/background.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-top:0;
}
#wrapper {
	width:940px;
	margin:0 auto;
	padding:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#FFFFFF;
}
#banner {
	width:940px;
	height:150px;
	border-bottom:1px solid #CCC;
	margin-bottom:3px;
}

#main {
	width:780px;
	padding-bottom:10px;
	padding-right:10px;
	float:right;
	background-color #33FFFF;/*aqua*/
	background-color:#FFFFFF;
}
	
#navbar {
		background-color:#FFFFFF;
	width:150px;
	padding-top:5px;
	float:left;
	font:12px Verdana, Geneva, sans-serif;
}
#navbar a:link {
	color:#360;
	padding:8px;
	display:block;
	text-decoration:none;
	border: 1px solid #360;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image:url(images/linkbckgrd2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#navbar a:active, #navbar a:focus, #navbar a:hover, #navbar a:visited {
	color:#900;
	font-weight:normal;
	padding:8px;
	display:block;
	background-color:#E9E9E9;
	text-decoration:none;
	border: 1px solid #900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#navbar ul {
	margin:0;
	padding-left:10px;
	padding-right:10px;
		list-style:none;
}
#navbar ul li {
	display:block;
	margin-left:0px;
	margin-bottom:2px;
	padding:0;
}
#footer {
	background-color #FF9900;/*tan*/
	border-top: 1px solid #CCC;
	width:940px;
}
#footer p {
	color:#999;
	font-size:10px;
	text-align:center;
	margin:5px;
}
.clearall {
	clear: both;	
}

p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#000;
	margin:2px 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 140%;
}
p a:link, p a:visited{
	color:#000;
	text-decoration:underline;
}
h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:2px 10px;
}
h1, h2, h3, h4 {
	color: #990000;
}
h1 {
	font-size:35px;
	padding-bottom:5px;
	font-weight:normal;
	font-family: 'BubblegumSans-Regular', sans-serif;
}
h2 {
	font-size:25px;
	padding-top:5px;
		font-weight:normal;
		font-family: 'BubblegumSans-Regular', sans-serif;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
	
ul {
	margin: 5px 0;
}
.small {
	font-size: 10px;
}
.red {
	color:#990000;
}.boxright {
	padding: 5px;
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.picborder {
	padding: 5px;
	margin:5px;
	border: 1px solid #CCC;
	-moz-border-radius  3px;
	-webkit-border-radius  3px;
	border-radius  3px;
}
/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

/* removes blue outline on images*/
img
{  border-style: none;
}
/* fade in fade out */
.fadein { position:relative; height:187px; width:758px; }
.fadein img { position:absolute; left:0; top:0; }

.rightcol {
	width: 50%;
	float:right;
	padding:0 10px;
	margin-left:10px;
	border-left: 1px solid #999;
}
.title {
	color:#990000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.presenter {
	color: #000;
	font-style:italic;
	font-size: 11px;
}
.outline {
		color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left:50px;
	margin-top:3px;
}
.bio {
	color: #000;
	font-style:italic;
	margin-left:50px;
	margin-top:3px;
	margin-bottom:8px;
	font-size: 11px;
}
	
	td {
		border-bottom:1px solid #CCC;
	}
	
.getbutton {
	margin: 10px;
	padding: 5px 5px 10px 5px;
	float: right;
	width: 140px;
	background-color:#336633;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
	-webkit-box-shadow: 5px 5px 5px 0px #CCC;
box-shadow: 5px 5px 5px 0px #CCC; 
		
}
.getbutton p, .getbutton p a:link, .getbutton p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
	text-align:center;
	display:block;
}

.getbutton p a:hover {
	color: #ccc;
	display:block;
}

@font-face {
	font-family: BubblegumSans-Regular;
	src:url(BubblegumSans-Regular.otf);
}
.yello {
	background-color:#FF0;
}
.boxkeynote {
	width:350px;
		padding: 5px;
	float: right;
	
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}.rotator {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:120px;
	
}
#threeboxes {
	width:770px;
	background-color #E9E9E9;
	margin:2px 10px;
	float: right;
		border: 1px solid #E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.threeboxleft {
	width:235px;
	margin:10px 5px 10px 10px;
	padding:3px;
	background-color: #FFF;
	float:left;
}
.threeboxcentre {
	width:235px;
	margin:10px 5px 10px 10px;
	padding:3px;
	background-color: #FFF;
	float:left;
}
.threeboxright {
	width:235px;
	margin:10px 10px 10px 5px;
	padding:3px;
	background-color: #FFF;
	float:right;
}
.threeboxes p, #threeboxes p a:link, .threeboxes h3, .threeboxes h3 a:link {
	line-height:110%;
	text-decoration:none;
}