form {
	margin: 0;
	padding: 0;
}
#main {
	padding: 15px 10px;
	width: 735px;
}
.gray {
	color: #555;
}
#intro {
	background: url('../images/construction.jpg') no-repeat right top;
	height: 155px;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding-right: 240px;
}
#main .Man {
	background: url('../images/man_fab.jpg') no-repeat right top;
}
#intro p em {
	font-size: 1.2em;
	line-height: 1.3em;
}
#articles {
	margin-bottom: 15px;
}

#articleControls {
	background: #464646 url('../images/controls-rt.png') no-repeat right top;
	color: white;
	float: right;
}
#articleControlsInner {
	background: url('../images/controls-lt.png') no-repeat left top;
	padding: 5px 10px;
}
#search_articles {
	background: #d3d3d3;
	border: 1px solid #b0b0b0;
	color: #4d4d4d;
	font-size: 11px;
	margin-left: 10px;
	padding: 2px 4px;
}
#videonote {
	color: #0e55a5;
	height: 14px;
	padding: 8px 10px 9px;
}
.article span.vidlnk, small.vidlnk {
	background: #0e55a5;
	color: white;
	padding: 2px 4px;
	display: inline;
	font-variant: small-caps;
}
.article span.vidlnk{
	display: block;
	text-align: center;
	width: 35px;
	margin-top: 2px;
}

#articleList {
	background: url('../images/article-list.png') repeat-x left bottom;
	border-bottom: 1px solid #ddd;
	clear: both;
	margin-left: 3px;
}
.articleCol {
	float: left;
	width: 183px;
}
.articleCol .articleHead {
	background: #0e55a5 url('../images/article-headers.png') repeat-x left top;
	border-right: 1px solid #003259;
	border-left: 1px solid #5493c8;
	color: white;
}
.articleCol .articleHead h3 {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 5px 2px 5px 6px;
}
.articleCol .articleHead img {
	float: left;
	margin: 0 6px 0 0;
}
.first .articleHead {
	border-left: none;
}
.first .articleHead h3 {
	background: url('../images/article-header-lt.png') no-repeat left top;
}
.articleContent {
	height: 35em;
}
.articleContent,
.articleCol .articleMore {
	border-left:  1px solid white;
	border-right: 1px solid #999;
}
.first .articleContent,
.first .articleMore {
	border-left: 1px solid #ddd;
}
.last .articleContent,
.last .articleMore {
	border-right: 1px solid #ddd;
}
.articleCol .hidden {
	display: none;
}
.articleCol .article {
	line-height: 1.2em;
	padding: 5px 10px;
}
.articleCol .article p {
	color: #555;
}
.articleCol .article hr {
	display: none;
}
.article small {
	display: none;
}
.articleCol .articleMore {
	height: 15px;
	padding: 5px 6px;
	text-align: right;
}
.article h5 {
	font-size: 11px;
}
.article h5, .article p {
	margin: 0;
}

#bottomads .bottomad {
	background: #0e55a5;
	color: white;
	display: block;
	float: left;
	height: 69px;
	margin-right: 15px;
	padding-top: 7px;
	padding-right: 10px;
	text-decoration: none;
	width: 235px;
}
#bottomads .bottomad h3 {
	font-size: 15px;
	margin: 0;
}
#bottomads .bottomad p {
	color: white;
	margin-top: 5px;
}
#bottomads .bottomad a {
	color: white;
}
#bottomads .lastblock {
	margin-right: 0;
}
#bottomads #btmExec {
	background: #0E55A5 url('../images/exec-summary.png') no-repeat left top;
	padding-left: 50px;
	width: 175px;
}
#bottomads #btmNotify {
	background: #0E55A5 url('../images/notify-me.png') no-repeat left top;
	padding-left: 67px;
	width: 158px;
}
#bottomads #btmViewpoints {
	background: #444 url('../images/viewpoints.png') no-repeat left top;
	padding-left: 58px;
	width: 167px;
}
