html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #666;
	background: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0;  /* Use margin: XXpx 0; to add space at the top of the layout */
}
#editor {
	background: #fff;
}
p {
	line-height: 200%;
	margin: 6px 0px;
	padding: 0px 6px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #390;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.25em;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	float: left;
}
h3 {
	font-size: 1.10em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	color: #FF0000;
}
h4 {
	font-size: 1.0em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
h5 {
	font-size: 0.90em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 0.85em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.outer ul {
	margin: 0;
	padding: 0;
	line-height: 120%;
	list-style: none;
}
.outer li {
	background: transparent url(/templates/img/bullet1.gif) no-repeat left 2px;
	padding-left: 14px;
}
a {
	text-decoration: none;
	color: #390;
}
a:active {
	text-decoration: none;
	color: #390;
}
a:hover {
	text-decoration: none;
	color: #ED1B2F;
}
a:visited {
	text-decoration: none;
	color: #390;
}
td {height: 50px;}
.quickpoll-box table td {height: 10px;}
img {
	border: none;
}
.hide {
	display: none;
	visibility: hidden;
}
.show {
	display: block;
	visibility:visible;
}
.clear {
	clear: both;
	height: 1%;
	background: #000;
}
.wide {
	background: #000;
	width: 100%;
}
.top {
	background: #000 url(/templates/img/header.jpg) no-repeat;
	border: none;
	height: 95px;/* border-bottom: 1px solid #aaa;  */
}
.top h1 {
	display: none;
}
.wrapper {
	display:block;
	clear:both;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	border: 1px solid #000;
	background: #fff;
}
.header {
	width: 100%;
	background: #fff;
}
.mainnav {
	display: block;
	margin: 0px 40px;
	padding: 0px;
	clear: both;
	width: 920px;
}
.headernav {
	display: block;
	margin: 0px 40px;
	clear: both;
	width: 920px;
	height: 30px;
	background: #fff url(/templates/img/headernav-bkg.gif) no-repeat;
	padding: 4px 0px;
}
#quicklinks {
	float: right;
	width: 146px;
	background: #fff url(/templates/img/quicklinks-bkg.gif) no-repeat top right;
	height: 39px;
}
.quicklinks {
	font-size: 10px;
	color: #000;
}
#quicklinks form {
	padding: 10px 6px;
}
.imagebar {
	position: relative;
	height: 36px;
	background: #fff;
	border-bottom: 6px solid #aaa;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 4px;
}
.imagebar img {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.bottom {
	position: relative;
	color: #333;
	background: #000;
}
.bottom p {
	padding: 0;
	margin: 0;
	color: #eee;
}
.footer {
	width: 100%;
	padding-top: 4px;
	font-size: 10px;
	text-align: center;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb {
	font-size: 0.9em;
	color: #B9C3D5;
	padding-left: 2px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
	color: #8B9BB9;
	background: none;
}
.breadcrumb a:hover {
	color: #5D729E;
	background: none;
}
.outer {
	display:block; /*** IE needs this or the contents won't show outside the parent container. ***/
	position:relative;
	width: 998px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	background: #fff;  /*** Sets background of center col***/
	border-left: 1px solid #fff;   /*** Critical left divider dimension value ***/
	border-right: 1px solid #fff;   /*** Critical right divider dimension value ***/
	clear:both;
}
* html .outer {   /*** IE5.x/win box model fix ***/
	width: 1000px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	wid\th: 998px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
.content {
	display:block;
	padding: 4px 40px;
	background-color: #fff;
}
.splitleft {
	float: left;
	width: 49%;
	text-align: left;
}
.splitright {
	float: right;
	width: 49%;
	text-align: right;
}
.homebox {
	float: right;
	width: 573px;
	margin-top: -12px;
	background: #fff;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 24px;
}
.homebox h1, .homebox h2, .homebox h3, .homebox h4, .homebox h5, .homebox h6, .homebox p, .homebox ul {
	padding-left: 24px;
	padding-right: 24px;
}
.homephoto {
	float: left;
	width: 425px;
	margin: 0;
	padding: 0;
}
.page_content {
	float: right;
	width: 410px;
	margin: 0;
	padding: 0;
}
.homebanner {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
}
.columns-1-2 {
	float: left;
	width: 618px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.column-1 {
	float: left;
	width: 168px;
	margin: 0;
	padding: 0;
	clear: both;
	border: 1px solid #ccc;
}
.column-2 {
	width: 428px;
	float: left;
	padding-left: 13px;
	padding-right: 6px;
}
.column-3 {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}
.home-content {
	width: 998px;
	top: -10px;
}
.current-issue {
	border: 1px solid #EAEBEC;
	width: 300px;
	height: 245px;
	margin-bottom: 10px;
}
.current-issue h4 {
	background: #EAEBEC;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	font-weight: normal;
}
.current-articles {
	border: 1px solid #E1DDD2;
	width: 300px;
	margin-bottom: 10px;
	float: left;
}
.current-articles h1 {
	margin-top: 0px;
	padding-left: 6px;
	color: #666;
	text-transform: none;
	margin-top: -3px;
	margin-bottom: -3px;
}
/*Gray Header*/
.current-articles-header {
	background-color:#E1DDD2;
	border-bottom:15px solid #E1DDD2;
	border-top:15px solid #E1DDD2; /*border-top:15px solid #ECE9E2;*/
}
.print-story {
	width: 288px;
	float: left;
	margin-top: 20px;
	padding-left: 12px;
}
.print-story-content {
	float:right;
	width:174px;
}
.print-story-content h4 {
	margin-top: 0px;
	margin-bottom: 3px;
	color: #ED1B2F;
}
.print-story-content p {
	line-height: 145%;
	padding: 0px;
	font-size: 11px;
	padding-right: 6px;
}
.print-story img {
	border: 1px solid black;
	float: left;
	margin-right:12px;
}
.quickpollbox {
	width: 168px;
	float: left;
	margin-bottom: 10px;
}
.quickpollbox_content {
	float: left;
	padding: 0px 3px 0px 6px;
}
.quickpollbox_content p {
	line-height: 145%;
	padding-left: 0px;
}
.quickpollbox_content h2 {
	display: none;
}
.quickpollbox h4 {
	text-align: center;
	background: #EAEBEC;
	margin-top: 0px;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
.register_newsletter {
	width: 168px;
	float: left;
	border-top: 1px solid #ccc;
}
.register-content {
	float: left;
	line-height: 145%;
	padding: 3px;
	padding-left: 12px;
}
.register_newsletter h4 {
	background: #EAEBEC;
	text-align: center;
	margin-top: 0px;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
.register-content p {
	line-height: 145%;
	padding-left: 0px;
}
.find-us {
	width: 168px;
	float: left;
	border-top: 1px solid #ccc;
}
.find-us h4 {
	text-align: center;
	background: #EAEBEC;
	margin: 0px;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tasteND h2 {
	background: url(/templates/img/issue-headerbox.jpg) no-repeat;
	text-align: center;
	padding: 6px 3px 3px 3px;
	color: #fff;
	height: 28px;
}
.wit-wisdom h2 {
	background: url(/templates/img/issue-headerbox-small.jpg) no-repeat;
	text-align: center;
	padding: 6px 3px 3px 3px;
	color: #fff;
	height: 28px;
	line-height: 145%;
}
.tasteND h4, .wit-wisdom h4 {
	margin-top: 3px;
}
.tasteND {
	width: 300px;
	float: left;
	margin-right: 6px;
	line-height: 145%;
}
.wit-wisdom {
	width: 210px;
	float: left;
	line-height: 145%;
	text-align: center
}
.tasteND .recipes {
	width: 100px;
	float: left;
	text-align: center;
	margin-bottom: 6px;
}
#gallery {
	width: 469px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}
.new-issue {
	float: left;
	width: 520px;
	background:url(/templates/img/issue-background.jpg) repeat-x;
}
.contents {
	float: left;
	width: 520px;
	padding-top: 12px;
	min-height: 300px;
}
.issue-info {
	width: 500px;
	float: left;
	padding-right: 3px;
	padding-left: 20px;
}
.issue-info h1 {
	text-align: center;
	font-size: 36px;
	color: #ED1B2F;
	font-weight: bold;
	margin: 0px;
}
.issue-info p {
	line-height: 145%;
	padding-left: 0px;
}
.issue-photo {
	float: left;
	text-align: center;
	margin-left: 80px;
}
.articles {
	float: left;
	width: 420px;
	border: 1px solid #95B925;
	margin-bottom: 10px;
}
/*Red*/
/*.articles-header {background-color:#E2001A; border-bottom:15px solid #8E0000; border-top:15px solid #8E0000; color: #fff;}

/*Green*/
.articles-header {
	background-color:#95B925;
	border-bottom:15px solid #95B925;
	border-top:15px solid #95B925;
	color: #fff; /*border-top:15px solid #95B925;*/
}
.articles h1 {
	margin-top: 0px;
	padding-left: 6px;
	color: #fff;
	text-transform: none;
	margin-top: -3px;
	margin-bottom: -3px;
}
.articles-content {
	margin: 15px;
}
.articles h4 {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background: url(/templates/img/arrow.jpg) no-repeat;
	padding-left: 18px;
}
.articles h4 a{
color: #555;
}
.articles h4 a:hover {
	color: #777;
}
.home-box {
	width: 998px;
	background: #fff;
	border-bottom: 6px solid #aaa;
	padding-bottom: 8px;
}
.portfolio-box {
	width: 998px;
	height: 273px;
	background: #fff url(/templates/img/banner_speed.jpg) no-repeat;
	border-bottom: 6px solid #aaa;
	padding-bottom: 8px;
}
#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px none #666;
	border-right: 2px none #666;
}
#lightboxDetails {
	font-size: 10px;
	padding-top: 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 4px;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url(/templates/img/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/templates/img/overlay.png", sizingMethod="scale");
}
/* Photo Galleries */
.photogallery {
	display: block;
	background-color: #fff;
	padding: 2px;
	margin: 1px 1px 1px 1px;
	width: 918px;
}
div.photogallery p {
	text-align: center;
}
ul.thumbGallery {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	/* line-height: 1em; */
  text-align: center;
	/* font-size:smaller;
  font-weight:lighter; */
  color: #fff;
	background: transparent;
}
ul.thumbGallery li {
	float: left;
	padding: 3px 9px;
	margin-bottom: 2em;
	margin-right: .60em;
	/* white-space: nowrap; */
 background: none;
}
ul.thumbGallery p {
	display: none;
	visibility: hidden;
}
ul.thumbGallery li a, li a:visited {
	border-bottom: 0px;
	text-decoration: none;
}
ul.thumbGallery a img {
	border: none;
	margin-bottom: 3px;
}
div.photo {
	padding: 4px 4px 4px 4px;
	margin: 6px 2px 6px 2px;
	text-align: center;
}
div.photo h2 {
	color: #fff;
	font-size: .95em;
	text-align: center;
}
div.photo p {
	color: #fff;
	font-size: .75em;
	text-align: left;
}
div.photo img {
	border: none;
}
.extrarow{
width: 100%;
clear: both;
float: left;
margin: 0 0 12px 0;
}
.extrarow .image{
float: left;
}
.extrarow .title{

}
.extrarow .desc{
width: auto;
}
.extrarow a{

}
.extrarow img{
padding: 0 6px 6px 0;
}
#form_17_post{
float: right;
border: 1px solid #999;
margin: 0 12px 12px 0;
padding: 12px;
text-align: center;
}
.eblastcontent{
float: left;
width: 70%;
}
.city-row {width: 100%; float: left; margin-bottom: 6px; border: 1px solid #ccc;}
.chat-title {width: 600px; float: left;}
.chat-title h3 {margin: 4px 0px 0px 0px;}
.city-info {width: 90spx; float: left; margin: 0px;}
.city-info img {margin-top: 2px;}
.city-info p {margin: 0px;}
.chat-description {width: 900px; float: left;}
.chat-description p {margin: 0px;}

/* video directory */
.video { padding: 12px; }
.entrant { font-size: 16px; font-weight: bold; padding: 9px; }


/* Paging & Gallery Link Styles */
#paging_links, #gallery_paging_links {
	width: 100%;
	text-align: center;
	margin: 0px 0px;

	float: left;
	height: 20px;
	padding: 10px 0px;
	text-transform: capitalize;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#paging_links a:hover, #paging_links a, #paging_links a:visited, #paging_links a:link, #paging_links a:active, .gallery_home_link a, .gallery_next_link a, .gallery_prev_link a {
	color: #000;
	font-weight: normal;
}
.prev_link_inactive a, .next_link_inactive a, .prev_link_inactive a:visited, .next_link_inactive a:visited, .prev_link_inactive a:hover, .next_link_inactive a:hover, .gallery_home_link a:hover, .gallery_next_link a:hover, .gallery_prev_link a:hover {
	color: #999;
}
#paging_links .prev_link, .gallery_home_link a, .gallery_next_link a, .gallery_prev_link a {
	border: 1px solid #555;
	color: #555;
	padding: 2px 4px;
	margin: 0 4px;
	background: #ddd;
}
#paging_links .prev_link_inactive, .gallery_next_link_inactive, .gallery_prev_link_inactive {
	border: 1px solid #555;
	color: #999;
	padding: 2px 4px;
	margin: 0 4px;
	background: #fff;
}
#paging_links .next_link {
	border: 1px solid #555;
	color: #77787b;
	padding: 2px 4px;
	margin: 0 4px;
	background: #ddd;
}
#paging_links .next_link_inactive {
	border: 1px solid #555;
	color: #999;
	padding: 2px 4px;
	margin: 0 4px;
	background: #fff;
}
#paging_links .page_link {
	border: 1px solid #555;
	color: #77787b;
	padding: 2px 4px;
	margin: 0 4px;
	background: #ddd;
}
#paging_links .currentpage {
	background:#aaa none repeat scroll 0 0;
}
#gallery_paging_links {
	top: 100px;
	left: 0px;
	position: absolute;
	display: block;
	margin: 0px 20px;
	padding: 0px;
	width: 958px;
	text-align: center;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.gallery_home_link {
	display: none;
}
.gallery_prev_link {
	display: block;
	float: left;
	background: transparent url(/templates/img/prev.gif) no-repeat;
	width: 24px;
}
.gallery_prev_link span.label {
	display: none;
}
.gallery_prev_link_inactive {
	background: transparent url(/templates/img/prev.gif) no-repeat;
	width: 24px;
}
.gallery_prev_link_inactive span.label {
	display: none;
	visibility:hidden;
}
.gallery_next_link {
	display: block;
	float: right;
	background: transparent url(/templates/img/next.gif) no-repeat;
	width:24px;
}
.gallery_next_link span.label {
	display: none;
}
.gallery_next_link_inactive {
	background: transparent url(/templates/img/next.gif) no-repeat;
	width:24px;
}
.gallery_next_link_inactive span.label {
	display: none;
}
.gallery_page_link {
	display: none;
	visibility: hidden;
}
.gallery_currentpage {
	background: #aaa;
	color: #fff;
}
.gallery_currentpage a {
	color: #fff;
background: none;
border: 0;
}
.photogallery #gallery_paging_links .gallery_prev_link_inactive, .photogallery #gallery_paging_links .gallery_next_link_inactive {
	display: none;
}
.photogallery #gallery_paging_links span a span {
	display: none;
}
.photogallery #gallery_paging_links span a {
	display: block;
	height: 24px;
	width: 24px;
