/* Falcon Pools CSS */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	color: #4f4f4f;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #091038;
}

#wrap {
	position: relative;
	margin: 25px auto 15px auto;
	width: 800px;
	height: 600px;
}

/* Head */

#head {
	width: 796px;
	height: 50px;
	margin-left: 4px;
}

#head h1 a {
	position: absolute;
	width: 320px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat;
}
#homelink {
	float: right;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

a:hover#homelink {
	text-decoration: underline;
}

/* Contact Info */

ul#contact {
	position: absolute;
	top: 34px;
	color: #fff;
	font-size: 10px;
	list-style-type: none;
}

#contact li {
	display: inline;
	margin-right: 2px;
}

#contact li a {
	color: #fff;
	text-decoration: none;
}

#contact li a:hover {
	text-decoration: underline;
}

/* Navigation */

ul#nav {
	position: absolute;
	top: 31px;
	right: 0px;
	width: 443px;
	font-size: 11px;
	background: #818181;
}

#nav li {
	width: 110px;
	display: inline;
	line-height: 19px; 
	list-style-type: none;
}

#nav li a {
	display: block;
	float: left;
	width: 110px;
	height: 19px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	background: url(images/nav.gif) repeat;
}

#nav li a.last {
	margin-right: 0px;
}

#nav li a:hover {
	background-position: 0px -19px;
}

#nav li a.selected {
	background-position: 0px -38px;
}

#nav li.selected a {
	background-position: 0px -38px;
}

/* Top Banner */

#topbanner {
	width: 800px;
	height: 348px;
	margin-bottom: 8px;
	background: url(images/topbanner.gif) repeat-x;
	overflow: hidden;
}

/* Top Banner - Home */

body#home #side {
	float: left;
	width: 116px;
	height: 348px;
	background: url(images/home_side.jpg) no-repeat;
}

body#home #main {
	float: left;
	width: 684px;
	height: 348px;
}

/* Top Banner - About, Care, Tips, Contact */

#side {
	float: left;
	width: 343px;
	height: 348px;
}

#main {
	float: left;
	display:inline;
	width: 457px;
	height: 348px;
	background: white;
	overflow: hidden;
}

#main ul {
	width: 457px;
	height: 19px;
	font-size: 11px;
	background: url(images/nav.gif) repeat-x;
	margin-bottom: 14px;
}

#main li {
	display: inline;
	line-height: 19px; 
	list-style-type: none;
	
}

#main li a {
	display: block;
	float: left;
	height: 19px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/nav.gif) repeat;
	border-right: 1px #818181 solid;
}

#main li a:hover {
	background-position: 0px -19px;
}

#main li a:active, #main li.selected a {
	background-position: 0px -38px;
}

#main h1 {
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
}

#main h1 span {
	font-weight: normal;
}

#main p {
	line-height: 16px;
	padding: 0px 16px 10px;
}

#main p a, #main h1 a, #main ul.contact li.email a {
	color: #5d95f2;
	text-decoration: none;
}

#main p a:hover, #main h1 a:hover, #main ul.contact li.email a:hover {
	text-decoration: underline;
}

/* Affiliations */

.badges {
	display: inline;
	width: 108px;
	float: right;
	margin-right: 16px;
	padding-left: 10px;
}

.badges img {
	margin-bottom: 10px;
}

/*Awards */

#awards ul {
	width: 360px;
	padding-left: 16px;
	background: none;
}

#awards li {
	display: block;
	float: left;
	width: 105px;
	height: 84px;
	margin-right: 12px;
	margin-bottom: 6px;
	background: none;
}

#awards li img {
	position: absolute;
	padding-left: 4px;
	padding-top: 4px;
}

#awards li span {
	color: #333;
	position: absolute;
	font-size: 10px;
	margin-top: 67px;
	margin-left: 8px;
}

#awards li.gold {
	background: url(images/gold.gif) no-repeat;
	position: relative;
}

#awards li.silver {
	background: url(images/silver.gif) no-repeat;
}

#awards li.bronze {
	background: url(images/bronze.gif) no-repeat;
}

#main #awards li a {
	display: inline;
	float: none;
	height: auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
	border-right: none;
}

/* Testimonials */

p.testimonial {
	color: #165f9a;
	font-style: italic;
	margin-top: -5px;
	font-size: 10px;
}

/* Jobs */

.job {
	background-color: #f5f5f5;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.job h2 {
	font-size: 12px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* Shop */

#main ul.shop {
	width: auto;
	font-size: 11px;
	background: none;
	margin-bottom: 13px;
	height: auto;
	list-style-type: none;
}

#main ul.shop li {
	display: block;
	line-height: 14px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0 3px;
	margin-left: 18px;
	padding-left: 14px;
	padding-bottom: 6px;
	padding-right: 30px;
}

#open {
	background-color: #f5f5f5;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 12px;
	padding-left: 16px;
	padding-bottom: 12px;
}

#open ul {
	height: auto;
	width: 200px;
	margin-left: 16px;
	background: none;
	margin-bottom: 0;
}

#open ul li {
	display: block;
	line-height: 14px;
}

#open h2 {
	font-size: 12px;
	padding-left: 16px;
	padding-bottom: 8px;
}

#open span {
	position: absolute;
	left: 510px;
	width: 100px;
}

/* Care */

.care {
	margin-top: 16px;
}

/* Contact */

#main .contact {
	position: absolute;
	float: left;
	display: inline;
	width: 215px;
	height: 348px;
	margin-top: 16px;
}

#main .contact ul {
	height: auto;
	width: 200px;
	margin-bottom: 14px;
	margin-left: 16px;
	background: none;
}

