/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
	margin:0;
	padding:0;
	line-height:130%;
	background:#fff url(../images/bk_body.gif);
}

ul { 
	list-style: none;
	 margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(../images/arrow.jpg) 0 10px no-repeat ;
	padding-left:15px;
	position:relative;
}

ol { margin-left:20px; }	

a:focus { -moz-outline-style: none; }

a { color:#659e28; }

a:hover { text-decoration: none; }

h1, h2, h3 {
	font-size:22px;
	letter-spacing:0px;
	color:#247d9f;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 5px;
}

h2 {
	font-size:18px;
	padding:5px 0 0;
}

h3 {
	font-size:14px;
	color:#333;
	padding:5px 0 0;
}

.green { color:#659e28; }
.blue { color:#247d9f; }


/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(../images/bk_mainwrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	height:200px;
	position:relative;
	background:url(../images/bk_header2.jpg) 100% 0 no-repeat;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:80px;
	background:#fff url(../images/bk_footer.jpg) 0 0 repeat-x;
	margin-top:10px;
	border-bottom:1px solid #E5E5E5;
}


#innerFooter {
	width:890px;
	margin:0 auto;
	background:url(../images/footer_grey_mark2.gif) 100% 50% no-repeat;
	height:40px;
	padding-top:20px;
	line-height:25px;
	padding-left:10px;
	color:#999999;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:25px;
	left:-40px;
	
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/logo.jpg) 0 0 no-repeat;
	width:480px;
	height:100px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topheadline {
	position:absolute;
	top:48px;
	right:10px;
	color:#b6bcc0;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	line-height:13px;	
	width:150px;
	height:73px;
	text-align:right;
}

#topheadline a {
	color:#b6bcc0;
	text-decoration:none;
}

#topheadline a:hover {
	color:#8e9396;
	text-decoration:underline;	
}

#topMenu {
	position:absolute;
	top:137px;
	left:-23px;
	height:29px;
	padding-top:10px;
	padding-left:20px;
	width:940px;
	background:url(../images/menu_bk.jpg) 0 0 no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topMenu li {
	float:left;
	padding:0 15px;
	background:none;
}

#topMenu li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow: 1px 1px 3px #0a2b48;
}

#topMenu li a:hover {
	color:#8bbd0a;
}

#topMenu li.selected a{
	color:#8bbd0a;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}

#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:268px;
	margin-left:20px;
	margin-top:15px;	
}
#colRight p{
	padding:0 8px 0 0px;
	}
#colRight p.line {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

.line2 {
	background:url(../images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding-top:10px;
	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;
}

.portfolioItem .itemDetails {
	float:left;
	width:300px;
	padding-left:10px;
}

.portfolioItem .title {
	font-size:16px;
	font-weight:bold;
	color:#36A1C8;
}

.portfolioItem .ribbonType {
	position:absolute;
	top:14px;
	left:223px;
	width:45px;
	height:43px;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/
	margin-top:-15px;
}

.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; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:310px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.projectDetails a {
	text-transform:uppercase;
	color:#247d9e;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.projectDetails a:hover {
	color:#659e28;
}
	
.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:14px;
	right:14px;
}

.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:5px 0 0 2px;
	font-weight:normal;
}

form input, form textarea {
	border:1px solid #D2D2D2;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

.fl {float:left;}
.flpad {float:left; padding-left:20px;}
.cl {clear:left;}	

form textarea {
	width:570px;
}
option {
	padding-left:10px;
}	

form input.submit {
	border:none;
	width:153px;
	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;
}
legend {
	color:#333;
	padding:0 10px 0 5px;
	font-weight:bold;
}
fieldset {
	border: 1px solid #D2D2D2;
	padding:10px;
	margin-bottom:15px;
}


/* 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;
}

