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


.orange{
	color:#ff9900;
}

.medium-blue{
	color:#006699;
}
	
.light-blue{
	color:#6699cc;
}


.html{
	margin:0px;
	padding:0px;
	
}
html{
	padding:0px;
	margin:0px;
	background:#000;
}

body{
	margin:0px;
	padding:0px;
	background:url(../images/tile-bg-center.png) center  no-repeat;	
	font:1em Arial, Helvetica, sans-serif;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.header-logo{
	float:left;
	margin:0px;
	padding:0px;
	
}

.blue-background{
	background:#006699;
}


.body-container{
	width:960px;
	margin:0px auto;
	
}

.header{
	margin:0px;
	padding:0px;
	width:100%;
	height:200px;
	background:url(../images/bg-tile-blk.jpg) 0px 42px repeat-x;
	
}

.header-container{
	width:960px;
	margin:0px auto;
	text-align:right;
}
	

.header-copy-right{
	float:right;
	position:relative;
	top:100px;
		
	color:#fff;
	text-align:right;
}

#slideshow{
	padding:60px 0px;
	
}

.clearfix{
	clear:both;
	height:20px;
}

.home-photos{
	width:960px;
	background:url(../images/photos-shadow.png) center no-repeat;
	margin:20px auto;
	text-align:center;
}

.photos{
	margin-top:25px;
}

.content-container{
	width:960px;
	margin:20px auto;
}

.left{
	float:left;
}


#pull-quote{
	font:2em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	width:960px;
	text-align:center;
	margin:80px auto;
	
}

.home-left{
	margin-bottom:50px;
	margin:10px;
	width:540px;
	padding:10px;
	float:left;
	color:#fff;
	
}

.home-right{
	margin-bottom:50px;
	margin:10px;
	width:340px;
	padding:10px;
	float:left;	
	color:#fff;
	
}

.thank-you{
width:960px;
height:500px;

margin:0px auto;
text-align:center;
color:#fff;

}

form{
	border:0px;
	margin-left:15px;
}

input,textarea{
	background:#143b4f;
	border:1px solid #000;
	margin:5px 0px;
	padding:2px;
font:.8em arial;
color:#fff;
overflow:hidden;
	
}

.checkbox{
	border:0px;
	margin-right:5px;
}

#submit-button{
	float:right;
	margin-right:20px;
	background:#ff9900;
	color:#000;
	font:.6em arial;
	font-weight:bold;
}

.mailing-list-text{
	font:.8em Arial, Helvetica, sans-serif;
}

.mailing-list{
	float:left;
	width:200px;
}

.small-link{
	font:.8em Arial, Helvetica, sans-serif;
	color:#6699cc;
	text-decoration:none;
}