	/*  Elemental media for JosiahVenture */


	/*  general rules */
object {
	margin:0;
	padding:0;
	}
	
img	{
	border: 0;
	display: block;
	margin: 0;
	}

#sidebar img {
	margin: 0 0;
	}

#menu img {
	margin: 0 0;
	}

#footer img {
	vertical-align: middle;
	border: 0;
	}

	/*  general layout parameters */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #E5E5E5;
	/* position: relative; */
	text-align: center;

}	
#wrapper	{
	background: #fff;
	color: #333;
	margin: 10px auto 0px auto;
	padding: 0;
	width: 720px;
	}
	
#header	{
	background: #fff;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}

#pagebody	{
	padding: 0;
	margin: 0;
	text-align: left;
	color: #444;
	clear: both;
}

#maincontent	{
	float: left;
	margin: 0;
	padding: 15px;
	width: 500px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 470px;
	}

html>#maincontent 	{
	width: 470px;
	} 

#maincontent span p {
	background-color: #F6F6F6;
	display: block;
	margin: 0 0 2px 0;
	padding: 10px 15px 10px 15px;
	float: none;
	clear: both;
	width: 418px;
	border: 1px solid #ECECEC;
	min-height: 58px;
	}

#maincontent span img  {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0;
	float: left;
	}

#sidebar	{
	padding: 60px 0 0 0;
	margin: 0 0 0 500px;
	color: #666;
	background: transparent;
	/* compensates for IE Win bungling */
	height: 100%;
	}
		
#sidecont	{
	margin: 0 0 25px 0;
	padding: 0 10px 0 0;
	text-align: right;
	}
	
#sidecont ul li	{
	font-size: x-small;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
	line-height: 140%;
	}

#footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 0px 7px 7px 10px;
	clear: both;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	text-align: right;
	}

html>#footer	{
	font-size: x-small;
	} 

#footer p	{
	margin: 10px 0;
	padding: 0;
	text-align: left;
	}

#footer ul	{
	margin: 10px 0 0 0;
	padding: 0;
	}
	
#footer li	{
	display: inline;
	margin: 0;
	padding: 0 3px 0 0;
	list-style-type: decimal;
	}	

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 95%; 
	}

	/* typography */
	
p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11px;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
	
h3 {
	font-size: 18px;
}	
	
#maincontent p {
	width: 460px;
	text-align: left;	
	}

#maincontent ul {
	font-size:11px;
	list-style: disc url(../images/icons/bullet_grad.gif) outside;
	margin-left: 1em;
	padding-left: 1em;
	line-height: 140%;
	}
	
	/*label {
	font-size: x-small;
	color: #999999;
	}*/
	
	/*Table changes*/

th	{
	font-weight: bold;
	}

td {
	font-size: 11px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	}

td.txt {
	width: 300px;
	}	
	
td img {
	margin: 1px 1px 1px 1px;
	}

td.whitecell {
	background-color: #FFFFFF;
	}

	/* General linkology */

a:link, a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	background-color: #000;
}
a:active {
	color: #CC6600;
	background-color: #333333;
}
	
	/*  Horizontal nav */

#menu {
	margin: 0;
	padding: 0;
	display: block;
	}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: x-small; 
	}

#menu ul li a {
	background: #fff;
	width: 120px;
	height: 2em;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: xx-small;      
	voice-family: "\"}\"";
	voice-family: inherit;   
	font-size: x-small;
	width: 119px;   
	}

html>#menu ul li a  {
	font-size: x-small;
	width: 119px;   
	} 

#menu ul li a:hover {
	color: #FF6633;
	background: #000;
	}

#menu a:active	{
	background: #CC6633;
	color: #fff;
	}
	
body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a {
	background: #eee;
	color: #000;
	font-weight: bold;
	}
	
/*  Horizontal subnavigation */

#submenu {
	padding: 0;
	margin: 0;
	}

#submenu ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	}

#submenu ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0 2px 0 2px;
	margin: 0;
	font-size: x-small;
	height: 3em;
	}

#submenu ul li a {
	width: auto;
	padding: 0;
	margin: 0 5px 0 5px;
	color: #999;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>#submenu ul li a  {
	font-size: x-small;   
	} 

#submenu ul li a:hover {
	color: #CC6633;
	background-color: white;
	border-top: 1px solid #ccc;
	}

#submenu a:active	{
	color: #FF3300;
	background-color: #fff;
	}
	
#submenu a.active {
	color: #333;
}

/*sitemap list*/

#sitemap ul {
	padding: 0;
 	margin: 0;
 	list-style: none;
	font-size: 9px;
	font-weight:bold;
	}

