body { 
	background-color: #f3f2f0;
	margin:0; padding:0;
}

div#container{
	position: relative;
	background-image: url(./images/bg.png);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 970px;
	margin: 0 auto;
}
div#containerborder{
	padding: 0 15px;
}

#col_top {
	position:relative;
	width:940px;
	margin: 0px; padding:0;
}

.col_left {
	position:relative;
	width:220px;
	float: left;
	margin:0 24px 0 0; padding:0;
}

.col_right {
	position:relative;
	width:696px;
	float: left;
	margin: 0; padding: 0;
}

.col_rightsml {
	position:relative;
	width:452px;
	float: left;
	margin: 0; padding: 0;
}

.col1{
	width:222px;
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
.col2{
	width:222px;
	float: left;
	margin: 0; padding: 0;
}


.story_r_sidebar {
	position:relative;
	width:220px;
	float: left;
	margin:0 0 0 24px ; padding:0;
}

.story_col {
	position:relative;
	width:452px;
	float: left;
	margin: 0; padding: 0;
}

.issue_col_left {
	position:relative;
	width:142px;
	float: left;
	margin:0 12px 0 0; padding:0;
}
.issue_col_right {
	position:relative;
	width:142px;
	float: left;
	margin:0; padding:0;
}
.issue_col_left_dbl {
	position:relative;
	width:284px;
	float: left;
	margin:0 12px 0 0; padding:0;
}


/* COMMON STRUCTURE */


#header {
	display: block;
	width:940px;
	padding:8px 0px 8px 0px; 
	margin: 0px 0px 32px 0px;
	
	border-top:1px solid #F9EBE9;
	border-bottom:1px solid #F9EBE9;

	background-color: #fff;
}

.header_stand{
	float:left;
	padding: 4px 0 0 2px;
}


.srchform {
	float:right;
}




/* MENU STYLES */


p a {
	color: #000;
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin:0 0 8px 0; padding:0;
}
p a:hover {
	color: #B00B09;
}
/**/


.pinkmenutop {
	display: block;
	width:220px;
	padding:0px 0px 0px 3px; 

	border-bottom:1px solid #F9EBE9;

	color: #de9090;
	background-color: #fff;

	font-family: georgia; font-size: 13px; line-height: 13px; 
	font-weight: normal; text-decoration:none; 
	text-transform: uppercase;
}

.pinkmenu a {
	display: block;
	width:220px;
	padding:3px 0px 3px 3px; 

	border-bottom:1px solid #F9EBE9;

	color: #de9090;
	background-color: #fff;

	font-family: georgia; font-size: 13px; line-height: 13px; 
	font-weight: normal; text-decoration:none; text-transform: uppercase;
}

.pinkmenu a:hover {
	color: #fff;
	background-color: #B00B09;
}

.pinkmenu a:active {
	color: #fff;
	background-color: #de9090;
}

.pinkmenuactive {
	display: block;
	width:220px;
	padding:3px 0px 3px 3px; 

	border-bottom:1px solid #F9EBE9;

	color: #B00B09;

	font-family: georgia; font-size: 13px; line-height: 13px; 
	font-weight: normal; text-decoration:none; text-transform: uppercase;
}

.bluemenutop {
	display: block;
	width:220px; height: 29px;
	padding:3px; 

	border-bottom:1px solid #D6E3EB;

	color: #33729E;
	background-color: #fff;

	font-family: georgia; font-size: 13px; line-height: 13px; 
	font-weight: normal; text-decoration:none; text-transform: uppercase;
}

.bluemenu a {
	display: block;
	width:220px;
	padding:3px 0px 3px 3px; 

	border-bottom:1px solid #D6E3EB;

	color: #33729E;
	background-color: #fff;

	font-family: georgia; font-size: 13px; line-height: 13px; 
	font-weight: normal; text-decoration:none; text-transform: uppercase;
}

.bluemenu a:hover {
	color: #fff;
	background-color: #33709c;
}

.bluemenu a:active {
	color: #fff;
	background-color: #33729E;
}

.bluemenuactive {
	display: block;
	width:220px;
	padding:3px 0px 3px 3px; 

	border-bottom:1px solid #D6E3EB;

	color: #173347;
	background-color: #fff;

	font-family: georgia; font-size: 13px; line-height: 13px; 
	font-weight: normal; text-decoration:none; text-transform: uppercase;
}





.newsregion a, .newsregion a:hover {
	padding:1px 4px; 

	border:1px solid #bb484b;

	color: #bb484b;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;

	text-transform: uppercase;
}
.newsregion a:hover {
	color: #B00B09;
	
}
.newsregionactive {
	padding:1px 4px; 

	border:1px solid #bb484b;

	color: #fff;
	background-color: #bb484b;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;

	text-transform: uppercase;
}



/*  //////////  PANELS  //////////  */

