@charset "UTF-8";
/* CSS Document */

/* Start presentation formatting */
#presentation h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 40px;
	float:none;
	color: #ff9900;
	line-height: 1.2em;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#presentation h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ff9900;
	font-size: 22px;
	line-height: 1.2em;
	margin-top: 0.2em;
}
#presentation h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ff9900;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 0.5em;
}
a { color: #0099cc; }
.clickable:hover {cursor: pointer;}

#front-image {
  width: 292px;
  float: right;
  margin-right: 4px;
  margin-top: 2px;
  }

#front-image .caption {
    font-size: 12px;
    padding: 3px;
  }
/* End presentation formatting */

/* Start navigation buttons */
#nav-buttons {
	padding-top: 10px;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 15px;
	width: 908px;

}
.nav-button {
	font-size: 14px;
	color: white;
	display: block;
	float: left;
	background-color: #84BDD1;
	width: 182px;
	padding: 10px 15px;
	margin-right: 15px;
	box-shadow: 		5px 5px 7px #888;
	-o-box-shadow:		5px 5px 7px #888;
	-moz-box-shadow:	5px 5px 7px #888;
	-webkit-box-shadow:	5px 5px 7px #888;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	overflow: hidden;
}
  .nav-button h3 {
  	font-family: Arial, Helvetica, sans-serif;
  	text-transform: capitalize;
  	color: inherit;
  	font-weight: bold;
  	font-size: 24px;
  	line-height: 1em;
  	margin-bottom: 10px;
  	margin-top: 0px;
  }
    .nav-button h3 a {
    	color: white;
    	text-decoration: none;
    }
    .nav-button h3 a:hover {
      color: #EEE;
      text-decoration: underline;
    }
  .nav-button p {
  	color: white;
  	line-height: 1.4em;
  	font-family: "Lucida Grande", sans-serif;
  }
    .nav-button p a {
    	color: white;
    	font-weight: bold;
    	text-decoration: underline;
    }
    .nav-button p a:hover {
      color: #EEE;
      text-decoration: none;
    }
  .nav-button:hover {
  	box-shadow: 		2px 2px 3px #888;
  	-o-box-shadow:		none;
  	-moz-box-shadow:	2px 2px 3px #888;
  	-webkit-box-shadow:	2px 2px 3px #888;
  	padding: 9px 14px;
  	margin-right: 16px;
  	margin-left:1px;
  	margin-top:1px;
  	margin-bottom: 1px;
  	color:#EEE;
  }
  #button1 {background-color: #009933;}
  #button2 {background-color: #ffcc33;}
  #button3 {background-color: #ff9900;}
  #button4 {background-color: #ff3333; margin-right: 0px;}
/* End navigation buttons */
