/* CSS Document */
* {margin:0px; padding:0px;}

body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

p {
	font-size: 0.8em;
	color: #000000;
}

h1 {
	font-size: 1.2em;
	color: #003366;
}

h2 {
	font-size: 1em;
	color: #003366;
}

h3 {
	font-size: 0.9em;
	color: #003366;
}

h4 {
	font-size: 0.8em;
	color: #07124A;
	letter-spacing: -0.04em;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a {
	color: #003366;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* DIV: hides / keeps stats js call from adding blank space in IE */
div#stats {
	height: 0px;
	visibility: hidden;
	z-index: -1;
	display: none;
}

/* WRAPPER: holds whole page and allows for auto centering */
#mainwrapper {
	width:984px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

/* WRAPPER: holds logo and banner position 1 info */
#headerwrapper {
	width:984px;
	height: 90px;
	background-color: #FFFFFF;
	clear: both;
} 

/* DIV: holds logo info */
#logo {
	width: 250px;
	height: 90px;
	top: 0px;
	left: 0px;
	float: left;
}

/* DIV: holds banner position 1 */
#bannerposition1 {
	width: 728px;
	top: 0px;
	float: right;
	height: 90px;
}

/*DIV: Holds Google Search bar info*/
#searchwrapper {
	width:984px;
	height: 53px;
	margin-top: 5px;
}

/* DIV: holds search info */
div#searchwrapperbottom {
	float:left;
	left: 0px;
	height: 53px;
	background-color: #FFFFFF;
	width: 984px;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* WRAPPER: holds navigation info */
#navwrapper {
	width:984px;
	height: 26px;
	margin-top: 4px;
	background-image: url('http://rgvguides.onset.freedom.com/images/bg11.gif');
	background-repeat: repeat-x;
} 

/*DIV: Holds page contents */
#contentarea {
	float:left;
	width:984px;
}						

/*DIV: Holds page contents */
#contentarea2 {
	float:left;
	width:984px;
}

#leftwrapper {
    float:left;
    width:510px;   
    margin-top: 5px;
    margin-right: 5px;  
}

/* WRAPPER: holds right content info */
div#rightwrapper {
	float:right;
	width:160px;
	margin-top: 5px;
}

/* WRAPPER: holds middle content info */
div#middlewrapper {
	width:300px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

/*DIV: Holds ap video feed contents */
div#currenttemp {
	width:300px;
	height: 90px;
	float: left;
	/* background-color: #ccc; */
}


/***** Start TAB styles *****/
.shadetabs{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 2px 4px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(/images/shade2.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(/images/shadeactive2.gif); 
	border-bottom-color: white;
	z-index: 100; /* added to keep nav menu on top of active tabs */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 290px;
	margin-bottom: 1em;
	padding: 4px;
	height: 52px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block!important;
	}
}

div#tabs {
	height: 60px;
	width: 300px;
}

/***** End TAB styles *****/

/*DIV: Holds TOPADS feed contents */
div#topads {
	width:300px;
	height: 150px;
	float: left;
	/* background-color: #ccc; */
}


/*DIV: Holds banner position 2 (right) contents */
div#bannerposition2 {
	width:160px;
	float: right;
	text-decoration: none;
	margin-top:5px;
	margin-bottom: 10px;
	clear:right;
}
div#bannerposition2 a {
  text-decoration: none;
}
/*DIV: Holds banner position 3 (middle) contents */
div#bannerposition3 {
	width:300px;
	height: 250px;
	margin-top: 5px;
	float: left;
}
/*DIV: Space out lower ad column */
div#bannerposition4, div#bannerposition5, div#bannerposition6, div#bannerposition7 {
	margin-bottom: 4px;
}
/*DIV: Holds banner position 8 (bottomright - utility only) contents */
div#bannerposition8 {
	width:160px;
	float: right;
	clear: right;
	margin-top: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}

div#bannerposition8 a {
  text-decoration: none;
}

