/*
/		RESET /RELOADED by Eric Meyer
/		www.meyerweb.com
--------------------------------------------------------------------------------------------------------*/
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

dfn {
	display: none;
}

/*---CLEANER---*/
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
	}
.subcleaner {
	clear: both;
	height: 25px;
	font-size: 1px;
	line-height: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
	}



	
/*
/		Global Properties
--------------------------------------------------------------------------------------------------------*/

body {
	background-color: #EBECED;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color:#444;
	}

a {
	color: #F7941D;
	text-decoration: none;
	}
	a:hover {
	color: #29ABE2;
	}
	a.underline {
	text-decoration: underline;
	}
	
h1 {
	display:block;
	width:100%;
	height:24px;
	padding:0px;
	margin:10px 0px;
	border-bottom: #999 1px dashed;
	font-size:18px;
	letter-spacing: -0.5px;
	font-weight:lighter;
	color:#E23205;
}
	
h2 {
	display:block;
	width:100%;
	padding:0px;
	margin:5px 0px;
	font-size:16px;
	color:#000;
}

h3 {
	display:block;
	width:100%;
	height:24px;
	padding:3px;
	margin:10px 0px;
	font-size:19px;
	font-weight:lighter;
	color:#ee3826;
}

p {
	margin-bottom: 13px;
	}
	p.introText {
	font-size: 17px;
	width: 700px;
	line-height: 20px;
	}
	p.introTextNarrow {
	font-size: 17px;
	width: 460px;
	line-height: 20px;
	}
	
sup {
	vertical-align: top;
	}

strong {
	font-size: 13px;
	font-weight: bold;
	}

ul, li {
	margin: 0;
	padding: 0px;
	
	}


/* ---------------LOGO------------------*/
#Logo a {
	background: url('../images/logo.gif') no-repeat;
	display: block;
	height:54px;
	width:172px;
	text-indent: -9999px;
	margin: 15px 0 20px 130px !important;
        margin: 15px 0 0 66px;
        float: left;
	}

#LogoLinks {
		margin: 19px 0 0 829px !important;
        margin: 19px 0 0 826px;
	}
	#LogoLinks a {     
		display: block;
        height: 54px;
        width: 55px;
        text-indent: -9999px;
		float: left;
	}
	#LogoLinks a#RHNA {
		background: url('../images/rhnalogo.gif') no-repeat;
		margin-right: 25px;
	}
	#LogoLinks a#RedHerring {
		background: url('../images/RedHerringLogo.jpg') no-repeat 0 0;
	}

h4 { font-weight:bold; font-size:14px;}
h5 { font-weight:bold; font-size:12px; margin-bottom: 0px; padding-bottom: 0px;}		

.right {
	float: right;
	}
.left {
	float: left;
	}
	
.borderRight {
	border-right: 1px dashed #666;
	}
.borderLeft {
	border-left: 1px dashed #666;	
	}
	

#colSmall ul {
	margin-bottom: 10px;
	font-size: .95em;
	}



/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

/* #navigation span { display: none; } */
#navigation{
	margin: 15px auto 0;
	width: 775px;
        clear: both;
	}
ul#navigation {
	list-style: none;
	padding: 0px;
	}
ul#navigation li { float: left; }
ul#navigation li a:hover	{ background-position: bottom; }
ul#navigation li {
	display: block;
	height: 17px;
	padding: 10px;
	border-right: 1px dotted #CCC;
	text-decoration: none;
	color: #363636;
	font-size: 1.14em;
	float: left;
}

ul#navigation li a {
	color: #363636;
}

ul#navigation li a.blue:hover,
ul#navigation li.currentpage a.blue,
ul#navigation li.activeparent a.blue {
	color: #29ABE2;
}
ul#navigation li a.red:hover,
ul#navigation li.currentpage a.red,
ul#navigation li.activeparent a.red {
	color: #ef3b27;
}
ul#navigation li a.green:hover,
ul#navigation li.currentpage a.green,
ul#navigation li.activeparent a.green {
	color: #89c95e;
}
/* #navigation #warren a 	{ background-image: url("warren.png"); } */

