/***********************************************/
/* usability.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	width: 955px;
	margin: 0 0 0 0;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #2f9f4c;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


h1{
	font-size: 180%;
	margin-bottom: 10px;
}

h2{
	font-weight: normal;
	font-size: 100%;
	margin-top: 6px;
}

ul{
	list-style: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 10px;
	width: 945px;
	background-color: #FFFFFF;
}

#left{
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
}

#content{
	float: left;
	width: 315px;
	padding: 0px 5px 0px 5px;
	background-color: #FFFFFF;
}

#headlines{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
 	float:right;
	width: 290px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
}

.feature img{
	float: left;
}


/************** .story styles *****************/

.story{
	padding: 0px 10px 0px 0px;
	clear: none;
	margin-left: 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	padding: 6px 10px 6px 10px;
	background-color: #FFFFFF;
	font-size: 80%;
}

/*********** #contact styles ***********/

#contact{
	position: relative;
	margin: 0 0 0 0;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 87px;
}

.contact2 {
	margin-left: 10px;
	margin-top: 10px;
	color: #FFFFFF;
}

#contact a {
	color: #FFFFFF;
	font-weight: normal;
}
/*********** .work styles ***********/

#work{
	position: relative;
}

.areas {
	font-size: 150%;
	line-height: 120%;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	padding: 10px 0px 10px 0px;
}

.references {
	margin-left: 10px;
}
.references_attribution{
	margin-left: 20px;
	font-size: 80%;
	line-height: 100%;
	color: gray;
}
.references_attribution2{
	margin-left: 20px;
	font-size: 80%;
	line-height: 100%;
	color:gray;
	text-indent: 20px;
}
.bloglinks {
	margin-left: 20px;
}

