html, body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 16px;
 /*background: black url(../img/np-bg.jpg) no-repeat top left; */
}
hr {
 color: #333;
 padding: 0px 15px 0px 15px;
}
img {
 border: none;	
}

#main {
 padding: 30px;
 margin: 0px auto 0px auto;
 text-align: justify;
 /*height: 500px;*/
 width: 1000px;
 /*color: #DDD;*/
 /*background: #111;*/
 background: #DDD;
 overflow: hidden;
 position: relative;
 border: 2px solid gray;
 z-index: 8;
}
#main td#img_desc {
 width: 465px;
 color: black;	
 padding-right: 30px;
 font-size: 16px;
 text-align: left;
}
#main td#stock_img {
 color: black;	
 text-align: left;
 width: 500px;
 height: 332px;
}
#main td#stock_img div {
 z-index: 10;
 width: 500px;
 height: 332px;
}
#main div#under_pic {
 font-size: 16px;
 color:black;
 font-style: italic;
 text-align: center;
 margin-top: -25px;
}
#main p {
 width: inherit;
}
#main p.heading {
 margin-top: 0;
 /*color: #DDD;*/
 color: black;
 font-size: 16pt;
 font-weight: bold;
 border-bottom: 2px solid green;
}
#main p.homeSlogan {
 margin-top: 0;
 /*color: #DDD;*/
 font-size: 22pt;
 font-weight: bold;
 text-align: left;
}
#main a:link, #main a:visited {
 color: green;
 text-decoration: none;
}
#main a:hover {
 text-decoration: underline;	
}
#newsItem {
	margin-left: 40px;
	margin-right: 40px;
}
#header {
 width: 100%;
 /*height: 100%;*/
 /*padding-top: 170px; /* was 220 */*/
}
#header #phone {
 color: green;
 font-weight: bold;
 position: relative;
 top: 20px;
 left: 20px;
 width: 50%;
}
#main_menu {
	z-index: 20;
	position: absolute;
	top: 25px;
	right: 50px;
}
#main_menu ul {
	z-index: 10;
	margin: 0;
	padding: 0;
}
#main_menu li {
	list-style: none;
	float: left; 
	width: 125px;
}
#main_menu li a {
	display: block;
	padding: 8px;
	background: url(../img/black-trans.png);
	color: #fff;
	text-decoration: none;
}
#main_menu li a:hover {
	display: block;
	padding: 8px;
	background: url(../img/green-trans.png);
	color: #fff;
	text-decoration: none; }
#main_menu li ul {
	display: none;	
}
#main_menu li li {
	float:none;
}
#main_menu li li a {
	padding: 8px;
	[if ! IE] height: 17px;
}
#main_menu li ul a.last {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
a.menuLeft {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
a.menuRight {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

a.localLink {
	font-weight: bold;
	text-align: center;
}
span.email {
	display: block;
	padding-left: 25px;
	color: green;
	font-weight: bold;
}
.rounded {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
#socialButtons {
	padding: 20px 5px 5px 5px;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 40px;
}
#facebook {
	text-align: right;
	float: left;
	margin-right: 10px;
}
#twitter {
	text-align: right;
	float: left;
	margin-right: 10px;
}
#linkedin {
	text-align:right;
	float: left;
}
#droidContainer{
	position: relative;
	height: 0px;
	width: 1000px;
}
#droidBubble {
	position: absolute;
	left: 310px;
	margin-top: -110px;
	z-index: 5;
	height: 75px;
	width: 175px;
	background: url(../img/android_dude_bubble.png);
	background-repeat: no-repeat;
	display: none;
}
#droidDude {
	position: absolute;
	top: 0px;
	left: 400px;
	z-index: 5;
	height: 100px;
	width: 90px;
	background: url(../img/android_dude.png);
	background-repeat: no-repeat;
}
#footer {
	font-family: monospace;
	font-weight: bold;
	padding-top: 5px;
	/*color:#999;*/
	font-size: 9pt;	
}
#footer a:link, #footer a:visited {
	color: green;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;	
}
#footer img {
	margin-top: 15px;	
}
#divHelpForm {
	color: black;
	position: relative;
	background: #CCC;
	padding: 40px 20px 20px 20px;
	text-align: left;
}
#ajaxMsg {
	display: none;
	position: absolute;
	top: 0px;
	font-weight: bold;
}
#offPage {
 text-align: left;
 padding: 20px;
 width: 1000px;
 position: absolute;
 left: -2000;
}
.prodImage {
	float: left;
}
.prodText {
	margin-left: 90px;
}

.processContainer {
	width: 100%;
	clear: both;
}

.playbookThumb {
	width: 242px;
	height: 259px;
	float: right;
	margin-left: 20px;
	overflow: hidden;	
}
.playbookThumb a {
	cursor: default;
}

.flowchartThumb {
	background: url(../img/IdeaDevelopmentFlow_thumb.jpg);
	width: 153px;
	height: 459px;
	float: right;
	margin-left: 20px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 10;
}

.bigOldProcessFlow {
	background: url(../img/IdeaDevelopmentFlow.png);
	width: 1000px;
	height: 3000px;
}

#divIdeaForm {
	color: black;
	position: relative;
	background: #CCC;
	padding: 40px 20px 20px 20px;
	text-align: left;
}

