/*********************************************************************
Header
**********************************************************************/
#header {
	width: 960px;
	height: 80px;
	padding-top: 15px;
	position: relative; 
	z-index: 1000;
}
a#homeLogo {
	display: inline;
	float: left;
	margin-right: 40px;
	width: 74px;
}

/*********************************************************************
Primary Navigation
**********************************************************************/
#primNav {
	display:inline;
	font-size:14px;
	font-weight:bold;
	float: left;
	width: 575px;
	margin-left: 15px;
	margin-top: -5px;
}
#primNav ul {
	background:none;
	height:35px;
	list-style:none;
}
#primNav ul li {
	float:left;
	display: block;
	margin-right: 40px;
}
#primNav ul li a {
	background:none;
	display: block;
	color:#f60;
	font-family: GothamMedium, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing: .04em;
	padding:0 0 6px;
	text-align:center;
	text-decoration:none;
}
#primNav ul li a:hover {
	color:#fff;
	text-decoration:none;
}

#primNav ul li a.active 
	{
	color: #ffffff;
	}	
	
#primNav ul li ul {
	visibility: hidden;
	display:block;
	height:auto;
	position:absolute;
	z-index:2500;
}
#primNav ul li:hover ul {
	visibility: visible;
	display:block;
}
#primNav ul li ul {
	margin-left: -10px;
	line-height: 24px;
}
#primNav ul li ul li {
	display:inline;
	float:left;
	margin-right: 5px;
}
#primNav li:hover li a {
	background:none;
	line-height: 24px;
}
#primNav ul li ul a {
	color:#f60;
	display:block;
	height:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	padding: 0 8px;
	text-align:left;
	width: auto;
}
#primNav li ul a:hover, #primNav li ul li:hover a {
	color:#ffffff;
	text-decoration:none;
}
#primNav ul li ul a.active {
	padding: 0 10px;
	color: #ffffff;
}
#primNav ul li ul li.current_page_item a{
	padding: 0 10px;
	color: #ffffff;
}
#primNav ul li ul li.current_page_parent a{
	padding: 0 10px;
	color: #ffffff;
}

#primNav ul li ul li.current-cat a{
	padding: 0 10px;
	color: #ffffff;
}

#primNav ul li ul li.current-cat-parent a{
	padding: 0 10px;
	color: #ffffff;
}

#primNav ul li ul.active {
	visibility: visible;
	line-height: 24px;
}
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height: 2.5em;
	padding-bottom:	2.5em;
	position: relative;
}
.sf-navbar li {
	position: static;
}
.sf-navbar a {
	border-top: none;
}
.sf-navbar li ul {
	width: 26em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position: relative;
}
.sf-navbar li li ul {
	width: 13em;
}
.sf-navbar li li li {
	width: 100%;
}
.sf-navbar ul li {
	width: auto;
	float: left;
}
.sf-navbar a, .sf-navbar a:visited {
	border: none;
}
ul.sf-navbar .current ul, ul.sf-navbar ul li:hover ul, ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: -999em;
}
.sf-navbar li li.current > a {
	font-weight: bold;
}
/*********************************************************************
Auxilary Nav
**********************************************************************/
ul#auxNav {
	float: right;
	background:none;
	list-style:none;
	width: 225px;
}
ul#auxNav li {
	float:left;
	display: block;
	margin-right: 15px;
}
ul#auxNav li a {
	background:none;
	display: block;
	color:#777;
	font: 11px normal Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
}
ul#auxNav li a:hover {
	color: #999;
}
ul#auxNav li.active a {
	color: #dedede;
	text-decoration: underline;
	}

ul#auxNav li.current_page_item a {
	color: #dedede;
	text-decoration: underline;
	}
	
ul#auxNav li.current-cat a {
	color: #dedede;
	text-decoration: underline;
	}

ul#auxNav li.current-cat-parent a {
	color: #dedede;
	text-decoration: underline;
	}




