@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #79ABCC;
	background-image: url(../images/BG_bluedorn.jpg);
	background-attachment: fixed;
}
a {
	color: #5797BE;
}

.welcomeText h1 {
	font-family:"Georgia", "Georgia Ref", Times, Times Roman;
	font-size: 28px;
	line-height:32px;
	font-weight:normal;
	color: #5897C0;
}
.welcomeText p{
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica;
	padding: 0px;
	margin: 0px;
	}
#nav {
	position:relative;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	font-size:10px;
	color:#5797BE;
	z-index: 200;
	font-size:16px;
	top: 278px;
	height: auto;
	text-align: right;
	position: relative;
	left: 0px;
	margin-right: 10px;
	}
#nav a {
	background: #ffffff;
	color:#5797BE;
	text-decoration: none;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 11px;
	padding-left: 2px;
}
#nav a.activeSlide {
	color:#ffffff;
	background: #5897C0;
}
#nav a:focus { outline: none; }

.secondaryContent h1 {
	font-size:24px;
	color:#5897C0;
	font-family:Georgia, "Georgia Ref", "Times New Roman", Times;
	font-weight: normal;
}
.secondaryContent h2 {
	font-size:24px;
	color:#5897C0;
	font-family:Georgia, "Georgia Ref", "Times New Roman", Times;
	font-weight:normal;
	padding-top: 0px;
}

.focusHeader {
	text-align:left;
	width: 100%;
	font-family:"Georgia", "Georgia Ref", Times, Times Roman;
	font-size:28px;
	color:#5897C0;
	font-weight:normal;
	padding-top: 15px;
}

.focusContent a, focusContent a:visited {
	color:#5897C0;
	font-weight:bold;
	text-decoration:underline;
}
.focusContent a:hover {
	text-decoration:underline;
	font-weight:bold;
}

.planVisitHeader {
	font-family:"Georgia", "Georgia Ref", Times, Times Roman;
	font-size:28px;
	color:#5897C0;
	background-color: #FFFFFF;
	width: 390px;
	float: right;
	margin-bottom: 10px;
	padding: 0px;
}

.cssnav span {
	left:0px;
	top:3px;
	margin:0;
	cursor: pointer;
	text-align:left;
	color: #000000;
	position: absolute;
	font-size: 14px;
}
.cssnav span:hover {
	left:0px;
	top:3px;
	margin:0;
	cursor: pointer;
	text-align:left;
	color: #ffffff;
	position: absolute;
	font-size: 14px;
}
.cssnav {
	position:relative;
	top:-10px;
	font-family:"Trebuchet MS", "Trebuchet", Arial, Helvetica;
	background:url(/assets/images/planVisit/bluedorn_on.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-bottom:5px;
	padding: 0;
	text-align:left;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	float: right;
	clear: both;
	font-size: 14px;
}

.footer {
	font-size:12px;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica;
	text-align: center;
	background-color: #5897C0;
	width: 990px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	vertical-align: middle;
	clear: both;
	color: #FFFFFF;
	}
.footer a {
	color:#ffffff;
	text-decoration: none;
}
.footer a:hover {
	color:#ffffff;
	text-decoration: underline;
}
