/*
Theme Name: Ruth Ann Macklin - myreassistant.com 2
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/

body {
	margin:0;
	padding:0;
	background:#333333 url(img/bg.jpg) top center no-repeat fixed;
	font:12px arial;
	color:#404040;
}


img { border:none; }

p {
	font:12px arial;
	padding:0;
	margin:0px 0px 10px 0px;
	line-height:18px;
	color:#606060;
}

a {color:#A10021;}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:1.6em;
	font-weight:bold;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
}

h4 {
	font-size:1.0em;
	font-weight:bold;
}

h5 {
	font-size:0.8em;
	font-weight:bold;
}

h6 {
	font-size:0.8em;
	font-weight:400;
}

.SubscribeButton {
	height:20px;
	background:url(img/input-btn.gif) top repeat-x;
	text-align:center;
	color:#fff;
	margin-top:12px;
	margin-left:4px;
	padding-bottom:2px;
	border:1px solid #606060;

}

.SubscribeButton2 {
	height:20px;
	background:url(img/input-btn2.gif) top repeat-x;
	text-align:center;
	color:#fff;
	margin-top:4px;
	margin-left:4px;
	padding-bottom:2px;
	border:1px solid #3F444A;

}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx CONTAINERS xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#cage {
	width:904px;
	height:auto;
	margin:0 auto;
	background:url(img/main.jpg) repeat-y;
}

#lftColumn {
	width:672px;
	height:auto;
	float:left;

}
#rgtColumn {
	width:228px;
	height:auto;
	float:left;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx HEADER xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#hdr {
	width:902px;
	height:221px;
	background:url(img/header.jpg) no-repeat;
	
}

.title {
	visibility:hidden;
	display:none;
}

#search {
	width:auto;
	height:33px;
	float:left;
	padding-bottom: 10px;
}

.SearchField {
	width:100px;
	height:18px;
	float:left;
	border:1px solid #fff;
	padding:0;
	margin:12px 0px 0px 20px;
	background:url(img/input-bg.gif) top repeat-x;
}

.SearchButton {
	width:58px;
	height:20px;
	background:url(img/input-btn.gif) top repeat-x;
	text-align:center;
	color:#fff;
	float:left;
	margin-top:12px;
	cursor:pointer;
	margin-left:4px;
	padding-bottom:2px;
	border:1px solid #c19b9d;

}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx NAVIGATION xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.nav {
	width:900px;
	height:47px;
	border:none;
	background:url(img/nav.jpg) repeat-x top;
	font:normal 11px Arial, Helvetica, sans-serif;
	margin:0 auto;
	display:inline-table;
} 

/*Color navigation bar normal mode*/
.nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav ul li {
	float:left;
	position:relative;
	z-index:998;
	background:url(img/navs.jpg) top right no-repeat;
}/*Drop Down Vertical Spacing*/

.nav ul li ul {
	display:none;
	border:none;
}
.nav ul li ul {
	margin-left:-30px;
	padding:0 30px 30px 30px;

} /*Sticky hover zones*/

.nav ul li a {
	float:left;
	display:block;
	height:44px;
	line-height:44px;
	_line-height:40px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	font-weight:bold;
	color: white;
}/*Box LineHeight*/

.nav ul li:hover {
	width:auto;
}

.nav ul li:hover a {
	background:url(img/navh.gif) top repeat-x;
	background-color: #727272;
		
	text-decoration:none;
} /*Color main cells hovering mode*/

.nav ul li:hover ul {
	display:block;
	position:absolute;
	z-index:997;
	top:43px;
	margin-top:1px;
	left:0;
}/*DropDown Top*/

.nav ul li:hover ul li ul {
	display: none;
}

.nav ul li:hover ul li a {
	display:block;
	width:10em;
	height:auto;
	line-height:18px;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-bottom:1px solid #7C0019;
	color:white;
} /*Color subcells normal mode*/

.nav ul li:hover ul li a:hover {
	background:#A10021;
	text-decoration:none;
} /*Color subcells hovering mode*/

.nav ul li a:hover {
	background:url(img/navh.gif) top repeat-x;
	text-decoration:none;
} /*Color main cells hovering mode / Box LineHeight*/

.nav ul li a:hover ul {
	display:block;
	position:absolute;
	z-index: 996;
	top:3.1em;
	t\op:3.0em;
	left:0;
	_left:-1px;
	marg\in-top:0.1em;
	_margin-top:0px;
	_top:44px;
}/*Box LineHeight*/

.nav ul li a:hover ul li a {
	display:block;
	w\idth:10em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-bottom:1px solid #b98944;
	background-image:url(img/navh.gif) top repeat-x;

	font-weight:normal;
	color:white;
} /*Color subcells normal mode / Box LineHeight*/

.nav ul li a:hover ul li a ul {
	visibility:hidden;
	height:0px;
	width:0px;
	position:absolute;
	z-index: 995;
}

