/* CSS Document 

Author: Jazmin Brooks
Date: June/July 2009

Colour Info:

Dark Green - #6e7440
Footer Dark Green (needs more contrast) - #565b34
Body text Grey - #333
The beautiful pink - #8d3550

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}

p{
	margin:0;
	padding:0 0 15px 0;
}

a img{
	border:none;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

h1{
	line-height:normal;
	font-size:30px;
	font-weight:bold;
	color: #6e7440;
	margin-bottom:5px;
}
.detail h1{
	line-height:normal;
	font-size:22px;
	font-weight:bold;
	color: #6e7440;
	margin-bottom:10px;
}

h2{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#6e7440;
	margin-bottom: 5px;
	margin-top:10px;
	background-image:url(/images/icon_raquo.gif);
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left 6px;
}
h3{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#8d3550;
	margin-bottom:10px;
}

#evencolLeft h3, #evencolRight h3, #twocolWide h3{
	margin-bottom:0;
	font-size:14px;
}

a {
		color:#6e7440;
		text-decoration:none;
		font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

ul{
	padding:0;
	margin:5px 10px 15px 10px;
}

ol {
	padding:10px 30px 15px 30px;
	margin:0;
}

li{
	list-style: none;
	background: url(/images/bullet.gif) no-repeat left 6px;
	padding-left: 20px;
	margin-top:5px;
	color:#4D2028;
}

li:first-child{
	margin-top:0;
}

ol li{
	list-style:decimal;
	padding-left:0;
	background-image:none;
}

ol li ol{
	padding:10px 30px;
}

ol li ol li{
	list-style:lower-alpha;
}


/*page structure*/

#headerWrapper{
	background-image:url(/images/bg_header_internal.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	line-height:normal;
}

.home #headerWrapper{
	background-image:url(/images/bg_header_home.jpg);
}

#contentWrapper{
	background-color:#FFF;
	padding-bottom:10px;
}

#footerWrapper{
	background-image:url(/images/bg_footer.jpg);
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:40px;
}

#footerWrapper a{
	font-weight:normal;
	
}

#headerInner{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#contentInner{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:15px;
}

#footerInner{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	color:#565b34;
}

#customerLogin{
	float:right;
}

#logo{
	float:left;
	margin-top: 17px;
	margin-left:10px;
	display:inline;
}

#logo img{
	display:block;
} /*Prevents IE from putting in spacing as if it were text*/

#mainMenu{
	float:right;
	width: 730px;
	margin-top:26px;
}

#mainMenu ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

#mainMenu li {
    float: left;
	padding:0;
	margin:0 7px 0 0;
}

#mainMenu li a {
	position:relative;
    background-image: url(/images/menu_bullet_off.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-color:#FFF;
    line-height: 11px;
    float: left;
    display: block;
    color: #6e7440;
    text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:23px;
/*	padding-top:5px;
	padding-bottom:3px;*/
}

#mainMenu li a:hover{
    background-image: url(/images/menu_bullet_on.gif);
}

#mainMenu .activeItem a{
	background-image: url(/images/menu_bullet_on.gif);
}/*Apply dynamically in PHP somehow please!*/

#headerAlign{
	float:right;
	width: 770px;
}

#headerTitle{
	margin-top:15px;
	padding-bottom:13px;
	float:left;
	/*width:960px;*/
}

#headerTitle img{
	display:block;
}/*prevents IE from adding in space as if it were text*/

#footerAbout{
	width:290px;
	float:left;
	margin-right:30px;
}

#footerLinks{
	width:290px;
	float:left;
	margin-right:30px;
}

#footerLinks h2{
	font-weight:bold;
	font-size:12px;
	color:#565b34;
	background-image:none;
	padding:0;
	margin:0;
}

#footerLinks a{
	text-decoration:underline;
}

#footerLinks a:hover{
	text-decoration:none;
}

#footerDetails{
	width:290px;
	float:left;
	text-align:right;
}

#footerDetails a{
	text-transform:uppercase;
}

#twocolWide{
	float:left;
	margin-right:30px;
	width:610px;
}

#twocolSmall{
	width:290px;
	float:left;
}

#evencolLeft{
	width:460px;
	margin-right:20px;
	float:left;
}

#evencolRight{
	width:460px;
	float:left;
}

/*home specific*/

#homeAbout{
	width:290px;
	float:left;
	margin-right:30px;
}

#homeAbout img{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

#featuredClients{
	width:290px;
	float:left;
	margin-right:30px;
}

#featuredClientsInner{
    background-color:#f6f6f6;
	border: 1px solid #e2e2e2;
	padding: 7px;
    height: 350px;
        
}

#featuredClients img{
	border: 1px solid #e2e2e2;
	display:block;
}

