@charset "UTF-8";
/* CSS Document */
@import url("../library/reset.css");
@import url("../library/header.css");
@import url("../library/home-page.css");
@import url("../library/footer.css");

body {
	width: 100%;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 11px;
}
.mainContent
{
	width:948px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	
}

.homeline {
	display:block;
	border-top:2px solid #5BB520;
	height:20px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #5bb520;
}
.Clear {
	clear: both;
}
#SubNavContainer {
	width: 311px;
	float: left;
}

span.smark {
    font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
    line-height: 0; /* keep the leading consistent in a paragraph */
}

#SubNav {
	background-image: url('../images/back-subnav.gif');
	background-repeat: no-repeat;
	display: block;
	height: 213px;
	width: 271px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#SubNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
}
#SubNav li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9d66b;
	display: block;
	margin-bottom: 2px;
}
#SubNav p {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-bottom: 20px;
	letter-spacing: -.05em;
}
.SubNavImage  {
	display: block;
	height: 249px;
	width: 311px;
	overflow: hidden;
	margin-bottom: 100px;
}
#SubContent {
	width: 555px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5bb520;
	padding-top: 35px;
	padding-right: 40px;
	/* z-index: 1000; */
	float: right;
	padding-left: 40px;
}
#SubContent h1 {
	font-size: 26px;
	font-weight: bold;
	color:#000000;
	letter-spacing: -.05em;
	margin-bottom:20px;
}
#SubContent h2 {
	display: block;
	padding-bottom:5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 3px;
	font-size: 16px;
	color: #87bb41;
	letter-spacing: -.05em;
	padding-left: 2px;
}
#SubContent h3 {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	margin-bottom: 5px;
}
#SubContent h4 {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
#SubContent p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 25px;
}

#SubContent.content-executive  p, #SubContent.content-sales  p {
	font-size:12px;
}

#SubContent ul {
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

#SubContent ul li {
	font-size:14px;
	margin-bottom:5px;
}

.FormTextArea {
	width: 97%;
	border: 1px solid #999999;
	font-weight: bold;
}
.FormTextField {
	width: 97%;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 3px;
}
#SubContent ul li ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.exclaimation {
	padding-right: 10px;
}
.getstarted td {
	vertical-align: top;
	color:#000000;
	height:24px;
}
.getstarted td input{width:99%;}
.getstarted td input.FormBtn
{
	width:100px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: -.05em;
	background-color: #5bb520;
	border: 1px solid #000033;
	padding-top: 2px;
	padding-bottom: 2px;
}
.getstarted td select{width:100%;}
.getstarted td textarea{width:100%;border: 1px solid #999999;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#333333;}

.subgetstarted {
	text-align:left;
	vertical-align: top;
	width:500px;	
}

.subgetstartedrequired {
	width:156px;
	border:solid 1px #cbb945;
	background-image:url('../images/requiredinput_bg.gif');
	background-repeat:no-repeat;
	background-position:right;
	height:20px;
	width:156px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.getstartedrequired {
	width:156px;
	border:solid 1px #cbb945;
	background-image:url('../images/requiredinput_bg.gif');
	background-repeat:no-repeat;
	background-position:right;
	height:20px;
	width:156px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.dropdown {
	width:156px;
	border:solid 1px #cbb945;
	height:20px;
	horizonal-align:right;
	font-size: 12px;
}

.submit {
	padding-top:20px;
	padding-bottom:20px;
	height:30px;
	width:120px;
}


.content-executive p, .content-sales p {
	text-align:justify;
}

#SubContent.content-products p, #SubContent.content-products ul li {
	font-size:14px;
	line-height:18px;
}

.content-executive h2:hover {
	cursor:pointer;
}

.content-executive .bio {
	display:none;
}

.content-executive .active .bio {
	display:block;
}

.content-executive .bio {
	margin-bottom:10px; 
}

#SubContent.content-executive .bio p {
	margin-bottom:10px;
}

.content-sales h2:hover {
	cursor:pointer;
}

.content-sales .bio {
	display:none;
}

.content-sales .active .bio {
	display:block;
}

.content-sales .bio {
	margin-bottom:10px; 
}

#SubContent.content-sales .bio p {
	margin-bottom:10px;
}

#ctl00_MainContent_releaseContainer h3 {
	font-weight:normal;
	font-size:13px;
}

h3 strong {
	font-size:15px;
}

