@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}
*:focus { outline: none }
p { margin-bottom: 10px; }

h1 {font-size: 18px;}
h3 {font-size: 14px;}
.morelink {float:right;}
#container1 {
	line-height: 17px;
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	margin: 0 auto;
}

#container2 {
	width:960px;
	background: url('img/layout/bg_container.gif') repeat-y;
}

/*header---------------------------------------------------*/
#header {
	width:960px;
}

#headerLeft {
	width:596px;
	float:left;
}

#search {
	float: left;
	width: 250px;
	height:22px;
	margin:11px 0px 13px 71px;
}
#search #s {
	border: 1px solid #f25b85;
	padding: 2px;
	width: 200px;
	height: 16px;
	/*top: -6px;*/
	position:relative;
	
}

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


#searchsubmit {
	vertical-align:top;
	/*margin-bottom:10px;*/
	padding:1px 0 0 0;
	/*border:1px solid #999;
	height:22px;*/
	
}
#headerRight {
	width:290px;
	float:left;
	height:130px;
}
.logo {
	float:left;
}
/*nav-----------------------------------------------------*/
.realignNav {
	margin-top: 12px;
}
#nav { 
	font-style: normal; 
	float: left;
	width: 573px;
	/*height: 22px;*/
	padding:0 20px;
	background-color:#ffffff;
	border: 1px solid #44c3d2;
	border-right:#ffffff;
	font-size:15px;
	font-weight: normal;
	color:#9f6613;
}
#nav ul {
	padding:10px 0;
}
#nav ul li {
	display: inline;
	position:relative;
	text-decoration:none;
	padding:10px 0 5px;
	margin-right:10px;
	/*border: 1px solid black;*/
}

#nav a:link, #nav a:visited, #nav a:active {
	font-style: normal;
	font-weight: normal;
	font-size:15px;
	color:#9f6613;
	text-decoration:none;
}
#nav a:hover {
	color:#cea97b;

}

/*#nav li.navHover {
	border-bottom:5px solid #cea97b;
}*/

#nav li.current_page_item, #nav li.current-cat, #nav li.current_page_ancestor {
	border-bottom:5px solid #44c3d2;
	
} 


/*flash---------------------------------------------------*/
#flash {
	width:960px;
	margin-bottom:19px;
	/*padding: 0 15px 0 15px;
	background-color:#333333;*/
}

/*home bottom left tabs-------------------------------------------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
/* Skin */
.tabs-nav {
    list-style: none;
    margin-left: 0px;
    padding: 0 0 0 0px;
	display: inline-block;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    /*content: " ";*/
}
.tabs-nav li {
    float: left;
    margin: 0 0px 0 0px;
    min-width: 54px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px 0 0;
	min-height: 12px;
    /*background: url('img/layout/tab.gif') no-repeat;*/
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
	height: 24px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#e5e5e5;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #333333;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -59px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -39px;
}
.tabs-nav a span {
    padding-top: 4px;
    padding-right: 5px;
	padding-left: 5px;
}

.tabs-nav .tabs-selected a span {
    padding-top: 4px;
	height: 22px;
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -20px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	background-color:#c8c8c8;
}

.tabs-container {
    /*border-top: 1px solid #cccccc;*/
	/*width: 614px;*/
    padding: 15px 15px 15px 16px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.tabs-container a:visited, .tabs-container a:active, .tabs-container a:link {
	color: #9f6614;	
	font-size:12px;
	text-decoration: none;
}
.tabs-container a:hover {
	color: #cea97b;
	font-size:12px;
	text-decoration: none;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #9E9E9E;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #9E9E9E;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	border: 1px solid #9E9E9E;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/*footer-------------------------------------------------*/

#footer1 {
	width:800px;
	padding:11px 89px 0 71px;
}

#footerBorder .current_page_item{
	border:none;

}
#footer1 ul {
	padding: 10px 0 15px;
}
#footer1 li {
	display:inline;
	list-style:none;
	margin-right: 10px;
}
#footer1 li a {
	text-decoration:none;
	color: #999999;
}

#footer1 li a:hover {
	text-decoration:underline;
	color: #999999;
}
#footer2 {
	width:840px;
	margin: 0 60px;
	padding: 10px 0 20px;
	border-top: 1px solid #999999;
	height:35px;
	background-color:#ffffff;
	font-size: 10px;
}

#footer2 p {
	margin-left: 10px;
}

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

#footer2 a:hover {
	text-decoration:underline;
	color: #666;
}
/*interior header----------------------------------------*/

