html {
	text-align: center;
	font: 10px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: #fff;
	color: #4b4b4b;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

div#firefox {
	position: relative;
	left: 700px;
	top: -30px;
	margin-bottom: -18px;
}

div#logo {
	position: relative;
	top: -47px;
	left: 500px;
	width: 250px;
	margin-bottom: -47px;
}

div#logo2 {
	position: relative;
	left: 510px;
	top: 10px;
	width: 250px;
	margin-bottom: -25px;
}

div#content1 {
	position: relative;
	top: -20px;
	width: 480px; /*was 450px*/
	margin-left: 15px; /*was 50px*/
	margin-bottom: 15px;
}

div#content2 {
	position: relative;
	top: 22px; /*was 22px*/
	left: 40px; /*was 40px*/ 
	width: 700px; /*was 700px*/
	margin-left: 50px; /*was 50px*/
	margin-bottom: -75px; /*was -75px*/
}

div#content3 {
	/*position: relative;
	top: -47px;*/
	width: 700px;
	margin-left: 50px;
	margin-bottom: 15px;
}

div#t-fact {
	position: relative;
	*position: relative;
	left: 500px;
	top: 25px;
	*top: 40px;  /*stars are for IE*/
	width: 260px;
	height: 300px;
	margin-left: 0px;
	margin-bottom: -305px;
	*margin-bottom: -300px;  /*stars are for IE*/
}

div#t-fact2 {
	position: relative;
	*position: relative;
	left: 500px;
	top: 30px;
	*top: 50px;  /*stars are for IE*/
	width: 260px;
	height: 300px;
	margin-left: 0px;
	margin-bottom: -315px;
	*margin-bottom: -290px;  /*stars are for IE*/
}

div#t-fact span{
	color: #2F70D2;
	font-size: 24px;
	font-style: italic;
}

div#t-fact2 span{
	color: #2F70D2;
	font-size: 24px;
	font-style: italic;
}

a:link, a:visited {
	background-color: inherit;
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: inherit;
	color: #555;
	text-decoration: underline;
}

h3.heading ul li{
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	/*font-size: 13px;*/
}

ul#nav {
	margin: 0;
	padding: 0 0 0 6px;
	width: 794px;
	height: 44px;
	background: #3366aa url(images/nav_bg.gif) repeat-x;
	color: inherit;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration: none;
	padding: 13px 30px 14px 30px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #fff;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #c9f381;
}

ul#subnav {
	margin: 0;
	padding: 0 0 0 30px;
	width: 770px;
	height: 31px;
	background: #000 url(images/subnav_bg.gif) repeat-x;
	color: inherit;
}

ul#subnav li {
	float: left;
	margin: 0;

	padding: 9px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#subnav li a {
	text-decoration: none;
	padding: 7px 20px 7px 20px;
	/*background: transparent url(images/subnav_sep.gif) no-repeat right;*/
}

ul#subnav li#subnavlast a:link {
	text-decoration: none;
	padding: 7px 20px 7px 20px;
	background: transparent;
}

ul#subnav li a:link, ul#subnav li a:visited {
	background-color: inherit;
	color: #303030;
}

ul#subnav li a:hover, ul#subnav li a:active {
	background-color: inherit;
	color: #F0A400; /*orange*/
}

ul#subnav li#subnavfirst a:link, ul#subnav li#subnavfirst a:visited {
	background: transparent url(images/subnav_icon.gif) no-repeat left;
	color: #303030;
}

ul#subnav li#subnavfirst a:hover, ul#subnav li#subnavfirst a:active {
	background: transparent url(images/subnav_icon.gif) no-repeat left;
	color: #000;
}

div#banner {
	margin: 0;
}

div#colone, div#coltwo, div#colthree {
	width: 240px;
	float: left;
	margin: 0 0 35px 20px;
}

div#colone h2, div#coltwo h2, div#colthree h2 {
	font: 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	background-color: inherit;
	color: #4b4b4b;
	margin: 35px 0 0 0;
	padding: 0 0 0 25px;
}

h2 span {
	background-color: inherit;
	color: #a3c76a;
}

div#colone h2 {
	background: #fff url(images/icon_brush.gif) left no-repeat;
	color: inherit;
}

div#coltwo h2 {
	background: #fff url(images/icon_person.gif) left no-repeat;
	color: inherit;
}

div#colthree h2 {
	background: #fff url(images/subnav_icon.gif) left no-repeat;
	color: inherit;
}

div.featureimg {
	padding: 12px 0 0 12px;
	width: 206px;
	height: 96px;
	background: #fff url(images/feature_bg.gif) no-repeat;
	color: inherit;
}

ul.featurelist {
	margin: 0 0 0 20px;
	padding: 0;
}

ul.featurelist li {
	margin: 0;
	padding: 3px 0 3px 16px;
	list-style-type: none;
	background: #fff url(images/bullet.gif) left no-repeat;
	color: inherit;
}

h2.heading {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	background-color: inherit;
	color: #4b4b4b;
	margin: 20px 0 0 0;
	padding: 0 0 1px 15px;
	background: #fff url(images/subnav_icon.gif) left no-repeat;
	color: inherit;
	clear: both;
}

h3.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #f0f0f0;
}

p {
	font-size: 13px;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

div#foot {
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 43px;
	background-color: #ededed;
	color: #4b4b4b;
	text-align: center;
}

div#foot p {
	padding: 9px 0 0 0;
}

div#foot p a {
	text-decoration: none;
}

div#foot p a:link, div#foot p a:visited {
	background-color: inherit;
	color: #4b4b4b;
}

div#foot p a:hover, div#foot p a:active {
	background-color: inherit;
	color: #000;
}

/*Bios*/

/*_________Bios_________*/

#type1 {
	position: relative;
	top: -10px;
	left: 40px;
	*margin-bottom: 15px;
}

#name {
	position: relative;
	top: 35px;
	left: 105px;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

#bio {
	width: 370px;
	position: relative;
	left: -30px;
	margin-bottom: 0px;
}

#bio p {
	font-size: 12px;
	position: relative;
	top: -117px;
	*top: -112px;
	width: 370px;
	margin-bottom: -12px;
}

h3.heading span {
	color: #2F70D2; /*blue*/
}