/* WRAPPER: holds lower content info */
div#lowerwrapper {
	width:984px;
	margin-top: 5px;
	float: left;
}

/*DIV: Holds lower adsapce contents */
div#loweradswrapper {
	width:120px;
	float: left;
	text-align: center;
}

/*DIV: Holds lower adsapce contents - HOMEPAGE only */
div#loweradswrapperhomepage {
	width:120px;
	float: left;
}
/*** WRAPPER: holds utility content ***/
div#utilitywrapper {
	float:left;
	width:810px;
	margin-top: 5px;
}
div#utilityrightwrapper {
	float:right;
	width:166px;
	margin-top: 5px;
}
div#utilitywrapper ul {
	padding-left: 20px;
}
/*** END wrapper holds utility content ***/

/**** Start Article Specific position info ****/
div#article {
	width: 505px;
	background-color: #FFFFFF;
}
div#articlebyline {
	margin-bottom: 3px;
	margin-top: 3px;
}
div#articledate {
	margin-bottom: 3px;
	margin-top: 3px;
}
div#articletext {
	margin-top: 10px;
	margin-right: 5px;
	text-align: justify;
}
/* Supports both right and left article photos */
div#podcasts_lt {
	float: left;
	margin: 5px 0px 0px 0px;
}

div#articlephoto_lt {
	float: left;
	clear: right;
	margin: 5px 0px 0px 0px;
	padding-right: 5px;
}
div#articlephoto_rt {
	float: right;
	clear: right;
	padding-left: 5px;
}
/* Aligning the picture with cutline in the article.html */
.leftcaption {
	float:left;
	margin: 5px;
	padding-right: 5px;
	padding: 5px;
	font-size:0.6em;
	font-style:italic;
	white-space: normal;
}
.rightcaption {
	float:right;
	margin: 5px;
	padding-left: 5px;
	padding: 5px;
	font-size:0.6em;
	font-style:italic;
	white-space: normal;
}
/*DIV: Holds lower Comment Tool contents */
div#commenttool {
	width: 510px;
	margin-top: 5px;
	float: left;
	text-align:center;
}
/***** End Article Specific stuff ****/

.bottomlinks {
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  width:450px;
  margin: 10px auto 0 auto;
  padding: 5px 0px 5px 0px;
  text-align:center;
  clear:both;
}

/*** START Shared Section / Article wrappers ***/
/*WRAPPER: Holds lower right contents on article pages */
div#lrtcontentwrapper {
	margin-top: 5px;
	float: right;
}
/*WRAPPER: Holds lower middle contents on article pages */
div#lowermiddlewrapper {
	float: left;
	width: 300px;
}

/*WRAPPER: Holds lower right stories contents - renloe*/
div#topstorieswrapper {
	width: 300px;
	margin-top: 5px;
}

/*DIV: Holds lower most pooular stories contents */
div#mostpopular {
	width: 165px;
	float: left;
}

/*DIV: Holds lower highest rated stories contents */
div#highestrated {
	width: 165px;
	float: right;
}

/*DIV: Holds lower most pooular stories contents on section page */
div#sectionmostpopular {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

/*DIV: Holds lower highest rated stories contents on sections page */
div#sectionhighestrated {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}
/*** END Shared Section / Article wrappers ***/



/**** Start Section Template Additions ****/
div#sectionheadertext {
	margin-bottom: 10px;
	border-bottom: 2px solid #003366;
	font-weight: bold;
	color: #555;
}

div#sectionheader h1 {
	margin-bottom: 10px;
	border-bottom: 2px solid #003366;
	font-weight: normal;
	color: #555;
	letter-spacing: normal;
}

/**** Start Media Template Additions ****/
div#mediaheadertext {
	margin-bottom: 10px;
	font-weight: bold;
	color: #555;
}
/****End of Section Template Additions ****/