background: none;
border: 0;
}
.abs-box {
	position: absolute;
	top: -102px;
	font-size: .8em;
	width: 120px;
	height: 100px;
	border-top: 1px solid #fff;
	background: #f99;
	color: #666;
}
/* \*/
* html .abs-box {
	top: -101px;
	t\op: -102px;
}
/* */
.abs-box-left {
	left: 0;
}
.abs-box-right {
	right: 0;
	text-align: center;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 1002px;
	wid\th: 1000px;
}
.footernav {
	display: block;
	clear: both;
	padding-top: 12px;
	background: transparent url(/templates/img/footer_nav_bkg.jpg) no-repeat;
	height: 200px;
}
.boxes {
	display: block;
	margin: 10px 40px 0px 40px;
	padding: 0px;
	clear: both;
	text-align: left;
	background: #fff;
}

/* Special Offers */
#special-offers { padding: 0 0 21px 0; }
#special-offers .category { width: 936px; }
#special-offers .category h2 { width: 100%; clear: both; }
#special-offers .category .special-offer { width: 300px; float: left; padding: 6px; }

/* Individual Offer */

#special-offer {}
#special-offer h3 { }
#special-offer .print { width: 450px; text-align: right; margin-top: -21px; }
#special-offer .coupon { padding: 9px; }