#sitemap ul li {
	float: left;
	position: relative;
	width: 95px;
	height: 1em;
	display: block;
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 0 0 5px 4px;
	padding: 3px 0 0 5px;
  }
#sitemap ul li ul li {
	float:none;
	position:absolute;
	border: none;
	margin:0;
	padding: 0;
	float: left;
	display: block;
	border: 1px solid #ccc;
	background-color: #eee;

	}


	/* Forms*/
form {
  margin:0; 
  line-height:1.3em;
  }

input.text {
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	border: 1px solid #ddd;
	cursor: text;
	padding: 1px;
	width: 102px;
	}

input.text_contact {
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	border: 1px solid #ddd;
	cursor: text;
	padding: 1px;
	width: 200px;
	}

textarea {
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	border: 1px solid #ddd;
	cursor: text;
	}
		
select.menu {
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	border: 1px solid #ddd;
	width: 204px;
	}
	
input.submit {
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	background: #fff;
	color: #999;
	border: 1px solid #ddd;
	cursor: hand;
	width: 60px;
	}
	
input.submit a:hover {
	background: #ccc;
	}
	
	/*extra classes*/
	
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	left: 329px;
	top: 332px;
	}

.searchbox {
	font: Tahoma, Arial, Helvetica, sans-serif; 
	}
	
.center {
	text-align: center;
}

.icon {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
	
.r_float {
	display: block;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	}
	
.l_float {
	display: block;
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	}
	
.board_tag {
	display: block;
	margin: 0 10px 30px 0;
	padding: 0;
	float: left;
	}

.board_tag img {margin: 0 10px 5px 0;}
	
.small {
	font-size: small;
	}

.tiny {
	font-size: 9px;
	}

.extrahead {
	font-size: larger;
	letter-spacing: 1px;
	font-weight: bold;
	}

.subhead {
	margin:0;
	color: #666;
	}

.wide {
	font-stretch: expanded;
	}

.spread {
	color: #999;
	font-size: 9px;
	letter-spacing: 2px;
	padding-left: 20px;
}

.highlight {
	color: #CC6633;
	}

	/*contact button*/
	
div.contact_button a {
	display: block;
	width: 250px;
	border: 1px solid #ECECEC;
	color: #333333;
	background-color: #F6F6F6;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	height: 19px;
	}

div.contact_button a:hover {
	color: #FF6633;
	background: #000;
	}

div.contact_button a:active {
	background: #CC6633;
	color: #fff;
	}
	
	/* Homepage Tabs */

#spotlight {
	background-color: #fff;
	background-image: url(../images/spotlight-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 10px 0 2px 0;
	padding:0;
	float: none;
	clear: both;
	width: 450px;
	min-height: 60px;
	
	}

#spotlight p {
	width: 415px;
	margin: 0;
	padding: 10px 25px 15px 10px;
	text-align: right;
	background-image: url(../images/bottom_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#spotlight img  {
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
	float: right;
	}	

#stories {
	background-color: #fff;
	background-image: url(../images/stories-tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 10px 0 2px 0;
	padding:0;
	float: none;
	clear: both;
	width: 450px;
	min-height: 60px;
	
	}

#stories p {
	width: 415px;
	margin: 0;
	padding: 10px 25px 15px 10px;
	text-align: right;
	background-image: url(../images/bottom_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#stories img  {
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
	float: right;
	}	


#statement p {
	width: 430px;
	}	

	
	/*isearch style*/

td.isearch_head {
    color:#333;
    font-size:11px;
	padding: 2px;
	}

.isearch_title {
    font-size:14px;
	color: #FF3300;
   }

.isearch_description {
    font-size:11px;
    color: #333;
	}

.isearch_url {
    font-size:10px;
	}

a.isearch_url:link, a.isearch_url:visited {
	color: #999;
    }
	
a.isearch_url:hover	{
	background: transparent;
	color: #CC6633;
	}

.isearch_size {
    color: #999999;
    font-size:10px;
	}

a.isearch_viewcache:link {
    font-size:11px;
    color: #6f6f6f;
    background-color:transparent
	}

a.isearch_viewcache:visited {
    font-size:11px;
    color:#6f6f6f;
    background-color:transparent
	}

td.isearch_prevnext {
    font-size:10px;
	}

a.isearch_prevnext:visited {
    color: #666;
	}

h2.isearch_nomatch {
    font-size:16px;
	font-weight:bold;
    color: #CC6633;
	}

.isearch_highlight {
    font-weight:bold;
	}

h2.isearch_cachedpage {
    font-size:12px;
	}
	
input.isearch_text {
	border:1px solid #ddd;
	cursor: text;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	}
	
input.isearch_submit {
	background:#fff;
	color:#999;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	border:1px solid #ddd;
	cursor: hand;
	}