.nav ul li a:hover ul li a:hover {
	background:#6c2e01;
	text-decoration:none;
} /*Color subcells hovering mode*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx SIDEBAR ELEMENTS xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#sbar {
	width:228px;
	height:20px;
	background:url(img/sbar.jpg) top left no-repeat;
}

#btn_rss {
	width:260px;
	_width:250px;
	height:81px;
	background:url(img/rss-btn.png) no-repeat;
	display:block;
	z-index:10;
	margin-left:-29px;
	_margin_left:0px;
}

form#rss2emailform {padding:0; margin:0; line-height:0px;}
form.rss2emailform {padding:0; margin:0;}

fieldset.rss2emailfieldset {padding:0; margin:0;}

#rss2emailbutton, input.rss2emailbutton {
	width:78px;
	height:20px;
	background:url(img/input-btn.gif) top repeat-x;
	text-align:center;
	color:#fff;
	border:1px solid #222;
	cursor:pointer;
	padding-bottom:4px;
	position:relative;
	margin-top:5px;
}

#rss2email {
	width:190px;
	height:18px;
	padding:0px;
	color:#9c9c9c;
	border:none;
	float:left;
	background:url(img/input-bg.gif) top repeat-x;
	border:1px solid #717171;
	margin:0;
}


#rgtColumn ul {
	padding:0;
	margin:6px 0px 6px 0px;
	line-height:0;
}
#rgtColumn li {
	list-style-type:none;
	line-height:12px;
	padding:4px 0;
	margin:0px 0px 0px 0px;
	border-bottom:1px dotted #4f5763;
}

#rgtColumn li a {
	text-decoration:none;
	color:#454545;
	margin:0px;
}

#rgtColumn li a:hover {
	background:#A10021;
	color:#fff;
	text-decoration:none;
}
/*
ul li ul {
	padding:0 !important;
	margin:0 !important;
}*/
#rgtColumn ol {
	padding:0;
	margin:10px 0px 10px 0px;
	line-height:0;
}

a.navs {
	width:208px;
	height:30px;
	display:block;
	background:url(img/navs.jpg) no-repeat;
	border-bottom:1px solid #c0af7f;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	text-decoration:none;
}

a.navs:hover {
	background-position:0 -30px;
	text-decoration:none;
}

#blogo {
	width:228px;
	height:209px;
	background:url(img/blogo.jpg) no-repeat;
}

#blogo p {
	font:12px arial;
	color:#4c4b4b;
	line-height:14px;
	padding:119px 0px 0px 16px;
}

#blogo strong {
	font:bold 16px arial;
	color:#7a0000;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx CTA Buttons xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

a.ctabtn1 {
	width:168px;
	height:87px;
	display:block;
	float:left;
	background:url(img/cta-search.gif) no-repeat;
	text-decoration:none;
}
a.ctabtn1:hover {
	background-position:0 -86px;
	text-decoration:none;
}

a.ctabtn2 {
	width:163px;
	height:87px;
	display:block;
	float:left;
	background:url(img/cta-values.gif) no-repeat;
	text-decoration:none;
}
a.ctabtn2:hover {
	background-position:0 -86px;
	text-decoration:none;
}

a.ctabtn3 {
	width:163px;
	height:87px;
	display:block;
	float:left;
	background:url(img/cta-featured.gif) no-repeat;
	text-decoration:none;
}
a.ctabtn3:hover {
	background-position:0 -86px;
	text-decoration:none;
}

a.ctabtn4 {
	width:271px;
	height:55px;
	display:block;
	background:url(img/cta-contact.gif) no-repeat;
	text-decoration:none;
	margin:0 auto;
}
a.ctabtn4:hover {
	text-decoration:none;
}

a.ctabtn5 {
	width:485px;
	height:60px;
	display:block;
	background:url(img/cta-big.gif) no-repeat;
	text-decoration:none;
	margin:0 auto;
}
a.ctabtn5:hover {
	text-decoration:none;
}


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx FOOTER xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#ftr {
	width:940;
	height:104px;
	background:url(img/ftr.gif) top no-repeat;
	margin:0 auto;
}
#ftr p {
	color:#fff;
	text-align:center;
	padding-top:26px;
}

#ftr a {
	color:#D5D6D8;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxx POST ITEMS xxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.TPost a {
	text-decoration:none;
	color:Maroon;
}

.TPost a:hover {
	text-decoration:underline;
	color:Maroon;
}

.TPost {
	padding-right:10px !important;
}

.tool {
	width:50%;
	float:left;
	border-top:1px solid #9e8156;
	border-bottom:1px solid #9e8156;
	padding:5px 0px 5px 0px;
	background:#e5ddc1;
}
.TCategories {
	width:50%;
	float:left;
	text-align:right;
	border-top:1px solid #9e8156;
	border-bottom:1px solid #9e8156;
	padding:5px 0px 5px 0px;
	background:#e5ddc1;
}
.TPaging {
	margin-bottom:10px;
	text-align:right;
}

