@charset "utf-8";
/* CSS Master Document vers 3.0*/
/*Copyright 2009 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*/

/*________________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,
caption, tbody, tfoot, thead, /*table, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
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;
}
/*orig SoH Version 2.0 Code*/
* {
	margin:0;
    border:0;
	padding:0;
}
a:link img, a:visited img, a:active img {
	border: none;
}

/*___________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 CODE____________________________________*/

/* clearing method devised by Tony Alsett - www.csscreator.com */
/* add the alsettclearmeth class to any containter that must enclose floated elements */
/* 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 dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .alsettclearmeth {height: 1%;}
.alsettclearmeth {display: block;}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" Alsett clearing method */

.red{color: red;}
.devcomment{
	color: red;
}
.left{text-align:left;}
.fltLeft {float: left;}
.right{text-align:right;}
.fltRight {float: right;}
.clearFloat {
	clear: both;
}
.clearLeft {
	clear: left;
}


.center {text-align: center;}
.fullwidth{width: 100%;}
.hideInitially{visibility: hidden;}
.hideRemove{display: none;}
.clickable {
	cursor: pointer;
}
/*___________END STANDARD CODE________________________________________________________*/
.borderH {
	background: #FBA742;
	height: 2px;
	width: 960px;
}
