/*
Company:	Jupiter Institute
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #88addc;
}
body {
	
}
/* @end */

/* @group Layout */
div#wrap {
	width: 900px;
	background: url('../images/bd-bkg.gif') repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden
}
/* Head */
div#hd {
	width: 802px;
	height: 121px;
	overflow: hidden;
	margin-left: 50px;
	background: url('../images/hd-bkg.jpg') no-repeat 0 0;
}

/* Body */
div#bd {
	width: 802px;
	margin-left: 50px;
	padding: 10px 0 0 0;
}

/* Footer */
div#ft {
	width: 802px;
	margin-left: 50px;
	background: #ced5ba url('../images/ft-bkg.gif') repeat-x 0 0;
	overflow: hidden;
	text-align: center; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}
div#ft p {
	color: #415d84;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div#ft p.copyright {
	font-size: 77%;
	font-weight: normal;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 640px;
	height: 105px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Feature */
div#feature {
	width: 507px;
	height: 291px;
	margin: 0 10px 10px 0;
	float: right;
	display: inline;
}

/* Callouts */
div.callouts {
	background: #fff url('../images/callouts-bkg.gif') no-repeat 0 0;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px; padding-left:10px; padding-right:10px; padding-top:6px; padding-bottom:14px
}
div.callouts div#callout1 {
	width: 268px;
	height: 126px;
	background: url('../images/callout1.jpg') no-repeat 0 0;
	float: left;
	display: inline
}
div.callouts div#callout2 {
	width: 269px;
	height: 126px;
	background: url('../images/callout2.jpg') no-repeat 0 16px;
	margin-left: 8px;
	float: left;
	display: inline
}
div.callouts div#callout3 {
	width: 230px;
	height: 126px;
	background: url('../images/callout3.jpg') no-repeat 0 16px;
	margin-left: 0px;
	float: right;
	display: inline
}
div.callouts a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

/* Content */
div.content {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url('../images/content-bkg.gif') repeat-y 0 0;
	margin-left:12px; margin-right:13px; margin-top:0; margin-bottom:10px
}

/* Main */
div.main {
	width: 490px;
	padding: 10px 15px;
	float: left;
	display: inline;
}

div.main-callout {
	width: 212px;
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 220px;
	padding: 10px 15px;
	float: right;
	display: inline;
}

/* Section Title */
div.section-title {
	background: url('../images/section-title-bkg.gif') no-repeat 0 0;
	height: 38px;
	margin-left:0; margin-right:0; margin-top:0; margin-bottom:15px
}
div.section-title h1 {
	margin: 0;
	line-height: 38px;
	padding: 0 13px;
	color: #fff;
}
/* @end */

/* @group Nav */
div#hd-nav {
	width: 155px;
	float: right;
	display: inline;
}
div#hd-nav ul {
	margin: 0;
	padding: 25px 0 0 0;
}
div#hd-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 1px 0;
}
div#hd-nav ul li a {
	display: block;
	width: 145px;
	text-align: right;
	line-height: 23px;
	padding: 0 10px 0 0;
	font-size: 77%;
}
div#hd-nav ul li a:link, div#hd-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#hd-nav ul li a:hover {
	text-decoration: underline;
}

div#nav {
	width: 269px;
	height: 291px;
	background: url('../images/nav-bkg.gif') no-repeat 0 0;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline
}
div#nav ul {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
}
div#nav ul li {
	list-style: none;
}
div#nav ul li a {
	padding: 2px 0 3px 0;
	display: block;
	width: 269px;
	font-size: 93%;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#nav ul li a:hover {
	color: #415d84;
	text-decoration: none;
}
div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #415d84;
	text-decoration: none;
}
/* @end */

/* @group Default Headings */
div.side h2 {
	color: #415d84;
	margin: 0 0 5px 0;
	font-size: 116%;
}
div.side h3 {
	font-size: 123.1%;
	margin: 0 0 5px 0;
}

div.main h1 {
	color: #415d84;
	margin: 0 0 10px 0;
	font-size: 161.6%;
}
div.main h2 {
	color: #415d84;
	margin: 0 0 10px 0;
}
div.main h3 {
	color: #415d84;
	margin: 0 0 10px 0;
}
div.main h4 {
	color: #a19667;
	font-size: 116%;
	margin: 0 0 5px 0;
}
/* @end */

/* @group Common Text Styles */
div.side p, div.side blockquote {
	font-size: 93%;
	line-height: 140%;
}
div.side blockquote {
	color: #415d84;
	font-style: italic;
	padding: 0;
	margin: 0 0 3px 0;
}
div.side p.quote-by {
	color: #415d84;
	font-weight: bold;
}

div.main p {
	font-size: 93%;
	line-height: 130%;
}
div.main p .big {
	font-size: 116%;
}
/* @end */

/* @group Default Lists */
div#bd ul.leaf-list {
	margin: 0 0 10px 0;
}
div#bd ul.leaf-list li {
	margin: 0;
	background: url('../images/leaf-bullet.gif') no-repeat 0 1px;
	color: #415d84;
	font-weight: bold;
	font-size: 100%; list-style-type:none; padding-left:25px; padding-right:0; padding-top:2px; padding-bottom:2px
}

div.main li {
	font-size: 93%;
}
div.main li li {
	font-size: 100%;
}

div.side li {
	font-size: 93%;
}
div.side li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
div.signup-form {
	margin: 0 0 30px 0;
}
div.signup-form label {
	font-size: 77%;
	display: block;
	padding: 0 0 2px 0;
}
div.signup-form input.txt {
	font-size: 85%;
	width: 210px;
	border: 1px solid #000;
	padding: 2px;
	margin: 0 0 5px 0;
}
div.signup-form input.btn {
	font-size: 85%;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #415d84;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.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 */
/* @end */<BR><BR><center>
<font='Arial'>This site hosted by:<a href="http://www.clearstreaming.com" target="_CSI"> ClearStreaming, Inc. - Dale Graham CEO/President</a></font>
</center>