@charset "UTF-8";
html { height: 100%; }

body {
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #000;
	height: 100%;
	width: 100%;
}

/* CSS Document */

.header {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	height: 200px;
}
#logo {
	position: relative;
	left: -138px;
	top: 0px;
}
.birdie {
	float: right;
	padding-top: 39px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	position: relative;
	text-align: right;
	float: right;
}
#navigation ul{
	font-weight: bold;
	list-style-type: none;
	margin: 20px 0 0 0;
}
#navigation ul li { float: right; }
#navigation ul li a:link {
	text-decoration: none;
	color: #666;
}
#navigation ul li a:visited {
	text-decoration: none;
	color: #666;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #333;
}
#content {
	background-color: #eee;
	text-align: left;
	margin-bottom: 20px;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 40px;
	margin-top: 10px;
	min-height: 325px;
}
#cbsVideo {
	float: left;
	height: 324px;
	width: 425px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.entrybirdie {
	float: right;
	margin-top: -35px;
	clear: left;
}
.entry img {
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 15px;
	clear: right;
	height: auto;
}
.entry h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 26px;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.footer {
	background-image: url(images/footerWood.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 173px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	bottom: 0px;
}.footer .container_12 { padding-top: 30px; }
.footer ul{
	font-weight: bold;
	list-style-type: none;
}
.footer ul li{ float:left;}
.footerbirdie { float: left; }
#footer a:link {
	text-decoration: none;
	color: #666;
}
#footer a:visited {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: none;
	color: #333;
}
#copyright { float: right; }
#footer { margin-left: -20px; }
a:link {
	color: #C60;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #C60;
	text-decoration: none;
}
#heliumlogo {
	margin-top: -3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
.imgLeft  {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.entryBreak {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