#container {
	float:left;
	width: 675px;
}
#leaderboard {
	margin: 0 0 10px;	
}
#page-subnav {
	border: 1px solid #44C3D2;
	height: 24px;
	background:#FFFFFF;
	/*background: url('img/layout/bg_bottom_box.gif') repeat-x;*/
	border-left: 5px solid #44C3D2;
	margin: 0 0 10px;
	padding: 0 16px;
}
#page-subnav .parent {
	font-style: normal;
	color: #44C3D2;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
#page-subnav ul {
	display:inline;
}
#page-subnav li {
	position:relative;
	font-weight:bold;
	padding-bottom: 3px;
	list-style: none;
	display:inline;
	margin-right: 10px;
	line-height: 22px;
}
#page-subnav a {
	text-decoration:none;
	color: #9f6614;
}
#page-subnav a:hover {
	text-decoration:none;
	color: #CEA97B;
}

.current_page_item, .current_page_parent {
	padding-bottom: 1px;
	border-bottom-width: 3px;
	border-bottom: solid #44c3d2;
}
#content {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	width: 634px;
	margin:0;
	padding: 20px;
	background-color:#FFFFFF;
	
}

#contentBtm {
	width:676px;
	height:13px;
	background: url('img/layout/bg_content.gif') no-repeat bottom;

}

#thirdlevel {
	display:block;
	list-style:none;
	margin-bottom:15px;
}

#thirdlevel li {
	display:inline;
	list-style:none;
	margin-right:10px;
}

#thirdlevel li a{
	text-decoration:none;
	color: #9f6614;
}
#thirdlevel li a:hover {
	text-decoration:none;
	color: #CEA97B;
}
.post h1 {
	float:left;
	width:424px;
	font-size: 18px;
	line-height:20px;
	font-weight:normal;
}

.post div.hwrap {
	float:left;
	/*position:relative;*/
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom:2px;
	border-bottom: 1px solid #44c3d2;
}

.post div.toolbox {
	float:right;
	/*position:relative;*/
	font-size: 12px;
	/*margin-bottom: 20px;*/
	/*border-bottom: 1px solid #44c3d2;*/
}

.post div.addthis_toolbox {
	width:210px;
	float:right;
	/*position:relative;*/
	font-size: 12px;
}
.post div.addthis_toolbox a {
	color:#9F6614;
}
.post h1 div.addthis_toolbox a:hover {
	color:#CEA97B;
}
div.addthis_toolbox a {
	color:#9F6614;
}
div.addthis_toolbox a:hover {
	color:#CEA97B;
}
div.addthis_toolbox .icons {
	float:left;
	padding:0px 2px;
}
.post .entry {
	line-height: 18px;
}

.post .entry ul {
	margin-left: 40px;
	margin-bottom:20px;
}

.post .entry ol {
	margin-left: 40px;
	margin-bottom:20px;
}

.post .entry  a {
	color: #9f6614;
}

.post .entry  a:hover{
	color: #cea97b;
}

.post h3 {
	font-size: 14px;
	color:#EE1750;
	font-weight:normal;
	margin-bottom:8px;
}

hr {
	color:#ededed;
}

#content a{
	color: #9F6614;
	text-decoration: none;
}
#content a:hover {
	color: #CEA97B;
	text-decoration: none;
}

.searchHache{
	float:left;
	font-size: 18px;
	line-height:20px;
	font-weight:normal;
	border-bottom: 1px solid #44c3d2;
	margin-bottom: 10px;
	width:100%;
}

#searchRes {
	margin-bottom:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}

.alignright {
	float:right;
}




