/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {	list-style-type: none;	list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */



/* mac hide \*/
html,body{height:100%}
/* end hide*/



h1,h2,h3,h4,h5,h6{
	font-size:120%
}
h1{font-size:140%}
p,h1,h2,h3,h4,h5,h6,ul{margin-bottom:1em}
h3{margin:1em 0 .5em 0;}
ul{list-style:none;}
h2{	
	letter-spacing: 0.25em;	
	color:#fff;
	font-size:140%;
	padding-bottom: 1.6em;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
.to-top{clear:both;margin:1em 0;}
body{
	text-align: left;
	color: #bc625f;
	font-family: SohoGothicPro-Regular, Interstate-Light, Verdana, Arial, Helvetica, sans-serif;
	background-color: #940207;
	font-size: 11px; 
}


img {
outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

#outer{
	width:90%;
	min-width:500px;
	margin:0 0 0 4.5%;
	text-align:left;
	border-left:2px double #000;
	border-right:2px solid #000;
	min-height:100%;
	float:left;
	display:inline;
	background: repeat-y 0em 0;
}
#main{	
	margin:0;
	padding:0;	
	position:relative;
}

#leftCol {
	float: left;
	width: 158px;
	vertical-align: top;
}

#rightCol {
	float: right;
	width: 360px;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:link {color: white}      /* unvisited link */
a:visited {color: white}  /* visited link */
a:hover {color: #ffa41d}  /* mouse over link */
a:active {color: #ffa41d}
p { line-height: 10pt; margin-top: 1em; margin-bottom: 1.6em; }
span {
margin-top: 0;
list-style-type: none;
}

#twitterlink {
display:block;
} 

.essentialsBody{
 margin: 20px;
 font-size: 100%;
}

.newflash {

	padding: 2px;

	word-wrap: normal;

	height: 12px;

	width: 12px;

}