
*
{
	margin: 0;
	padding: 0;	
}
body
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height: 1.4;
}


#branding
{

}

#strapline
{
	color: #666;
	margin-top: -5px;
	letter-spacing: 1px;
	padding-left: 92px;
	font-weight: bold;
}

#skip, #navigation
{
	display: none;
	visibility: hidden;	
}

#feature
{
	margin-top: 43px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #666;
}



#siteinfo
{
	padding-top: 40px;
	clear: both;
}

#siteinfo ul
{
	list-style: none;	
	border-top: 1px solid #666;
}

#siteinfo li
{
	display: none;
	visibility: hidden;
}

#siteinfo li.copyright
{
	display: block;
	visibility: visible;
}


#feature h2
{
	padding: 0 0 2em 0;
	font-size: 1.2em;
	border-bottom: 1px solid #666;
}

#feature p
{
	width: 50%;
	float: left;
	padding: 10px 20px 0 0;
	font-style: italic;
}

#feature #tagline
{
	width: 135px;
	float: left;
	padding: 10px;
	font-size: 1.2em;
}

#content
{
	clear: both;
}


h3
{
	font-weight: bold;
	font-size: 1.2em;
	padding: 1em 0 1em 0;
}

h3.first
{
	padding-top: 0;	
}

h4
{
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
}

a img
{
	border: none;	
}

a:link, a:visited, a:focus, a:hover, a:active
{
	color: #666;	
	text-decoration: none;
}

.intro
{
	font-size: 1.15em;	
}

dl
{
	width: 100%;
	float: left;	
}
dt
{
	float: left;
	width: 8em;
	padding: 0.3em 0 0 0;
	font-weight: bold;
	clear: left;
}
dd
{
	margin-left: 8em;	
	padding: 0.3em 0 0 0;
}

p
{
	padding: 0 0 1em 0;	
}

cite
{
	display: block;
	padding: 0 0 1.5em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;	
	color: #666;
	font-style: italic;
}


table
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
}

table td, table th
{
	border: 1px solid #666;
	padding: 0.5em;
	vertical-align: top;
}

em
{
	font-weight: normal;
	font-style: italic;	
}

strong
{
	font-weight: bold;
	font-style: normal;	
}






.thumbnail
{
	background-color: #fff;
	
	width: 125px;
	float: left;
	display: inline;
}

.thumbnail img
{
	border: 1px solid #666;
	padding: 4px;	
}

#content .thumbnail
{
	padding: 0 22px 22px 0;	
}

.thumbnail a:link, .thumbnail a:visited, .thumbnail a:focus, .thumbnail a:hover, .thumbnail a:active
{
	color: #999;
}


#feature .thumbnail
{
	
	height: 123px;
}

#feature .thumbnail img
{
	border-top: none;	
	border-bottom: none;
}


#section-home #feature .last
{
	background-image: url(../../images/backgrounds/thumbnail-home-feature.gif);
}

#section-home #feature .thumbnail
{
	margin-left: 32px;	
}

#section-home #feature .first 
{
	margin-left: 0;	
}



.pagination
{
	display: none;
	visibility: hidden;
}