/*********************************************************************
Breadcrumbs
**********************************************************************/

.breadcrumb, .breadcrumb a{
	color: #555;
}

.breadcrumb span.current, .breadcrumb a:hover {
	color: #777;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}



/*********************************************************************
Search box
**********************************************************************/
#searchBox {
	float: right;
	margin-top: 12px;
	*margin-top: 8px;
	z-index: 5000;
	position:relative;
}

#searchBox form {
	margin: 0;
	padding: 0;
}
#searchBox input {
	background:#555;
	border: none;
	float: left;
	height: 17px;
	padding: 5px 3px 1px;
	color: #aaa;
	font: 11px normal Arial, Helvetica, sans-serif;
	width: 192px;
}
#searchBox input.bttnSearch {
	background:transparent url(../images/searchIcon.jpg) repeat scroll left top;
	display:inline;
	float:left;
	height:23px;
	width:28px;
	text-indent: -10000px;
	overflow: hidden;
}
#searchBox input.bttnSearch:hover {
	background-position: 0 -23px;
}

/*********************************************************************
Footer
**********************************************************************/
#footer {
	position: relative;
	z-index: 500;
}
#footer a.homeLogo {
	margin-right: 30px;
}
#footer ul {
	border-right:1px solid #969696;
	display:inline;
	list-style-type:none;
	margin:10px 15px 0 0;
	padding-right:15px;
}
#footer ul li {
	color: #ddd;
	line-height: 18px;
}
#footer ul li a {
	color: #969696;
}
#footer ul li a:hover {
	color: #c6c6c6;
	text-decoration: none;
}
#footer ul.networks {
	text-align:right;
	width:225px;
}
#footer ul.networks li {
	float: left;
	width: 25px;
	padding-left: 10px;
}

#mobileLink {
	display: none;
}


/*********************************************************************
Tags - 
**********************************************************************/
div.tags {
	float: left;
	margin: 10px 0;
	position:relative;
}
div.tags ul {
	float: left;
	display: inline;
	width: 200px;
	list-style-type: none;
}
div.tags ul li {
	display: inline;
	padding-left: 3px;
}
div.tags ul li a {
	color: #29AAE3;
}
div.tags ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
div.tags span {
	float: left;
	margin-right: 5px;
	display: inline;
	position: relative;
}
div.tags.relProjs span {
	float: none;
	margin-bottom: 5px;
	display: block;
}
div.tags.relProjs ul li {
	float: none;
	padding-left: 0;
}
div.tags.relProjs ul li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #bbb;
	line-height: 18px;
}
div.tags.relProjs ul li a:hover {
	text-decoration: underline;
}

.tagLC {
	float:left;
	width: 30px;
	display:inline;
}

.tagRC {
	float: left;
	width: 245px;
	display:inline;
	position:relative;
}

.calloutRCol .tagRC {
	width: 185px;	
}

/*********************************************************************
Content Slider
**********************************************************************/	
#billBoard {
	background:transparent url(../images/billBoardBG.png) bottom center repeat-x;
	height: 472px;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 0;
	width: 939px;
	left: 0;
}

.hitSpace {
	width: 939px;
	height: 358px;
	position: absolute;
	overflow: visible;
	bottom: -10px;
	cursor: pointer;
	display: inline-block;
	z-index: 1000;
}


.forcePush {
	position: relative;
	height:368px;
	z-index:-10000;
}
	
#cycler
	{
	/*height: 369px;*/
	overflow: hidden;
	position: relative;
	top: 0px;
	height: 461px;
}

p.billboardTitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	color: #fff;
}

#cycler .cycler-slide {
	
	overflow:hidden;
	width: 939px;
	/*height: 369px;*/
	height: 461px;
}


#cycler .cycler-slide #videoHolder {
	margin: 20px 0 0 0;
	position: relative;
	top: 60px;
	height: 600px;
	background: #0F3;
	border: 3px solid #fff;
	
}