.featuredClientsText{
	font-style:italic;
	line-height:16px;
	margin-top:5px;
    /*min-height:100px;*/
}

.featuredClientsName{
	font-weight:bold;
	text-align:right;
}

#homeNews{
	width:290px;
	float:left;
}


.newsItem{
	margin-top:10px;
	line-height:15px;
}

.newsItem h2, .newsItem h2 a{
	font-size:12px;
	font-weight:bold;
	color:#8d3550;
	background-image:none;
	padding-left:0;
	line-height:normal;
	margin-top:0;
}



.submenu{
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	line-height: normal;
	margin-bottom:10px;
}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu li {
    margin: 0 0;
	padding: 0;
	border-bottom:1px solid #e2e2e2;
}

.submenu li a {
    background-image:url(/images/submenu_off.gif);
	background-repeat:no-repeat;
    height: 26px;
    width: 273px;
    display: block;
    color: #6e7440;
    text-decoration: none;
	padding-top:9px;
	padding-left:15px;
	font-size:14px;
	font-weight:normal;
}

.submenu a:hover{
	background-image:url(/images/submenu_on.gif);
	text-decoration:none;
}

.submenu .activeSubitem a {
	background-image:url(/images/submenu_selected.gif) !important;
	color:#cbc9c9;
}


/*Page details*/

.calendarDate{
	width:41px;
	height:44px;
	background-image:url(/images/icon_calendar.gif);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	margin-right:4px;
	line-height:normal;
}

.calendarDay{
	font-weight:bold;
	margin-top:13px;
	text-align:center;
	font-size:14px;
	line-height:14px;
}

.calendarMonth{
	font-weight:bold;
	text-align:center;
	font-size:9px;
}

.raquo{
	margin-right:10px;
}

.recentProjects{
	padding-top:10px;
	padding-right:0;
	padding-bottom:10px;
	padding-left:10px;
	background-color:#f6f6f6;
	border:1px solid #e2e2e2;
	width:600px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

.recentProjects img{
	border:1px solid #e2e2e2;
	margin-right:10px;
	/*display:block;*/
	float:left;
}

/*for display in right columns of pages with staff photos, examples of work, etc*/

#featuredImage{
	background-color:#f6f6f6;
	border: 1px solid #e2e2e2;
	padding: 7px;
	margin-bottom: 10px;
}

#featuredImage img{
	border: 1px solid #e2e2e2;
	display:block;
}

#featuredImageText{
	text-align:center;
	font-size:14px;
	line-height:16px;
	margin-top:5px;
}

/*Client Commments Bubble*/

.clientComments{
	padding:8px 10px 10px 10px;
	margin:5px 0 0 0;
	font-style:italic;
	background-color: #f6f6f6;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

.clientName{
	font-weight:bold;
	float:right;
	margin-top: 5px;
	font-style:normal;
}

/*equalcols lists*/

.equalcolsList{
	margin-bottom:10px;
}

.equalcolsList h2{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#6e7440;
	margin-bottom: 5px;
	background-image:none;
	padding-left:0;
	margin-top:0;
}

.equalcolsList img{
	float:left;
	margin-right:7px;
	border:1px solid #e2e2e2;
}

.equalcolsListText{
	width:310px;
	float:left;
}

.equalcolsList a{
	display:block;
	background-image:url(/images/bg_services_off.gif);
	color:#333333;
	font-weight:normal;
	padding:9px 7px 5px 7px;
	cursor:pointer;
	width:446px;
	height:81px;
}

.equalcolsList a:hover{
	text-decoration:none;
	background-image:url(/images/bg_services_on.gif);
}

.team .equalcolsList a{
	display:block;
	background-image:url(/images/bg_team_list_off.gif);
	color:#333333;
	font-weight:normal;
	padding:12px 7px 5px 12px;
	cursor:pointer;
	width:441px;
	height:110px;
}

.team .equalcolsList a:hover{
	text-decoration:none;
	background-image:url(/images/bg_team_list_on.gif);
}

.team .equalcolsList h3{
	font-size:14px;
	font-weight:bold;
	color:#8d3550;
	margin:0;
}

.needFlash{
	background-color:#f6f6f6;
	border: 1px solid #e2e2e2;
	padding:3px 3px 3px 10px;
	line-height:normal;
	font-size:12px;
}

.needFlash img{
	float:left;
	margin-right:7px;
}

.needFlashText{
	margin-top:3px;
}

.contact td, #newsletter-form td {
	padding-bottom:3px;
}

input, textarea, select{
	border:1px solid #e2e2e2;
	background-color:#f6f6f6;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding:7px;
}

input{
		width:270px;
}

