/* 
Colors:

Orange: #FF7024

*/

/* Reset Styles - (http://meyerweb.com/eric/tools/css/reset/) v1.0 | 20080212 */

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,
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}

/* -- End Reset -- */

.clear {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------------- styles for Flash notice & error ---*/
.notice {
	color:					#2bb488;
	font-weight:			bold;
	text-align:				center;}
.error {
	color:				red;
	font-weight:		bold;
	text-align:			center;}


.floatingLeft {float:left;}

.rightFloat {float:right;}
.leftFloat {float:left;}

.floatLeft {
	float:	left;
	display:	block;}
	
.floatRight {
	float:	right;
	display:	block;}

.tracking {position:absolute; top:0px; left:-5000px;}

.spacer {display:block;width:100%;height:15px;}

.centered {text-align:center;}

.showing {display:block;}
.hidden {display:none;}

.video {margin:0px 0px 10px 0px;}

sup {vertical-align:super;font-size:0.6em;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:64%; /* 1em approx 10px for ease of calculus */
}

.textButton {}
.textButton a,
.textButton a:link,
.textButton a:active,
.textButton a:visited {
	display:inline-block;
	background:#F6911E url(/images/static/buttons/repeater.gif) bottom left repeat-x;
	border:1px solid #666;
	padding:6px 11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.3em;
}

/* ------------------------------------------------------- */
/* ---- Tags --------------------------------------------- */

/* h1 has special formating for main page title
	- replaced with sIFR */
h1 {
	font-size:		2.9em;
	margin-bottom:	1em;
	margin-left:	4px;
	color:			#FF7024;
}
h1 span {
	font-weight:	normal;
	color:			#333333;
}

/* ---- headings ----- */
h2, h3, h4, h5, h6 {
	font-size:		2.1em;
	line-height:	1.3em;
	margin-bottom:	0.6em;
	color:			#000000;
}
li h2, li h3, li h4, li h5, li h6 {
	font-size:		2.1em;
	margin-bottom:	0.6em;
}
.heading {
	font-size:		2.1em;
	line-height:	1.3em;
	margin-bottom:	0.6em;	
}
.subheading {
	font-size:		1.6em;
	line-height:	1.3em;
	margin-bottom:	0.4em;
}
.subheading2 {
	font-size:		1.3em;
	line-height:	1.2em;
	margin-bottom:	0.4em;
}

.captionHeading {
	font-size:		1.2em;
	line-height:	1.2em;
	padding-bottom:	5px;
	margin-bottom:	0.4em;
	border-bottom:	1px solid #CCC;
}

/* underlined main heading */
.sectionTitle {
	font-size:		2.1em;
	line-height:	1.3em;
	margin-bottom:	0.6em;
	padding-bottom:	0.3em;
	border-bottom:	1px solid #B3B3B3;
}



/* ---- body copy ----- */
p {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:1em;
}

li p {
	font-size:1em;
	line-height:1.2em;
	margin-bottom:0.5em;
}

ul {
	padding-left:1.6em;
	margin-bottom:1em;
}

	 ul ul {
		margin-top:0.5em;
		padding-left:1em;
	}

ul li {
	list-style-type:square;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:0.5em;
}
	 ul li a.active {
		text-decoration:none;}
		
	 ul li ul li {
		font-size:1em;
	}

ul.arrowList {
	padding-left:	0px;
}
ul.arrowList li {
	list-style:		none;
	font-weight:	bold;
	font-size:		1.6em;
	padding:		0px 0px 0px 22px;
	background:		url(/images/static/icons/arrowList-icon.gif) 0px 2px no-repeat;
}	

ul.subnav {
	padding-left:0px;
}
	
	 ul.subnav li {
		list-style:none;
		margin-bottom:0px;
	}
		
		 ul.subnav li a {
			display:block;
			border-bottom:1px dashed #666;
		}
		
		 ul.subnav li a,
		 ul.subnav li a:link,
		 ul.subnav li a:active,
		 ul.subnav li a:visited {
			display:block;
			padding:5px 0px;
			background:none;
		}
		 ul.subnav li a:hover,
		 ul.subnav li a:focus {
			background:#CCC;
		}
		
		 ul.subnav li a.active,
		 ul.subnav li a.active:link,
		 ul.subnav li a.active:active,
		 ul.subnav li a.active:visited {
			display:block;
			padding:5px 0px;
			background:none;
			background:#CCC;
			text-decoration:none;
		}
		 ul.subnav li a.active:hover,
		 ul.subnav li a.active:focus {
			color:#333;
			
		}

ol li {
	font-size:1.2em;
	line-height:1.3em;
}

blockquote {
	font-size:1.4em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:0.25em;
}

p.author {
	font-size:1em;
}

p.standout {font-weight:bold;}

/* ---- links - also see .button classes in this file ---- */
a,
a:active, a:link, a:visited {
	color:#c14f03;
}
a:hover,
a:focus {
	color:#c14f03;
}

.reversed {color:#FFF;}
.blockLink {
	display:block;
	margin-bottom:5px;
	font-size:1.2em;
}

dl, form {
	font-size:1.2em;
}
	
label,
input {
	font-size:1em;
}
textarea {
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---- indent copy ---- */
.arrowIndent {
	padding-left:20px;
	background: url(/images/static/icons/arrowList-icon.gif) left 5px no-repeat;
}

/* ------------------------------------------------------- */
/* Buttons - made using css 
based on: http://www.p51labs.com/simply-buttons-v2/
Simply Buttons, version 1.0
(c) 2007-2009 Kevin Miller
*/
/* ------------------------------------------------------- */

button,
input.button,
a.button,
a.button:link,
a.button:visited {
	/*Strip down the button and link elements to a base we can work with.*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	display:block;
	float:left;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	white-space: nowrap;
	overflow: visible;
}

	/*IE6 fix to make link fit text.*/
	* html a.button,
	* html input.button,
	* html a.button:link,
	* html a.button:visited {width: 1%;}
	
	/* FF fix to make button spacing even across browsers.*/
	button, x:-moz-any-link { margin: 0 0 0 0;}
	
	/*Reset IE7 back to what it was for previous fix.*/
	*:first-child+html button {margin: 0 0 0 0;}

	button span,
	input.button,
	a.button span,
	a.button:link span,
	a.button:visited span {
		display: block;
	}

/* --- customizations --- */

/* -- basic button with no icon -- */
button span,
input.button,
 a.button,
 a.button:link,
 a.button:visited {
	height: 28px; 
	font-size: 1.6em;
	color: #FFF;
	padding: 0 10px 0 0;
	background:transparent url(/images/static/buttons/button-right.png) top right no-repeat;
}
button {background:transparent;margin:0px;padding:0px;}
button span {font-size:1.15em;}

	button span span,
	input.button span,
	a.button span,
	a.button:link span,
	a.button:visited span {
		padding: 0 0 0 10px;
		height: 28px;
		line-height: 27px;
		background:transparent url(/images/static/buttons/button-left.png) top left no-repeat;
	}
	
button:hover span,
input.button:hover,
a.button:hover {
	color: #c14f03;
}

/* --- button with arrow icon --- */
button.arrowButton span,
input.arrowButton,
a.arrowButton,
a.arrowButton:link,
a.arrowButton:visited {
	padding: 0 15px 0 0;
	background:transparent url(/images/static/buttons/arrowButton-right.png) top right no-repeat;
}

	button.arrowButton span span,
	input.arrowButton span,
	a.arrowButton span,
	a.arrowButton:link span,
	a.arrowButton:visited span {
		padding: 0 0 0 35px;
		background:transparent url(/images/static/buttons/arrowButton-left.png) top left no-repeat;
	}

input.butonSpacer,
a.buttonSpacer,
a.buttonSpacer:link,
a.buttonSpacer:visited {
	margin:0px 0px 5px 0px;
}

/* -- button that works as a block element (clears the previous float) -- */
input.blockLink,
a.blockLink,
a.blockLink:link,
a.blockLink:visited {
	clear:			both;
	margin-bottom:	5px;
}

/* ------------------------------------------------------- */
/* END buttons */
/* ------------------------------------------------------- */