/*** START Shared Section / Article wrappers ***/
/*WRAPPER: Holds lower right contents on article pages */
div#lrtcontentwrapper {
	margin-top: 5px;
	float: right;
}
/*WRAPPER: Holds lower middle contents on article pages */
div#lowermiddlewrapper {
	float: left;
	width: 300px;
}

/*WRAPPER: Holds lower right stories contents - renloe*/
div#topstorieswrapper {
	width: 300px;
	margin-top: 5px;
}

/*DIV: Holds lower most pooular stories contents */
div#mostpopular {
	width: 165px;
	float: left;
}

/*DIV: Holds lower highest rated stories contents */
div#highestrated {
	width: 165px;
	float: right;
}

/*DIV: Holds lower most pooular stories contents on section page */
div#sectionmostpopular {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}

/*DIV: Holds lower highest rated stories contents on sections page */
div#sectionhighestrated {
	width: 300px;
	float: left;
	margin-bottom: 5px;
}
/*** END Shared Section / Article wrappers ***/



/***** Start TAB styles *****/
.shadetabs{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 2px 4px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(/images/shade2.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(/images/shadeactive2.gif);
	border-bottom-color: white;
	z-index: 100; /* added to keep nav menu on top of active tabs */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 290px;
	margin-bottom: 1em;
	padding: 4px;
	height: 52px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block!important;
	}
}

div#tabs {
	height: 60px;
	width: 300px;
}

/***** End TAB styles *****/


/**** START Google searchbar style info ****/
div.padder { 
	padding:12px 0px 0px 8px; 
}
#content { 
	position: relative; 
	margin: 0px auto 0px auto; 
	height: 53px; 
	width: 984px; 
}
#leftSection {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 53px;
	width: 7px;
	text-align: left; 
	background-image: url(/images/searchBox_left.gif);
}
#centerSection {
	/*position: relative;*/
	height: 53px;
	margin: 0px 7px 0px 7px;
	text-align: left;
	background-image:url(/images/searchBox_back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-repeat: repeat-x;
}
#centerSection img {
	vertical-align:middle;
}
#centerSection b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	background-color: #DDEEFF;
}
#rightSection { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	height: 53px; 
	width: 7px; 
	margin-left:7px;
	background-image:url(/images/searchBox_right.gif);
	text-align: left; 
}
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	width: 500px;
}
#poweredBy {
	font-size:10px;
	position:absolute;
	top:14px;
	left:830px;
	white-space:nowrap;
}
/**** END Google bar style info ****/



/*WRAPPER: Holds Tech, America in Iraq, National news and Blogs contents */
div#newsheadlinesLeft {
	width:325px;
	float: left;
	margin-left: 8px;
}

div#newsheadlinesLeft ul, div#lastcolumn ul {
	margin: 5px 0 5px 5px;
	padding: 0 15px;
}

div#newsheadlinesLeft li, div#lastcolumn li {
	font-size: .8em;
	list-style-image: url(/images/bullet.gif);
}
div#emailedandviewedstories {
	width:186px;
	float: left;
	margin-left: 8px;
}

div#emailedandviewedstories ul {
	margin: 5px 0 5px 5px;
	padding: 0 15px;
}

div#emailedandviewedstories li {
	font-size: .8em;
	list-style-image: url(/images/bullet.gif);
}

/*DIV: Holds Technology contents */
div#technology {
	width:266px;
	height: 110px;
}

/*DIV: Holds America In Iraq contents */
div#americainiraq {
	width:266px;
	height: 110px;
}

/*DIV: Holds National News contents */
div#nationalnews {
	width:266px;
	height: 110px;
}



/*DIV: Holds top Emailed contents */
div#topemailed {
	width:266px;
}

/*DIV: Holds Thumbnail size ad contents */
div#thumbad1 {
	width:266px;
	height: 70px;
	margin: 5px 0px 5px 0px;
}