#cycler .cycler-slide img {
	z-index: 0;
}


#cyclerNav {
	padding:8px;
	position:absolute;
	top:103px;
	left: 0;
	z-index: 1000;
	background:transparent url(../images/dkBlueTransBG.png) repeat;
}

#cyclerNav #prev2, #cyclerNav #next2 {
	display: block; 
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 2px 6px;
}

#cyclerNav #prev2:hover, #cyclerNav #next2:hover {
	background: #43A0D5;
}


#cyclerNav #cyclerNum {
	float: left;
	margin: 2px 2px 0 2px;
}

#cyclerNav #cyclerNum a {
	color: #fff;
	padding: 2px 5px;
	margin: 0 2px 0 2px;
}

#cyclerNav #cyclerNum a:hover, #cyclerNav #cyclerNum a.activeSlide {
	color: #fff;
	background: #43A0D5;
}

#slides {
	height: 369px;
	overflow: hidden;
	}
	
#jFlowSlide {
	background:transparent url(../images/billBoardBG.png) 0px 13px repeat-x;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	overflow: hidden;
}
#myController {
	padding:10px;
	position:absolute;
	top:109px;
	width:113px;
}
#myController span.jFlowSelected {
	background:#43A0D5;
	margin-right:0px;
}
.slide-wrapper {
	overflow:hidden;
	width: 950px;
	height: 369px;
	position: absolute;
}
.jFlowControl, .jFlowPrev, .jFlowNext {
	color:#FFF;
	cursor:pointer;
	padding: 2px 5px;
}
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
	background: #43A0D5;
}
#portfolioSlides #jFlowSlide {
	background: none;
	margin-top: 0px;
}
#portfolioSlides #myController {
	top: 0px;
}
#portfolioSlides .slide-wrapper {
	overflow:hidden;
	width: 608px;
	height: 697px;
}

#portfolioBillboard {
	
	}

#portfolioBillboard #cyclerNav {
	top:0px;
}
	
#portfolioCycler
	{
	position: relative;
	}

#portfolioCycler .cycler-slide {
	width: 608px;
	position: relative;
	background:transparent url(../images/blueTransBg.png) repeat;
	padding: 10px;
}

#portfolioCycler .cycler-slide img {
	display: block;  
}
 
.cover {
	color:#0C3344;
	float:left;
	height:60px;
	left:0;
	padding:5px 0 3px 10px;
	position:absolute;
	top:461px;
	width:929px;
	z-index: 3000;
}
.cover p.caption {
	margin-top: -4px;
	font-size: 12px;
}
.cover span {
	font: normal 11px Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -25px;
	margin-right: 10px;
}
.cover span a {
	background:transparent url(../images/smBlueArrows.jpg) no-repeat scroll 0 3px;
	color:#0C3344;
	padding-left:10px;
}
.cover span a:hover {
	background:transparent url(../images/smWhiteArrows.jpg) no-repeat scroll 0 3px;
	color: #fff;
}
.cover.over span a {
	background:transparent url(../images/smWhiteArrows.jpg) no-repeat scroll 0 3px;
	color: #fff;
}

p.portTitle  {
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: .75em;
	}
/*********************************************************************
Callout Cells
**********************************************************************/	

p.cellPara {
	padding: 0px 10px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	width: 250px;
	margin-top: -10px;
	}

span.cellPara p {
	padding: 0px 10px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	width: 250px;
	margin-top: -10px;
	line-height: 1.25em;
	}
	
.callout .calloutLCol {
	padding: 10px; 
	float: left; 
	width: 40px;
	}
.callout .calloutLCol .numBox {
	margin: 5px 0 0 5px;
	}
.callout .calloutRCol {
	float: left; 
	width: 226px;
	}
.callout .calloutRCol .calloutRow {
	border-bottom: none;
	}
