/* Begin reset.css */
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /Reset */
/* End reset.css */

/* Begin global.css */
/* Global */
body
{
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #a4a4a4;
}

cite
{
	font-style: italic;
}

#Content_Area
{
	width: 1024px;
	margin: 0 auto;
}

#Content_Body .Content_Section
{
	height: 700px;
	clear: both;
}

#Content_Body .Subsidiary_Content_Section
{
	padding-top: 40px;
}

#Content_Body .Content_Section .Section_Inner_Container
{
	height: 610px;
}

#Content_Body .Content_Section .Left
{

}

#Content_Body .Content_Section .Center
{
	overflow: hidden;
	float: left;
	width: 800px;
	height: 100%;
}

#Content_Body .Content_Section .Right
{

}

#Content_Body .Content_Section .Subsection_Navigation
{
	float: left;
	width: 102px;
	height: 100%;
	padding: 0 5px;
	background-color: transparent;
	background-position: 50% 320px;
	background-repeat: no-repeat;
	text-align: center;
}

#Content_Body .Content_Section .Subsection_Navigation a
{
	color: #cc0000;
	text-decoration: none;
}

#Content_Body .Content_Section .Subsection_Navigation span
{
	display: block;
	margin: -240px auto 0;
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: .7em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#Content_Footer
{
	height: 350px;
	padding: 40px 0 0;
}

#Content_Footer #Copyright p
{
	font-size: .7em;
	letter-spacing: 1px;
	line-height: 12px;
	text-align: center;
}

#Content_Footer #Copyright p a
{
	color: #cc0000;
	text-decoration: none;
}

#Content_Footer #Copyright p img
{
	vertical-align: middle;
	padding: 0 5px;
}

#Content_Footer #Privacy_Policy
{
	display: none;
	margin: 20px 0;
	padding: 60px;
	background: #e4e4e4;
	color: #666;
}

#Content_Footer #Privacy_Policy h2
{
	margin: 0 0 1.5em;
	font-size: .9em;
	letter-spacing: 1px;
}

#Content_Footer #Privacy_Policy h3
{
	margin: 0 0 1.25em;
	font-size: .85em;
	letter-spacing: 1px;
}

#Content_Footer #Privacy_Policy p
{
	margin: 0 0 2em;
	font-size: .75em;
	line-height: 1.75em;
	letter-spacing: 1px;
}

#Content_Footer #Privacy_Policy a
{
	color: #cc0000;
	text-decoration: none;
}

.Center .Section_Header
{
	padding: 35px 30px 20px;
}

/*.Center .Section_Header h2
{
	display: inline-block;
	margin-right: 10px;
	font-family: Arapey, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: black;
}*/

.Center .Section_Header ul.Subsections
{
	display: inline-block;
}

.Center .Section_Header ul.Subsections li
{
	display: inline-block;
	margin-right: 10px;
	font-size: .7em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.Center .Section_Header ul.Subsections li:first-child
{
	display: inline-block;
	margin-right: 10px;
	font-family: Arapey, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: black;
	text-transform: none;
}

.Center .Section_Header ul.Subsections li:last-child
{
	margin-right: 0;
}

.Center .Section_Header ul.Subsections li a
{
	color: #a4a4a4;
	text-decoration: none;
}

.Center .Section_Header ul.Subsections li a.Current
{
	color: #cc0000;
}

.Center .Section_Header ul.Subsections li a:hover
{
	color: #cc0000;
}

.Center .Section_Header ul.Subsections li:first-child a
{
	color: black;
}

.Carousel
{
	position: relative;
	left: -800px; /* important (this should be negative number of list items width(including margin) */
	width: 9999px; /* important */
}

.Carousel .Subsection,
.Carousel_Placeholder .Subsection
{
	float: left; /* important for inline positioning of the list items */
	width: 800px;  /* fixed width, important */
}

.Subsection .Inner_Wrapper,
.Subsection .Inner_Wrapper
{
	padding: 0 30px 10px;
}

.Subsection .Subsection_Body h3
{
	margin: 0 0 15px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #cc0000;
}

.Subsection .Subsection_Body p
{
	margin: 0 0 20px;
	font-size: .75em;
	line-height: 1.75em;
}

.Subsection .Subsection_Body a
{
	color: #cc0000;
	text-decoration: none;
}

#Primary_Navigation
{
	/* display: none; */
    position: fixed;
    top: -75px;
	width: 100%;
	height: 65px;
	background: white;
	opacity: .98;
	box-shadow: 0 3px 4px #999;
	/*clip: rect(0px, 1024px, 72px, 0px);*/
}

#Primary_Navigation ul
{
	margin: 0 auto;
	text-align: center;
}

#Primary_Navigation ul li
{
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	padding-top: 38px;
	font-family: "Josefin Sans", sans-serif;
	font-size: .7em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#Primary_Navigation ul li:first-child
{
	padding-top: 0;
	margin-right: 40px;
}

#Primary_Navigation ul li:after
{
	content: '|';
}

#Primary_Navigation ul li:first-child:after,
#Primary_Navigation ul li:last-child:after
{
	content: '';
}

#Primary_Navigation ul li a
{
	padding-right: 8px;
	text-decoration: none;
	color: #a4a4a4;
}

#Primary_Navigation ul li a:hover
{
	color: #cc0000;
}

#Primary_Navigation ul li:last-child a
{
	padding-right: none;
}

#Primary_Navigation ul li.Current a
{
	color: #cc0000;
}

#Content_Body .Content_Section .Intro
{
	font-size: 1.1em;
	color: #777;
	line-height: .5em;
}
/* /Global */


/* Section Formatting - Light */
#Content_Body .Content_Section_Light
{
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #FBFBFB 100%);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #FBFBFB 100%);

	/* Opera */
	background-image: -o-linear-gradient(top, #F2F2F2 0%, #FBFBFB 100%);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #FBFBFB));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #FBFBFB 100%);

	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #F2F2F2 0%, #FBFBFB 100%);
}

#Content_Body .Content_Section_Light .Left
{
	background-image: url('/img/global/icon_prev_red.png');
}

#Content_Body .Content_Section_Light .Center
{
	background: #fefeff;
}

#Content_Body .Content_Section_Light .Right
{
	background-image: url('/img/global/icon_next_red.png');
}
/* /Section Formatting - Light */


/* Section Formatting - Dark */
#Content_Body .Content_Section_Dark .Left
{
	background-image: url('/img/global/icon_prev_white.png');
}

#Content_Body .Content_Section_Dark .Right
{
	background-image: url('/img/global/icon_next_white.png');
}

#Content_Body .Content_Section_Dark .Subsection_Navigation a
{
	color: white;
}

#Content_Body .Content_Section_Dark .Center
{
	background-color: white;
}

/* /Section Formatting - Dark */


/* Modal Windows */
#Modal_Mask
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
}

.Modal_Window
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.Modal_Window.Medium
{
	width: 695px;
	height: 330px;
	background: transparent url('/img/global/modal_background_medium.png') 0 0 no-repeat;
}

.Modal_Window.Large
{
	width: 695px;
	height: 475px;
	background: transparent url('/img/global/modal_background_large.png') right top no-repeat;
}

.Modal_Window.X_Large
{
	width: 825px;
	height: 590px;
	background: transparent url('/img/global/modal_background_large.png') 0 0 no-repeat;
}

.Modal_Window .Inner_Wrapper
{
	border: 1px solid #cc0000;
	background: transparent url('/img/global/modal_inner_wrapper_background.png');
	margin: 35px 15px 0;
}

.Modal_Window.Medium .Inner_Wrapper
{
	width: 640px;
	height: 275px;
}

.Modal_Window.Large .Inner_Wrapper
{
	width: 640px;
	height: 420px;
}

.Modal_Window.X_Large .Inner_Wrapper
{
	width: 770px;
	height: 535px;
}

.Modal_Window .Modal_Window_Header
{
	padding: 0;
}

.Modal_Window .Modal_Window_Header .Close_Link
{
	text-align: right;
	margin: -35px -35px 0 0;
}

.Modal_Window .Modal_Window_Header .Close_Link img
{
	opacity: 0.85;
}

.Modal_Window .Modal_Window_Body
{
	padding: 10px 25px 25px
}

.Modal_Window .Modal_Window_Body h5
{
	margin: 0 0 20px;
	font-family: Arapey, serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: white;
	text-transform: none;
}

.Modal_Window .Modal_Window_Body ul
{
	float: left;
	margin: 0 0 0 20px;
}

.Modal_Window.Medium .Modal_Window_Body ul.Left_Column
{
	width: 295px;
}

.Modal_Window.X_Large .Modal_Window_Body ul
{
	width: 340px;
}

.Modal_Window .Modal_Window_Body li
{
	margin: 0 0 5px 0;
	padding-bottom: 7px;
	"Josefin Sans", sans-serif;
	font-size: .75em;
	letter-spacing: 1px;
	line-height: 2em;
	text-transform: uppercase;
	color: white;
}

.Modal_Window .Modal_Window_Body li em
{
	font-style: italic;
}

.Modal_Window .Modal_Window_Body li a
{
	color: white;
	text-decoration: none;
}

.Modal_Window .Modal_Window_Body li a:hover
{
	color: #cc0000;
}

#City_Music_Events_Modal_Window .Modal_Window_Body li, #City_Drink_Events_Modal_Window .Modal_Window_Body li, #City_Artopia_Events_Modal_Window .Modal_Window_Body li
{
	margin-left: 20px;
	text-indent: -20px;
}

#City_Music_Events_Modal_Window .Modal_Window_Body li p.Date, #City_Drink_Events_Modal_Window .Modal_Window_Body li p.Date, #City_Artopia_Events_Modal_Window .Modal_Window_Body li
{
	margin-left: 20px;
}

#City_Food_Events_Modal_Window .Modal_Window_Body li ul li
{
	font-size: 1em;
}
/* /Modal Windows */
/* End global.css */

/* Begin home.css */
/* Home */
#Content_Body #Home
{
	height: 760px;
	padding-top: 0;
}

#Content_Body #Home .Section_Inner_Container
{
	height: 100%;
	margin: 0;
}

#Content_Body #Home .Center
{
	float: none;
	width: 100%;
	height: 100%;
	background: white url('/img/home/home_background.jpg') left top no-repeat;
}

#Content_Body #Home #Home_Primary_Navigation
{
	width: 780px;
	height: 20px;
	float: right;
	padding: 10px 0;
	background: white;
	overflow: hidden;
}

#Content_Body #Home #Home_Primary_Navigation ul
{
	text-align: center;
}

#Content_Body #Home #Home_Primary_Navigation ul li
{
	display: inline-block;
	margin-left: 5px;
	font-family: "Josefin Sans", sans-serif;
	font-size: .7em;
	font-weight: 700;
	letter-spacing: .75px;
	text-transform: uppercase;
}

#Content_Body #Home #Home_Primary_Navigation ul li:after
{
	content: '|';
}

#Content_Body #Home #Home_Primary_Navigation ul li:last-child:after
{
	content: '';
}

#Content_Body #Home #Home_Primary_Navigation ul li a
{
	padding-right: 8px;
	text-decoration: none;
	color: #a4a4a4;
}

#Content_Body #Home #Home_Primary_Navigation ul li a:hover
{
	color: #cc0000;
}

#Content_Body #Home #Home_Primary_Navigation ul li:last-child a
{
	padding-right: none;
}

#Content_Body #Home #Home_Primary_Navigation ul li.Current a
{
	color: #cc0000;
}
/* /Home */

/* End home.css */

/* Begin about_us.css */
/* Section 1 - About Us */
#Content_Body .Content_Section#About_Us
{
	height: 785px;
}

#Content_Body #About_Us .Section_Inner_Container
{
	height: 745px;
}

#Content_Body #About_Us .Subsection_Navigation span
{
	margin-top: -170px;
}

#About_Us #Papers
{
	margin-top: 30px;
}

#About_Us #Logos
{
	float: left;
	width: 425px;
	margin-left: 30px;
	text-align: center;
}

#About_Us #Logos li
{
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}

#About_Us #Logos img
{
	opacity: 0.4;
}

#About_Us #Logos .Selected img
{
	opacity: 0.75;
}

#About_Us #Logos a:hover img
{
	opacity: 0.75;
}

#About_Us #Cover
{
	float: right;
	margin-right: 30px;
}

#About_Us #Cover img
{
	max-width: 200px;
}

#About_Us .Intro
{
	overflow: hidden;
	margin:0 0 20px;
}

#About_Us .Intro .Image
{
	float:left;
	width: 295px;
	margin:0 10px 0 0;
}

#About_Us .Intro .Text
{
	float:right;
	width: 435px;
}

#About_Us .Tabbed_Subsection_Navigation
{
	overflow: hidden;
}

#About_Us .Tabbed_Subsection_Navigation li
{
	float: left;
	margin-right: 10px;
	padding: 10px 0;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: .95em;
	text-transform: uppercase;
}

#About_Us .Tabbed_Subsection_Navigation li a
{
	padding-right: 10px;
	text-decoration: none;
	color: #a4a4a4;
}

#About_Us .Tabbed_Subsection_Navigation li a:hover
{
	color: #cc0000;
}

#About_Us .Tabbed_Subsection_Navigation li.Current a
{
	color: #cc0000;
}

#About_Us .Tabbed_Subsection_Navigation li:after
{
	content: '|';
}

#About_Us .Tabbed_Subsection_Navigation li:last-child:after
{
	content: '';
}

#About_Us .Tabbed_Subsection_Content
{
	background: #f4f4f4;
	padding: 30px 0 0 40px;
}

#About_Us #Benefits li
{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: .75em;
	line-height: 55px;
	letter-spacing: 1px;
	color: #666;
}

#About_Us #Benefits li img
{
	vertical-align: middle;
}
/* Section 1 - About Us */

/* End about_us.css */

/* Begin product_solutions.css */
/* Section 2 - Product Solutions */
#Content_Body .Content_Section#Product_Solutions
{
	height: 1110px;
	background: transparent url('/img/product_solutions/product_solutions_background.jpg') 0 0 repeat-y;
}

#Content_Body .Content_Section#Product_Solutions .Section_Inner_Container
{
	height: 1060px;
}

#Content_Body #Product_Solutions .Subsection_Navigation a
{
	color: white;
}

#Content_Body #Product_Solutions .Subsection_Navigation span
{
	margin-top: -165px;
}

#Content_Body #Product_Solutions .Left
{
	background-image: url('/img/global/icon_prev_white.png');
}

#Content_Body .Content_Section#Product_Solutions .Center
{
	height: 1040px;
	background: white;
}

#Content_Body #Product_Solutions .Right
{
	background-image: url('/img/global/icon_next_white.png');
}

#Product_Solutions_Home .Table
{
	display: table;
}

#Product_Solutions_Home .Table .Row
{
	display: table-row;
}

#Product_Solutions_Home .Table .Row .Cell
{
	display: table-cell;
	width: 33%;
	text-align: center;
}

#Product_Solutions #Infographic
{
	margin: 30px auto 60px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
}

/*#Product_Solutions #Infographic .Row
{
	margin: 0 0 20px;
	text-align: center;
}

#Product_Solutions #Infographic .Cell
{
	display: inline-block;
	margin: 0 20px;
	text-align: center;
}*/

#Product_Solutions_Home #Infographic .Cell p.Header
{
	margin: 0;
	padding: 0 5px;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.15em;
	color: black;
}

#Product_Solutions_Home #Infographic .Cell p.Data
{
	margin: 0;
	padding: 0 5px;
	font-size: 1.5em;
	font-weight: 700;
	color: #cc0000;
	text-transform: uppercase;
	line-height: 1.15em;
}

#Product_Solutions .External_Link
{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#Product_Solutions .External_Link a
{
	color: #cc0000;
	text-decoration: none;
}

#Product_Solutions .Internal_Link
{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#Product_Solutions .Internal_Link a
{
	color: #cc0000;
	text-decoration: none;
}

#Product_Solutions .Download_Link
{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#Product_Solutions .Download a
{
	color: #cc0000;
	text-decoration: none;
}

#Apps
{
	display: table;
	width: 740px;
	border-spacing: 5px;
	margin: 0 auto 20px;
}

#Apps .Row
{
	display: table-row;
}

#Apps .Cell
{
	display: table-cell;
	width: 50%;
	background: #f4f4f4;
	padding: 10px;
}

#Apps .Cell .Image
{
	float: left;
	margin: 0 10px 0 0;
}

#Apps .Cell h4
{
	margin: 5px; 0 .5em;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#Apps .Cell p
{
	margin: 0 0 1em;
	font-size: .75em;
	line-height: 1.1em;
}

#Apps .Cell .Download_Links
{
	clear: both;
	margin: 0 auto;
	text-align: center;
}

#Apps .Cell .Download_Links li
{
	display: inline;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#Apps .Cell .Download_Links li a
{
	color: #cc0000;
	text-decoration: none;
	padding-left: 5px;
}

#Apps .Cell .Download_Links li:before
{
	content: '|';
}

#Apps .Cell .Download_Links li:first-child:before
{
	content: '';
}

#Apps .Cell .Download_Links li:first-child a
{
	padding-left: 0;
}

/* Local Websites */
#Product_Solutions #Local_Website_Images
{
	margin: 0 auto;
	text-align: center;
}

#Product_Solutions #Local_Website_Images .Row
{
	overflow: hidden;
	clear: both;
	margin: 0 auto 20px;
}

#Product_Solutions #Local_Website_Images .Row .Image
{
	display: inline-block;
	margin-right: 30px;
}

#Product_Solutions #Local_Website_Images .Row .Image:last-child
{
	margin-right: 0;
}
/* /Local Websites */

/* Newsletters */
#Product_Solutions #Newsletters
{
	overflow:hidden;
	margin: 0 auto;
	text-align: center;
}

#Product_Solutions #Newsletters .Newsletter
{
	display:inline-block;
	overflow:hidden;
	margin: 0 auto 20px;
}

#Product_Solutions #Newsletters .Newsletter .Image
{
	margin: 0 0 10px;
}

#Product_Solutions #Newsletters .Newsletter .Modal_Link
{
	margin: 0;
	text-transform: uppercase;
}
/* /Newsletters */

/* Print */
#Product_Solutions #Cover_Image_Gallery
{
	overflow:hidden;
	margin: 20px auto;
	text-align:center;
}

#Product_Solutions #Cover_Image_Gallery .row1
{
	width:369px;
	margin:auto;
}

#Product_Solutions #Cover_Image_Gallery .row2
{
	width:492px;
	margin:auto;
}

#Product_Solutions #Cover_Image_Gallery .Image
{
	float: left;
	height: 135px;
	margin: 10px 8px 10px 0;
}

#Product_Solutions #Cover_Image_Gallery .Image img
{
	width: 115px;
	vertical-align: middle;
}
/* /Print */

/* Voice Places */
#Product_Solutions_Voice_Places #Voice_Places_Images .Row
{
	margin: 40px 0;
}

#Product_Solutions_Voice_Places #Voice_Places_Images .Row .Image
{
	float: left;
	margin: 0 10px;
}

#Product_Solutions_Voice_Places #Voice_Places_Images .Row .Image:first-child
{
	margin-left: 0;
	margin-right: 10px;
}

#Product_Solutions_Voice_Places #Voice_Places_Images .Row .Image:last-child
{
	margin-right: 0;
	margin-left: 10px;
}

#Product_Solutions_Voice_Places #Voice_Places_Images .Row .Images
{
	overflow: hidden;
	margin: 0 0 10px;
}

#Product_Solutions_Voice_Places #Voice_Places_Images .Row .Caption
{
	clear: both;
	text-align:center;
}
/* /Voice Places */

/* Voice Daily Deals */
#Product_Solutions_Daily_Deals #Voice_Daily_Deals_Images .Image
{
	margin: 0 auto 20px;
	text-align: center;
}
/* /Voice Daily Deals */
/* /Section 2 - Product Solutions */

/* /Digital Marketing */
#Product_Solutions_Digital_Marketing h4{
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 20px;
}

#Product_Solutions_Digital_Marketing p{
	font-size: 13px;
	font-weight: normal;
}

#Product_Solutions_Digital_Marketing div.digmkt_img {
	text-align: center;
	margin: 40px auto 50px auto;
}

/* End product_solutions.css */

/* Begin our_journalism.css */
/* Section 3 - Our Journalism */
#Content_Body .Content_Section#Our_Journalism
{
	height: 830px;
}

#Content_Body .Content_Section#Our_Journalism .Section_Inner_Container
{
	height: 790px;
}

#Content_Body .Content_Section#Our_Journalism .Subsection_Navigation
{
	background-position: 50% 300px;
}

#Content_Body .Content_Section#Our_Journalism .Subsection_Navigation span
{
	margin-top: -190px;
}

#Content_Body .Content_Section#Our_Journalism .Paper .Cover_Image
{
	float: left;
	width: 205px;
	margin: 0 10px 0 0;
}

#Content_Body .Content_Section#Our_Journalism .Paper .Story
{
	float: left;
	width: 515px;
}

#Content_Body .Content_Section#Our_Journalism .Paper .Story .Image
{
	margin: 0 0 10px;
}

#Content_Body .Content_Section#Our_Journalism .Paper .Story .Text a
{
	color: #cc0000;
	text-decoration: none;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection
{
	border-top: 1px solid #999;
	padding-top: 20px;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Navigation
{
	float: left;
	width:165px;
	border-right: 1px solid #999;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Navigation li
{
	padding: 10px 0;
	font-size: .95em;
	text-transform: uppercase;
	border-bottom: 1px solid white;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Navigation li a
{
	color: #cc0000;
	text-decoration: none;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Navigation li.Current
{
	border-bottom-color: #999;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Navigation li.Current a
{
	color: black; /*#a4a4a4;*/
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Content_Area
{
	float: left;
	width: 525px;
	border-left: 1px solid #999;
	margin-left:-1px;
	padding: 10px 20px;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Content
{
	display:none;
}

#Content_Body .Content_Section#Our_Journalism .Tabbed_Subsection_Content.Active
{
	display:block;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest
{
	clear:both;
	margin:0 0 20px;
	overflow:hidden;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Selector_Bar
{
	padding:3px 5px;
	border: 1px solid #999;
	border-width: 1px 0;
	overflow:hidden;
	margin: 0 0 20px;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Selector p
{
	padding-left:5px;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Selector select
{
	background: transparent;
	width: 630px;
	padding:2px 5px 2px;
	font-size: .8em;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 22px;
	-webkit-appearance: none;
	text-transform: uppercase;
	color: #cc0000;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Selector
{
	height: 22px;
	overflow: hidden;
	background: url('/img/global/down_arrow.png') no-repeat right white;
	border: 1px solid #cc0000;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Years_Selector
{
	float: left;
	width: 90px;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Presenters_Selector
{
	float:right;
	width: 630px;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards #Contests .Loading_Message
{
	padding: 100px 0 0;
	text-align: center;
	font-size: 2em;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest .Contest_Header
{
	margin: 0 0 20px;
	overflow:hidden;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest h4
{
	display: inline-block;
	padding-right: 10px;
	border-right:1px solid #999;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	color: #cc0000;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest h5
{
	display: inline-block;
	padding-left: 10px;
	font-family: Arapey, serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
	color: black;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest .Column
{
	float: left;
		
}


#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest .Award
{
	width: 179px;
	padding: 0 0 10px 5px;
	border-left: 1px solid #999;
	font-family: Arial, Helvetica sans-serif;
	font-size: .7em;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest .Award .Stories li
{
	list-style: none;
}

#Content_Body .Content_Section#Our_Journalism #Journalism_Awards .Contest .Award .Stories li a
{
	color: #cc0000;
	text-decoration:none;
}


/* Fellowships */
#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body p
{
	margin: 0 0 10px;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List
{
	display: none;
	margin-top: 20px;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List.Active
{
	display: block;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List ul
{
	width: 33%;
	height: 295px;
	float: left;
	border-left: 1px solid #a4a4a4;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List ul li.Reading_List_Group
{
	padding: 0 5px 10px;
	list-style: none;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List ul li.Reading_List_Group h4
{
	margin: 0;
	padding: 0;
	font-size: .7em;
	color: black;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List ul li.Reading_List_Group ul
{
	width: auto;
	height: auto;
	float: none;
	border: none;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Reading_List div.Reading_List ul li.Reading_List_Group ul li
{
	font-size: .7em;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Awards div.Awards_List
{
	display: none;
	margin-top: 20px;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Awards div.Awards_List.Active
{
	display: block;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Awards div.Awards_List ul
{
	width: 45%;
	height: 315px;
	float: left;
	border-left: 1px solid #a4a4a4;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Awards div.Awards_List ul li
{
	padding: 0 5px 10px;
	list-style: none;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Awards div.Awards_List ul li h4
{
	margin: 0;
	padding: 0;
	font-size: .7em;
	color: black;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Awards div.Awards_List ul li p
{
	font-size: .7em;
	line-height: 1.2em;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination
{
	clear: both;
	float: right;
	text-align: right;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination p
{
	display: inline;
	font-size: .7em;
	text-transform: uppercase;
	padding: 0 .25em;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination ul
{
	display: inline;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination li
{
	display: inline;
	font-size: .7em;
	text-transform: uppercase;
	padding: 0 .25em;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination p.Prev:after
{
	content: ' |';
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination p.Next:before
{
	content: '| ';
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination p.Disabled a
{
	color: #999;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body .Pagination li.Current a
{
	color: #999;
}

#Content_Body .Content_Section#Our_Journalism #Our_Journalism_Fellowships .Subsection_Body #Fellowships_Campus_Visits p
{
	width: 45%;
	margin: 0 0 20px;
	line-height: 1.5em;
}

#Fellowships_Campus_Visits ul.Campus_Visits
{
	clear: both;
}

#Fellowships_Campus_Visits ul.Campus_Visits li
{
	/*width: 45%;
	min-height: 100px;
	padding-right: 10px;
	float: left;*/
	margin: 0 0 20px;
	font-size: .75em;
}

#Fellowships_Campus_Visits ul.Campus_Visits li h4
{
	margin: 0 0 5px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.15em;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
}

#Fellowships_Campus_Visits ul.Campus_Visits li h5
{
	margin: 0 0 .25em;
	line-height: 1.25em;
}
/* /Fellowships */


#Content_Body .Content_Section#Our_Journalism #National_Features .National_Feature
{
	width: 50%;
	float: left;
	margin: 0 0 20px;
}

#Content_Body .Content_Section#Our_Journalism #National_Features .National_Feature .Image
{
	float: left;
	margin: 0 10px 0 0;
}

#Content_Body .Content_Section#Our_Journalism #National_Features .National_Feature h4
{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #cc0000;	
	text-transform: uppercase;
}

#Content_Body .Content_Section#Our_Journalism #National_Features .National_Feature h5
{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: black;
}

#Content_Body .Content_Section#Our_Journalism #National_Features .National_Feature p
{
	margin-bottom: 0;
	font-family: Lato;
	font-size: .75em;
	font-weight: 400;
	line-height: 1.5em;
}
/* /Section 3 - Our Journalism */

/* End our_journalism.css */

/* Begin social_voice.css */
/* Social Voice */
#Content_Body .Content_Section#Social_Voice
{
	height: 570px;
	background: transparent url('/img/social_voice/social_voice_background.jpg') 0 0 repeat-y;
}

#Content_Body .Content_Section#Social_Voice .Section_Inner_Container
{
	height: 520px;
}

#Content_Body .Content_Section#Social_Voice .Subsection_Navigation a
{
	color: white;
}

#Content_Body .Content_Section#Social_Voice .Subsection_Navigation span
{
	margin-top: -165px;
}

#Content_Body .Content_Section#Social_Voice .Center
{
	height: 500px;
	background: white;
}

#Content_Body .Content_Section#Social_Voice #Social_Media
{
	margin: 50px auto;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network
{
	float: left;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network .Image
{
	float: left;
	margin: 0 5px 0 0;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network .Image img
{
	vertical-align: absmiddle;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network .Text
{
	float: left;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network .Text p
{
	"Josefin Sans", sans-serif;
	font-weight: 700;
	line-height:60px;
	font-size: .85em;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network#Facebook
{
	margin-left: 30px;
	margin-right: 90px;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network#Facebook a
{
	color: #3c5a97;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network#Twitter a
{
	color: #25A8E0;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network#Linkedin
{
	margin-left: 130px;
	margin-right: 20px;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network#Linkedin a
{
	color: #016698;
}

#Content_Body .Content_Section#Social_Voice #Social_Media .Network#Google_Plus a
{
	color: #C55031;
}
/* /Social Voice */

/* End social_voice.css */

/* Begin events.css */
/* Events */
#Content_Body .Content_Section#Events
{
	height: 970px;
}

#Content_Body .Content_Section#Events .Section_Inner_Container
{
	height: 930px;
}

#Content_Body .Content_Section#Events .Subsection_Navigation span {
	margin: -170px auto 0;
}

#Content_Body .Content_Section#Events .Image_Gallery  .Image
{
	float: left;
}

#Content_Body .Content_Section#Events .Image_Gallery  .Image:first-child
{
	margin-right: 10px;
}

#Content_Body .Content_Section#Events .Image_Gallery  .Image:last-child
{
	margin-top: 10px;
}

#Events .Events
{
	overflow: hidden;
}

#Events .Events .Event
{
	float: left;
	border-right: 1px solid #e4e4e4;
}

#Events .Events .Event:last-child
{
	border-right: none;
}

#Events .Event h4
{
	margin: 0 0 15px;
	font-family: Arapey, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: black;
}

#Events .Event .Image
{
	margin: 10px auto;
}

#Events .Events .Event .Logo
{
	float: left;
	margin: 0 10px 0 0;
}

#Events .Events .Event #Choice_Eats_Logo
{
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

#Events .Event .External_Link
{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#Events .Event .External_Link a
{
	color: #cc0000;
	text-decoration: none;
}

#Events .Events.Triple .Event
{
	width: 225px;
	padding: 10px;
}

#Events .Events.Double .Event
{
	width: 340px;
}

#Events .Events.Double .Event:first-child
{
	padding-right: 25px;
}

#Events .Events.Double .Event:last-child
{
	padding-left: 25px;
}

#Events .Modal_Link
{
	clear: both;
	width:300px;
	margin: 10px auto;
	padding-top:10px;
	border-top: 1px solid #e4e4e4;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* /Events */

/* End events.css */

/* Begin advertising.css */
/* Advertising */
#Content_Body .Content_Section#Advertising
{
	height: 923px;
	background: transparent url('/img/advertising/advertising_background.jpg') 0 0 repeat-y;
}

#Content_Body .Content_Section#Advertising .Center
{
	height: 825px;
}

#Content_Body .Content_Section#Advertising .Subsection_Navigation span {
	margin: -170px auto 0;
}


/* Local */
#Advertising_Local #Local_Markets
{
	margin: 0 auto;
}

#Advertising_Local #Local_Markets .row1
{
	width:75%;
	margin:auto;
}

#Advertising_Local #Local_Markets .Local_Market
{
	float:left;
	width: 25%;
	min-height: 100px;
	margin: 0 0 20px;
	text-align: center;
}

#Advertising_Local #Local_Markets .row1 .Local_Market
{
	float:left;
	width: 33%;
	min-height: 100px;
	margin: 0 0 20px;
	text-align: center;
}

#Advertising_Local #Local_Markets .Local_Market .Logo
{
	margin: 0 0 5px;
}

#Advertising_Local #Local_Markets .Local_Market .Caption
{
	text-align: center;
}

#Advertising_Local #Local_Markets .Local_Market .Caption p
{
	display: inline;
	margin: 0;
	font-size: .8em;
	line-height: 1.15em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#Advertising_Local #Local_Markets .Local_Market .Caption p a
{
	padding: 2px;
}

#Advertising_Local #Local_Markets .Local_Market .Caption p:after
{
	content: '|';
}

#Advertising_Local #Local_Markets .Local_Market .Caption p:last-child:after
{
	content: '';
}
/* /Local */

/* VLN */
#Advertising_Voice_Local_Network .Row
{
	overflow: hidden;
	clear:both;
	margin: 0 -10px 20px;
	text-align: center;
}

#Advertising_Voice_Local_Network .Row .Sites
{
	margin: 0 auto;
	text-align: center;
}

#Advertising_Voice_Local_Network .Row .Sites .Site
{
	display: inline-block;
	margin-right:5px;
}

#Advertising_Voice_Local_Network .Row .Sites .Site:last-child
{
	margin-right:0;
}

#Advertising_Voice_Local_Network .Row .Sites .Site .Image
{
	margin-bottom: 10px;
}

#Advertising_Voice_Local_Network .Row .Sites .Site .Caption .Name
{
	margin: 0;
	font-size: .8em;
	line-height: 1.15em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* /VLN */

/* National */
#Advertising_National .Column
{
	float:left;
}

#Advertising_National .Column.Left
{
	width: 350px;
}

#Advertising_National .Column.Left p,
#Advertising_National .Column.Left ul
{
	margin: 0 0 20px;
	font-size: .9em;
	line-height: 1.5em;
}

#Advertising_National .Column.Right
{
	padding-top: 40px;
}

#Advertising_National .Tagline
{
	width:280px;
	padding-left: 90px;
}

#Advertising_National .External_Link
{
	clear: both;
	padding-top:30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#Advertising_National .External_Link a
{
	color: #cc0000;
	text-decoration: none;
}
/* /National */
/* /Advertising */
/* End advertising.css */

/* Begin partners.css */
/* Partners */
#Content_Body .Content_Section#Partners
{
	height: 940px;
}

#Content_Body .Content_Section#Partners .Section_Inner_Container
{
	height: 900px;
}

#Content_Body .Content_Section#Partners .Left {
	background-image: none
}

#Content_Body .Content_Section#Partners .Right {
	background-image: none
}

#Partners #Partners_Logos ul
{
	text-align: center;
}

#Partners #Partners_Logos li
{
	display: block;
	margin: 30px 10px;
}
/* /Partners */
/* End partners.css */

/* Begin press.css */
/* Press */
#Content_Body .Content_Section#Press
{
	height: 2090px;
}

#Content_Body .Content_Section#Press .Section_Inner_Container
{
	height: 2050px;
}

#Content_Body .Content_Section#Press .Left {
	background-image: none
}

#Content_Body .Content_Section#Press .Right {
	background-image: none
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Return_Link
{
	float: left;
	height: 30px;
	width: 40%;
	padding-left: 35px;
	background: transparent url('/img/global/icon_prev_red.png') 0 0 no-repeat;
	background-size: 30px 30px;
	font-size: .85em;
	line-height: 30px;
	text-transform: uppercase;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Direct_Link
{
	height: 30px;
	width: 40%;
	float: right;
	text-align: right;
	line-height: 30px;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release h4
{
	clear: both;
	margin: 0 0 .25em;
	font-size: 1em;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #cc0000;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release h5
{
	margin: 0 0 .5em;
	font-family: Lato, sans-serif;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: 1px;
	color: black;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release h6
{
	margin: 0 0 .25em;
	font-size: .9em;
	font-style: italic;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release .Release_Body p
{
	font-size: .85em;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release .Release_Body ul
{
	margin: 0 0 1.5em;
	padding-left: 50px;
	list-style-type: square;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release .Release_Body li
{
	margin: 0 0 .25em;
	font-size: .85em;
	line-height: 1.25em;
}

#Content_Body .Content_Section#Press #Press_Press_Releases .Release .Release_Body .Release_Link
{
	padding-left: .5em;
	font-size: .95em;
	font-weight: normal;
}
/* End press.css */
