/* +++ = additional css in ie.css or ie6.css */

/*removes dotted border around FF links*/
:focus {
-moz-outline-style: none;
}

body {
	margin:80 0 0 0px;
	padding:0;
	text-align:center;
	background:#f4f2ed;
	height:100.1%;
}

#container {
	margin:0 auto 0 auto;
	position:relative;
	text-align:left;
	width:802px;
	background:#fff;
	border:1px solid #e4dfcf;
}

#branding {
	height:120px;
	margin:12 12 0 12px;
	padding:2 0 2 0px;
	border-top:1px solid #e4dfcf;
	border-bottom:1px solid #e4dfcf;
}

/* +++ */
#branding div#logo {
	position:absolute;
	top:-33px;
	left:21px;
	width:563px;
	height:45px;
	background-image:url('/img/logo.png');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:2;
}

#branding div#logo a {
	display:block;	
	width:563px;
	height:45px;
}

ul#nav {
	position:absolute;
	top:104px;
	left:21px;
	width:520px;
	height:34px;
	margin:0;
	padding:0;
	text-indent:0;
	list-style:none;
	border:0px solid black;
}

#nav a{
	display:block;
	height:34px;
	border:0px solid black;
}

#home, #advertising, #zone_map, #publishing_schedule, #about, #contact {
	float:left;
	height:34px;
	overflow:hidden; /*needed for IE6 PNG Support */
}

#home  {
	width:59px;
	border:0px solid black;
}

/* +++ */
#home a, #home a:visited {
	background:url("/img/btn-home.png") top left no-repeat;
}

/* +++ */
#home a:hover {
	background:url("/img/btn-home.png") -59px 0px no-repeat;
}

#advertising  {
	width:59px;
	border:0px solid black;
}

/* +++ */
#advertising a, #advertising a:visited {
	background:url("/img/btn-advertising.png") top left no-repeat;
}

/* +++ */
#advertising a:hover {
	background:url("/img/btn-advertising.png") -59px 0px no-repeat;
}

#publishing_schedule  {
	width:135px;
	border:0px solid black;
}

/* +++ */
#publishing_schedule a, #publishing_schedule a:visited {
	background:url("/img/btn-publishing-schedule.png") top left no-repeat;
}

/* +++ */
#publishing_schedule a:hover {
	background:url("/img/btn-publishing-schedule.png") -135px 0px no-repeat;
}

#zone_map  {	
	width:80px;
	border:0px solid black;
}

/* +++ */
#zone_map a, #zone_map a:visited {
	background:url("/img/btn-zone-map.png") top left no-repeat;
}

/* +++ */
#zone_map a:hover {
	background:url("/img/btn-zone-map.png") -80px 0px no-repeat;
}

#about  {
	width:59px;
	border:0px solid black;
}

/* +++ */
#about a, #about a:visited {
	background:url("/img/btn-about.png") top left no-repeat;
}

/* +++ */
#about a:hover {
	background:url("/img/btn-about.png") -59px 0px no-repeat;
}

#contact  {
	width:67px;
	border:0px solid black;
}

/* +++ */
#contact a, #contact a:visited {
	background:url("/img/btn-contact.png") top left no-repeat;
}

/* +++ */
#contact a:hover {
	background:url("/img/btn-contact.png") -68px 0px no-repeat;
}

#content {
	padding:40 0 40 0px;
	overflow:auto;
	width:100%;
	border-top:0px solid #000;
}

#content_main {
	float:left;
	width:480px;
	border:0px solid #000;
	border-right:1px solid #ececec;
}

#content_main_full {
	float:left;
	width:780px;
	border:0px solid black;
}

#content_main_full img, #content_main img {
	vertical-align:middle;
}

#content_main_full img.map {
	margin-top:8px;
	margin-left:35px;
}

#content_main_full h1, #content_main_full h2,#content_main_full p,#content_main_full ul,#content_main h1,#content_main h2,#content_main h3,#content_main p,#content_main ul,#content_main table {
	margin-right:20px;
	margin-left:35px;
}

