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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #01274e;
	}
	
#main {
	width: 950px;
	margin: 0 0 0 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	}
	
#map{
	margin: 0px;
	text-align: right;
	padding: 0 10px 0 0;
	background-color: #01274e;
	color: #CCCCCC;
	}
	
#map p {
	margin: 0;
	padding: 10px 20px 10px 0;
	}
	
#map a{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 85%;
	color: #CCCCCC;
	}
	
#map a:hover{
	color: #D1B11E;
	text-decoration: none;
	}
	
#barry{
	float:left;
	width: 280px;
	padding-top: 5px;
	}
	
#homepage{
	float:right;
	width: 670px;
	}
	
#nav {
	width: 950px;
	margin: 0px;
	text-align: right;
	padding: 10px 0px 10px 0px;
	background-color: #d1b11e;
	}
	
#nav p {
	margin: 0;
	padding-right: 10px;
	}
	
#nav a{
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	padding:0px 10px 0 10px;
	}
	
#nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav ul {
	display: block;
	}
	
#content {
	width: 950px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#stages {
	width: 670px;
	margin: 30px 0 20px 0;
	float:right;
	}


	
.box {
	font-size: 95%;
	line-height: 1.25em;
	/*height:140px;*/
	width: 600px;
	/*padding-bottom: 30px;*/
	margin-left: 40px;
	/*margin-bottom: 20px;*/
	}
	
.box img{
	float:left;
	padding: 5px 30px 15px 0px;
	}

.box h1 {
	padding-left: 5px;
	padding-top:15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color:#003399;
	text-transform: uppercase;
	margin-bottom: 0px;
	
	}
	
.box p{
	padding: 0 5px;
	margin-top: .4em;
	font-size: 90%;
	color:#666666;
	}
	
.box a {
	/*text-align: center;*/
	/*padding: 2px 55px 3px 50px;*/
	/*background: url(img/link.jpg) no-repeat;*/
	text-decoration: none;
	color: #B08D00;
	font-weight: bold;
	}
	
.box a:hover {
	color: #0033CC;
	}

#text {
	width: 650px;
	font-size:090%;
	color: #666666;
	line-height: 1.3em;
	margin: 45px 0 0 0px;	/*padding-top: 30px;*/
	padding-right: 20px;
	float: right;
	}
	
#text h1{
	font-size:175%;
	font-family:"Times New Roman", Times, serif;
	color: #003399;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-weight: normal;
	}
	
#text h2{
	font-size:150%;
	font-family:"Times New Roman", Times, serif;
	color: #003399;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 25px;
	margin-bottom: 0px;
	}
	
#text ul {
	margin-top: 1em;
	}
	
#text a{
	color: #01274E;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	}
	
#text a:hover{
	color: #d1b11e;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	}
	
#text img{
	border: none;
	}

.left {
	text-align: left;
	padding: 0 10px;
	line-height: 1em;
	margin: 5px;
	}
	
.last li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	}
	
.last p{
	margin-bottom: 1em;
	padding-bottom: 1em;
	}
	
#footer {
	padding-bottom: 1em;
	text-align: center;
	color: #333333;
	}
	
#footer a{
	color: #0000FF;
	margin: 0;
	}	
	
#footer p {
		margin-bottom: 1em;
		}
	
#disclaimer a{
	color: #cccc99;
	margin: 0;
	}
#disclaimer p {
	margin: 0.25em;
	padding: 0px;
	}	
	
.copyright{
	margin-top: 0px;
	font-size: 80%;
	color: #CCCCCC;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.yellow {
	color: #CCCC99;
	}
	
.sitemap {
	margin-bottom: 1em;
	}