ul#subMenu {
	clear: left;	
	margin: 0 auto;
	height: 176px;
	padding-left: 135px;
	}
	ul.technology{
	background:url(../images/banners/technology-banner.jpg) top center repeat-x;
	}
	ul.products{
	background:url(../images/banners/advertising-banner.jpg) top center repeat-x;
	}
	ul.customers{
	background:url(../images/banners/customers-banner.jpg) top center repeat-x;
	}
	ul.partners{
	background:url(../images/banners/partners-banner.jpg) top center repeat-x;
	}
	ul.news-events, ul#subMenu.news{
	background:url(../images/banners/news-banner.jpg) top center repeat-x;
	}
	ul.resources{
	background:url(../images/banners/resources-banner.jpg) top center repeat-x;
	}
	ul.support-services{
	background:url(../images/banners/support-banner.jpg) top center repeat-x;
	}
	ul.about-us {
	background:url(../images/banners/about-banner.jpg) top center repeat-x;
	}
	ul.editorial{
	background:url(../images/banners/editorial-banner.jpg) top center repeat-x;
	}
	ul.community{
	background:url(../images/banners/community-banner.jpg) top center repeat-x;
	}
		
	ul#subMenu li{
	display: block;
	float: left;
	height: 25px;
	
	font-size: 13px;
	padding-right: 10px;
	padding-top: 8px;
	color: #E9E8E8; 
	}
	
	ul#subMenu li a {
	color: #E9E8E8;
	}
	ul#subMenu li a:hover {
	color: #FFF;
	}
	ul#subMenu li.active,
	ul#subMenu li.active a {
	color: #FFF;
	font-weight: bold;
	}

ul#subsubMenu {
	float: left;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 135px;
	display: none;
	}

ul#subsubMenu li,
ul#subsubMenu li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	padding-right: 20px;
	color: #999;
	}
	ul#subsubMenu li a:hover,
	ul#subsubMenu li a.active {
	color: #333;
	}
	
#footerNav {
	width: 1025px;
	margin: 18px auto;
	font-size: .8em;
	line-height: 1.03em;

	}
	#footerNav ul {
	padding-bottom: 5px;
	}

	#footerNav ul li a {
	color: #afafaf;
	}
	#footerNav a {color: #818181}
	#footerNav a.title {color: #4a4a4a;}
	.footerleft { width: 180px; float:left; }

/*
/		Global Layout
--------------------------------------------------------------------------------------------------------*/	

#topWrap {
	background-color: #FFFFFF;
	border-left: #cecfcf 1px solid;
	border-right: #cecfcf 1px solid;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	width: 1025px;
	}

#topBanner {
	width: 1025px;
	margin: 0 auto;
	}
	#topBanner h2 {
	margin: 0px;
	}
	.nosubsubMenu {
	padding-bottom: 30px;
	}
	
.adv {
	padding: 0 12px 0 12px;
	line-height: 1.3em;
	width: 230px;
	float: left;
	}
	.adv h2 {
	font-size: .88em;
	color: #FFF;
	padding: 58px 0px 25px 10px;
	margin-bottom: 13px;
	width:220px;
	height:27px;
	}
	.adv img {
	margin-bottom: 10px;
	}
	.adv ul li a {
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.5em;
	}
    
#advPushLink {
    float: left;
    }
    #advPushLink div {
    width: 230px;
    padding: 0 12px 0 12px;
    float: left;
    font-weight: bold;
    }
	#advPushLink div a.blue { 
	background: url('../images/blue_arrow.gif') no-repeat right center;
	color:#29ABE2;
	padding-right: 8px;
	}
	#advPushLink div a.red { 
	background: url('../images/red_arrow.gif') no-repeat right center;
	color:#EF3B27;
	padding-right: 8px;
	}
	#advPushLink div a.green { 
	background: url('../images/green_arrow.gif') no-repeat right center;
	color:#89C95E;
	padding-right: 8px;
	}
	
/*-------------------Content------------------------*/
#contentBG {
	background-color: #FFFFFF;
	border-top: 0px;
	border-left: #cecfcf 1px solid;
	border-right: #cecfcf 1px solid;
	border-bottom: #cecfcf 1px solid;
	margin: 0px auto;
	width: 1025px;
}

#contentWrap {
	margin: 0 auto;
	padding: 20px 10px 10px 42px;
	width:790px;
	clear: both;
	}
	#contentWrap div.first { padding-left: 0; margin-right: 70px; }
	
#colLarge {
	width:585px;
	float:left;
	margin-right: 0px;
	margin-left: 15px;
	_margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
	}
	#colLarge ul li { list-style:circle; margin-left: 15px; }
	#colLarge ul {padding-bottom: 20px;}
	
