/* 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/bk_body.jpg);
	line-height:130%;
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(images/arrow.jpg) 0 8px no-repeat;
	padding-left:15px;
	position:relative;
}


a {
	color:#C9252B;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #666;
}

h1, h2, h3 {
	font-size:18px;
	color:#C9252B;
	font-weight:normal;
}

h1 {
	font-size:19px;
	line-height: 26px;
}
h2 {
	font-size:16px;
	line-height: 22px;
}



h3 {
	font-size:16px;
	line-height: 22px;
	color:#666;
}



/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url(images/bk_mainwrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	height:150px;
	position:relative;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:300px;
	background:#fff url(images/bk_footer.jpg) 0 0 repeat-x;
	margin-top:0px;
	border-bottom:1px solid #E5E5E5;
}


#innerFooter {
	width:890px;
	margin:0 auto;
	background:url(images/footer_grey_mark.jpg) 100% 50% no-repeat;
	height:40px;
	padding-top:20px;
	line-height:25px;
	padding-left:10px;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:49px;
	left:-1px;
	width: 373px;
	height: 80px;
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(images/logo.png) 0 0 no-repeat;
	width:373px;
	height:80px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topheadline {
	position:absolute;
	top:105px;
	left:704px;
	background:url(images/top_headline.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:195px;
	height:18px;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin-top: 0.7em;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
}

#colLeft {
	float:left;
	width:610px;
	padding-right:0px;
	margin-top:15px;
	padding-left:10px;
}
#colLeft-front {
	float:left;
	width:710px;
	padding-right:0px;
	margin-top:15px;
	padding-left:10px;
}

#colLeftInner1 {
	width:185px;
	float:left;
	padding-right:20px;
}

#colLeftInner2 {
	float:left;
	width:220px;
	margin-right:16px;
	margin-left: 16px;
}

#colLeftInner3 {
	float:left;
	width:220px;
	margin-right:16px;
	margin-left: 16px;
}

 ul.latestPosts {
	margin-top:10px;
}

 ul.latestPosts li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
}

* html ul.latestPosts li {
	float:left;
	width:100%;
}

ul.latestPosts li a {
	display:block;
	background:url(images/ico_post.jpg) 0 4px no-repeat;
	padding:2px 0 6px 20px;
	text-decoration:none;
	margin:0;
}

ul.latestPosts li a:hover {
	color:#333;
}

ul.latestPosts li a span.date {
	font-size:10px;
	color:#999;

}

#colRight {
	float:left;
	width:255px;
	margin-left:20px;
	margin-top:15px;
}
#colRight-front {
	float:left;
	width:155px;
	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;
}


/* BLOG 
--------------------------------------------*/
.post {
	padding:0 0 5px;
	position:relative;
}

.post h2 {
	padding-bottom:8px;
}

.post small {
	color:#666;
	display:block;
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:6px;
}

.postmetadata {
	color:#666;
	font-size:11px;
}

.post .entry {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:5px;
}

.post .entry img {
	border:1px solid #ddd;
	background:#fff;
	padding:7px;
}

.storycontent img {
	border:1px solid #ddd;
	background:#fff;
	padding:7px;
}

h2 a{
	text-decoration:none;
	color:#555;
	padding:10px 0;
	
}

h2 a:hover {
	color:#333;
}

.post .ribbonType {
	position:absolute;
	top:58px;
	left:568px;
	width:45px;
	height:43px;
}

*html .post .ribbonType {
	top:71px;
}

#sidebar ul {
	background:url(images/bk_horizline.jpg) 100% 0 repeat-x;
	margin:10px 0;
}

#sidebar ul li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
}

* html #sidebar ul li {
	float:left;
	width:100%;
}

#sidebar ul li a {
	display:block;
	background:url(images/arrow.jpg) 0 11px no-repeat;
	padding:6px 0 8px 16px;
	text-decoration:none;
	margin:0;
}

#sidebar ul li a:hover {
	color:#333;
}

/* Comments */

h3#comments {
	padding:10px 0 15px;
}

.navigation {
	font-weight:bold;
}