.callout .calloutRCol .calloutRow p {
	width: auto;
	}
.callout .calloutRCol .tags ul {
	width: 175px;
	}
.blogTitle {
	font-size: 16px !important;
	}
.blogTitle a {
	display: block;
	}
.blogTitle a:hover {
	text-decoration: underline;
	}
p.blogEntry {
	color: #fff !important;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	}

span.blogEntry p {
	color: #fff !important;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	}
	
/*********************************************************************
Post styles
**********************************************************************/

.post {
	display: none;

}



sup span{
	vertical-align:super;


}

/*********************************************************************
Dropdown selector
**********************************************************************/
#dateSorter {
	float: left;
	width: 300px;
	display: inline;
	margin-top: 10px;
	position: relative;
	z-index: 1000; 
	}
.fdd2div_default {
	position:relative;
	font-size:12px;
	text-align:left;
	width:300px;
	height: 26px;
	}
.fdd2div_default_main_link {
	text-decoration:none;
	padding:5px;
	}
.fdd2div_default ul li a {
	display: block;
	line-height: 20px;
	}
.fdd2div_default a.collapsed {
	display:block;
	padding:6px 10px;
	}
.fdd2div_default a.expanded {
	padding:6px 10px;
	display:block;
	}
.fdd2div_default_ul_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	top:26px;
	width:100%;
	}
.fdd2div_default_ul_list li {
	}
.fdd2div_default_ul_list li a {
	display:block;
	padding: 3px 10px;
	}
.fdd2div_default_ul_list li a:hover {
	color:#333;
	background-color: #fff;
	}
.fdd2div_default ul li a:hover {
	background-color: #fff;
	color:#333;
	}	
.fdd2div_default ul li a:visited {
	color:#333;
	}
#selector br {
	display: none;
	}
	
/*********************************************************************
Purple Selector
**********************************************************************/
	#dateSorter.ltPurple .fdd2div_default {
		background-color:#E2D5EF; 
		}
	#dateSorter.ltPurple .fdd2div_default ul li a {
		color:#0C385F; 
		}
	#dateSorter.ltPurple .fdd2div_default a.collapsed {
		background:transparent url(../images/collapse.jpg) no-repeat scroll top right;
		color:#432E44;
		}
	#dateSorter.ltPurple .fdd2div_default a.expanded {
		background:transparent url(../images/expand.jpg) no-repeat top right;
		color:#432E44;
		}
	#dateSorter.ltPurple .fdd2div_default .fdd2div_default_ul_list {
		background-color:#E2D5EF;
		}

/*********************************************************************
Midgray Selector
**********************************************************************/
	#dateSorter.midGray .fdd2div_default {
		background-color:#dedede; 
		}
	#dateSorter.midGray .fdd2div_default ul li a {
		color:#333; 
		}
	#dateSorter.midGray .fdd2div_default a.collapsed {
		background:transparent url(../images/midGrayCollapse.jpg) no-repeat scroll top right;
		color:#333;
		}
	#dateSorter.midGray .fdd2div_default a.expanded {
		background:transparent url(../images/midGrayExpand.jpg) no-repeat top right;
		color:#333;
		}
	#dateSorter.midGray .fdd2div_default .fdd2div_default_ul_list {
		background-color:#dedede;
		}
/*********************************************************************
Blue Selector
**********************************************************************/
	#dateSorter.blueSelector .fdd2div_default {
		background-color:#dedede; 
		}
	#dateSorter.blueSelector .fdd2div_default ul li a {
		color:#333; 
		}
	#dateSorter.blueSelector .fdd2div_default a.collapsed {
		background:transparent url(../images/blueCollapse.jpg) no-repeat scroll top right;
		color:#333;
		}
	#dateSorter.blueSelector .fdd2div_default a.expanded {
		background:transparent url(../images/blueExpand.jpg) no-repeat top right;
		color:#333;
		}
	#dateSorter.blueSelector .fdd2div_default .fdd2div_default_ul_list {
		background-color:#dedede;
		}
