/*|>NbcSearch999<|*/
/*|--- Design ---|*/

html, body, #master-container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #master-container {
	height: auto;
}

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 0px;
	background-image: url(blue-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 140px;
}

.clear {
	clear: both;
}

.clear-3 {
	clear:both;
	height: 3px;
}

.blue-divider {
	width: 3px;
	margin-left: 24px;
	margin-right: 24px;
	background-image: url(dots-blue.png);
	background-repeat: repeat-y;
	height: 330px;
	float: left;
}

div.read-more {
	font-weight: bold;
	color: #7EC5E4;
	padding-top: 60px;
}

div.read-more a {
	color: #7EC5E4;
	text-decoration: none;
	border-bottom: 1px dotted #7EC5E4;
}

div.read-more a:hover {
	color: #BA4025;
	border-bottom: 1px dotted #BA4025;
}

.morearrow-blue {
	color: #6F9CBA;
}

/*|--- Containers ---|*/

#master-container {
	position: absolute;
	top: 0;
    left: 0;
}

#master-container-buffer {
	margin-bottom: 5em;
	height: auto;
	padding-bottom: 4em;
}

#content-container {
	width: 929px;
	padding-left: 24px;
	margin: 10px auto 0px auto;
}

/*|--- Navigation ---|*/

#navigation {
	background-image: url(navigation-bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
	padding-left: 12px;
	clear: both;
	margin-bottom: 14px;
}

#navigation-content {
	width: 929px;
	margin: 0px auto 0px auto;
}

#navigation ul {
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

#navigation li {
	text-decoration: none;
	margin: 0px;
	display: inline;
}

#navigation a {
	color: #53758B;
	text-decoration: none;
	margin: 0px 12px 0px 12px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	height: 29px;
	font-style: normal;
}

#navigation a:hover {
	color: #BA4025;
	border-bottom: 3px solid #BA4025;
}

#navigation span {
	color: #53758B;
	text-decoration: none;
	margin: 0px 12px 0px 12px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	height: 29px;
	font-style: normal;
	border-bottom: 3px solid #BA4025;
}

/*|--- Footer ---|*/

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer {
	background-image: url(footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #DEDEDE;
}

#footer a {
	color: #6F9CBA;
	text-decoration: none;
	border-bottom: 1px dotted #6F9CBA;
}

#footer a:hover {
	color: #BA4025;
	text-decoration: none;
	border-bottom: 1px dotted #BA4025;
}

#footer-content {
	width: 929px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	min-height: 120px;
	padding-left: 24px;
}

#footer-contact {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
}

#footer-contact h1 {
	font-size: 13px;
	color: #257EBA;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

#footer-news {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
}

#footer-news h1 {
	font-size: 13px;
	color: #257EBA;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

#footer-adtech {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 16px;
}

#footer-adtech h1 {
	font-size: 13px;
	color: #257EBA;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

#footer-search {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
}

#footer-search h1 {
	font-size: 13px;
	color: #257EBA;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

#footer-search form {
	margin: 0px;
	padding: 0px;
}

.footer-read-more {
	font-weight: bold;
	font-size: 12px;
}

.footer-dots {
	float: left;
	width: 3px;
	background-image: url(dots-footer.png);
	background-repeat: no-repeat;	
	height: 76px;
	margin: 0px 17px 0px 17px;
}

/*|--- Pitch ---|*/

#pitch {
	float: left;
	width: 625px;
	padding-top: 2px;
}

#pitch h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}

/*|--- Logo for Index page ---|*/

#logo-index {
	clear: right;
	float: left;
}

/*|--- Picture frames ---|*/

#pictureframe-power {
	float: left;
	background-image: url(picture-power.png);
	width: 215px;
	height: 212px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 4px;
}

/*|--- Text boxes ---|*/

#text-1 {
	float: left;
	color: #FFF;
	font-size: 13px;
	width: 355px;
	background-image: url(dots-white.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 21px;
}

#text-1 h1 {
	color: #4D8DB9;
	margin: 0px;
	padding: 64px 0px 12px 0px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

#text-2 {
	float: left;
	color: #FFF;
	font-size: 13px;
	width: 290px;
	margin-left: 21px;
}

#text-2 h1 {
	color: #4D8DB9;
	margin: 0px;
	padding: 64px 0px 12px 0px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

/*|--- Advertiser solutions ---|*/

#advertiser-solutions {
	float: left;
	width: 355px;
	background-image: url(ad-space-sign.jpg);
	background-repeat: no-repeat;
	background-position: 0px 74px;
	font-size: 14px;
}

#advertiser-solutions h1 {
	margin: 0 0 12px 0;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}

#advertiser-spacer {
	height: 272px;
	width: 120px;
	float: left;
}

/*|--- Publisher solutions ---|*/

#publisher-solutions {
	float: left;
	width: 260px;
	font-size: 14px;
}

#publisher-solutions h1 {
	margin: 0 0 12px 0;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}

/*|--- Click fraud ---|*/

#click-fraud {
	float: left;
	width: 188px;
	font-size: 14px;
	background-image: url(piggybank.jpg);
	background-repeat: no-repeat;
	background-position: 69px 170px;
	height: 300px;
}

#click-fraud h1 {
	margin: 0 0 12px 0;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
}
