@charset "utf-8";
/* CSS Master Document vers beta3.0*/
/*Copyright 2010 Sleight-of-Hand Studios LLC; All Rights Reserved*/
/*Contains styles to reset all browsers for a similar user experience, and regularly reused styles for SoH*/
/* THIS STYLESHEET SHOULD NOT BE MODIFIED */

/*________________RESET CODE____________________________________*/
/*from Eric Meyer v1.0 | 20080212; inc 7/09 into 3.0 */
html, body, 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* END Eric Meyer code */
/* orig SoH Version 2.0 Code */
* {
	margin:0;
    border:0;
	padding:0;
}
a img, a:link img, a:visited img, a:active img {
	border: none;
}
address {font-style:normal;}

/* new from YUI reset___inc into 2.0 */
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
/*li{
	list-style: disc;
	}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
abbr,acronym {
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{/*to enable resizing for IE*/
	*font-size:100%;
}
legend{/*because legend doesn't inherit in IE */
	color:#000;
}
/*________________STANDARD FLOAT CLEARING____________________________________*/

/* clearing method devised by Tony Alsett - www.csscreator.com */
/* add the alsettclearmeth class to any containter that must enclose floated elements */
/* for explanation see: http://www.positioniseverything.net/easyclearing.html */
.alsettclearmeth:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.alsettclearmeth {display: inline-block;}   

/* a fix for IE Mac */

/* next a fix for the Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .alsettclearmeth {height: 1%;}
.alsettclearmeth {display: block;}
/* End hide from IE-mac */

/* end of "no-extra-markup" Alsett clearing method */
.clearFloat, .clear {
	clear: both;
}
div.clearFloat { /* html coded empty div for structure */
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
/*________________END STANDARD FLOAT CLEARING________________________*/

/*________________ TYPOGRAPHY ___________________________________________*/
/*font scaling using Richard Rutter's (Dan Cederholm) method - ems x 10=pixels */
/*alt approach (from 960theme) - give all a margin bottom of 20px:
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 20px;
}
*/
body {
	font-size: 62.5%; /*calibrate so 1em=10px*/
	font-family: Verdana, Geneva, Arial, Helvetica, clean, sans-serif;
	color: #000;
	background: #FFF;
}
body * { /*for IE*/
	font-size: 100%;
}
h1{
	font-size: 2em;
	line-height: 1em;
}
h2{
	font-size: 1.7em;
	/* line-height: 1.3em;*/
}
h3 {
	font-size: 1.5em;
	/* margin-bottom: 1em;*/
}
h4 {
	font-size: 1.2em;
	/* margin-bottom: 0.5em;*/
}
h5{
	font-size: 1.0em;
	/* margin-bottom: 0.5em;*/
}
h6{
	font-size: .8em;
	/* margin-bottom: 0.3em;*/
}
p {
	font-size: 1.2em;
	margin-bottom: 0;
	margin: .5em 0;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}


ul {
	margin-top: .8em;
	margin-left: 2.5em;
	margin-bottom: .8em;
	list-style: disc;
}
ol {
	list-style: none;	
	margin-top: .8em;
	list-style: decimal;
	margin-left: 2.8em;
	margin-bottom: .8em;
	list-style-position: outside;
}
strong	{
	font-weight:bold;
}
em	{
	font-style:italic;
}
/*________________ END TYPOGRAPHY _______________________________________*/

/*________________STANDARD STYLES____________________________________*/
table {
	border: thin solid #000;
}
td {
	border: 1px solid #999;
}
/*________________END STANDARD STYLES____________________________________*/

/*________________ SoH BASELINES _______________________________________*/
.red, .devcomment{color: red;}
.lftalign, .left{text-align:left;}/*.left to support legacy */
.rtalign, .right{text-align:right;} /*.right to support legacy */
.floatLft, .fltLeft {float: left;} /*.fltLeft to support legacy */
.floatRt, .fltRight {float: right;} /*.fltRight to support legacy */

#SoH_Footer .floatRt {
	margin 0 0 .5em 0;
}

.center {text-align: center;}
.fullwidth{width: 100%;}
.hideInitially{visibility: hidden;}
.hideRemove{display: none;}
.clickable {
	cursor: pointer;
}
.box { /* place box around div, for quick simple formatting */
	word-spacing: 2pt;
	padding: 5px;
	border: 2px solid #000;
}
hr { /*Safari and Firefox don't display hr */
	color: #999;
	width:95%;
	height: 2px;
}
.hr { /* hr horizontal rules are deprecated, so apply this style to a div for cross browser compat*/
	width:95%;
	height: 2px;
	background: #999;
	margin: 0 auto;
	overflow:hidden; /*needed to prevent thick line in IE6 */
}
.logo {
	background-color: #015093;
	text-align: center;
}