/*********************************************************************
Green Selector
**********************************************************************/
	#dateSorter.greenSelector .fdd2div_default {
		background-color:#D8FFB3; 
		}
	#dateSorter.greenSelector .fdd2div_default ul li a {
		color:#333; 
		}
	#dateSorter.greenSelector .fdd2div_default a.collapsed {
		background:transparent url(../images/greenCollapse.jpg) no-repeat scroll top right;
		color:#333;
		}
	#dateSorter.greenSelector .fdd2div_default a.expanded {
		background:transparent url(../images/greenExpand.jpg) no-repeat top right;
		color:#333;
		}
	#dateSorter.greenSelector .fdd2div_default .fdd2div_default_ul_list {
		background-color:#D8FFB3;
	}
/*********************************************************************
Purple Selector
**********************************************************************/
	#dateSorter.purpleSelector .fdd2div_default {
		background-color:#FFDFFF; 
		}
	#dateSorter.purpleSelector .fdd2div_default ul li a {
		color:#333; 
		}
	#dateSorter.purpleSelector .fdd2div_default a.collapsed {
		background:transparent url(../images/purpleCollapse.jpg) no-repeat scroll top right;
		color:#333;
		}
	#dateSorter.purpleSelector .fdd2div_default a.expanded {
		background:transparent url(../images/purpleExpand.jpg) no-repeat top right;
		color:#333;
		}
	#dateSorter.purpleSelector .fdd2div_default .fdd2div_default_ul_list {
		background-color:#FFDFFF;
	}		
/*********************************************************************
Careers
**********************************************************************/
.jobRow {
	margin: 15px;
	border-bottom: 1px dashed #cccccc;
	}
.jobRow.last {
	margin-right: 15px !important;
	padding-bottom: 15px !important;
	margin-bottom: 0px;
	}
.jobTitle {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	padding-right: 10px;
	}
.jobDate {
	color: #777;
	font-size: 12px;
	float:right;
	margin-top: -5px;
	}
.jobRow p {
	padding: 10px 0;
	}
.jobRow .calloutFooter {
	margin-bottom: 22px;
	}
.jobRow.last .calloutFooter {
	margin-bottom: 0px;
	}
/*********************************************************************
News Detail
**********************************************************************/
#wcPostHeader {
	margin-bottom: 10px
	}
	#wcPostHeader .numBox{ 
		margin-top: 0px;
		float: left;
		}
	#wcPostHeader .staffDate {
		margin-bottom: 10px;
		}
	#wcPostHeader h2 {
		padding-bottom: 0px;
		float: left;
		zoom: 1;
		width: 500px;
		}
#wcPost {
	margin-left: 50px;
	}
	#wcPost.careerDet {
		margin-left: 0px !important;
		}
	#wcPost p {
		padding-bottom: 10px;
		color: #fff;
		width: 95%;
		}
	#wcPost p img {
		padding: 10px;
		}
	#wcPost a {
		text-decoration: underline;
		}
	#wcPost a:hover {
		text-decoration: none;
		}
	#wcPost.greenNoBG a {
		color: #8CC63E;
		}
	#wcPost.purpleNoBG a {
		color: #B585B5;
		}
	#wcPost .projTags {
		clear: both;
		padding-left: 0px;
		float: left;
		margin-bottom: 10px;
		}
.careerDet h2 {
	margin-top: 10px;
	}
	.careerDet #wcPost{
		margin-top: 20px;
		margin-left: 0px;
		}	
	.careerDet .jobDate {
		float: none;
		}	
	.careerDet #wcPost ul {
		list-style-type: none;
		}
		.careerDet #wcPost ul li {
			background: transparent url(../images/smWhiteArr.png) 0px 8px no-repeat;
			padding-left: 15px;
			width: 400px;
			}			

