body
{
	position: relative;
	top: 0;
	left: 0;
	background-color: #036;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0;
}
#page {	
	text-align: left;
	position: relative;
	width: 850px;
	margin: 0 auto;
	font-size: 1em;
	font-family: georgia;
}
#header
{
	position: relative;
	top:0;
	left: 0;
	width: 850px;
	height: 342px; 
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}
#header #logo {
	display: none;
}
#top-menu {
	background: #eeeeee;
	position: relative;
	width: 850px;
	top: 306px;
	height: 35px;
	padding: 0;
	margin: 0;

}
#content-container {
	clear: both;
	position: relative;
}
#main-content {
	float: left;
	width: 490px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top:20px;
	
}
#main-content UL LI { 
	list-style:url(/images/li_bullet.gif);
	margin-bottom: 1em;
}
#main-content OL LI { 
	margin-bottom: 1em;
}
#main-content H2, #main-content H2 A {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
 	color: #999;
 	text-decoration: none;
}
#main-content H1, #main-content H1 A {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 1.8em;
 	color: #999;
 	text-decoration: none;
}
#main-content .post {
	border-bottom: dotted #ddd 1px;
	padding-top: 20px;

}
#main-content .post-date {
	margin: 0;
	padding: 0;
	color: #036;
}
#main-content A {
	color: #036;
}
#side-content {
	float: right;
	width: 240px;
	padding: 20px;
	padding-right: 30px;
	
}
#side-content .side-element {
	margin-top: 40px;
}
#side-content .side-element h2 {
	margin-bottom: 10px;
	font-size:1.7em;
	font-weight: normal;
	color: #999;
}
#side-content .side-element UL {
	margin: 0;
	padding: 0;
}
#side-content .side-element UL LI {
	font-size:.9em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	list-style: none;
	color: #036;
}
#side-content .side-element UL LI A {
	color: #036;
	text-decoration: none;
}
#side-content .side-element UL LI A:hover {
	text-decoration: underline;
}

#footer {
	color: #999;
	border-top: dotted #ddd 1px;
	text-align: center;
	margin: 0 auto 0 auto;
	clear: both;

}



/*======================================
	MENU STYLES FOR DROP DOWN MENU gray */
#nav, #nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:10;
}

#nav a {
	display: block;
}

#nav li { /* all list items */ß
	margin: 0;
	float: left;
	width: 8em; 
}

#nav li ul { /* sub-level lists */
	position: absolute;
	margin-left:-3px;
	width: 17em;
	left: -999em; 
}
#nav li ul li { 
	border-bottom:solid #ddd 1px;
	background:#eee;
	width:13em;
	font-size:0.9em;
}
#nav li ul li a { 
	/*width:175px;*/
}
#nav li:hover, #nav li.sfhover { 
	color: white;
}
#nav li ul li:hover, #nav li ul li.sfhover { 
	background:#ddd;
	color: #666;
	border-right:none;
	border-left:none;
	margin-right:-6px;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
	/*width:10px;*/
}
LI.menu {
	/*border-left:solid #444 1px;*/
	/*border-right:solid #333 1px;*/
	background:#eee;
	font-family:georgia,serif;
	font-size:.9em;
	padding-left:3px;
}

LI.menu A {
	line-height:35px;
	text-align:center;
	color:#999;
	text-decoration:none;
}
LI.menu UL LI A { 
	text-align:left;
	padding-left:5px;
	width:150px;
}
LI.menu UL LI.top {
	/*border-top:solid #3972AD 2px;*/
}


/****** EXISTING CONTENT STYLES **********/

.clear_content {
	clear:both;
}
.hr {
	border-bottom: dotted #ddd 1px;
	padding-top:10px;
	margin-bottom:5px;
}
.box-border {
	background: #f7f7f7;
	margin: 20px 0 20px 0;
	border: solid #ddd 1px;
	padding: 15px;
}
.error {
	color:red;
	font-weight:bold;
}
.content LI {
	margin-bottom:10px;
}
.occurance {
	clear:left;
	border-bottom:dotted #ddd 1px;
	background:url(../images/bg_bluetrans.png);
	_background:none;
	padding:10px;
}
.top-occurance {
	margin:0;
	border-top:dotted #ddd 1px;
}
.occurance .year {
	width:45px;
	height: 35px;
	float:left;
	font-weight:bold;
	font-size:10pt;
	color:#036;

}
#sites-info {
	margin:0;
	padding:0;
}
.press UL LI {
	margin-top: 20px;
}
.role-models {
	position: relative;
	left: 20px;
}

.mission_statement {
	margin-left:30px;
}
.mission_statement h3 {
	color:#036;
}
.books {
	position:relative;
}
.book_links {
	border: dotted #ddd 1px;
	padding:5px;
	color:#999;	
}
.book_links A, .book_links A:visited {
	color:#999;
	font-weight:bolder;
}

.books .row {
	clear:both;
	width:600px;
}
.books .row div {
	width:130px;
	float:left;
	margin:20px;	
	font-size:10px;
	text-align:center;
}
.books .book {
	padding:10px;
	border:solid #f7f7f7 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
	background:#fff;
}
.books .row div em {
	display:block;
	font-style:normal;
}
.books .next A {
	background:url(../images/button_next.gif) no-repeat 100% 1px;
	display:block;
	color:#06c;
	width:60px;
	height:15px;
	margin-top:20px;
	padding-bottom: 20px;
	font-size: .9em;
	text-align:left;
}
.magazines {
	position:relative;
	clear:both;
	margin-bottom:5px;
}
.magazines LI {
	margin-bottom:5px;
}
.magazines .col1 {
	width: 200px;
	float: left;
}
.magazines .col2 {
	width: 200px;
	float: right;

}
.photo_right {
	float:right;
	margin-left:10px;
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}

.photo_left {
	float:left;
	margin-right:10px;
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}
.noborder {
	border: none;
}
.photo {
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}
.prod_style {
	padding:0px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}
.prod_style TABLE {
	height:225px;
}
.inventionland_testimonials DIV.inner_content {
	position:relative;
	margin-top:10px;
	width:405px;
	height:17em;	
}
.inventionland_testimonials .inner_content IMG {
	padding:5px;
	background:#fff;
	border:solid #eee 1px;
	border-right:solid #eee 2px;
	border-bottom:solid #eee 2px;
}
.inventionland_testimonials .inner_content .text {
	width:230px;
	position:absolute;
	top:0;
	right:0;	
	margin:0;
}
#patents {
	margin:0;
	padding:0;
}
#patents H3 {
	color: #036;
}
.patents_pending {
	clear:both;
	position:relative;

}
.patents_pending .header {
	width:480px;
	padding:3px;
	color:#999;
	border-bottom:dotted #ddd 1px;
}
.patents_pending LI {
	margin:0;

}
.prod_style A {
	font-size: .75em;
}