/*HOME-------------------------------------------*/

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 960px;
			background:url(img/slider/wcb_bg.gif) no-repeat;

		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 930px; height: 347px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border-top: 1px solid #999; /* this is the border. should have the same value for the links */
			border-bottom: 1px solid #999; 
			margin: 0 auto;
			width: 930px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 346px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 930px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height:347px;
			position: relative;
			width: 930px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		#flashTest1{
		}
		#frame2{
			background: url('img/slider/anz_couch.jpg') no-repeat;
			width:930px;
			height:347px;
		}
		
		#frame2 p {
			color: #FFFFFF;
			width:290px;
			font-size:11px;
			padding: 20px 0 0 20px;
		}
		
		#frame2 a {
			color: #FFFFFF;
			text-decoration:underline;
			
		}
		#frame3{
			background: url('img/slider/awards.jpg') no-repeat;
			width:930px;
			height:347px;
		}
		
		#frame3Wrap {
			width:380px;
			float:right;
			padding: 20px 10px 0 55px;
		}
		
		#frame3 p {
			color: #FFFFFF;
			font-size:11px;
			float:right;
			
		}
		
		#frame3 a {
			color: #FFFFFF;
			text-decoration:underline;
			
		}
		
		#frame3 ul {
			font-size:11px;
			color:#ffffff;
			margin:0 0 0 17px;
			padding:0;
			
		}
		
		#frame3 ul li {
			line-height:12px;
			margin-bottom:6px;
		}
		
		#frame4 a {
			color: #FFFFFF;
			text-decoration:underline;
			
		}
		
			
		#frame4{
			background: url('img/slider/chy.jpg') no-repeat;
			width:930px;
			height:347px;
		}
		
		#frame4 p {
			float:right;
			color: #FFFFFF;
			font-size:11px;
			width:250px;
			padding: 20px 20px 0 10px;
		}
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left:175px;	
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			/*padding: 0 15px;*/
			text-indent: -9000em;
		}
		
		.stripNav li.tab1 a { width:23px; background:url(img/slider/red.gif) no-repeat; }
		.stripNav li.tab2 a {width:23px; background:url(img/slider/blue.gif) no-repeat;  }
		.stripNav li.tab3 a { width:23px; background:url(img/slider/green.gif) no-repeat;  }
		.stripNav li.tab4 a { width:23px; background:url(img/slider/yellow.gif) no-repeat;  }
		
		.stripNav li a:hover {
			background:url(img/slider/hover.gif) no-repeat;
		}
		.stripNav li.tab1 a.current { width:23px; background:url(img/slider/red_on.gif) no-repeat; }
		.stripNav li.tab2 a.current { width:23px; background:url(img/slider/blue_on.gif) no-repeat; }
		.stripNav li.tab3 a.current { width:23px; background:url(img/slider/green_on.gif) no-repeat; }
		.stripNav li.tab4 a.current { width:23px; background:url(img/slider/yellow_on.gif) no-repeat; }
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 32px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 348px;
			width: 15px;
		}
		
		.stripNavL a:hover{
			background: url(img/slider/arrow-left-hover.gif);
		}
		
		.stripNavR a:hover{
			background: url(img/slider/arrow-right-hover.gif);
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(img/slider/arrow-left.gif);
		}
		
		.stripNavR {
			background: url(img/slider/arrow-right.gif);

		}
#bottomLeftC {
	width: 661px;
	float:left;
	height:12px;
	background: url('img/layout/bg_bottom_lt.gif') no-repeat;
	
}
#bottomRightC {
	width: 100%;
	float:right;
height:12px;
	
	
}
#bottomRightWrap {
	width: 250px;
	float:left;
	margin-left:19px;
}
#bottomRightWrap a {
	color: #9f6614;
}

#bottomRightWrap a:hover {
	color: #cea97b;
}

#bottomLeftWrap {
	width: 661px;
	border-left: 15px solid #44c3d2;
	float:left; 
}
#bottomLeft {
	width: 660px;
	min-height:200px;
	float:left;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: url('img/layout/bg_bottom_box.gif') repeat-x;
	background-color:#ffffff;
}
#client-solutions h2 {
	font-weight:normal;
	font-size: 11px;
	padding: 0 0 3px;
	margin: 0 0 5px;
	border-bottom: 1px solid #44c3d2;
}
#client-solutions h3 {
	margin:0 0 10px;
}

#spotlight-solution {
	padding-left:30px;
}

#spotlight-solution .spotlight-img {
	margin: 4px 9px 0px 0px;
	padding: 4px 4px 9px;
	float:left;
	border: 1px solid #9E9E9E;
}
.spotlight-thumb img {
	float: left;
	margin: 4px 4px 9px;
	padding: 4px 4px 9px;
	border: 1px solid #ededed;
	width:80px;
	height:80px;

}
.spotlight-thumb h3, .spotlight-thumb p { display:none; }
.home-split-previews {
	width:300px;
	float:left;
	/*margin-right:20px;*/
}

#spotlight-network {
	padding-right:20px;
}
#connect h2 {
	font-weight:normal;
	font-size: 11px;
	padding: 0 0 3px;
	margin: 0 0 5px;
	border-bottom: 1px solid #44c3d2;
}
#connect h2 .morelink {
	float:right;
	text-decoration:none;
	top: -15px;
	position:relative;
}
#integrated-services h2 {
	font-weight:normal;
	font-size: 11px;
	padding: 0 0 3px;
	margin: 0 0 5px;
	border-bottom: 1px solid #44c3d2;
}

#integrated-services p {
	width: 275px;
	float:left;
	padding-right:20px;
}

#integrated-services h2 .morelink {
	float:right;
	text-decoration:none;
	top: -15px;
	position:relative;
}

