body{
	margin:0;
	padding:0;
	background:#fff url(images/bg.png) repeat-x;
	font-family:Century Gothic;
	font-size:13px;
	color:#333;
}
a:link {
	color: #000; 
	text-decoration:none;
}
a:visited {
	color: #000; 
	text-decoration:none;
}
a:focus {
	color: #000; 
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
.warning{
	color:#F00;
	font-style:italic;
	font-size:10px;
}
.field{
	font-size:11px;
	color:#525744;
}
.container{
	width:960px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	min-height:500px;
}
.header{
	width:960px;
	height:355px;
	display:block;
	overflow:hidden;
	background:url(images/header_bg.png) top left repeat-x;
}
.header-top{
	height:83px;
	width:960px;
	display:block;
	overflow:hidden;
	background:url(images/nav_bg.png) top left no-repeat;
}
a.nav{
	color:#fff;
}
.nav{
	color:#fff;
	font-size:15px;
	text-align:center;
	line-height:18px;
	margin:0px;
	padding:0px;
	list-style:none;
}
.nav-web{	
	float:right;
	width:147px;
	height:76px;
	background:url(images/nav-web.png) no-repeat;
	padding-top:38px;	
}
a.nav-web:hover{
	color:#C5B8A8;
}
.nav-graphic{
	float:right;
	width:147px;
	height:76px;
	background:url(images/nav-graphic.png) no-repeat;
	padding-top:38px;
}
a.nav-graphic:hover{
	color:#C5B8A8;
}
.nav-social{
	float:right;
	width:147px;
	height:76px;
	background:url(images/nav-social.png) no-repeat;
	padding-top:38px;
}
a.nav-social:hover{
	color:#C5B8A8;
}
.nav-hosting{
	float:right;
	width:147px;
	height:76px;
	background:url(images/nav-hosting.png) no-repeat;
	padding-top:38px;
}
a.nav-hosting:hover{
	color:#C5B8A8;
}
.nav-photo{
	float:right;
	width:147px;
	height:76px;
	background:url(images/nav-photo.png) no-repeat;
	padding-top:38px;
}
a.nav-photo:hover{
	color:#C5B8A8;
}
.header-mid{						
	clear:both;
	width:960px;
	background:url(images/mid_header_bg.png);
	background-repeat:no-repeat;
}	
.logo{
	float:left;
	width:415px;
}
.slider{
	float:right;
	width:545px;
	padding-top:10px;
}
.content{
	width:960px;
	min-height:530px;
	display:block;
	position:relative;
	padding-bottom:10px;
	padding-top:10px;
}
.content-center{
	width:946px;
	display:block;
	overflow:hidden;
	margin-left:-16px;
	text-align:justify;
}
.content-center-text{
	width:300px;
	display:block;
	overflow:hidden;	
	text-align:justify;
	padding-left: 300px;
}
.fbphoto{
	padding: 10px; 
	width: 150px; 
	height: 150px; 
	float: left;
	background-color:#333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	margin:10px;
	position:relative;
}
.teamButton{
	width:200px;
	height:30px;
	margin:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color: #2C9300;
	color:#fff;
	font-size:16px;
	text-align:center;
	text-shadow: black 0.1em 0.1em 0.2em;
	margin-top:10px;
	padding-top:5px;
}
a.teamButton:link{
	color:#fff;
}
a.teamButton:visited{
	color:#fff;
}
a.teamButton:active{
	color:#fff;
}
a.teamButton:hover{
	color:#fff;
}
.becca{
	background-image:url(layout_images/becca.png);
	height:353px;
	padding-top: 50px;
	background-repeat:no-repeat;
}
.dan{
	background-image:url(layout_images/dan.png);
	height:334px;	
}
.sierra{
	background-image:url(layout_images/sierra.png);
	height:367px;	
}
.matt{
	background-image:url(layout_images/matt.png);
	height:335px;
}
.tim{
	background-image:url(layout_images/tim.png);
	height:394px;	
}
.ben{
	background-image:url(layout_images/ben.png);
	height:360px;	
}
.staney{	
	text-align:right;
	font-size:10px;
}
a:staney{
	color:#000;
}
.content-header{
	font-family:Century Gothic, "Calibri", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-bottom:5px;
	border-bottom:3px solid #CCC;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}
.content-header-small{
	font-family:Century Gothic, "Calibri", Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	overflow:hidden;
	width:300px;
	margin-top: -20px;
	font-style:italic;
}
.content-title{
			width:100%;
			padding-bottom:10px;
			border-bottom:1px solid #001a2b;
			display:block;
			overflow:hidden;
			margin-bottom:20px;
}
.sil{
	background-repeat:no-repeat;
	background-image:url(images/sils/right.png);
	background-position:bottom right;
	position:absolute;
	left:50px;
	top:50px;
	z-index:1;
}
img-sil{
position:fixed;
right:0px;
bottom:0px;
z-index:1;
}
.footer{
	height:130px;
	display:block;
	overflow:hidden;
	font-size:14px;
	color: #FFF;
	text-align:center;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.footer-text{
	width:960px;
	margin:auto;
}