/* CSS Document */


body	{
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10pt;
	behavior: url("csshover.htc");
}

/************* CONTAINERS */

#Primary {
	text-align: left;
	border-top: 2px #0e70d7 solid;
	width: 100%;
	height:100%;
}
#Container	{
	background: #FFF;
	margin: 0 auto;
	padding-top: 10px; 
	width: 700px;
}

/************* MENU */

#logo	{
	padding-top: 25px;
	text-align: left;
	float: left;
	width: auto;
}
#menu	{
	float: right;
	width: 480px;
	text-align: right;
	font-size: 8pt;
	color: #808080;
	padding-top: 15px;
}

#menu a, a:link, a:visited	{ font-weight: bold; color: #777; text-decoration: none; }
#menu a.on	{ font-weight: bold; border-style: solid; border-width: 0px 0px 2px 0px; border-color: #50bf01; }
#menu a:hover	{ background: #50bf01; color: #FFF; font-weight: bold; }


/************* LAUNCH SPECIFIC */

#LaunchSplash {
	background: #0e70d7 url('images/home_ribbon.jpg') repeat-x bottom;
	height: 200px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	clear: both;
	margin-bottom: 20px;
	text-align:center;
}

#UsesSplash {
	height: 290px;
}

#LaunchText {
	float: right;
	width: 365px;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}

#LaunchQuote {
	background: #ffffe9;
	padding: 6px;
	border-width: 1px 0px 1px 0px;
	border-color: #ccc;
	border-style: dotted !important;
	border-style: solid;
	margin-bottom: 20px;
}
#LaunchQuote:hover {
	background: #ffc;
}

#LaunchText p, #FeaturesContent p, .FeaturesSplash p, .UsesContent p, #AboutContent p {
	font-size: 9pt;
	line-height: 13pt;
}

#LaunchText p a, #FeaturesContent p a, .FeaturesSplash p a, .UsesContent p a, #AboutContent p a {
	text-decoration: underline;
	color: #57ba07;	
	font-weight: normal;
}
#LaunchText p a:hover, #FeaturesContent p a:hover, .FeaturesSplash p a:hover, .UsesContent p a:hover, #AboutContent p a:hover {
	background: #57ba07;
	color: #FFFFFF;
	font-weight: normal;
}

#LaunchText .title, #FeaturesContent p.title, .FeaturesSplash p.title, .UsesContent p.title, #Testimonials p.title {
	font-size: 12pt;
	font-weight:bold;
	font-family: "Lucida Grande", Georgia, serif;
	color:#317EA8;
	line-height:20pt;
	padding-top: 5px;
}

.FeaturesSplash p.subtitle, .UsesSplash p.subtitle {
	font-size: 8pt;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #aaa;
	margin: 0;
	padding-left: 20px;
}

.LaunchContent, .UsesContent {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	
}

p .highlight {
	background: #ffc;
}

#UsesText {
	text-align: left;
	margin-top: 30px;
	padding-bottom: 20px;
	clear: both;
}

/************* MID-MENU */

#MidMenu {
	width: 100%;
	background: #e6f5d6 !important;
	clear: both;
	text-align: center;
	border-top: 1px #57ba07 solid;
	border-bottom: 1px #57ba07 solid;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #555;
	min-height: 100px;
}

#MidMenu ul {
	padding-left: 3px;
	margin-top: 10px;
	min-height: 50px;
	display: block;
	overflow: hidden;
}

#MidMenu li {
	font-size: 9pt;
	font-weight: bold;
	color: #555;
	display: block;
	float: left;
	width: 120px !important;
	width: 140px;
	height: 50px !important;
	height: 40px;
	border-right: 1px #aaa dotted;
	padding: 9px;
	background: #e6f5d6;
}
.UsesContent #MidMenu li {
	font-size: 9pt;
	border: none;
	margin: 0px 16px 0px 16px !important;
	margin: 0px 6px 0px 6px;
}

#MidMenu li:hover {
	background: #FFF;
}
#MidMenu .MidDetail {
	color: #888;
	font-weight: normal;
	font-size: 8pt;
}

#MidMenu a {
	font-weight: bold;
	color: #57ba07;
}
#MidMenu a:hover {
	text-decoration: underline;
}



#LoginWidget {
	margin-bottom: 10px;
	font-size: 8pt;
	line-height: 11pt;
	text-align: left;	
	color: #888;
	width: 300px;
	padding-left:10px;
	float: left;
}



#leftCol {
position:relative;
float:left;
width:230px;
padding:4px;
}

#midCol {
position:relative;
float:left;
padding:4px;
}

#contact_form {
background-color:#ECF0DB;
}

.contactFormArea{
	width:100%;
}

#footer a {
color:#6699FF;
}

#footer a:hover {
color:#FF9966;
}


/* Form Style */
fieldset { 
padding:10px;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
}

.leftfieldset {
border:1px dashed #ccc;
background-color:#FFF;
}

fieldset a {
line-height:normal;
padding:3px;
color:#896D9F;
}

fieldset a:hover {
line-height:normal;
padding:3px;
color:#0066CC;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #999;
  color:#555;
  font-size:90%;
  text-align:right;
  background-color:#EEF3F9;
  }

.hidden {
 display:none;
}

label{
	 font-weight:bold;
	 padding-top:10px;
	 padding-bottom:5px;
}

input {
border-color:#CCCCCC;
}

.dynlink {
	cursor:pointer; cursor:hand; text-decoration: underline; color:blue;
}

.footer {
text-align:center;
padding:10px;




}