.pinkpanelbg {
	background-color:#f7edee;
	padding: 12px;
}

.footer {
	border-top:1px solid #cdcfc4;
	padding: 16px 0 24px 0;
}

.bluepanelhead{
	background-color:#85aac4;
	margin:0 0 1px 0;
}
.bluepanelbg{
	background-color:#d6e3eb;
}
.blueimagepanelbg{
	background-color:#d6e3eb;
	float:right;
	width:216px;
	margin: 0 0 16px 8px;
}

.magcover{
	float:left;
	width: 329px;
	padding:0;
	margin: 0 16px 0 0;
}
.magcontents{
	float:left;
	width: 327px;
	padding:0; margin: 0;
}
.magcopy{
	height: 348px;
	padding:0; margin: 0;
}
.maginsert{
	width:312px;
	height: 103px;
	background: #e0d9d3;
	padding: 8px;
}
.maginsertleft{
	position:relative;
	float:left;
	width:148px;
	margin:0 16px 0 0;
}
.maginsertright{
	position:relative;
	float:left;
	width:148px;
	margin:0; padding:0;
}

.newsbar_corn {font-size:1px; overflow:hidden; display:block;}

.newsbar_corn {height:1px; background:#d2a6a7; margin:0 1px;}
.newsbar_fill {background: #d2a6a7; border-left:1px solid #d2a6a7; border-right:1px solid #d2a6a7;}


.results_foot {
	border-top:1px solid #85aac4;

	margin:32px 0 0 0;

	padding:0px 0 0px 0px;
}


/* TEXT */

h1.blue {
	color: #33709c;
	font-family: georgia;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin:0 0 8px 0; padding:0;
}

h2.services {
	border-TOP:1px solid #85aac4;
	border-bottom:1px solid #d6e3eb;

	background-color: #d7e4ec;

	color: #33729E;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	margin:16px 0 0 0;
	letter-spacing: 1px;

	padding:8px 0 8px 8px;
}
h2.servicestop {
	border-TOP:1px solid #85aac4;
	border-bottom:1px solid #d6e3eb;

	background-color: #d7e4ec;

	color: #33729E;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;

	padding:8px 0 8px 8px;
}

h3.bluetop {
	border-bottom:1px dotted #d6e3eb;
	color: #33709c;
	font-family: georgia;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin:8px 0 8px 0; 
	padding:8px 0 8px 0;
}

h3.blue {
	border-TOP:1px solid #85aac4;
	border-bottom:1px dotted #d6e3eb;
	color: #33709c;
	font-family: georgia;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin:4px 0 8px 0; 
	padding:8px 0 8px 0;
}

h3.blueplain {
	border-bottom:1px dotted #d6e3eb;
	color: #33709c;
	font-family: georgia;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:4px 0 8px 0; 
	padding:8px 0 4px 0;
}


h1.red {
	color: #B00B09;
	font-family: georgia;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:0 0 8px 0; padding:0;
}

h2.redtop {
	color: #B00B09;
	font-family: georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:8px 0 8px 0; padding:0;
}

h2.redtoptight {
	color: #B00B09;
	font-family: georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:8px 0 2px 0; padding:0;
}

h2.red {
	color: #B00B09;
	font-family: georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:24px 0 8px 0; padding:4px 0 0 0 ;
	border-top:1px solid #d0a6a7;
}

h2.blueplain {
	color: #33709c;
	font-family: georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:24px 0 8px 0; padding:4px 0 0 0 ;
	
}
h2.blue {
	color: #33709c;
	font-family: georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:24px 0 8px 0; padding:4px 0 0 0 ;
	border-top:1px solid #d0a6a7;
}


h2.redtight {
	color: #B00B09;
	font-family: georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:24px 0 2px 0; padding:4px 0 0 0 ;
	border-top:1px solid #d0a6a7;
}

p, .para {
	color: #000;
	font-family: georgia;
	font-size: 0.75em; /* font-size: 12px; */
	line-height: 1.25em; /* line-height: 14px; */
	font-weight: normal;
	letter-spacing: 1px;
	margin:0 0 8px 0; padding:0;
}

p a.grey  {
	color: #85836c;
	text-decoration:underline;
}
a.grey:hover  {
	color: #B00B09;
}

.found {
	color: #000;
	font-size: 100%; 
	line-height: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

.gry {
	color: #85836c;
	font-family: georgia;
	font-size: 0.75em; /* font-size: 12px; */
	line-height: 1.25em; /* line-height: 14px; */
	font-weight: normal;
	letter-spacing: 1px;
	margin:0 0 8px 0; padding:0;
}



a.smlgrey, .smlgrey{
	color:#85836c;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
}

a.smlgrey:hover{
	color:#85856d;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:underline;
}

.smlpink {
	color: #de9090;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
}

.smlblue {
	color: #33729E;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
}

.smlblk {
	color: #000;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: bold; text-decoration:none;
}

.sml {
	color: #000;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; 
}


.pinkminihead{
	border-top:1px solid #d0a6a7;
	color: #de9090;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	margin:0 0 16px; 0;
}
.pinkminiheadalt{
	border-top:1px solid #B00B09;
	color: #de9090;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	margin:0 0 8px; 0;
}
.blueminihead{
	border-top:1px solid #33709c;
	color: #33729E;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	margin:0 0 16px; 0;
}

.ollieclear {
	clear:both;
	height: 16px;
}
.ollietop {
	background-image: url(./images/ollie_top.png);
	background-repeat: no-repeat;
	background-color: #fff;

	clear:both;
	height: 48px;
}


.olliebtm{
	/*border-top:1px solid #33709c;*/

	background-image: url(./images/ollie_btm.png);
	background-repeat: no-repeat;
	background-color: #fff;

	color: #33729E;
	font-family: georgia; font-size: 11px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	margin:0 0 16px; 0;
	padding: 1px 0 0 0 ;
}

.maginserthead{
	border-bottom:1px solid #85856d;
	color: #85856d;
	font-family: georgia; font-size: 12px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	text-transform: uppercase;
	padding:0 0 2px; 0;
	margin:0 0 2px; 0;
}
.maginsertpara{
	color: #B00B09;
	font-family: georgia; font-size: 12px; line-height: 13px; 
	font-weight: normal; text-decoration:none;
	padding:0;
	margin:0 0 2px; 0;
}
.maginsertbold{
	color: #B00B09;
	font-family: georgia; font-size: 12px; line-height: 11px; 
	font-weight: bold; text-decoration:none;
	padding:0;
	margin:0 0 2px; 0;
}


.altheadingwht{
	color: #fff;
	font-family: arial; font-size: 18px; line-height: 18px; 
	font-weight: normal; text-decoration:none;
	padding:6px 0 8px 8px;
	margin:0;
}
.altblue{
	color: #34719d;
	font-family: arial; font-size: 12px; line-height: 18px; 
	font-weight: normal; text-decoration:none;
	padding:0px;
	margin:0;
}
.altblue a{
	color: #34719d;
	font-family: arial; font-size: 12px; line-height: 14px; 
	font-weight: normal; text-decoration:none;
	padding:0px;
	margin:0;
	text-decoration:underline;
}

.altpara{
	color: #000;
	font-family: arial; font-size: 12px; line-height: 16px; 
	font-weight: normal; text-decoration:none;
	padding:0px;
	margin:0;
	letter-spacing: 0px;
}

.altparasml{
	color: #000;
	font-family: arial; font-size: 11px; line-height: 15px; 
	font-weight: normal; text-decoration:none;
	padding:0px;
	margin:0;
	letter-spacing: 0px;
}

a.alt {
	color: #33729E;
	font-family: arial; font-size: 12px; line-height: 16px; 
	font-weight: bold; text-decoration:none;
	padding:0px; margin:0;
}
a.alt:hover {
	color: #33709c;
	text-decoration:underline;
}

ul.footr {
	display: inline;
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px; margin: 0px;
}
li.footr { 	
	display: inline;
	margin: 0px 16px 0px 0px; padding: 0px;
}
li.newsbar { 	
	display: inline;
	margin: 0px 0px 10px 0px; padding: 0px; 
}






/* GAPS AND TINGS */

.linegap{
	height: 1.25em;
}

.tinygap{
	height: 0.25em;
}

.clear {
	clear: both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}

.inlined {
	display: inline;
}

.clear64 {
	clear:both;
	height: 64px;
}

.clear32 {
	clear:both;
	height: 32px;
}

.clear16 {
	clear:both;
	height: 16px;
}

.pad0_8_0_0{
	padding:0px 8px 0px 0px;
}

.pad2{
	padding:2px;
}

.pad2_2_2_8{
	padding:2px 2px 2px 8px;
}

.pad2_8_8_8{
	padding:2px 8px 8px 8px;
}

.pad8{
	padding:8px;
}

.shortrule{
	width: 30px;
	height:2px;
	background-color:#000;
	font-size: 1px; line-height: 1px;
	margin:0 0 1px 0; padding:0;
}


/* TWEET */

.tweet, .query {
	color: #34719d;
	font-family: arial; font-size: 12px; line-height: 18px; 
	font-weight: normal; text-decoration:none;
	padding:0px;
	margin:0;
 }

.tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic { }

.tweet .tweet_list li, .query .tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: .5em; }

.tweet .tweet_list li a, .query .tweet_list li a { 
	color: #34719d;
	font-family: arial; font-size: 12px; line-height: 14px; 
	font-weight: normal; text-decoration:none;
	padding:0px;
	margin:0;
	text-decoration:underline;
}

.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even { }

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; 
}

.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle; }
