/*
Theme Name: Bare Bones
Theme URI: 
Description: Bare Bones Theme
Version: 1 (WP2.6.2)
Author: smartmlp
Author URI: 
Tags: bare bones
*/
html, body
{
	background: #000000;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 10pt;
}
*
{
	margin: 0;
	padding: 0;
}
a img
{
	border: 0;
}
a:link
{
	color: #84A2BE;
}
a:visited
{
	color: #84A2BE;
	
}
a:hover, a:active
{
	text-decoration: underline;
}
ul
{
	list-style: none;
	list-style-type: square;
	margin-left: 15px;
}
blockquote
{
	font-style: italic;
	margin: 10px 20px;
}
.gray
{
	color: #747373;
}
.divLink
{
	width: 100%;
	height: 100%;
	text-indent: -2000em;
	display: block;
}
.clear
{
	clear: both;
}
h1, .blockTitle
{
	background: #465665;
	font-weight: bold;
	font-size: 16pt;
	padding: 3px 0 3px 15px;
	clear: both;
	color: #FFFFFF;
	margin-top: 15px;
}
h1 a:link, h1 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
h2
{
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 11pt;
}
.newsTitle
{
	margin-top: 10px;
	font-size: 16pt;
}
#header
{
	width: 1024px;
	background: url("images/header.gif");
	height: 185px;
	background-repeat: no-repeat;
	margin: auto;
}
#header .divLink
{
	height: 170px;
}
#header ul
{
	list-style: none;
	margin-left: 35px;
	background: url("images/menubg.gif");
	height: 51px;
	width: 972px;
}
#header ul li
{
	float: left;
	margin: 17px 0px;
	padding: 0 8px;
	border-right: solid 1px black;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#header ul li a
{
	text-decoration: none;
	color: #FFFFFF;
}
#header ul li a:hover
{
	border-bottom: solid 5px #465665;
}
#content
{
	clear: both;
	margin: auto;
	margin-top: 40px;
	_margin-top: 5px; /*IE6 FIX*/
	width: 1000px;
}
#contentLeft
{
	float: left;
	width: 295px;
	margin: 0 15px 0 40px;
	_margin: 0 7.5px 0 20px; /*IE6 FIX*/
}
#contentRight
{
	float:left;
	width: 630px;
	margin-left: 15px;
}

.blockLeft
{
	width: 214px;
	float: left;
	background: #0F0F0F;
	border: solid 1px #162431;
	border-right: none;
	padding: 10px;
	height: 422px;
}
.blockRight
{
	width: 392px;
	float: left;
	background: #0F0F0F;
}
.item
{
	height: 90px;
	clear: both;
	width: 393px;
	border: solid 1px #162431;
	border-top: none;
	padding: 10px 0;
}

.itemImage
{
	float: left;
	margin-right: 15px;
}
.soloLink
{
	display: block;
}
.moreButton
{
	width: 113px;
	height: 21px;
	background: url("images/more.gif");
	float: right;
	margin: 3px 5px;
}
.news
{
	width: 630px;
}
.newsItem
{
	height: 90px;
	float:left;
	width: 283px;
	border: solid 1px #000000;
	border-left-width: 2px;
	border-right: none;
	padding: 10px 15px;
	background: #131313;
}
.archiveListing
{
	margin-bottom: 25px;
	border-bottom: solid 1px #FFFFFF;
}
#certifications
{
	background: url("images/certifications.gif");
	width: 270px;
	height: 345px;
	margin-top: 10px;
	padding: 1px 15px 0;
}
#certifications h2
{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15pt;
	margin: 20px 0 9px;
	clear: both;
}
.certificationSquare
{
	width: 120px;
	float: left;
	text-align: center;
	margin: 10px 7px;
	_margin: 5px 3.5px; /*IE6 FIX*/
	height: 132px;
}
.certificationSquare img
{
	margin: 0px 15px;
	display: block;
}
#testimonials
{
	clear: both;
	margin: 15px 0 0 40px;
}
.testimonial
{
	width: 298px;
	_width: 297px; /*IE6 FIX*/
	float: left;
	padding: 10px 10px 0;
	border: solid 1px #162431;
	border-top: none;
	height: 100px;
	background: #0B0B0B;
	font-style: italic;
	font-size: 9pt;
}
.author
{
	display: block;
	width: 100%;
	text-align: right;
}
#footer
{
	clear: both;
	width: 100%;
	border-top: solid 1px #162431;
	height: 50px;
	padding-top: 20px;
	margin-top: 10px;
}
#footer img
{
	float: left;
}
#copyright, #footerMenu
{
	margin-top: 10px;
	display: block;
	float: left;
	margin-left: 20px;
}
#footerMenu
{
	float: right;
}
#footerContainer
{
	margin: auto;
	width: 900px;
}
/* Wordpress specific stuff */
#respond, #comments
{
	margin-top: 25px;
}
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; padding:10px; margin:10px }
p
{
	margin: 10px 0;
}