.navigation div {
	float:left;
	margin-right:20px;
}


ul.commentlist {
	border-top:4px solid #e5e5e5;
}

ul.commentlist li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	text-transform:none;
}

ul li.comment {
	padding-left:0;
	margin-bottom:5px;
	display:block;
}

.commentmetadata {
	font-size:10px;
}

.comment-author {
	font-style:normal;
	font-size:11px;
	padding-left:16px;
	background:url(images/ico_comment.jpg) 0 4px no-repeat;
}

.comment-author cite {
	font-weight:bold;
	font-style:normal;
}

#respond h2 {
	clear:left;
	padding-top:15px;
}

*html #respond h2 {
	padding-top:7px;
}

/* 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:20px;
}

.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;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg{
	position:absolute;
	top:14px;
	right:14px;
}

.stepcarousel .panel .projectImg img {
	border:none;
}

.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, form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form#commentform input, form textarea, form#commentform textarea  {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


form textarea, form#commentform textarea {
	width:500px;
}

form input#submit, form#commentform input#submit, form input#searchsubmit{
	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;
	font-size:11px;
}

form input#searchsubmit {
	background:url(images/bk_search.jpg) 0 0 no-repeat;
	width:60px;
	margin:0;
}

form#searchform input#s {
	width:143px;
	margin:0;
}

form#searchform div {
	padding:0 0 10px;
}

form#searchform label {
	padding:0;
	margin:0;
}



/* 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;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Menu
---------------------------------------------------*/

#nav {
	position:absolute;
	top:10px;
	right:0;
	border-left:1px solid #65809A;
}

#nav li {
	float:left;
	padding:0 20px;
	border-right:1px solid #65809A;
	background:none;
}

#nav li ul li {
	border-right:0px solid #ffffff;
}

#nav li a {
	font-size:11px;
	color:#999;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}

#nav li a:hover {
	color:#C9252B;
}

#nav li.selected a{
	color:#94CDE2;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1.5em; 
}

#nav a{
display:block;
padding:0px 5px;
text-decoration:none;
}

#nav ul {
	background-color:#fff;
	position:absolute;
	display:none;
	width:18em;
	top:1.5em;
	left: 0px;
}

#nav li ul a{
	width:18em;
	height:auto;
	float:left;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/* Contains the entire tabbed section */
.tabbed {
	}

/* List of tabs */
.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 250px;
	margin: 0;
	padding: 0;
	background-image: url(images/bk_tab.png);
	background-repeat: repeat-x;
	background-position: 0px 38px;
	}
.tabbed ul.tabs li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
.tabs li {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	}
.tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	width: 230px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 20px;
	}
.tabbed ul.tabs li a:hover {
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
	}

/* The content shown when a tab is selected */
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
	display: none;
	}

.bottom-tab img {
	position: relative;
	width: 250px;
	left: -20px;
	top: -20px;	
}

.t1.tab, .t2.tab, .t3.tab, .t4.tab {
	background-image: url(images/bk_sidebar-button.png);
	background-repeat: no-repeat;
	color: #FFF;
}
#colRight .tabbed .tabs .t4 p {
	padding-left: 20px;
}
blockquote {
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left: 100px;
	font-size: 1.6em;
	line-height: 1.2em;
}
blockquote p {
	font-weight: lighter;
	color: #666;
	font-style: italic;
}
em {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: lighter;
	color:#666;
}
.contact-button {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 80px;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
}
/* Accordion */
#myAccordion{
	width: 400px;
	border: 1px solid #6CAF00;
	
}
#myAccordion dt{
	line-height: 20px;
	background-color: #80df20;
	border-top: 2px solid #DAFF9F;
	border-bottom: 2px solid #6CAF00;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
}
#myAccordion dd{
	overflow: auto;
}
#myAccordion p{
	margin: 16px 10px;
}
#myAccordion dt.myAccordionHover
{
	background-color: #90ef30;
}
#myAccordion dt.myAccordionActive
{
	background-color: #6CAF00;
	border-top: 2px solid #80df20;
	border-bottom: 2px solid #000;
}

