/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background:url(../images/pattern.gif);
	line-height:130%;
}
/*
ul 
{
	list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(../images/arrow.jpg) 0 50% no-repeat;
	padding-left:15px;
	position:relative;
}
*/


 
a {
	color:#85b102;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3 {
	font-size:22px;
	letter-spacing:-1px;
	color:#85b102;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-transform:lowercase;
}

h2 {
	font-size:18px;
	padding:5px 0 0;
}

h3 {
	font-size:14px;
	color:#333;
	padding:5px 0 0;
}



/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	/*background:url(../images/bk_mainwrapper.jpg) 0 0 repeat-x;*/
}

#wrapper {
	margin:0px auto;
	margin:0 0 60 0;
	width:920px;
	background-color:#eee;
}

#footer {
	height:80px;
	/*background:#fff url(../images/bk_footer.jpg) 0 0 repeat-x;*/
	margin-top:0px;
	border-bottom:1px solid #E5E5E5;
}


.innerFooter 
{
	width:900px;
	margin: auto 0;
	background:url(../images/footer_grey_mark.jpg) 100% 50% no-repeat;
	background-position:left;
	height:40px;
	padding-top:10px;
	line-height:15px;
	padding-right:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
}
.smallText a
{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
.smallText a:hover
{
	color:#666;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:52px;
	left:10px;
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/logo.png) 0 0 no-repeat;
	width:150px;
	height:122px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topheadline {
	position:absolute;
	top:77px;
	left:240px;
	background:url(../images/top_headline.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#pocketPt{
	background:url(../images/ptlogo.png) 0 0 no-repeat;
	width:100px;
	height:160px;
	position:absolute;
	top:45px;
	left:750px;
}



/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}
/*.imgborder{
	background:#fff;
	padding:6px;
	border:none;
	margin-right:10px;
	margin-top:10px;
}*/
#colLeft {
	float:left;
	width:580px;
	padding-right:20px;
	background:url(../images/bk_vertline.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:10px;
}

#colRight {
	float:left;
	width:270px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}

.portfolioItem {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	padding:15px 0;
	position:relative;
	
}

.portfolioItem img {
	float:left;
	/*background:#fff;
	padding:6px;
	border:none;
	width:150px;
	height:150px;*/
}

.portfolioItem .itemDetails {
	float:left;
	width:404px;
	padding-left:10px;
}
.portfolioItem .itemDetailsTherapists {
	float:left;
	width:619px;
	padding-left:10px;
}

.portfolioItem .title {
	font-size:16px;
	font-weight:bold;
	color:#85b102;
}

.portfolioItem .ribbonType {
	position:absolute;
	top:14px;
	left:223px;
	width:45px;
	height:43px;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 900px;
	height: 315px;
	margin-top:20px;
	left: 0px;
	top: -12px;


}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(../images/bk_featured.png) 0 0 no-repeat;
	float: left;
	overflow: hidden;
	margin:2px;
	width: 900px;
	height:310px;
	position:relative;
	top: 0px;

}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:14px;
	right:14px;
	left: 290px;
	width: 593px;
	height: 279px;



}

.web {
	background:url(../images/ribbon_web.png) 0 0 no-repeat;
}

.logo {
	background:url(../images/ribbon_logo.png) 0 0 no-repeat;
}

.print {
	background:url(../images/ribbon_print.png) 0 0 no-repeat;
}




/* FORMS
-------------------------------------------------*/
form label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form textarea {
	width:500px;
}

form input.submit {
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bk_submit.jpg) 0 0 no-repeat;
}


/* 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;
}

/* Dasboard
---------------------------------------------------*/

#dashboard
{
	list-style: none;
}

a#dashboard_1 { background-image:url(../images/dashboard_1_off.jpg); height: 75px; width:250px; display:block;}
a#dashboard_1:hover { background-image:url(../images/dashboard_1_on.jpg);}

a#dashboard_2 { background-image:url(../images/dashboard_2_off.jpg); height: 75px; width:250px; display:block;}
a#dashboard_2:hover { background-image:url(../images/dashboard_2_on.jpg);}

a#dashboard_3 { background-image:url(../images/dashboard_3_off.jpg); height: 75px; width:250px; display:block;}
a#dashboard_3:hover { background-image:url(../images/dashboard_3_on.jpg);}

.w3c 
{
	width:930px;
	height:15px;
	padding-top:5px;
	line-height:10px;
	padding-right:5px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	text-align:right;
}

.quote
{
    font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-style:italic;
	padding-top:10px;
}
.itemDetails p
{
    padding-bottom:8px;
}