.contact select{
	
}

textarea{
	width:384px;
	height:100px;
}

.commentItem input{
	width:384px;	
}

.commentItem textarea{
	width:600px;
}

label{
	font-weight:bold;
	cursor:pointer;
	color:#333333;
}
.validation{
	font-size:9px;
	color:#F00;
}

.validationElement{
	border:1px solid #F00;
}

.commentItem label, .commentItem input, .commentItem textarea{
	display:block;
	margin:0 0 10px 0;
}

.buttons a, .buttons input{
	display:block;
	line-height:normal;
	float:left;
	width:81px;
	height:18px;
	padding-top:4px;
	color:#fff;
	background-image:url(/images/btn_form.gif);
	background-position:0 0;
	cursor:pointer;
	margin-right:20px;
    font-size: 11px;
	text-align:center;
	margin-top:3px;
	border:none;
}

.commentItem .buttons input{
	height:22px;
}

.commentItem .buttons{
	float:right;
}

.buttons a:hover, .buttons input:hover{
	background-image:url(/images/btn_form.gif);
	background-position:0 -22px;
	text-decoration:none;
}

.buttons a:active, .buttons input:active{
	background-image:url(/images/btn_form.gif);
	background-position:0 -44px;
	text-decoration:none;
}



#newsletter-form h1{
	font-size:22px;
}

.pinkText{
	font-weight:bold;
	color:#8D3550;
	
}

.tweeted{
	border-width:1px 1px 0 1px;
	border-color:#e2e2e2;
	border-style:solid;
	background-color:#f6f6f6;
	padding:10px 10px 0 10px;
}

.followUs{
	background-image:url(/images/twitter_bg.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	line-height:normal;
	padding-bottom:20px;
}

.flickrBox{
	border-width:1px;
	border-color:#e2e2e2;
	border-style:solid;
	background-color:#f6f6f6;
	padding:10px 0 10px 10px;
	margin-bottom:10px;
}

.flickrBox img{
	display:block;
	float:left;
	margin-right:21px;
}

.flickrBox .last_image img{
	margin-right:0
    
}


.newsLinks{
	background-image:url(/images/news_links_bg.gif);
	background-repeat:repeat-x;
	display:block;
	float:left;

	line-height:normal;
	
	/*margin-top:20px;*/
	margin-right:20px;
	cursor:pointer;
}

.newsLinks span{
	background-image:url(/images/news_links_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	padding:6px 7px 6px 7px;
}

.newsLinks img{
	float:left;
}

.newsHeader{
	float:left;
	width:520px;
	margin-bottom:15px;
	line-height:normal;
}

.newsHeader h1{
	padding-left:0;
	background-image:none;
	margin:0 0 5px 0;
	font-size:22px;
}

.newsHeader .calendarDate{
	margin-right:10px;
	margin-bottom:5px;
}

.blogHeader{
	
	line-height:normal;
}

.blogHeader h1{
	padding-left:0;
	background-image:none;
	margin:0 0 5px 0;
	font-size:22px;
}

.blogHeader h2{
	padding:0;
	background-image:none;
	margin:0;
}

.blogHeader .calendarDate{
	margin-right:10px;
	margin-bottom:5px;
}

#newsletter-form {
    /*padding:15px;*/
    /*border: 1px solid #CFCFCF;*/
}


#paginationTop{
	float:right;
}

#paginationTop img{
	margin-left:2px;
}

#paginationBottom{
	text-align:center;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	line-height:normal;
	width:225px;
}

#paginationBottom img{
	float:left;
}

#paginationText{
	float:left;margin-top:7px;
	margin-left:10px;
	margin-right:10px;
}

small{
	color:#999;
	font-size:10px;
}

.newsItemLarge {
	margin-bottom:20px;
}

.newsItemLarge p{
	padding-bottom:10px;
}

.newsItemLarge .newsHeader{
	margin-bottom:0;
}

.newsItemLarge .calendarDate{
	margin-right:6px;
}

.blogItemLarge {
	margin-bottom:20px;
}

.blogItemLarge p{
	padding-bottom:10px;
}

.blogItemLarge .newsHeader{
	margin-bottom:0;
}

.blogItemLarge .calendarDate{
	margin-right:6px;
}

.newsItemDetail{
	float:left;
	width:560px;
}

.blogItemDetail{
	
}

/*Sitemap*/

.sitemap{
	line-height:normal;
}

.sitemap ul{
	padding:0;
	margin:0;
}

.sitemap li{
	padding:0;
	margin:0;
}

.sitemap h2{
	background-color:#fff;
	margin-top:0;
	_height:45px;
	min-height:45px;
}

.sitemap ul li{

	background-image:none;
	padding:0;
	margin:0;
}

