body {
	text-align:center;
	width:100%;
	font-size:0.875em;
	background-color:#FFF;
	background-position:center;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:focus {
	outline:1px dotted invert
}
#intro {
height:585px;
width:940px;
}
#head {
	height:100px;
	position:relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* =Text
--------------------------------------------------------------------------------*/
p  , td{
	font-size:0.875em;
	line-height:1.75em;
	color:#666;
	margin:8px 0 0;
}
a {
	text-decoration: none;
	color: #e1001a;
}
a:hover     {
	color:#000;
}
h2 {
height:124px;
margin:0 0 51px;
}

h3 {
font-size:2em;
font-weight:700;
margin-bottom:13px;
letter-spacing:-0.1px;
line-height:130%;
}
h4 {
	font-size:1.125em;
	font-weight:700;
	margin-bottom:10px;
	letter-spacing:-0.1px;
	margin-top: 20px;
	color: #333;
}
.small {
font-size:0.75em;
line-height:16px;
z-index:0;
}

/* =Navigation
--------------------------------------------------------------------------------*/
#nav, #nav2, #nav3
{
	list-style:none;
	position:absolute;
	top:50px;
}
#nav {
	width:140px;
	left:250px;
}

#nav2 {
	width:140px;
	left:410px;
}

#nav3 {
	width:201px;
	left:730px;
}

#nav li a,#nav2 li a {
	float:left;
	width:140px;
	height:20px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	font-size:0.875em;
}


#nav li a:link,#nav li a:visited,#nav2 li a:link,#nav2 li a:visited {
	color:#999;
}

#nav li a#current,#nav2 li a#current {
	color:#e1001a;
	font-weight: bold;
}
#nav li a:hover,#nav2 li a:hover,#nav3 li a:hover,#footer p.left a:hover {
	color:#000;
}

/* =Footer
--------------------------------------------------------------------------------*/

#footer {
	width:960px;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 40px;
}

#footer a {
border:none;
font-weight:400;
text-decoration:none;
background:none;
}
#footer p.left a:link ,#footer p.left a:visited  {
color:#e1001a;
}

#footer p.left {
	float:left;
	color:#999;
	padding-left: 10px;
}

#footer p.right {
	float:right;
	padding-right: 10px;
}

#footer p {
font-size:12px;
color:#000;
}

h1 a:link,h1 a:visited {
	width:105px;
	height:100px;
	display:block;
	background-image:url(../images/logo_fa.gif);
	background-repeat:no-repeat;
	margin-left: 30px;
}

h1 a:hover, h1 a {
	height:100px;
}
/* =Headers
--------------------------------------------------------------------------------*/
h1 span,h3 span  {
position:absolute;
left:-9999px;
}
h3.bio,h3.contact {
background-position:left center;
width:300px;
height:31px;
padding:3px 0 0 30px;
}

h3.bio {
	background-image: url(../images/bio.gif);
	background-repeat: no-repeat;
}

h3.contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}
form {
	margin-top: 30px;
	margin-bottom: 50px;
}

#twitter_div {
font-size:0.875em;
color:#FFF;
}
ul#twitter_update_list {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
ul#twitter_update_list li {
	padding: 10px 0 10px 0;
	list-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#list_news li {
	font-size:0.875em;
	padding: 10px 0 10px 0;
	list-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.thumbnail
{
	float: left;
	width: 235px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
/*
960px Grid System ~ Core CSS.
Created by the Grid System Generator - v0.94
Learn more ~ http://www.gridsystemgenerator.com/

Based on the Grid System by Natan Smith - http://960.gs/
*/


/* =Containers
--------------------------------------------------------------------------------*/
.container_3
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align:left;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 3 Columns
--------------------------------------------------------------------------------*/
.container_3 .grid_1 { width: 300px; }
.container_3 .grid_2 {
	width: 460px;
}
.container_3 .grid_3 { width: 940px; }
.container_3 .grid_4 { width: 380px; }
.container_3 .grid_5 { width: 540px; }
.container_3 .grid_6 {
	width: 380px;
}

.container_3 .grid_1 { padding-top: 20px; }

/* =Prefix Extra Space >> 3 Columns
--------------------------------------------------------------------------------*/
.container_3 .prefix_1 { padding-left: 0px; }
.container_3 .prefix_2 { padding-left: 0px; }


/* =Suffix Extra Space >> 3 Columns
--------------------------------------------------------------------------------*/
.container_3 .suffix_1 { padding-right: 0px; }
.container_3 .suffix_2 { padding-right: 0px; }
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}