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

.container #splash {
	border-radius: 25px 25px 0px 0px;
	width: 950px;
	background-image: url(images/splash_IMG.jpg);
	height: 600px;
}
.container #ab_splash {
	border-radius: 25px 25px 0px 0px;
	width: 950px;
	background-image: url(images/ab_splashIMG.jpg);
	height: 600px;
}
.container #ab_splash #awards {
	clear: both;
	float: right;
	height: 300px;
	width: 600px;
	margin-bottom: 20px;
}
.container #ab_splash #bio {
	float: right;
	width: 445px;
	font-size: 15px;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.container #splash #logo {
	clear: both;
	float: right;
	width: 550px;
	height: 300px;
	margin-bottom: 30px;
}
.container #splash #endorsement {
	clear: both;
	float: right;
	border-radius: 5px;
	width: 415px;
	margin-bottom: 25px;
	background-color: #DDDDB1;
	margin-right: 50px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.container #splash #endorsement #support h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0B284D;
}
.container #splash #endorsement #support p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 25px;
}
.container #disclaimer {
	padding-top: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-small;
	width: 950px;
	color: #F0EFED;
	padding-left: 0px;
	text-align: center;
}
.container #top_nav {
	height: 60px;
	width: 950px;
	margin-top: 0px;
	text-align: right;
}
.container #splash #endorsement #support {
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
}
.container #splash #endorsement #support_portrait {
	float: right;
	width: 100px;
	margin: 5px;
	padding-top: 15px;
	height: 115px;
}
.container #splash #nav {
	background-color: #000;
	height: 50px;
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.container #nav  {
	background-color: #000;
	height: 50px;
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
5.
}
body { 
background: url(images/page_back.jpg) no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}