/* CSS Document */



/*############################### Global Styles ###############################*/
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p { 
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul {
	font-size: 11px;
	line-height: 15px;
	color: #CC0000;
	list-style-type: square;
	margin: 0; 
	padding: 0px 0px 0px 15px;
}
ul strong {
	color: #666666;
}
ul.case {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	margin: 15px 0px 15px 0px;
}
ul.case li {
	margin-bottom: 15px;
}
ul.careers span {
	color:#666666;
}
h1 {
	font-weight: normal;
	font-size: 27px;
	line-height: 25px;
	color: #000000;
	margin: 13px 0px 0px 0px;
}
h1 span.breadcrumb {
	color:#000000;
}
h1 span.breadcrumb a {
	color:#999999;
}
h1 span.breadcrumb span.divider {
	color:#999999;
	font-size: 12px;
}
h1.approach {
	background-image: url(images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 109px 4px;
}
h1.capabilities {
	background-image: url(images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 99px 4px;
}
h1.fisherdesign {
	background-image: url(images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 128px 4px;
}
h1.clients {
	background-image: url(images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 148px 4px;
}
h1.contact {
	background-image: url(images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 80px 4px;
}
h1.portfolio {
	background-image: url(images/arrow_header.gif);
	background-repeat: no-repeat;
	background-position: 71px 4px;
}
h1 span {
	font-size: 13px;
	color: #999999;
	font-weight: bold;
}
h2 {
	margin: 15px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;	 
}
h2.portbread {
	margin: 20px 0px 25px 35px;
	background-image: url(images/arrow_red.gif);	 
}
h1, h2, h4, p {
	padding-left: 15px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin: 0;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0;
}
a { 
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.rule {
	margin: 0px 0px -15px 15px;
	position: relative;
	background-image: url(images/body_hrule.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



/*############################### Featured Links ###############################*/
p.featurelink {
	margin-left: 15px;
	font-size: 10px;
	background-image: url(images/plusign_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
p.featurelink a {
	color: #000000;
}
p.featurelink a:hover {
	/*text-decoration: none;
	color: #CC0000;*/
}



/*############################### Primary Navigation ###############################*/
#prim_nav {
	margin-top: 20px;
}
#prim_nav a {
	color:#000000;
	font-size: 12px;
}
#prim_nav a:hover span {
	color:#CC0000
}
#prim_nav a:hover {
	text-decoration: none;
}
#prim_nav span {
	font-size: 10px;
	color: #666666;
}



/*############################### Banner ###############################*/
#banner {
	margin-top: 16px;
}
#banner.nav {
	margin-top: 16px;
    background-image: url(images/banner_nav_bg_grey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*#banner a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}*/
#banner a {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 23px;
}
#banner a:hover {
	text-decoration: none;
	color: #333333;
}
#banner ul {
	list-style: none;
	margin: 17px 0px 0px 0px;
	padding: 0;
}
#banner li {
	padding-left: 30px;
	background-image: url(images/banner_nav_bg_unactive.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#banner li.active a {
	font-weight: bold;
	color: #FFFFFF;
}



/*############################### Main Content Area ###############################*/
#body {
	background-image: url(images/body_bg_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#body.home {
	background-image: none;
}
#body td.vrulel {
	background-image: url(images/body_vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#body td.vruler {
	background-image: url(images/body_vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#body td.hrule {
	background-image: url(images/body_hrule.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#body td.primcontent {
	padding-bottom: 15px;
}



/*############################### Side-Bar ###############################*/
div.sidebar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
	background-image: url(images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 30px;
	top: 55px;
	width: 170px;
}
div.sidebar h3 {
	padding: 20px 0px 0px 15px;
}
div.sidebar p {
	font-size: 10px;
}
td.sidebar div.thumbs {
	margin: 79px 0px 12px 18px;
}
td.sidebar img {
	margin: 0px 0px 12px 11px;
}


/*############################### Footer ###############################*/
#footer {
	margin-bottom: 30px;
}
#footer td {
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #999999;
}
#footer td a {
	color: #999999;
}



/*############################### Home Page Featured Item ###############################*/
td.feature table {
	margin: 27px 0px 10px 0px;
}
td.feature img {
	padding-right: 10px;
}
td.feature h4 {
	padding-left: 0px;
}
td.feature p {
	font-size: 10px;
	padding-left: 0px;
}
td.feature p.featurelink {
	margin-left: 0;
}
td.feature p.featurelink a {
	padding-left: 15px;
}



/*############################### Portfolio Item ###############################*/
.portlistitem td.copy {
	padding: 0px 45px 0px 0px;
}
.portlistitem td.image {
	padding: 0px 0px 30px 50px;
}
#portsubhead {
	margin-right: 50px;
	margin-left: 35px;
}



/*############################### Portfolio Sort Menu ###############################*/
div.sortmenu {
	margin: 20px 0px 25px 23px;
}
div.sortmenu form select {
	width: 150px;
	font-size: 11px;
}
div.sortmenu p {
	margin: 0;
	padding: 0px 0px 3px 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/arrow_small_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div.sortmenu div {
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 0px 10px 10px;
}
div.sortmenu form {
	margin: 0;
}
div.sortmenu h3 {
	padding-left: 10px;
	color: #000000;
}
div.sortmenu h3 span {
	color:#666666;
}



/*############################### Project Details Subhead & Project Details Client Logo ###############################*/
/*.projectdet {
	padding-top: 20px;
}*/
.projectdet p {
	font-size: 12px;
	margin: 0;
	color: #666666;
}
.projectdet p strong {
	color: #000000;
}
div.clientlogo {
	padding: 1px 0px 1px 1px;
}
div.desc_wrap {
	margin: 17px 0px 0px 15px;
	padding: 0px 10px 0px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(images/port_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.desc_wrap p {
	padding-left: 20px;
}
div.desc_wrap div.rule  {
	margin-left: 20px;
}
div.desc_wrap_case {
	margin: 17px 0px 0px 15px;
	padding: 0px 10px 0px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(images/port_logo_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.desc_wrap_case p {
	padding-left: 30px;
}
div.desc_wrap_case div.rule  {
	margin-left: 30px;
}



/*############################### Project Case Study Subhead ###############################*/
h2.case1, h2.case2, h2.case3 {
	margin-left: 15px;
}
h2.case1 {
	background-image: url(images/case_bg_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h2.case2 {
	background-image: url(images/case_bg_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h2.case3 {
	background-image: url(images/case_bg_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.caseimages {
	text-align:center;
	padding-top: 50px;
}
div.caseimages p {
	padding: 0;
}



/*############################### Clients Page ###############################*/
ul.clients {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
	font-size: 11px;
	color:#666666;
	line-height: 15px;
}
ul.clients li.nolink {
	padding-left: 15px;
}
ul.clients a {
	padding-left: 15px;
	background-image: url(images/plusign_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color:#000000;
}
ul.clients a:hover {
	background-image: url(images/plusign_red.gif);
}



/*############################### Portfolio Pop-Up Windows ###############################*/
td.closewin {
	padding: 10px 12px 10px 0px;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
td.closewin a {
	background-image: url(images/closewin.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding: 2px 23px 2px 0px;
}
table.popup {
	background-image: url(images/closewin_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
table.popup td.nav {
	font-size: 10px;
	font-weight: bold;
}
table.popup td.nav div.prev {
	padding: 8px 25px 8px 0px;
}
table.popup td.nav div.next {
	padding: 8px 0px 8px 25px;
}
table.popup td.nav div.next a {
	padding-right: 12px;
	background-image: url(images/arrow_small_red.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}
table.popup td.nav div.prev a {
	padding-left: 12px;
	background-image: url(images/arrow_small_red_l.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
table.popup td.nav div.prev#inactive a {
	color: #CCCCCC;
	background-image: url(images/arrow_small_grey_l.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
table.popup td.nav div.prev#inactive a:hover {
	text-decoration: none;
}
table.popup td.nav div.next#inactive a {
	color: #CCCCCC;
	background-image: url(images/arrow_small_grey.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}
table.popup td.nav div.next#inactive a:hover {
	text-decoration: none;
}
table.popup div.caption {
	margin: 0px 30px 0px 30px;
	padding: 15px 0px 15px 5px;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	background-image: url(images/pop_caption_bg2.gif);
	background-repeat: repeat-x; 
	background-position: center center;
}




/*############################### New Portfolio Pop-Up Windows ###############################*/
#popup_purple {
	background-image:url(images/popup_bg_purple.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#popup_blue {
	background-image:url(images/popup_bg_blue.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#popup_red {
	background-image:url(images/popup_bg_red.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#popup_yellow {
	background-image:url(images/popup_bg_yellow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#popup_green {
	background-image:url(images/popup_bg_green.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftcolumn td#nav {
	background-color:#CCCCCC;
	height: 48px;
}
#leftcolumn td#caption {
	height: 365px;
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
}
#leftcolumn td#caption div {
	text-align: left;
	padding: 8px 15px 8px 10px;
	margin-left: 40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#leftcolumn td#nav {
	 text-align: center;
	 font-size: 10px;
}
#leftcolumn td#nav a {
	 font-weight: bold;
	 color:#333333;
	 padding: 3px 13px 3px 13px;
}
#leftcolumn td#nav a.next_active {
	background-image: url(images/arrow_popup_next_active.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#leftcolumn td#nav a.next_inactive {
	color: #ABABAB;
	background-image: url(images/arrow_popup_next_inactive.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#leftcolumn td#nav a:hover.next_inactive {
	text-decoration: none;
}
#leftcolumn td#nav a.prev_active {
	background-image: url(images/arrow_popup_prev_active.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#leftcolumn td#nav a.prev_inactive {
	color: #ABABAB;
	background-image: url(images/arrow_popup_prev_inactive.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#leftcolumn td#nav a:hover.prev_inactive {
	text-decoration: none;
}
#leftcolumn td#nav span {	
	color: #FFFFFF;
}