#agency-news h2 {
	font-weight:normal;
	font-size: 11px;
	padding: 0 0 3px;
	margin: 0 0 5px;
	border-bottom: 1px solid #44c3d2;
}

#agency-news .morelink {
	float:right;
	text-decoration:none;
	top: -15px;
	position:relative;
	display:none;
}

#agency-news h3 {
	font-weight:normal;
	font-size: 12px;
	padding: 0 0 3px;
	margin: 0 0 5px;
}

#agency-news h3 a {

	font-weight:bold;
}

#agency-news h3 .morelink {
	float:right;
	text-decoration:none;
	top: -15px;
	position:relative;
}
#agency-news ul {
	list-style:none;
	display:in-line;
}
#agency-news ul li {
	margin-bottom: 20px;
	float:left;
	display:in-line;
	padding-right:10px;
}
#agency-news .post-datecol {
	float:left;
	width: 45px;
	margin: 5px 10px 0 0;
}

#agency-news .post-postcol {
	float:left;
	width: 240px;
}
.ourwork-filter .client {
	float: left;
	margin: 0 7px 10px;
}
.ourwork-filter .client h3, .ourwork-filter .client p, .ourwork-filter .client p.filters {
	display: none;
}
.ourwork-filter .selected {
	clear:left;
	width: 100%;
	margin: 0 0 10px;
}
.ourwork-filter .selected h3, .ourwork-filter .selected p {
	display: block;
}

.our-work-image {
	float:left;
	margin: 0 10px 4px 0;
	padding:5px;
	border: 1px solid #CCCCCC;
}

.ourwork-filter img {
	float:left;
	margin: 0 10px 4px 0;
	padding:5px;
	border: 1px solid #ededed;
}

.ourwork-filter a{
	color: #9F6614;
	text-decoration: none;
	font-size: 12px;
}
.ourwork-filter a:hover {
	color: #CEA97B;
	text-decoration: none;
	font-size: 12px;
}

.filterSelect {
	cursor:pointer;
	color: #9F6614;
}

	

/*MEDIA-MENTIONS---------------------------------*/

.post-content p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 3px;
	margin-top: 2px;
	/*padding-left: 11px;
	margin-left: 10px;*/
}

.post-content ul {
	/* margin-top: 10px; */
}

.post-content .post-datecol {
	float:left;
	width: 45px;
}

.post-content .post-postcol {
	float:left;
	width: 575px;
	line-height:16px;
	margin-left:10px;
}

.post-content li {
	list-style:none;
	text-align:left;
	margin-bottom: 20px;
}

.post-content a:visited, .post-content a:active, .post-content a:link {
	color: #9f6614;
	text-decoration: underline;
}
.post-content a:hover {
	color: #cea97b;
	text-decoration: none;
}

.post-content h2  {
	width: 100%;
	/*display:block;
	clear:both;
	padding-top: 4px;
	border-left: 6px solid #C1955D;
	padding-left: 4px;*/
	margin:0 0 10px 0;
	border-bottom: 1px solid #44c3d2;
	font-size: 14px;
	/*line-height:18px;*/
	font-weight:bold;
	padding:0;
	/* padding-bottom: 2px; */
}

.post-content h2 a.morelink {
	float:right;
	text-decoration: none;
	top:-4px;
	font-size: 12px;
	font-weight: normal;
	position:relative;
}

.post-content h3 a.morelink {
	float:right;
	text-decoration: none;
	top:-4px;
	font-size: 12px;
	font-weight: normal;
	position:relative;
}

.post-content h2 a.morelink:visited,.post-content h2 a.morelink:active,.post-content h2 a.morelink:link {
	color: #1A3452;
}
.post-content h2 a.morelink:hover {
	color: #4267a2;
}
.post-content h3 img {
	border-left: 6px solid #C1955D;
	padding-left: 4px;
	border-bottom: 1px dotted #7D542F;
	padding-bottom: 2px;
	margin-left: 10px;
	display:block;
	float: left;
}

.post-content h3 a:visited, .post-content h3 a:active, .post-content h3 a:link {
	/*color: #1A3452;*/
	text-decoration: none;
	font-size: 12px;	
	/*border-left: 6px solid #C1955D;*/
	/*padding-left: 10px;*/
	/*border-bottom: 1px dotted #7D542F;
	padding-bottom: 2px;*/
	/*margin-left: 10px;*/
	display:block;
	/*background: url('img/layout/bullet.gif') no-repeat;*/
}
.post-content h3 a:hover {
	color: #CEA97B;
	text-decoration: none;
	font-size: 12px;
}