/*DIV: Holds top Viewed contents */
div#topviewed {
	width:186px;
}
div#sectiontopviewed {
	width:164px;
}
/*DIV: Holds Thumbnail size ad contents */
div#thumbad2 {
	width:266px;
	height: 70px;
	float: left;
	margin-top: 5px;
}

/*DIV: Holds You Answer it, business news and strange news contents */
div#lastcolumn {
	width:325px;
	float: right;
	margin-left: 7px;
}

/*DIV: Holds Top Business stories contents */
div#business {
	width:309px;
}

/*DIV: Holds Strange news contents */
div#strange {
	width:309px;
}

/*DIV: Holds you answer it contents */
div#youanswerit {
	width:309px;
	margin-top: 5px;
}
#graphicAd {
	background-color:#ffffff;
	height:60px;
	margin-bottom:7px;
}

/* Breadcrumb Code */
#breadcrumb {
  border-bottom:1px solid #666;
  margin: 0 0 .5em 0;
  padding: .25em 0 .5em 0;
}

#breadcrumb h6, #breadcrumb h5, #breadcrumb h4, #breadcrumb h3, #breadcrumb h2 {
  display: inline;
  font-weight: bold;
}

#breadcrumb h6 a, #breadcrumb h5 a, #breadcrumb h4 a, #breadcrumb h3 a, #breadcrumb h2 a {
  color: #0099CC;
}

#breadcrumb h6 a:hover, #breadcrumb h5 a:hover, #breadcrumb h4 a:hover, #breadcrumb h3 a:hover, #breadcrumb h2 a:hover {
  text-decoration: underline;
}

#breadcrumb span {
  font-size:9pt;
}

/*** SLIDER HOMEPAGE ***/
.contentslide{
border: 1px;
/*padding: 8px;*/
width: 510px;
height: 215px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align: right;
background-color: #ffffff;
border: #666666;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 5px 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}



/*** Begin FOOTER information from here ***/
div#footer {
	width:984px;
	float:left;
	height: 45px;	/* float:left ensures the footer background displays correctly - below the container divs, not the header */
	margin-top: 6px;
	font-size:0.65em;  /* sets the font size of all links */
	text-align:center; /* centers the ul elements in the div */
	background-color: #FFFFFF;
}

div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
div#footer li {
 	display:inline; /* the key CSS - makes the lists display horizontally */
	color:white; /* sets the color of the vertical lines */
	border-left:1px solid; /* creates the vertical line to the left of each list items */
	color:#AFF; /* sets the color of the vertical lines  - links colored below */
	padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
}
div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
div#footer ul li a {
 	text-decoration:none; /* removes the underlining off the links */
	color:white; /* the color of the links */
}
div#footer > a {
	color: #7B0909; /* the color of the links */
}
div#footer > a:hover {
	text-decoration: none;
}
div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
div#footer ul.fineprint li {color:#aaa;} /* color for copyright and vert dividers on last row */
div#footer ul.fineprint li a {color:#aaa;} /* had to explicitly color these or they inherit white from div#footer li */
div#footer ul.fineprint li a:hover {color:#000;} /* turns bottom row white when hovered */

/*** End of FOOTER info here ***/


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";            /* the period is placed on the page as the last thing before the div closes */
    display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;               /* ensure the period is not visible */
    clear: both;             /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* SEO Page description CSS styles */
.pagedescription {
  font-size: 9pt;
  margin:.5em;
  padding:.5em;
  border-bottom: 1px solid #000000;
}




/*specific to RGV Guidebooks*/

/*for table on index page. alternating colors*/
table.nameslist {
    font-size: 0.8em;
	color: #000000;
    width:500px;
    border-width:0;
    padding-left: 0.5em;
    margin: 0px;0;0;0;
    border-collapse: collapse;
}
tr.even {
    background-color:#CEE3F6;
}
tr.odd {
    background-color:#fff;
}
#moreinfo {
    width: 250px;
}

/*end specific to RGV Guidebooks*/