#main .contact ul li {
	display: block;
	line-height: 14px;
}

#main .contact ul li strong {
	position: absolute;
	left: 55px;
}

#main .contact p.email {
	margin-top: -16px;
	margin-bottom: 4px;
	margin-left: 16px;
	padding: 0;
}

#main .contact p.email a {
	position: absolute;
	left: 55px;
}

form {
	float: right;
	display: inline;
	width: 210px;
	height: 348px; 
	padding-left: 16px;
	padding-right: 16px;
	background: #dbdfe4 url(images/form.gif) repeat-x;
}

label {
	float: left;
	width: 200px;
	margin-top: 2px;
}

label.shunt {
	padding-top: 8px;
}

input, textarea {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
}

textarea {
	width: 185px;
	height: 50px;
	margin-bottom: 10px;
}

textarea, .textbox {
	border: 1px solid grey;
	padding: 2px 3px;
}

.form-field {
	margin-bottom: 1px;
}

#main form p {
	font-size: 10px;
	line-height: 12px;
	padding: 0;
	margin-bottom: 10px;
}

/* Top Banner - Portfolio */

#thumbs {
	width: 121px;
	height: 323px;
	position: absolute;
	top: 63px;
	left: 10px;
	background: url(images/thumb.gif) no-repeat;
}
#fullview {
	width: 658px;
	height: 323px;
	position: absolute;
	top: 63px;
	right: 10px;
	background: url(images/fullview.gif);
}
.fullview {
	width: 658px;
	height: 323px;
	position: absolute;
	top: 63px;
	right: 10px;
	background: url(images/fullview.gif);
}
.fullview object {
	margin-left: 6px;
	margin-top: 11px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   /* Safari 3.0 and Opera 9 rules here */
.fullview object {
	margin-left: 11px;
	margin-top: 11px;
}
}

.fullview img {
	margin-left: 11px;
	margin-top: 11px;
}
#fullview img {
	margin-left: 11px;
	margin-top: 11px;
}

#thumbs ul {
	margin-left: 12px;
	margin-top: 11px;
	list-style-type: none;
}

#thumbs li {
	display: inline;
	margin-right: -1px;
	padding-bottom: 2px;
}

#thumbs_pad {
	width: 121px;
	height: 323px;
	position: absolute;
	top: 63px;
	left: 10px;
	background: url(images/thumb.gif) no-repeat;
}

#thumbs_pad ul {
	margin-left: 12px;
	margin-top: 11px;
	list-style-type: none;
}

#thumbs_pad li {
	display: inline;
	height: 48px;
	width: 48px;
	overflow: hidden;
}

#thumbs_pad li img {
	padding-bottom: 0px;
}

/* Bottom Banner */

#bottombanner {
	width: 800px;
	height: 172px;
	background: url(images/bottombanner.gif) no-repeat;
}

#bottombanner ul {
	position: relative;
	margin-left: 130px;
	width: 606px;
	height: 23px;
	font-size: 11px;
	background: #818181;
}

#bottombanner li {
	width: 100px;
	display: inline;
	line-height: 23px; 
	list-style-type: none;
}

#bottombanner li a {
	display: block;
	float: left;
	width: 100px;
	height: 23px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	background: url(images/bottomnav.gif) repeat;
}

#bottombanner li a.last {
	margin-right: 0px;
}

#bottombanner li a:hover {
	background-position: 0px -23px;
}

#bottombanner li a:active, #bottombanner li.selected a {
	background-position: 0px -46px;
}

#bottombanner #content {
	position: absolute;
	width: 404px;
	height: 129px;
	margin-left: 15px;
	margin-top: 2px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}

#bottombanner #content p {
	color: #333;
	padding-bottom: 8px;
}

#bottombanner #content p a {
	color: #5d95f2;
	text-decoration: none;
}

#bottombanner #content p a:hover {
	text-decoration: underline;
}

#bottombanner img {
	position: absolute;
	right: 0px;
}

/* Bottom Banner - Portfolio */

body#portfolio #bottombanner {
	width: 800px;
	height: 172px;
	background: url(images/bottombannerportfolio.gif) no-repeat;
}
body#home #bottombanner {
	width: 800px;
	height: 172px;
	background-image: url(images/bottombannerhome.gif);
	background-repeat: no-repeat;
}

body#portfolio #bottombanner img {
	position: absolute;
	right: 0px;
}

/* Foot */

#bottombanner p#foot {
	position: relative;
	top: 152px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

p#foot .links {
	padding-left: 40px;
}

p#foot a {
	color: #fff;
	text-decoration: none;
}

p#foot a:hover {
	text-decoration: underline;
}#awards li.large {
	display: block;
	float: left;
	width: 101px;
	height: 100px;
	margin-right: 18px;
	margin-bottom: 30px;
	background-image: none;
}
#awards li.large span {
	color: #333;
	position: absolute;
	font-size: 11px;
	margin-top: 107px;
	margin-left: 0px;
	width: 101px;
	text-align: center;
	font-weight: bold;
}
.ftRight {
	float: right;
}
.pdR {
	padding-right: 20px;
}
.ftLeft {
	float: left;
}
#main span a {
	display: block;
	color: #5d95f2;
	text-decoration: none;
	text-align: center;
}
.scrollx {
	float: left;
	display:inline;
	width: 457px;
	height: 298px;
	background: white;
	overflow: hidden;
	overflow-y: auto;
}
#awards {
	clear: both;
	height: 273px;
	overflow-y: auto;
}

div.thankyou { clear: both; display: block; }