/** non JS specific formatting **/
html {
	height: auto;
}
body {
	height: auto;
	background-image: url(browsers/bg_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #808284;
	text-decoration: none;
}
div#flashheader {
	padding: 0px;
	height: auto;
	width: 850px;
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 165px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	display: none;
}
#foot_container {
	display:none;
}
#main img {
	display: none;
}
#flashheader #browsers {
	display: block;
}
/*** -- Styles for both JS and non JS -- ***/

/* -- General Styles -- */
a:link, a:active, .more a:visited {
	color: #f59E1A;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #d19539;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #f59E1A;
	text-decoration: none;	
	outline: none;
}
h1 {
	font-size: 1.5em;
	font-weight: 500;
	text-transform: uppercase;
	color: #3b4c5c;
	letter-spacing: 0.06em;
	margin: 0px;
	background-image: url(../images/mg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h2 {
	font-size: 1.4em;
	letter-spacing: 0.06em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.2em;
	line-height: 1.6em;
}
strong {
	color: #3b4c5c;
}
ul {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 4px;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}
ul ul, ul ul ul {
	font-size: 1em;
}
li {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
ol li {
	background-image:none;
	padding-left: 5px;
}
blockquote {
	margin: 0;
	margin-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 0;
	background-image: url(../images/quotes_a.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	font-size: 1.2em;
	line-height: 1.6em;
}
blockquote p {
	background-image: url(../images/quotes_b.gif);
	background-repeat: no-repeat;
	background-position: right 0;	
	padding-top: 12px;
	font-size: .9em;
	font-weight: 500;
}
/* -- Custom Classes -- */
.main_image {
	background-position: left top;
	background-repeat: no-repeat;
}
.more {
	margin-top: 2px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	text-align: right;
	color: #ec8e19;
}
span.more {
	background-position: right 3px;	
}
/* -- Tab System Controls -- */

/* REQUIRED to hide the non-active tab content. 
   But do not hide them in the print stylesheet */
.tabberlive .tabbertabhide {
 display:none;
}
/* .tabber = before the tabber interface is set up
   .tabberlive = after the tabber interface is set up */
.tabber {
	position: relative;
	width: 477px;
	min-height: 237px;
	margin-left: 413px;
	padding-top: 20px;
	padding-bottom: 46px;
	padding-right: 25px;
	z-index:10;
}
.tabberlive {
	position: relative;
	width: 477px;
	min-height: 237px;
	margin-left: 413px;
	padding-top: 20px;
	padding-bottom: 46px;
	padding-right: 25px;
	z-index:10;
}
/* ul.tabbernav = the tab navigation list
   li.tabberactive = the active tab */
ul.tabbernav {
	position: absolute;
	bottom: -30px;
	height: 65px;
	width: 497px;
	text-align: right;
	margin: 0;
	padding: 1px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 11;
}
ul.tabbernav li {
 list-style: none;
 background-image:none;
 margin: 0;
 padding: 0;
 display: inline;
}
ul.tabbernav li a:link, ul.tabbernav li a:active, ul.tabbernav li a:visited {
 	margin: 0 3px;
 	padding: 2px 4px;
 	border: solid 1px #808284;
	color: #808284;
	text-decoration: none;
	font-size: 1.1em;
}
ul.tabbernav li a:hover {
	color: #f59e1a;
	text-decoration: none;
	font-size: 1.1em;
	border: solid 1px #f59e1a;
}
ul.tabbernav li.tabberactive a {
	margin: 0 3px;
 	padding: 3px 5px;
	color: #808284;
	text-decoration: none;
	font-size: 1.1em;
	border: 0px;
}
ul.tabbernav li.tabberactive a:hover {
	color: #808284;
 	padding: 3px 5px;
	text-decoration: none;
	font-size: 1.1em;
	border: 0px;
}
/* .tabbertab = the tab content
   Add style only after the tabber interface is set up (.tabberlive) */
.tabberlive .tabbertab {
	width: 477px;
}