.addthis_button {
	cursor:pointer;
	float:right;
	margin-top:10px;

	}
			
#wcComments {
	clear:both;
	margin-top: 25px;
	padding: 20px;
	}
	#wcCommHeader {
		margin-bottom: 20px;
		zoom: 1;
		}
		#wcCommHeader span {
			font: normal 16px/15px Arial, Helvetica, sans-serif;
			}
		span#wcCommNum {
			color:#FFFFFF;
			display:block;
			float:left;
			font: normal 11px Arial, Helvetica, sans-serif;
			height:21px;
			margin-right:10px;
			text-align:center;
			width:21px;
			}
.wcCommentPost {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	zoom: 1;
	}
	.wcCommentPost.last {
		margin-bottom: 30px;
		}
	.wcCommentPost p {
		padding-bottom: 10px;
		padding-top: 10px;
		}
	.wcCommentPost span {
		font: bold 14px/20px Arial, Helvetica, sans-serif;
		}
	.wcCommentPost span.commentDate {
		font: normal 11px/20px Arial, Helvetica, sans-serif;
		padding-left: 10px;
		}
#wcCommentForm {
	zoom: 1;
	}
			
	#wcCommentForm p {
		margin-bottom: 12px;
		}
	#commentForm input, #commentForm textarea {
		border: 1px dashed white;
		*border: 1px solid white;
		font: normal 12px Arial, Helvetica, sans-serif;
		padding: 3px;
		width: 250px;
		color: #555;
		}
	#commentForm textarea {
		width: 530px;

		}
	#commentForm #submitbut {
		border:medium none;
		color:#FFFFFF;
		font-weight:bold;
		height:30px;
		padding:0;
		width:122px;
		cursor: pointer;
		}
	#commentForm input:focus, #commentForm textarea:focus { 
		border: 1px dotted green; 
		}
	#commentForm input.error, #commentForm textarea.error { 
		border: 1px dotted red; 
		}
	form.cmxform label.error, label.error {
		color: red;
		float: left;
		font-style: italic;
		width: 220px;
		}
	#comments label.error {
		margin-left: 10px;
		}
	#commentForm #submitbut input:hover {
		color: #555;
		}
	.requiredText {
		color: #aaa;
		font: 9px Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		top: 39px;
		right: 0px;
		}
/*********************************************************************
Our Method
**********************************************************************/
.open { 
	height: 100%;
		
}

.contentPadding {
	padding: 15px 15px 10px 15px;
}

.contentPadding p {
	padding: 0 0 15px 0;
}
.contentPadding h3 {
	padding: 0;
}
	
#rightCol.ourMethod img {
	padding: 0;
	}
	
.subCol {
	float: left;
	display: inline;
	position: relative !important;
	padding-bottom: 20px;
	margin: 20px 0px 0 15px;
	}
	#omSubLcol {
		width: 300px;
		}
	#omSubLcol p {
		padding-bottom: 10px;
		}
	#omSubRcol {
		width: 220px;
		padding: 15px;
		left: 37px;
		}
		#omSubRcol p {
			text-align: right;
			}
		
/*********************************************************************
CATEGORY NAVIGATIONS
**********************************************************************/

.dropdown	{
	margin: 15px 0 0 0;
}

.dropdown dd ul {
	max-height: 200px;
	overflow: auto;
}

.dropdown dd ul.newsNavigation	{
	list-style-type: none;
	background: #E0FFCF;
	margin: 0 0 20px 0;
	display:none;
	left:0px; 
	position:absolute; 
	top:0px;
	width: 100%;
	z-index: 1000;
}

.dropdown dd ul.newsNavigation li	{
	margin: 0;
	padding: 0;
	
}

.dropdown dd ul.newsNavigation li a	{
	color: #333;
	display: block;
	padding: 5px 10px;
}

.dropdown dd ul.newsNavigation li a:hover	{
	color: #333;
	background: #fff;
}

