/* default.css */

body	{
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	background-image: url(../images/bg-grey-paper.gif);
}
p	{
	margin: 2em 0em 1em 0em;
}
h1	{
	font-size:28px;
	font-weight:bold;
	color:#333;
	margin-bottom:1em;
	margin-top:1em;
	line-height:normal;
}
#intro h1 {
	margin-top:0;
}
h2	{
	color: #336666;
	font-weight: normal;
	font-size: 21px;
	margin-bottom:1em;
	margin-top:1em;
	line-height: normal;
}
h3	{
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin-bottom:-1em;
}
.quadBucket h3 {
	font-weight:normal;
	margin-bottom:.5em;
}
h3 a:link, h3 a:visited	{
	color:#600;
	text-decoration:none;
}
h3 a:hover, h3 a:active	{
	color:#c60;
	text-decoration:underline;
}
h4	{
	color: #336666;
	font-size: 16px;
	margin-bottom: .4em;
}
h5	{
	color: #336666;
	font-size: 14px;
	margin-bottom: .4em;
}
a	{
	color: #336666;
}
a:link 	{
	/*color: #336666;*/
	color: #339999;
}
a:visited	{
	color: #669999;
}
a:hover, a:active	{
	color: #339999;
	color: #66CCCC;
}

#container	{
	background-color:#fff;
}

#printBanner 	{
	display:none;
	visibility:hidden;
}
#banner	{
	background-image: url(../images/ccg-banner-wide.gif);
	background-repeat: no-repeat;
	height: 160px;
}
#clients-banner	{
	background-image: url(../images/clients-banner.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#topNav	{
	position:relative;
	z-index:1;
}

#col1home {
}
#col2home {
}
#col3home	{
	background-color:#ffd258;	
}

#col1g{}
#col1 {
}
#col2g {}
#col2 {}
#col2 ul {
	list-style-type:disc;
	margin-top:1em;
}
#col2 li {
	margin-bottom:1em;
	margin-left:2em;
}
#col3g{}
#col3 {
	/*background-color:#336666;	*/
}

#leftNav	{
	margin-top:-5px;
	color: #fff;
	font-weight: bold;
}
#leftNav h3	{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .10em;
	color: #ccc;
	background-color: #222;
	display: block;
	position: relative;
	right: 0px;
	padding:8px 5px 8px 10px;
}
#leftNav a	{
	font-size:14px;
	display: block;
	color: #FFFFFF;
	padding: 8px 15px 8px 18px;
	font-weight: normal;
	text-decoration: none;
	background-color: #698A7C;
	line-height:1em;
}
#leftNav a:hover	{
	background-color: #ddd;
	color: #600;
}

#leftNav li {
	line-height: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #346667;
}

#leftNav ul	{
	list-style-type: none;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #346667;
}
#leftNav ul ul	{
	list-style-type: none;
}
#leftNav ul ul ul	{
	list-style-type: none;
}

#footer	{	
	padding:15px 10px 10px 10px;
	background-color: #000;
	font-size: 10px;
	line-height: 18px;
	color: #999;
	text-align: center;
	background-image: url(../images/footer-background-top.gif);
	background-repeat: repeat-x;
}
#footer p	{
	margin-bottom:2em;	
}

.imageLeft	{
	margin-right: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
.imageRight	{
	margin-left: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
.leadLine	{
	color:#336666;
	font-weight:bold;
}
.blueBold	{
	color:#366;
	font-weight:bold;
}
.servicesImage	{
	float:left;
	margin-right:1em;
	padding:3px;
	border:1px #ccc solid;
}
.newServicesImage {
	width:150px;
	float:left;
	margin-right:10px;
}
a.flippy	{
	text-decoration:underline;
	font-size:14px;
	color:#600;
}
p.flippy	{
	margin:0px;
	margin-bottom:1em;
}
.flippySection	{
	/*border:1px solid #eee;*/
	padding:10px;
}
.slider	{
	background-color:#eee;
	margin-left:50px;
	margin-top:5px;
	margin-bottom:20px;
	padding:15px 25px 15px 25px;
	font-size:11px;
	line-height:1.5em;
}
.mediaSlider	{
	padding-bottom:35px;
	margin-left:20px;
}

#ratepointSidebar a	{
	color: #FFF;
	font-size:12px;
}
#ratepointSidebar a:hover, #ratepointSidebar a:active	{
	color: #399;
}
#shareBox {
	border:1px #ccc solid;
	padding:15px;
	float:right;
}
.quadBucket ul {
	margin-left:30px;
	list-style-type: disc;
}
#quadTL{
	float:left;
	width:350px;
	height:200px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-left:25px;
}
#quadTR{
	float:left;
	width:350px;
	height:200px;
	border-bottom:1px solid #ccc;
	padding-left:40px;
}
#quadBL{
	float:left;
	width:350px;
	height:185px;	
	border-right:1px solid #ccc;
	padding-top:15px;
	padding-left:25px;
}
#quadBR{
	float:left;
	width:350px;
	height:185px;
	padding-left:40px;
	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;
}
#intro{
	height:275px;
	background-color:#eee;
}
#intro h1 {
	padding-top:25px;
	font-size:26px;
}
#intro p	{
	margin-top:-5px;
	margin-right:25px;
	font-size:16px;
	line-height:1.5em;
}
.homePhoto	{
	float:left;
	margin:25px 25px 25px 25px;
}
.nativeAmerican	{
	display: block;
	background-color:#346667;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
#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;
}
#subFooter {
	padding-left:35px;
	background-color:#eee;
	height:90px;
	clear:both;
	padding-top:10px;
}
#newsletterSignupBox {
	border:1px solid #ccc;
	padding:10px;
	background-color:#ffd258;
}
#zingBox {
	
	border:1px solid #ccc;
	padding:10px;
	background-color:#efefef;
}
#zingBox p {
	margin-top:1em;
}
#homeNewsletterSignupBox {
	padding:10px;
	border:1px solid #fff;
}
.homeAnnouncementBox {
	padding:10px 10px 0px 10px;
	border:1px solid #fff;
}
#signUpText {
	color:#600;
}
#shareBox3 {
	padding:15px;
	float:right;
	text-align:right;
	/*background-color:#ffd258;*/
}
#ratepointSurvey {}
#podcastsAd {}

.tableStyle1 {
	width:100%;
	border:none;
}
.tableStyle1 td {
	border:1px solid #ccc;
	padding:5px;
}
.tableStyle1 td.tableHeading, .tableStyle1 tr.tableHeading {
	background-color:#333;
	color:#eee;
}
.paddedColumn {
	margin-left:50px;
	margin-right:50px;
}
#acfSubject {
	display:none;
	visibility:hidden;
}
#articleFormBox {
	margin:25px 0;
	padding:10px;
	border:1px solid #ccc;
	background-color:#efefef;
}
.formErrorLabel {
	padding:5px;
	background-color:#600;
	color:#fff;
}
input, textarea {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#logoutButton {
	float:right;
	background-color:#366;
	padding:5px 10px;
}
#logoutButton a {
	color:#eee;	
	text-decoration:none;
}
#logoutButton a:hover,#logoutButton a:active {
	color:#fff;
}
#searchBox {}
