#static {
  position:absolute;
  top:29px;
  left:24px;
  height:26px;
  width:352px;
}


/* LOGO */
#static #logo {
	float:left;
	width:140px;
	height:20px;
	background:url(../images/parrish_hanna_logo.png) no-repeat 0 0;
	margin-right:1px;
	}
#static #logo h1 {
	display:none;
	}
#static #staticlinks ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#static #staticlinks ul li {
	float:left;
	}
#static #staticlinks ul li a {
	float:left;
	margin-left:8px;
	width:28px;
	height:28px;
	}
	
#static #staticlinks ul li.information a {
	background:url(../images/information.png) no-repeat 0 0;
	}
#static #staticlinks ul li.touch_points a {
	background:url(../images/touch_points.png) no-repeat 0 0;
	}
#static #staticlinks ul li.skills_services a {
	background:url(../images/skills_services.png) no-repeat 0 0;
	}
#static #staticlinks ul li.contact a {
	background:url(../images/contact.png) no-repeat 0 0;
	}

/*
  #static #staticlinks ul li.information a:hover {
  	background:url(../images/information_hover.png) no-repeat 0 0;
  	}
  #static #staticlinks ul li.touch_points a:hover {
  	background:url(../images/touch_points_hover.png) no-repeat 0 0;
  	}
  #static #staticlinks ul li.skills_services a:hover {
  	background:url(../images/skills_services_hover.png) no-repeat 0 0;
  	}
  #static #staticlinks ul li.contact a:hover {
  	background:url(../images/contact_hover.png) no-repeat 0 0;
  	}
*/

	
#static #staticlinks ul li a h5 {
	display:none;
	}
	
	
	
/* BOTTOM STATIC NAVIGATION */
.static_bottom {
  position:absolute;
  top:597px;
  left:635px;
  height:100px;
  width:288px;
  display:none;
  /* background:url(../images/portfolio_trans_nav.png) no-repeat 0 0; */
}

.static_bottom .item_box {
	float:left;
	height:22px;
	width:22px;
	margin:0 4px 4px 0;
	background:#CCC;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	}
.static_bottom a.item_box:hover {
	background:#999;
	}
.static_bottom a.item_box h4 {
	display:none;
	}
#navigation {
	position:fixed;
	}
#holder {
	overflow:hidden; 
	}
#mainContainer {
	background:#FFF;
	}
.inner_box {
	float:left;
	}


	
/* TOP NAV HOLDS COLOR STRIPS */
#topNavigation {
	float:left;
	margin-top:29px;
	margin-left:24px;
	width:888px;
	height:40px;
	}

	#topNavigation .title_block {
	float:left;
	height:20px;
	width:136px;
	background:#18445C;
	}

	#topNavigation .ind_information,
	#topNavigation .ind_touch_points,
	#topNavigation .ind_skills_services,
	#topNavigation .ind_contact {
	float:left;
	height:24px;
	width:20px;
	background:#18445C;
	}
	#topNavigation .ind_information {
		margin-left:16px;
	}	
	#topNavigation .ind_touch_points {
		margin-left:50px;
	}	
	#topNavigation .ind_skills_services {
		margin-left:88px;
	}	
	#topNavigation .ind_contact {
		margin-left:126px;
	}	




/* 3 COLUMNS */
.left_column,
.middle_column,
.right_column {
	float:left;
	margin-left:24px;
	width:280px;
	height:504px;
	}
	
	
/* LEFT COLUMN */
.left_column {
	text-align:right;
	}
	
	.left_column .page_title h1 {
	  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-transform:uppercase;
		letter-spacing:.03em;
		color:#479FBB;
		font-weight:100;
		font-size:2.7em;
		padding:0;
	}
	
	.left_column .excerpt h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:100;
		font-size:1.3em;
		line-height:1.4em;
		padding:0;
	}
	
	
	/* Tags in left column */
	.left_column .tags {
		margin-top:14px;
		}
	.left_column .tags h3.tag_title {
		text-transform:uppercase;
		letter-spacing:.08em;
		font-weight:100;
		font-size:.8em;
		line-height:1.5em;
		padding:0;
		margin-top:16px;
	}
	.left_column .tags h4.tag_item {
		text-transform:uppercase;
		letter-spacing:.08em;
		font-size:.8em;
		line-height:1.5em;
		padding:0;
	}
	
	
	
	/* Divider block */
	.left_column .block_element {
		height:14px;
		width:80px;
		margin:24px 0 16px 200px;
		background:#000;
	}
	
	
	
/* RIGHT COLUMN */
.right_column .image_holder {
	width:280px;
	}

.right_column .image_holder .toggler {
	height:10px;
	width:280px;
	}
		
.right_column .block {
	margin-bottom:14px;
	}
.right_column .block ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.right_column .block ul li {
	padding:4px 0;
	border-bottom:solid 1px #CCC;
	}
	
	
/* 2 COLUMNS */
.middle_right_columns {
	float:left;
	margin-left:24px;
	width:584px;
	height:500px;
	}
	

/* BOTTOM NAVIGATION */
#bottomNavigationHolder {
	float:left;
	margin-left:24px;
	width:888px;
	height:40px;
	}
#bottomNavigation {
	float:left;
	margin-left:611px;
	width:288px;
	height:120px;
	}
#bottomNavigation .item_boxes {
	margin-top:8px;
	}
#bottomNavigation .item_box {
	float:left;
	height:21px;
	width:22px;
	margin:2px 4px 4px 0;
	background:#FFF;
	}
	
	
/* Miscellaneous classes for reuse */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}