#content_sub {
	float:right;
	width:300px;
	margin:5 0 0 0px;
	border:0px solid #000;
	border-right:0px solid #ececec;
}

#content_sub h1,#content_sub h2,#content_sub h3,#content_sub p,#content_sub ul,#content_sub table {
	margin-right:20px;
}

#content_sub h2 {
	margin-bottom:10px;
}

#site_info {
	margin:5 auto 0 auto;
	width:778px;
	font:11px "trebuchet ms", arial, san-serif;
	color:#c4bdae;
	border:0px solid #000;
}

#site_info p, #site_info li, #site_info a {
	font:11px "trebuchet ms", arial, san-serif;
	color:#c4bdae;
	padding:0;
	margin:0 0 80 0px;
}

#site_info ul {
	float:left;
	text-indent:0;
	margin:0;
	padding:0;
}

#site_info p {
	float:right;
}

#site_info li {
	display:inline;
}

#site_info a, #site_info a:visited, #site_info a:hover {
	text-decoration:none;
}

/*-------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5{
	margin:0px 0px 0px 0px;
}

h1{
	font:bold 18px "trebuchet ms", arial, san-serif;
	color:#922419;
} 

h2 {
	font:bold 16px "trebuchet ms", arial, san-serif;
	color:#453e35;
}

h3 {
	font:bold 12px "trebuchet ms", arial, san-serif;
	color:#453e35;
}

p {
	font:11px "trebuchet ms", arial, san-serif;
	color:#212121;
	margin:0px 0px 10px 0px;
}

h2 a {
	font:bold 16px "trebuchet ms", arial, san-serif;
	color:#0067a6;
	text-decoration:underline;
}

a {
	font:12px "trebuchet ms", arial, san-serif;
	color:#0067a6;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	text-decoration:none;
}

ul {
	font:12px "trebuchet ms", arial, san-serif;
	color:#212121;
	margin:0 0 10 0px;
	padding:0 0 0 20px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image: url("/img/dot.png");
	list-style-position: outside;
}

table {
	font:12px "trebuchet ms", arial, san-serif;
	color:#212121;
	border:0;
}

img {
	border:0;
}

ul.no_list_style {
	list-style-image:none;
	list-style:none;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.small {
	font-size:10px;
}

.nomargin {
	margin:0px;
}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {
	background:#efefef;
}

.right {
	text-align:right;
}

.italic {
	font-style:italic;
}

h2.box { 
	background:#edeae0;
	padding:14px;
	margin:8 0 10 0px;
}

h2.box a { 
	font:bold 14px "trebuchet ms", arial, san-serif;
}

.basic_margins {
	margin-right:20px;
	margin-left:35px;
}

/* --------ADVERTISING---------------- */

table {
	font:11px "trebuchet ms", arial, san-serif;
	color:#212121;
	background:#efefef;
	margin:4 20 10 35px;
	border-top:2px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-left:2px solid #e6e6e6;
	text-align:center;
}

table td, table th {
	padding:3px;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

table th,  table tr#cities {
	font-weight:bold;
}

table td.highlight, table th.highlight {
	background:#e4e2dd;
	border-right:1px solid #d4d0c3;
	border-bottom:1px solid #d4d0c3;
}

table tr#circulation td{
	background:#e7e7e7;
}

/* --------PUBLISHING SCHEDULE---------------- */

ul.no_style {
	padding:0 0 0 0px;
	text-decoration:none;
	list-style:none;
	background:#edeae0;
	list-style-image:none;
	list-style-position: outside;
	padding:8 14 8 14px;
	margin:8 0 10 0px;
}

ul.no_style li {
	font-weight:bold;
	margin:4 0 4 0px;
}

ul.no_style li img{
	vertical-align:middle;
}

ol#schedule {
	font:12px "trebuchet ms", arial, san-serif;
	color:#212121;
	margin:0 0 10 35px;
	padding:0 0 0 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

ol#schedule h2{
	float:left;
	margin:0 0 0 14px;
	width:100px;
}

