@charset "UTF-8";
/* CSS Document for PHF 2009*/

a img {
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	
	background-color: #fff;
	
	font-family: "Myriad Pro", Tahoma, Verdana;
	font-size: 13px;
	
}

hr {
	color: silver;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}

blockquote {
	margin: 0px;
	padding: 15px;
	
	font-style: italic;
}

/* Accordion styles starts*/
.heading_block {
	background: #f90;
	text-transform: uppercase;
}

.heading_block a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: 16px  "Lucida Grande", Arial, Verdana, sans-serif;
	color: #2a2a2a;
	height: 18px;
	padding: 6px 0px 6px 12px;
	text-decoration: none;
	background-image: url(../img/open-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.heading_block a:hover {
	background: #0cc;
	background-image: url(../img/open-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #000;
}

.heading_block a:visited {
	background: #0cc;
	background-image: url(../img/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #000;
}

/* Accordion styles ends*/

/* uniques */

#container {
	
	width: 950px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	margin: auto;
	overflow: hidden;
}

.caps {
	text-transform: uppercase;
}

.table_padding {
	padding: 5px;
}

.dates_projects {
	font-size: 14px;
	color: gray;
	font-weight: bolder;
}

.white_text {
	color: #fff;
}

.smll_text {
	font-size: 10px;
}

.sub-header {
	color: #F90;
	font-size: 16px;
	font-weight: bolder;	
}


/* content */


#content {
	font-size: 14px;
	width: 950px;
	overflow: hidden;
	padding-top: 20px;

}

#content h1 {
	margin: 0px;
	padding: 0px;
	
	text-transform: lowercase;
	
	color: #F30;
	font-stretch: normal;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}

#content a:link {
	color: rgb(255,0,0);
}

#content a:visited {
	color: rgb(255,0,0);
}

#content a:hover {
	color: #039;
}

/* end content */

/* icon shortcuts */

#shortcuts {
	width:270px;
	margin: auto;
}

#banner, #show {
	width: 950px;
	height: 300px;
	background-color: #fff;
	margin: auto;
}

#video {
	background-color: #000; 
	height:30px; 
	text-align:center; 
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	line-height:30px; 
	text-transform:uppercase; 
	font-size:16px;
	font-weight:bold; 
}


#show {
	display: none;
}


/* navi */
#navi {
	width: 950px;
	height: 120px;
	padding: 20px 0 0 0;
	text-transform: lowercase;

}

#navi .left {
	float: left;
}

#navi .right {
	float: right;
	
	margin-top: 90px;
}



#navi .right li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#navi a:link {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#navi a:visited {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#navi a:hover {
	color: #0CC;
}


/* end navi */

/* subnav */

#subnav {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	
	list-style:square;
	
	text-transform: lowercase;
}


#subnav li {
	color: #069;
	font-size: 15px;
}

#subnav a {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#subnav a:link {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#subnav a:visited {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#subnav a:hover {
	color: #0CC;
}

#subnav2 {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	
	list-style:square;
}


.subnav li {
	color: .069;
	font-size: 15px;
}

.subnav a {
	color: .069;
	text-decoration: none;
	
	font-weight: normal;
}

.subnav a:link {
	color: .069;
	text-decoration: none;
	
	font-weight: normal;
}

.subnav a:visited {
	color: .069;
	text-decoration: none;
	
	font-weight: normal;
}

.subnav a:hover {
	color: .0CC;
}

#subnav2 li {
	color: #069;
	font-size: 15px;
}

#subnav2 a {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#subnav2 a:link {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#subnav2 a:visited {
	color: #069;
	text-decoration: none;
	
	font-weight: normal;
}

#subnav2 a:hover {
	color: #0CC;
}

/* end subnav */

#left {
	float: left;
	
	width: 270px;
	
	text-align: left;
	
	margin-left: 10px;
	margin-right: 10px;

}

#left h2 {
	color: #F60;
	font-weight: normal;
}

#right {
	float: right;
	font-size: 13px;
	width: 280px;
	text-align: left;

}

#content #right #twit {
	font-size: 14px;
	line-height: 15px;
}

#content #right #twit a {
	font-size: 9px;
}

#rightmost {
	width: 600px;
	
	text-align: left;
	
	float: left;

	border-left: thin dashed silver;
	margin-left: 0px;
	padding-left: 40px;

}

h1 {
	font-size: 22px;
}

#rightmost .sub-header {
	color: #F90;
	font-size: 16px;
	font-weight: bolder;
	
}

#people h3 {
	margin: 0px;
	padding: 0px;
}

#right strong {
	color: #4398D7;
	font-size: 14px;
}

#right strong a:link {
	color: #4398D7;
}

#right strong a:visited {
	color: #4398D7;
}

#right strong a:hover {
	color: #039;
}



#content_body {
	width: 328px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	
	border-right: thin dashed silver;
	border-left: thin dashed silver;
}

#content_body strong {
	color: #4398D7;
	font-size: 14px;
}

#subnav_items a {
	color:#C60;
}



#footer {
	width: 950px;
	margin: auto;
	
	margin-top: 20px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	font-size: 11px;
	color: #fff;
	
	background: #ff5400;
}

#footer a{
	text-decoration: none;
	color: #fff;
}

/* class */

.image_padding {
	padding: 0 10px 10px 0;
	float: left;
}

.divider {
	width: 100%;
	height: 2px;
	margin: 15px 0;
	border-bottom: medium solid #000;
}

.subnav_menu {
	text-transform: lowercase;
}

.subnav_items a, .subnav_items li, .subnav_items ul{
	font-size: 14px;
	text-transform: lowercase;
}