﻿/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9A9A9A;
	margin:0;
	padding:0;
	background:#000 url(Images/bk_body.jpg) 50% 0 no-repeat;
	line-height:125%;
}
ul { list-style: none;
	margin-bottom:5px;
 }
 ul li {
	padding:5px 0;
	background:url(Images/arrow.png) 0 6px no-repeat;
	padding-left:15px;
	position:relative;
}
a {
	color:#4AAACA;
	text-decoration:none;
}

a:hover {
	color:#4AAACA;
	text-decoration:underline;
}
h1 {
	font-size:26px;
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	color:#6CB200;
	padding:5px 0 15px;
	margin-bottom:15px;
	text-transform:capitalize;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#eee;
	padding:10px 0;
}


h3 {
	font-size:16px;
	font-weight:bold;
	color:#eee;
	padding:10px 0;
}
#bottomBox1 h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#bottomBox2 h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#bottomBox3 h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#colRight h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#colRight1 h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#colRight1 .details {
	float:left;
	width:180px;
	font-size:11px;
}

#colRight1 .details strong {
	color:#fff;
	font-size:12px;
}

#colRight2 h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#colRight2 .details {
	float:left;
	width:180px;
	font-size:11px;
}

#colRight2 .details strong {
	color:#fff;
	font-size:12px;
}
#colRight3 h2 {
	background:url(Images/bk_dotted_horiz.gif) 0 100% repeat-x;
	padding:0;
	padding-bottom:15px;
	margin-bottom:5px;
}
#colRight3 .details {
	float:left;
	width:180px;
	font-size:11px;
}

#colRight3 .details strong {
	color:#fff;
	font-size:12px;
}
 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(Images/bk_mainwrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:960px;
}

#header {
	height:140px;
	position:relative;
	background:url(Images/bk_header.jpg) 100% 0 no-repeat;
}
#footer {
	height:80px;
	background:url(Images/bk_footer.jpg) 0 0 no-repeat;
	padding:25px 10px 10px 15px;
	margin-left:10px;
	margin-top:10px;
	color:#666;
}

*html #footer {
	margin-top:0;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo 
{
	position:absolute;
	top:78px;
	left:10px;
	
}

#logo h1 {
	padding:0;
	background:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(Images/rStringsLOGO.png) 0 0 no-repeat;
	width:209px;
	height:45px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topMenu {
	position:absolute;
	top:0;
	left:11px;
}

#topMenu li {
	float:left;
	background:none;
	padding:0;
}

#topMenu li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	display:block;
	height:37px;
	width:86px;
	padding-top:10px;
	
}

#topMenu li a:hover {
	background:url(Images/bk_toplinks.jpg) 0 0 no-repeat;
}

#topMenu li.selected a{
	font-weight:bold;
	background:url(Images/bk_toplinks.jpg) 0 0 no-repeat;
}
#header #comein {
	position:absolute;
	height:65px;
	top:67px;
	right:0;
	background:url(Images/come_in.gif) 100% 0 no-repeat;
	padding-right:95px;
	padding-top:25px;
	width:350px;
	text-align:right;
	font-size:14px;
	
}
/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
/* CONTENT STUFF 
--------------------------------------------*/
#content p {
	margin:0.8em 0;
}
#content1 p {
	margin:0.8em 0;
}
p.line {
	background:url(Images/bk_dashed_horiz.gif) 0 100% repeat-x;
	display:block;
	padding:0 0 10px;
	margin:0;
}
#bottomBox {
	margin-top:20px;
	padding:0 8px;
	float:left;
}
#bottomBox #innerBoxLeft{
	float:left;
	padding:0;
	padding-left:20px;
	width:250px;
	position:relative;
}
#bottomBox #innerBoxMiddle{
	float:left;
	padding:0;
	padding-left:20px;
	width:250px;
	position:relative;
}
#bottomBox #innerBoxRight{
	float:left;
	padding:0;
	padding-left:20px;
	width:250px;
	position:relative;
}
/* blog */

.blogItem {
	background:url(images/bk_dashed_horiz.gif) 0 100% repeat-x;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-top:15px;
}

.blogItem .title{
	padding:5px 0 10px 42px;
	background:url(images/bk_dashed_horiz.gif) 0 100% repeat-x;
	margin-bottom:5px;
	position:relative;
}

.blogItem .title .date {
	width:55px;
	height:31px;
	position:absolute;
	top:0;
	left:-22px;
	background:url(images/bk_blog_date.gif) 0 0 no-repeat;
	text-align:center;
	color:#fff;
	padding-top:5px;
	font-weight:bold;
}	

*html .blogItem .title .date {
	left:-64px;
}

.blogItem .title h2 {
	padding:0;
	font-weight:bold;
	color:#4AAACA;
	padding-bottom:8px;
	font-size:20px;
}

.blogItem .title .meta {
	font-size:10px;
	line-height:110%;
}
/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 650px; /*Width of Carousel Viewer itself*/
	height: 373px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: visible; /*clip content that go outside dimensions of holding panel DIV*/
	margin:0;
	width: 650px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:373px;
	position:relative;
	clear:both;
}

.stepcarousel .panel a img {
	border:none;
}

.stepcarousel .panel .projectDetails {
	position:absolute;
	bottom:30px;
	left:0;
	padding:12px 40px;
	background:url(Images/bk_pixel_details.png);
	color:#ccc;
	line-height:140%;
	width:100%;
}

.stepcarousel .panel .projectDetails strong {
	font-size:16px;
	color:#6CB200;
}

#content .stepcarousel .panel .projectDetails p {
	margin:0;
	padding:0;
}

*html .stepcarousel .panel .projectDetails {
	left:-12px;
}
