#imageQuote {
	left: 30px;
	top: 88px;
}

#pageTitle ul.connect {
	position: absolute;
	top: 306px;
	left: 650px;
	margin: 0;	
}

#pageTitle ul.connect li a.archive {
	background: url(../images/archive_icon.png) no-repeat scroll 0 5px;
	height: 29px;
	padding: 9px 0 0 30px;
	display: block;
}

#pageTitle ul.connect li a.rss {
	background: url(../images/rss_icon.png) no-repeat scroll 0 5px;
	height: 26px;
	padding: 9px 0 0 30px;
	display: block;
}

#pageTitle ul.connect li.icon {
	padding-bottom: 0;
}

#pageTitle ul.connect li {
	margin-left: 20px;
	float: left;
}

#mainNarrative h3 {
	text-transform: uppercase;
	color: #781126;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#mainNarrative h4 {
	color: #000;
	font-size: 15px;
	text-transform: none;
	margin-bottom: 5px;
}
#mainNarrative #newsResTopics .resultsSection h3 {
	margin-bottom:5px;
}
#mainNarrative #newsResTopics ul
{
    border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
#mainNarrative #newsResTopics ul.noBorder
{
    border: none !important;
}


#mainNarrative #newsResTopics ul li {
	list-style: none;
}	

#mainNarrative #newsResTopics ul li {
	/*
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
	*/
	margin-bottom:0px;
	color: #666;
}
#mainNarrative #newsResTopics > ul
{
    border-bottom: 0;
	padding-bottom:0;
	margin-bottom:0;
}

#mainNarrative #newsResTopics > ul > li {
	list-style: none;
}	

#mainNarrative #newsResTopics > ul > li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666;
}
#mainNarrative #newsResTopics > h3 {
	margin-bottom:5px
}
#mainNarrative #newsResTopics h3 {
	margin-top: 30px;
}

#mainNarrative #newsResTopics h3.first {
	margin-top: 0px;
}

#mainNarrative #newsResTopics ul li.last {
	border-bottom: none;
}

div.all {
	/*margin-bottom: 30px;*/
}

div.all a:link, div.all a:visited {
	color: #002644;
}

div.all a:hover, div.all a:active {
	color: #781126;
}

#mainColumns {
	background: transparent url(../images/sidebar_gradient.png) repeat-y scroll top right;
}

#sidebar {
	width: 230px;
	float: right;
	margin-right: 30px;
}

div.relatedInfo {
	width: 225px;
	float:right;
}

div.relatedInfo ul.video li.playVideo a {
	background: transparent url(../images/video_fpo.png) no-repeat scroll 0 0;
	width: 160px;
	height: 110px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#sidebar h5 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#sidebar ul {
	margin-bottom: 20px;
	width: 215px;
}

#sidebarForm li {
	margin-bottom: 5px;
	font-size: 11px;
}
.searchLi
{
    float: left;
}
.searchInfoBytes
{
    width: 215px;
}

#sidebarForm {
	width: 230px;
}

#sidbarForm li span {
	float: left;
}

#sidebarForm ul {
	margin-bottom: 5px;
}

#sidebarForm label {
	margin-right: 15px;
	color: #781126;
	position: relative;
	bottom: 1px;
}

#sidebarForm li input.radio {
	display: inline;
	width: 20px;
	position: relative;
	right: 3px;
}

#sidebarForm li label.choice {
	display: inline;
}

#sidebarForm fieldset {
	clear: left;
	width: 230px;
	margin-bottom: 5px;
	border: none;
}

#sidebarForm input {
	width: 210px;
	border: 1px solid #ccc;
	padding: 1px 1px 1px 2px;
	font-family: arial;
}

#sidebarForm select {
	width: 215px;
	border: 1px solid #ccc;
	font-family: arial;
}

#sidebarForm option {
	padding-left: 3px;
}

#sidebarForm input.submit {
	background-color: #003359;
	text-transform: uppercase;
	width: 40px;
	text-align: center;
	font-size: 11px;
	color: #fff;	
	display: block;
	padding:2px 0 2px 0;
	line-height: 11px;
	border: none;
	cursor: pointer;
	position: relative;
	left: 175px;
}

#sidebarForm input.submit:hover{
	background-color: #781126;
}

#sidebarForm li.find {
	margin-bottom: 40px;
}

/***********************************************
            Loading
***********************************************/
#loading
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;    
}
#loading_img
{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background: #fff  url('images/ajax-loader.gif') no-repeat;   
}