.dropdown dd ul.blogNavigation	{
	list-style-type: none;
	background: #F3DFFF;
	margin: 0 0 20px 0;
	display:none;
	left:0px; 
	position:absolute; 
	top:0px;
	width: 100%;
	z-index: 1000;
}

.dropdown dd ul.blogNavigation li	{
	margin: 0;
	padding: 0;
	
}

.dropdown dd ul.blogNavigation li a	{
	color: #333;
	display: block;
	padding: 5px 10px;
}

.dropdown dd ul.blogNavigation li a:hover	{
	color: #333;
	background: #fff;
}


.dropdown dd ul.portfolioNavigation	{
	list-style-type: none;
	background: #ececec;
	margin: 0 0 20px 0;
	display:none;
	left:0px; 
	position:absolute; 
	top:0px;
	width: 100%;
	z-index: 1000;
}

.dropdown dd ul.portfolioNavigation li	{
	margin: 0;
	padding: 0;
	
}

.dropdown dd ul.portfolioNavigation li a	{
	color: #333;
	display: block;
	padding: 5px 10px;
}

.dropdown dd ul.portfolioNavigation li a:hover	{
	color: #333;
	background: #fff;
}



.dropdown dd ul.awardsNavigation	{ 
	list-style-type: none;
	background: #ececec;
	margin: 0 0 20px 0;
	display:none;
	left:0px; 
	position:absolute; 
	top:0px;
	width: 100%;
	z-index: 1000;
}

.dropdown dd ul.awardsNavigation li	{
	margin: 0;
	padding: 0;
	
}

.dropdown dd ul.awardsNavigation li a	{
	color: #333;
	display: block;
	padding: 5px 10px;
}

.dropdown dd ul.awardsNavigation li a:hover	{
	color: #333;
	background: #fff;
}


.dropdown dd, .dropdown dt, .dropdown ul { 
	margin:0px; 
	padding:0px; 
}

.dropdown dd { 
	position:relative; 
}

.dropdown a, .dropdown a:visited { 
	color:#333; 
	text-decoration:none; 
}

.dropdown dt a:hover, .dropdown dt a:focus { 
	color:#333; 
}

.dropdown dt a.greenArrow {
	background: #D8FFB3 url(../images/greenExpand.jpg) no-repeat right bottom; 
	display:block; 
	padding: 5px 10px;
	}

.dropdown dt a.purpleArrow {
	background: #E2D5EF url(../images/expanded.jpg) no-repeat right top; 
	display:block; 
	padding: 5px 10px;
	}

.dropdown dt a.blueArrow {
	background: #DEDEDE url(../images/blueCollapse.jpg) no-repeat right top; 
	display:block; 
	padding: 5px 10px;
	}

.dropdown dt a.grayArrow {
	background: #DEDEDE url(../images/grayCollapse.jpg) no-repeat right top; 
	display:block; 
	padding: 5px 10px;
	}
	
.dropdown dt a span {
	cursor:pointer; 
	display:block; 
	}
	
.dropdown span.value { 
	display:none;
	}
	
.dropdown dt a.active {
	background-position: right top;
}
	

/*********************************************************************
NO SEARCH RESULTS
**********************************************************************/
#noResults{
	position: absolute;
	top: 133px;
	left: 330px;
	/*background: transparent url(../images/grayTransBg.png) repeat;*/
	padding: 10px;
	width: 590px; 
}

#noResults span{
	display: block;
	width: 41%;
	margin: 0 0 20px 0;
	float: left;
	line-height: 2.4em;
}


#noResults ul {
	list-style-type: none;
	font-size: 14px;
}

#noResults ul li{
	padding: 0;
	margin: 0;
}

#noResults ul li ul{
	padding: 0;
	margin: 0 0 0 23px;
}

#noResults ul li ul li{
	list-style-type: disc;
	color: #3F3937;
}