/* +++ */
ol#schedule li{
	padding:14 0 2 0px;
	margin:0 20 0 0px;
}

/* +++ */
ol#schedule li.even {
	background:#efefef;
	padding:14 0 2 0px;
	margin:0 20 0 0px;
}

/* +++ */
#schedule ul {
	font:12px "trebuchet ms", arial, san-serif;
	color:#212121;
	margin:0 0 10 0px;
	padding:0 0 0 14px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	list-style-position: outside;
}

#schedule ul li{
	display:inline;
}

#schedule li.arrival_date {
	background-image:url('/img/icon-newspaper.png') ;
	background-position:top left;
	background-repeat: no-repeat;
	padding:0 22px;
}

#schedule li.submissions_date {
	background-image:url('/img/icon-submit.png');
	background-position:top left;
	background-repeat: no-repeat;
	padding:0 22px;
}

#schedule li.payment_date {
	background-image:url('/img/icon-pay.png');
	background-position:top left;
	background-repeat: no-repeat;
	padding:0 22px;
}

/* --------HOME---------------- */

#content_main_home {
	float:left;
	width:610px;
	border:0px solid #000;
	border-right:1px solid #ececec;
}

#content_main_home h1,#content_main_home h2,#content_main_home h3,#content_main_home p,#content_main_home ul,#content_main_home table {
	margin-right:20px;
	margin-left:35px;
}

#content_sub_home {
	float:right;
	width:170px;
	margin:5 0 0 0px;
	border:0px solid #000;
	border-right:0px solid #ececec;
}

/* --------ABOUT---------------- */

#content_main_about {
	float:left;
	width:610px;
	border:0px solid #000;
	border-right:1px solid #ececec;
}

#content_main_about h1,#content_main_about h2,#content_main_about h3,#content_main_about p,#content_main_about ul,#content_main_about table {
	margin-right:20px;
	margin-left:35px;
}

#content_sub_about {
	float:right;
	width:170px;
	margin:5 0 0 0px;
	border:0px solid #000;
	border-right:0px solid #ececec;
}

/* --------HOME PAGE POPUP---------------- */
#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

table#popup {
	font:11px "trebuchet ms", arial, san-serif;
	color:#212121;
	background:#efefef;
	margin:0px;
	border-top:2px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	border-left:2px solid #e6e6e6;
	text-align:center;
}

table#popup td, table#popup th {
	padding:3px;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

table#popup th, table#popup tr#cities {
	font-weight:bold;
}

table#popup td.highlight, table#popup th.highlight {
	background:#e4e2dd;
	border-right:1px solid #d4d0c3;
	border-bottom:1px solid #d4d0c3;
}

table#popup tr#circulation td{
	background:#e7e7e7;
}

ul.no_list_style li {
	font-weight:bold;
	margin:4 0 15 0px;
	font:bold 12px "trebuchet ms", arial, san-serif;
}

ul.no_list_style li a{
	font:bold 12px "trebuchet ms", arial, san-serif;
}


/* --------Admin---------------- */


#content_main_admin {
	float:left;
	width:75%;
	border:0px solid #000;
}

#content_sub_admin {
	float:right;
	width:25%;
	margin:5 0 0 0px;
	border:0px solid #000;
	border-left:0px solid #ececec;
}

#content_main_admin h1,#content_main_admin h2,#content_main_admin h3,#content_main_admin p,#content_main_admin ul,#content_main_admin table {
	margin-right:20px;
	margin-left:35px;
}

ul.admin {
	list-style-image:none;
	list-style:none;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

ul.admin li {
	padding:3 5 3 5px;
}

ul.admin li img {
	vertical-align:middle;
}

table#admin_table, table#admin_table td, table#admin_table table {
	border:0;
}

table#admin_table {
	background:#fff;
	
}



/* --------Other---------------- */


#content_nosub {
	width:100%;
}

.submit {
	background-color:#c5d0fe;
	color:#333;
	font:12px bold Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.light {
	background-color:#efefef;
	}
.dark {
	background-color:#dddddd;
}