.TPaging a {
	color:#692f12;
	font:bold 14px Arial, Helvetica, sans-serif;
}

.clearer {
	clear:both;
}


h4.TAccordionToggle {
	font:normal 22px "Times New Roman", Times, serif;
	color:#A10021;
	padding:0;
	margin:0;
	cursor:pointer;
	border-bottom:1px solid #8b7946;
}

h4.TAccordionToggle2 {
	font:normal 22px "Times New Roman", Times, serif;
	color:#000000;
	padding:0;
	margin:0;
	cursor:pointer;
	border-bottom:1px solid #8b7946;
}



.TSideItem h4 {
	visibility:hidden;
	display:none;
}

#homewidget {
	width:95%;
	padding:0 0 0 10px;
	border:1px solid #990000;
}

#homewidget h3, #homewidget h4 {
	visibility:visible;
	display:block;
}

.TPost span { padding-top:10px;}

.TTitle h3 {
	font:normal 14px "Trebuchet MS" !important;
}

.TTitle h2 {
	font:normal 14px "Trebuchet MS" !important;
}

.postFix {
	margin:0px !important;
}

.postFix img {
	padding:.5em;
}

.postwrap {
	padding-left:10px;
}
#content {
	padding-top:10px;
}

#user_name, #user_pass {
	background:url(img/input-btn.gif) top repeat-x !important;
	height:18px;
	border:1px solid #fff;
}


/* custom css */
.box {
padding:1.5em;
margin-bottom:1.5em;
background:none;
outline: 1px solid #d5d5d5;
}


#bottomzone {
/*margin: 10px 0px 10px 0px*/
} 
	

#footer {
	text-align:center;
	margin-bottom: 10px;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}


#footer a:hover, #footer a:active, #myglider a:hover, #myglider a:active, #sidebar a:hover, #sidebar a:active {	
	}


#bottomnav {
	padding: 0;
	margin-top: 5px;
	}

#bottomnav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#bottomnav li a, #bottomnav li a:link, #bottomnav li a:visited {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	}

#bottomnav li a:hover, #topnav li a:active  {
	color:#000;
	}

#bottomnav li {
	float: left;
	padding: 0;
	}

#bottomnav li ul {
	background: #FFF;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	border:1px solid #fff;
	margin: 0;
	}

#bottomnav li li { }

#bottomnav li ul a { 
	width:140px;
	}

#bottomnav li ul a:hover, #bottomnav li ul a:active  { 

	}

#bottomnav li ul ul {
	margin: -35px 0 0 160px;
	}

#bottomnav li:hover ul ul, #bottomnav li:hover ul ul ul, #bottomnav li.sfhover ul ul, #bottomnav li.sfhover ul ul ul {
	left: -999em;
	}

#bottomnav li:hover ul, #bottomnav li li:hover ul, #bottomnav li li li:hover ul, #bottomnav li.sfhover ul, #bottomnav li li.sfhover ul, #bottomnav li li li.sfhover ul {
	left: auto;
	}

#bottomnav li:hover, #bottomnav li.sfhover { }
 /*----------------------------------------------------------*/
 
#bottomnav ul li {
	margin: 10px 0px 10px 5px;
	padding: 0 0 0 6px;
	background:transparent url(img/li.gif) no-repeat scroll 0 0.6em!important;
}

* html #bottomnav ul {
  padding-bottom: 5px;
}

#bottomnav li a, #bottomnav li a:link, #bottomnav li a:visited {
	display:block;
	padding:2px 20px;
	text-decoration:none;
	color:#D5D6D8!important;
}
#bottomnav li a:hover {
	background: #D5D6D8;
	text-decoration: none;
	color:#393939!important;
}

#bottomnav {
  background: URL(img/topnav-a-h.gif) repeat-x;
  border-top:1px solid #393939;
  border-bottom:1px solid #393939;
  margin: 0;
  padding: 0;
}

#footer {
	background: none;
	padding: 0px!important;
	color: #eee;
	margin: 0px!important;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff!important;
}
#footer a:hover, #footer a:active{
	text-decoration: underline;
	color:#fff;
}

#footer #footercontent {
  background: #700303 url(img/footertext.png) 0% 100% repeat-x;
  padding: 0;
  margin: 0;
}

.box, #bottomzonecontent .box {
	background: none;
	outline: none;
	margin-bottom: 0px;
}

#bottomzonecontent p {
	color:#fff;
}

#bottomzonecontent a {
	color:#fff;
}

#bottomzone {
  background: #A10021;
  color: #EFEFEF;
  margin-bottom: 0;
}
#bottomzone h1, #bottomzone h2, #bottomzone h3, #bottomzone h4, #bottomzone h5, #bottomzone h6 {
  color: #fff;
}
/*-------------------------------------------------*/
/* grid.css */
.container {width:904px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:290px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:904px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
/*.box {padding:1.5em;margin-bottom:1.5em;background:#BE0025;}*/
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