.post-date {  
       width: 45px;  
       height: 49px;  
       float:left;
	   margin-right:100px;  
       background: url('img/blog_date.gif') no-repeat;  
}  
.post-month {  
       font-size: 11px;  
       text-transform: uppercase;  
       color: #FFFFFF;  
       text-align: center;  
       display:block;  
       line-height: 11px;  
       padding-top: 2px;  
       margin-left: -3px;  
}  
.post-day {  
       font-size: 18px;  
       text-transform: uppercase;  
       color: #999999;  
       text-align: center;  
       display:block;  
       line-height: 18px;  
       padding-top: 7px;  
       margin-left: -3px;  
}
/*SIDEBAR----------------------------------------*/
#sidebar {
	float:right;
	width: 265px;
}

#sidebar a {
	color: #9f6614;
}

#sidebar a:hover {
	color: #cea97b;
}


/*WIDGETS----------------------------------------*/
.widgetBlock {
	border:1px solid #cdcdcd;
	border-left-width: 6px;
	padding:0;
	margin-bottom: 10px;
	background-color:white;
}

.widgetBlock h2 {
	padding-left: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-top: 4px;
	font-size: 15px;
	font-weight:normal;
	background-color: #e5e5e5;
	border-bottom:1px solid #cdcdcd;
}

.widgetBlock h3{
	font-size:12px;
}

.widgetBlock h4{
	font-size:12px;
	font-weight:bold;
}		
.widgetBlock ul {
	margin: 5px;
	list-style: none;
}

.widget_random_our_work {
	padding:5px 5px 5px 5px;
}

.widget_random_our_work img {
	border:1px solid #9E9E9E;
	float:left;
	margin: 0 5px 0 0;
	padding:4px;
	background-color:#FFFFFF;
}

.widget_random_our_work h3 a {
	text-decoration:none;
	border:none;
	padding-bottom:5px;
	margin-bottom:10px;
}

/*WIDGET-THEMES-----------------------------------*/
.widgetRed {
	border-left-color: #ee1750;
}

.widgetRed h2 {}
.widgetRed h3 {
	border-bottom: 1px solid #ee1750;
}
.widgetRed h4 {}
.widgetRed p {}

.widgetBlue {
	border-left-color: #44c3d2;
}
.widgetBlue h2 {}
.widgetBlue h3 {
	border-bottom: 1px solid #44c3d2;
	padding-bottom:3px;
	width:142px;
	float:left;
	margin-bottom:5px;
}
.widgetBlue h4 {}
.widgetBlue p {
	font-size:11px;
}

.widgetYellow {
	border-left-color: #ffd350;
}
.widgetYellow h2 {
}
.widgetYellow h3 {
	border-bottom: 1px solid #ffd350;
}
.widgetYellow h4 {}
.widgetYellow p {
	font-size:11px;
	line-height:16px;
	color:#666666;

}

.widgetGreen {
	border-left-color: #a0cf67;
}
.widgetGreen h2 {
}
.widgetGreen h3 {
	border-bottom: 1px solid #a0cf67;
}
.widgetGreen h4 {}
.widgetGreen p {}


/*CUSTOM-WIDGETS----------------------------------------*/
.widgetWrapCorner {
	width: 100%;
	top:1px;
	right:-1px;
	position:relative;
	height:12px;
	background: url('img/layout/bg_bottom_rt.gif') right bottom no-repeat;	
}

.accordion-integrated-services {
	margin: 5px;
}

/*.srv {
	margin: 0px;
	padding: 0;
	height:120px;
	color:#666666;
}*/



.accordion-integrated-services a.ui-accordion-header {
	display: block;
	padding-left: 25px;
	color: black;
}
.widgetBlog {
	margin:0;
	padding:0;
	font-size: 12px;
	list-style: none;
}
.widgetBlog h3 {
	margin-top: 10px;
	padding: 0;
}
.widgetBlog h4 {
	margin-top: 5px;
	padding: 0;
}
.widgetBlog p {
	margin: 0 0 5px;
	font-size: 11px;
}
/*GENERIC CLASSES---------------------------------------------*/
.clear { clear:both; overflow:hidden; height: 0px; }
.resetmargin {margin:0;}
a.hidelink {color: #E5E5E5; float:right;font-size: 10px;}
input.s {color:#cccccc; font-style:italic; }
input.sfocused {color:black;font-style:normal;}
.height20 {height:20px;}

/*HOME SLIDER---------------------------------------------*/

/* contact forms */
#contactform1{
	margin:auto;
	width:400px;
	background-color:#fff;
	padding:0px 5px;
	border:1px solid #ccc;
	border-top-width:0px;
	border-left-width:0px;
	
}
#contactform1 input,textarea{border:1px solid #ccc;}