.pagination { width: 100%; text-align: center; display: block; margin: 0 auto; }


/*  ///// CSS for ad boxes ///// */
.adBoxLg {
	display:block;
	width: 920px;
	margin: 0px;
	padding: 0px;
	background-image: url(/templates/img/adboxlg_bkg.gif);
	background-position:top left;
	background-repeat: repeat-y;
	clear: both;
}
.adBoxLgTop {
	display:block;
	min-height: 20px;
	margin: 0px;
	padding: 3px 10px;
	color: #666;
	background-image: url(/templates/img/adboxlg_top.gif);
	background-position:top left;
	background-repeat: no-repeat;
}
.adBoxLgBot {
	display:block;
	height:10px;
	margin: 0px;
	padding: 0px;
	background-image: url(/templates/img/adboxlg_bot.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.adBoxLgTitleTop {
	display:block;
	min-height: 6px;
	margin: 0px;
	padding: 3px 10px;
	color: #fff;
	background-image: url(/templates/img/adboxlgtitle_top.gif);
	background-position:top left;
	background-repeat: no-repeat;
	font-size:1.2em;
	font-weight: 600px;
	font-family:arial;
}
.adBoxLgTitleMid {
	display:block;
	min-height:20px;
	margin: 0px;
	padding: 2px 10px;
	color: #666;
}
.adBoxLgTitleBot {
	display:block;
	height:10px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-image: url(/templates/img/adboxlgtitle_bot.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.adBoxMd {
	display:block;
	width: 480px;
	margin: 0px;
	padding: 0px;
	background-image: url(/templates/img/adboxmd_bkg.gif);
	background-position:top left;
	background-repeat: repeat-y;
	clear: both;
}
.adBoxMdTop {
	display:block;
	min-height: 20px;
	margin: 0px;
	padding: 3px 10px;
	color: #666;
	background-image: url(/templates/img/adboxmd_top.gif);
	background-position:top left;
	background-repeat: no-repeat;
}
.adBoxMdBot {
	display:block;
	height:10px;
	margin: 0px;
	padding: 0px;
	background-image: url(/templates/img/adboxmd_bot.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
}
.adBoxSm {
	display:block;
	width: 210px;
	margin: 0px 5px;
	padding: 0px;
	background-image: url(/templates/img/adboxsm_bkg.gif);
	background-position:top left;
	background-repeat: repeat-y;
	clear: both;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
}
html>body .wrapper .outer .boxes .adBoxSm {
	width: 200px; /* ie5win fudge ends */
}
.adBoxSmTop {
	display:block;
	min-height: 20px;
	margin: 0px;
	padding: 3px 10px;
	color: #666;
	background-image: url(/templates/img/adboxsm_top.gif);
	background-position:top left;
	background-repeat: no-repeat;
}
.adBoxSmBot {
	display:block;
	height:10px;
	margin: 0px;
	padding: 0px;
	background-image: url(/templates/img/adboxsm_bot.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	line-height: 1px;
	font-size: 1px;
}
/*  ///// end ad box css ///// */


.float-wrap {
	float: left;
	width: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
}
.center {
	float: right;
	width: 478px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
	/* \*/
margin-left: -1px;/* Hidden from IE-mac */
}
.left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical left col/divider dimension value ***/
	margin-left: -151px;    /*** Critical left col/divider dimension value ***/
}
* html .left {
	float:left;
}
*>html .left {
	width:151px;
}   /*** Fix only for IE/Mac ***/
.container-left {
	width: 150px;    /*** Critical left col dimension value ***/
	padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/
}
.right {
	float: left;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical right col/divider dimension value ***/
	margin-right: -150px;    /*** Critical right col/divider dimension value ***/

	margin-left: -1px;   /*** Static fix ***/
}
/* \*/
* html .right {
	margin-left: 0px;
	margin-right: -500px;
	mar\gin-right: -152px;
}
/* */

.container-right {
	/* \*/width: 150px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
	margin-left: 3px;    /*** Critical right divider dimension value ***/
	padding-bottom: 110px;   /*** To keep content from going underneath the AP bottom boxes ***/
}
/* \*/
* html .container-right {
	fl\oat: right;
	margin-left: 2px;
	mar\gin-left: 0px;
}
/*** Static fixes ***/

/* \*/
* html h2 {
	height: 1%;
}
/* */

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {
	margin-right: -3px;
}
/* */

[if IE]> <style type="text/css"> .outer {
word-wrap: break-word;
}
</style> <![endif]>