#colSmall {
	width:190px;
	float: left;
	margin-top: 20px;
	}
	#colSmall .productsBox{
		background: url('../images/products_bg.gif') no-repeat;
		height:268px;
		display:none;
	}
	#colSmall .productsBox .productContent {
		width:150px;
		margin-left:20px;
		padding: 10px 10px 10px 0px;
	}

		#colSmall .productsBox .productContent li.active{
		list-style-image:url(../images/blue_arrow.gif);
		}
			#colSmall .productsBox .productContent li.active a{
			color: #29ABE2;
			}
			
	#colSmall #quote #top{
		background: url('../images/quote_bg_top.gif') no-repeat;
		height:17px;
	}
	#colSmall #quote #middle{
		background: url('../images/quote_bg.gif') repeat-y;
	}
		#colSmall #quote #middle p{
			width:150px;
			margin:0px 10px;
		}		
		#colSmall #quote strong{
			margin:0px 10px;
		}
	#colSmall #quote #bottom{
		background: url('../images/quote_bg_bottom.gif') no-repeat;
		height:111px;
	}
		#colSmall #quote #bottom p{
			width:150px;
			padding-top:10px;
			margin-left:10px;
			font-style:italic;
		}

	

#contentEND {
	background-image: url(../images/contentEND_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 20px;
	width: 1027px;
}


   
.outstanding 

{

	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-bottom: 10px;

}

div.newsFloat {
    width: 330px;
    float: left;
    padding-left: 12px;
    }
    div.newsFloat h1 a { 
    background: url('../images/yellow_arrow.gif') no-repeat right center;
    padding-right: 8px;
    font-size: .65em;
    float: right;
    position: relative;
    bottom: 16px;
    }
   
div#newsContent img {
    display: inline;
    float: left;
    margin: 5px 10px 10px 10px;
    }

div#newsContent ul {
    margin: 15px 0;
    padding: 0 30px;
    }
    div#newsContent ul li {
    list-style-type: disc;
    }
    
div#NewsPostDetailPrintLink, div#NewsPostDetailReturnLink {
    clear: both;
    }
    
    
    

/*------------------------------------------------------------------------------------------------------
/		Page Specific
--------------------------------------------------------------------------------------------------------*/



/* 	Home
------------------------------------------*/

#Homebanner {
	/* background: url('../images/banner_home.jpg') no-repeat; */
	height: 260px;
	width:1027px;
	clear: both;
	}
	#Homebanner p {
	width: 330px;
	position: relative;
	top:158px;
	left:45px;
	font-size: 1.09em;
	line-height: 1.39em;
	color: #FFF;
	}
	#Homebanner a {
	background: url('../images/anchor_arrow.gif') no-repeat right;
	position: relative;
	top:15px;
	padding-right: 20px;
	color: #FFF;
	font-size: 1.2em;
	}
	#Homebanner a:hover {
	color: #CCC;
	}



.adAgency {
	background: url('../images/box-adsalescloud.gif') no-repeat;
	}
	
.contentWatch {
	background: url('../images/box-adprodcloud.gif') no-repeat;
	}
	
.center {
	background: url('../images/box-contentmancloud.gif') no-repeat;
	}

#homeNews 
{
	width:790px;
	margin: 50px 0px;
	float: left;
    }
    #homeNews div.first { padding-left: 12px; margin-right: 70px; }
    
 #ViewAll{
 	font-size:12px;
 	margin-left:510px;
 }

/*
/		products
--------------------------------------*/

.product img{
	float: left;
	margin-right: 10px;
	}
	.product p {
	float: right;
	width: 320px;
	}
	
	/*
/		products
--------------------------------------*/

.resources img{
	float: left;
	margin-right: 10px;
	}
	.resources p {
	float: left;
	width: 400px;
	margin-bottom: 30px;
	}
	
/*	News
---------------------------------------*/

p.newsItems {
	margin-bottom: 30px;
}

.newsAdditionalLink {
	display: block;
}

	
/*	Email Form
---------------------------------------*/
#form {
	background-color: #ebeced;
	padding: 20px 0px 20px 0px;
	color:#777777;
	}
	#form p{
	margin: 0px 0px 8px 50px;
	font-size:13px;
	}
	#form p span{
	display:block;
	width:150px;
	float:left;
	}
	#form strong{
	font-size:16px;
	padding:5px;
	margin-left: 20px;
	}
	#form i{
	margin-left:200px;
	font-size:11px;
	}