.sitemap ul li img{
	margin-left:350px;
	margin-bottom:20px;
}

.sitemap ul li li{
	text-align:left;
	width:173px;
	float:left;
	margin:0 15px 0 0;
}

.sitemap ul li ul li ul{
	border-width:1px;
	border-style:solid;
	border-color:#efefef;
	background-color:#f6f6f6;
	padding:0;
	margin:0;

	_height:305px;
	min-height:305px;

	padding:5px 10px;
	margin-bottom:10px;
}
/*third level stuff*/
.sitemap ul li ul li ul li ul, .sitemap ul li ul li ul li ul li{
	border:none;
	min-height:inherit;
	_height:auto;
	width:auto;
	margin:0 0 0 10px;
	padding:0;
}

/*second level*/
.sitemap ul li ul li ul li{
	float:none;
	margin:0;
	padding:0;
	width:auto;
	margin-bottom:5px;
	font-size:12px;
}

.sitemap ul li ul li ul li ul, .sitemap ul li ul li ul li ul li{
	margin-top:5px;
	font-size:11px;
}
	

.sitemap ul li li li{
	list-style:none;
	background-image:none;
	border:none;
}

#headerTitle h1{
	margin:0;
	padding:0;
	color:#FFF;
	text-transform:uppercase;
}

.portfolioItem{
	float:left;
	/*width:293px;*/
	position:relative;
    margin-bottom: 15px;
    margin-right: 15px;
}


.portfoloNew{
	position:absolute;
    top: -2px;
    left: -2px;
}

.portfolioItem a {
    /*position: relative;*/
	float:left;
	background-color:#f6f6f6;
	border:1px solid #e2e2e2;
	padding:10px;
	/*margin:0 15px 15px 0;*/
	width:275px;
	cursor:pointer;

}

.portfolioItemInner {
}

.portfolioItem a img{
	border:1px solid #e2e2e2;
}

.portfolioItem a:hover{
	background-color:#f4f8d5;
}

#tooltip {

    -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);

	border: 2px solid #e2e2e2;
	position: absolute;
	background-color: #FFFFFF;
	white-space: normal;
	padding: 5px;
	width: 170px;
}
#tooltip #title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a23e5c;
	margin-bottom: 10px;
}

/*.newsItemLarge h2, .newsItemLarge h2 a{
	margin:0;	
}*/

.newsItemLarge h2, .newsItemLarge h2 a{
	background-image:none;
	margin:0 0 2px 0;
	padding:0;
}

.portfolioDetail{
	position:relative;
	height:239px;

}
/*
WHAT IS THIS IT BREAKS THINGS ON OTHER PAGES. Please be more careful. Use selectors.

*/


.portfolioImageFader{
	position:absolute;

	}

.calltoaction{
	margin-bottom:10px;
}

	.calltoaction a{
		display:block;
		font-size:13px;
		color:#fff;
		line-height:18px;
		font-weight:bold;
		background-image:url(/images/calltoaction_btn.jpg);
		background-repeat:no-repeat;
		background-position:0 0;
		width:290px;
		padding:17px 0 17px 0;
		text-align:center;
		cursor:pointer;
	}
	
	.calltoaction a span{
		font-size:16px;
		color:#fff;
                cursor:pointer;/*It's not cursor:hand! Cursor POINTER*/
	}
	
	.calltoaction a:hover{
		background-position:0 -69px;
		text-decoration:none;
	}
	
	.calltoaction a:active{
		background-position:0 -138px;
	}
	
.backlink{
	
}

	.backlink a{
		background-image:url(/images/bg_link_small.jpg);
		width:66px;
		height:20px;
		padding:5px 0 0 30px;
		display:block;
	}
	
.nugget{
	margin-bottom:20px;	
}

.commentItem{
	margin:0 0 20px 0;	
	color:#666;
}

#blogDetail {
	padding:10px 0;
}

#blogDetail h2{
	line-height:normal;
	font-size:16px;
	font-weight:bold;
	color:#8d3550;
	margin-bottom:5px;
	background-image:none;
	padding:0;
}

#blogDetail h3{
	font-size:14px;
	color:#6E7440;
}

.blogImg{
	padding:10px;
	background-color:#F6F6F6;
	float:left;
	border:1px solid #E2E2E2;
	margin:0 10px 10px 0;
}

.blogImg img{
	border:1px solid #E2E2E2;
}




.lightbox {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    
    /*overflow:hidden;*/
}
.lightbox-inner {
    padding:15px;
    overflow:hidden;
}

.lightbox {
    background-color: #f6f6f6;
}

.lightbox input, .lightbox textarea, .lightbox select {
    background-color: #ffffff;
}