/* home.css */

body	{
	font-size: 12px;
}
h1,h2,h3,h4,p,ul,li	{
	margin:0;
	padding:0px;
}
li	{
	margin-left:25px;
}
/* fix for affiliates homepage nav */
#mainNav li	{
	margin:0;	
}
h1	{
	padding-top:25px;
	font-size:24px;
	color:#333;
	font-weight:normal;
}
h2	{
	font-size:18px;
	color: #c60;
	font-weight:bold;
}
h3	{
	margin-bottom:10px;
	font-size:21px;
	font-weight:normal;
}
h3 a:link, h3 a:visited	{
	color:#600;
	text-decoration:none;
}
h3 a:hover, h3 a:active	{
	color:#c60;
	text-decoration:underline;
}
p	{
	margin-top:1.5em;	
}
#container	{
	background-image: none;
}
#banner	{
	background-image: url(../images/banner-home.jpg);
	background-repeat: no-repeat;
	height: 145px;
}
#intro{
	width:100%;
	height:210px;
	background-color:#eee;
}
#intro p	{
	margin-right:25px;	
}

.homePhoto	{
	float:left;
	margin:25px 25px 25px 25px;
}
.nativeAmerican	{
	display: block;
	background-color:#346667;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
.inTheNews	{
	font-size: 14px;
}
#marquee	{
	background-color:#600;
}
#marquee a	{
	color:#ccc;
	letter-spacing:.10em;
	text-decoration:none;
}
#marquee a:hover, #marquee a:active	{
	color:#FFF;
	text-decoration:underline;
}
#quadContainer	{
	clear:all;
	padding-left:35px;
}
#quadTL{
	float:left;
	width:350px;
	height:200px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#quadTR{
	float:left;
	width:350px;
	height:200px;
	border-bottom:1px solid #ccc;
	padding-left:25px;
}
#quadBL{
	float:left;
	clear:all;
	width:350px;
	height:185px;	
	border-right:1px solid #ccc;
	padding-top:15px;
}
#quadBR{
	float:left;
	width:350px;
	height:185px;
	padding-left:25px;
	padding-top:15px;
}
.quadPhoto {
	float:left;	
}
.quadPhoto img	{
	border:2px solid #F90;
}
.quadText p	{
	float:left;
	margin:0;
	margin-left:20px;
}
.quadText ul	{
	float:left;	
}
.quadText a, .quadText a:link, .quadText a:visited	{
	color:#666;
	text-decoration:none;
}                        
.quadText a:hover, .quadText a:active	{
	color: #66CCCC;
	text-decoration:underline;
}
#ourServices	{
  margin-bottom:0px;
	margin-top:10px;  
}
#ourServices h2	{
	color:#333;
	padding-left:10px;
	font-size:20px;
}
#ourServices h2 a	{
	text-decoration:none;
	color:#333;
}
#ourServices h2 a:hover, #ourServices h2 a:active	{
	text-decoration:underline;
	color:#c60;
}