body {
	background-color: #ECECEC;
	background-image: url('../images/headerBG.gif');
	background-repeat: repeat-x;
/*	background-position-top: -10px;*/
}

a {
	color: #cc0000;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

#grid {
	height: 1000px;
}
#header {
	height:118px;
}
h1#logo {
	background-image: url('../images/sccFireCrackerLogo.jpg');
	width: 499px;
	height: 103px;
	margin-left: -11px;
	display:block;
	float:left;
}

h1#logo span {
	display: none;
}
/*span.tagline {
	margin-top:78px;
	font-family: inherit;
	font-family: "Gill Sans", Arial, Verdana, Sans-Serif;
	font-size: 13px;
	color: #7f7f7f;
	padding:0px;
	float:right;
	padding: 0 5px 0 0;
}
tagline was taken out on 1/18/10 and added to image
*/
#think_again, 
#news, 
#work, 
#clients,
#facebook,
#scc_radio,
#the_bar,
#scc_tweets,
#people,
#case_studies {
	background-color: #eee;
}

#think_again {
	height: 125px;
	margin-bottom: 5px;
}

#news {
	height: 370px;
}

#work, #clients, #news {
	margin-bottom: 5px;
}

#facebook,
#scc_radio,
#the_bar,
#scc_tweets,
#people,
#case_studies {
	height: 125px;
}



/*  Text
---------------------------------*/
h4 {
	font-family: "Gill Sans", Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #7f7f7f;
}

/* Navigation
--------------------------------*/
.navBar {
	height: 27px;
	background-image: url('../images/navLeft.gif');
	background-repeat: no-repeat;
	/*padding: 5px 0 0 0;*/
	margin: auto;
	text-align: center;
	color: #cccccc;
	font-family: "Gill Sans", Arial, Verdana, Sans-Serif;
	font-size: 12px;
	
}

.navBar li{
	position: relative;
	top: 6px;
	display: block;
	height: 15px;
	float: left;
	border-right: 1px solid #f02037;
}

.navBar li a {
	padding: 0 21px 0 21px;
	color: #7f7f7f;
	text-decoration: none;
/*	border-position: -1px;*/
	border-bottom: none;
	display: block;
	height: 15px;
	position: relative;
	top: -2px;
}

.navBar li.last {
	border: none;
}

#navBar {
	background-image: url('../images/navRight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 7px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* SCC Business Units
--------------------------------*/

.sccUnits {
	position: relative;
	top: 71px;
/*	right: 0px;
	text-align: right;*/
	width: 400px;
	height: 27px;
	color: #cccccc;
	font-family: "Gill Sans", Arial, Verdana, Sans-Serif;
	font-size: 14px;
	margin: 0 !important;
	
}

.sccUnits li {
	text-align: right;
	position: relative;
	top: 6px;
	display: block;
	height: 14px;
	float: left;	
}

.sccUnits li a {
	padding: 0 10px 0 10px;
	color: #7f7f7f;
	text-decoration: none;
	border-right: 1px solid #f02037;
/*	border-position: -1px;*/
	border-bottom: none;
	display: block;
	height: 18px;	
}

.sccUnits li.last a {
	border: none;
	padding: 0 0 0 10px;
}

/* Clients Page 
-------------------------------*/
#clients {
	background-color: white;
}
.client_wrapper {
	width: 152px;
	height: 108px;
	float: left;
	overflow: hidden;
	background-position: bottom center;
}
.client_wrapper.hover {
	background-position: bottom center;
	cursor: pointer;
}

.client_wrapper.click {
	background-position: bottom center !important;
	cursor: auto;
}

.client_wrapper .client_description {
	display: none;
	margin-left: -35px;
	margin-top: 100px;
	width: 226px;
	position: absolute;
	color: black;
	background-image: url('../images/clients_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
/*	opacity: 0.5;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;*/
}

.backdrop {
	margin-left: 5px;
	margin-top: 5px;
	background-color: rgba(100, 100, 100, .5);
	width: 226px;
	height: 200px;
}

.client_description .inner_wrapper {
	z-index: 50;
	background-image: url('../images/clients_slice.gif');
	background-repeat: repeat-y;
	margin-top: 6px;
}

.client_description h6 {
	margin-left: 10px;
	font-family: "Gill Sans", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#b0001e;
}
.client_description div.cli_des {
	margin: 0 10px 0 10px;
	font-family: "Gill Sans", Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #8f8f8f;
}
.sample {
	width: 188px;
	margin: 10px auto 0 auto;
	
	background: url(../img/shadow1.gif) no-repeat bottom right
}
.sample div {
	
}
.client_description .bottom {
	background-image: url('../images/clients_btm.gif');
	background-repeat: no-repeat;
	height: 6px;
}

/* News Page 
-------------------------------*/

.news_archive_search {
	text-align: center;
	margin-left: 640px;
}
p.time {
	font-size: 10px;
	margin-bottom: 5px;
	color: #aaa;
}
.news_wrapper .expand, .news_wrapper .collapse {
	cursor: pointer;
}

.news_item_full {
	margin: 0 0 1.5em;
	border-bottom: solid 1px #ececec;
}

.news_item_full h6 a {
	text-decoration: none;
	font-family: "Gill Sans",Arial,Verdana,Sans-Serif;
	font-size: 16px;
	font-weight: normal;
}
.news_item_full .content, .news_item_full .description {
	font-family: Arial, Verdana, Sans-Serif;
}
.news_item_full .content .right {
	text-align: right;
}
.news_item_full .time {
	margin: 0;
	padding: 0;
}
.news_item_full .content {
	display: none;
}
.news_item_full .partwidth {
	padding-left: 170px;
}
.news_item_full .news_thumb {
	padding-top: 8px;
}

/* Footer
-------------------------------*/
div#footer {
	height:20px;
	text-align: center;
	margin:12px 0 0 0;
	
}
#footer_ul ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer_ul li {
	display: inline;
	height: 17px;
	border-right: 1px solid #f02037;
	font-family: "Gill Sans", Arial, Verdana, Sans-Serif;
}
#footer_ul li a {
	padding: 0 22px 0 22px;
	color: #7f7f7f;
	text-decoration: none;
	border-bottom: none;
	text-align: center;
}
#footer_ul li span.text {
	position: relative;
}
#footer_ul li.copyright {
	padding: 0 20px 0 0;
	color: #7F7F7F;
}
#footer_ul li.last {
	border-right:none;
}
#footer_ul li a img {
	position: relative;
	top:1px;
	padding: 0 5px 0 0;

}
.news_item_full .content{
	display: none;
}

/* Blogs Page
---------------------------------*/
div.blog {
	text-align: left;
	margin-left: 70px;
}
