/************** GENERAL ***************/
body {
	background-color: transparent;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #636466;
}


a:active, a:hover, a:link, a:visited {
	text-decoration: none;
	border: 0;
/*	margin-left: 30px;*/
	font-size: 11pt;
	color: #023820;
	font-weight: bold;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;
}

a:hover, a:active {
	color: #298f3c;
}


img {
	border: 0;
}

p {
	color: #4c4d4f;
	font-size: 9pt;
	line-height: 18px;
	word-spacing: 2px;
}

h1 {
 color: #298f3c;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;
	font-size: 28pt;
	font-weight: bold;
}

h2 {
 color: #298f3c;
margin-top: 5px;
margin-bottom: 5px;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;
}

h3 {
 color: #298f3c;
margin-top: 5px;
margin-bottom: 5px;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;



}


.mainDiv {
	background-image: url(../images/loxpress_background2.jpg);
	background-repeat: no-repeat;
	width: 940px; 
	margin: 0px auto;
	text-align: left;
	padding-top: 65px;
	background-color: transparent;
	padding-bottom: 20px;
	clear: both;
	
}




.mainBody {
	clear: both;
	width: 940px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.leftColumn {
	width: 151px;
	float: left;
}

.middleColumn {
	width: 265px;
	float: left;
	margin-left: 5px;
	position: relative;
}

.rightColumn {
	width: 505px;
	float: left;
	margin-left: 5px;
}

.rightWideColumn {
	float: left;
	margin-left: 5px;
	width: 740px;

}


.customInput {
	width: 131px;	
	height: 17px;
	background-image: url(../images/custom_input.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;

}

.customInput input {
	width: 131px;
	height: 17px;
	background: none;
	border: none;
	font-size: 9pt;
	line-height: 14px;
	padding-left: 2px;
	padding-right: 2px;

}


.bottomRow, .bottomGradientRow {
	clear: both;
	float: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
}
.bottomGradientRow {
	margin: 0px;
}

.bottomContent {
	padding-top: 20px;
	padding-bottom: 5px;
}

.bottomContent p {
	margin-top: 0px;
	color: #298f3c;
	width: 650px;

}

.bottomContent p.orangeText {
	color: #f89c1d;
}

.bottomContent h3 {
	margin-top: 0px;
	font-size: 16px;
	color: #4c4d4f;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;
}

.bottomContentLeftImage {
	float: left;

}

.bottomContentLeftImage img {

}

div.rightCopy {
	margin-left: 15px;
	float: left;
}
.bottomLinks {

	clear: both;
	text-align: right;
	float: right;
    padding-bottom: 40px;
}

.bottomLinks a:link, .bottomLinks a:visited, .bottomLinks a:hover, .bottomLinks a:active  {
	font-size: 10pt;
	color: #4c4d4f; 
	margin-left: 20px;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.bottomLinks a:hover, .bottomLinks a:active {
	
}


a.smallUnderlined {
	font-size: 7pt;
	text-decoration: underline;
}
/*********************** TOP LINKS *******************/

.topLogo {
	float: left;
	width: 420px;
	margin-bottom: 20px;
}
.topLinks {
	float: right;
	text-align: right;
	background-color: transparent;
	margin-top: 0px;
	padding: 0px;
	padding-top: 70px;
	margin-bottom: 15px;
}

.indexTopLinks {
	margin-bottom: 0px;
}

.topLinks a {
	margin-left: 25px;
	color: #023820;
}

.topLinks a:hover, .topLinks a:active {
	color: #298f3c;

}


/************** COLORS ***************/

.darkGreen {
	color: #023820;

}

.lightGreen {

	color: #298f3c;
}

.darkGray {
	color: #4c4d4f;

}

.lightGray {
	color: #636466;

}

.orangeText {
	color: #f89c1d;
}




/************** INDEX *****************/
.mainPageBottom {
	margin-top: 180px;
}

#login_box,  #signup_box {
	padding: 10px;
	color: #4c4d4f;
	font-size: 10pt;
	padding-bottom: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
}

#login_box form {
	margin: 0px;
	padding: 0px;

}


#login_box h2, #signup_box h2 {
	color: #4c4d4f;
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#login_box label {
	font-size: 8pt;
}
#login_box input {
	margin: 0px;
	margin-bottom: 5px;
}

#signup_box {

	padding-bottom: 0px;
}

#signup_box h2 {
	font-size: 12pt;

}

#signup_box p {
	font-size: 8pt;
	word-spacing: 0px;
	line-height: normal;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#signup_box p.smallCopy {
	font-size: 7pt;
	word-spacing: 0px;
	line-height: normal;

}

#signup_box img {
	margin: 0px;
	margin-left: -5px;
}
.gradientBox {
	background-image: url(../images/gradient_1.jpg);
	background-repeat: no-repeat;
}

.gradientBox2 {
	background-image: url(../images/gradient_2.jpg);
	background-repeat: no-repeat;
    height:180px;
}


.featureGreenBox {

	height: 60px;	
	position: relative;
	width: 100%;
	clear: both;
	margin-bottom: 5.5px;
	display: block;
}

.featureGreenBox h2 {
	margin-top: 22px;
	margin-left: 15px;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: normal;
	display: block;	
	color: #023820;
	float: left;
	font-family: Helvetica Medium Condensed, /*Helvetica Narrow,*/ Helvetica, Arial, sans-serif;
}

div.featureGreenBox:hover h2, .featureGreenBoxHover h2{

	color: #fff;
}
.featureGreenBox a:hover, .featureGreenBox a:link, .featureGreenBox a:active, .featureGreenBox a:visited {

	margin-top: 19px;
	margin-left: 15px;
	font-size: 22px;
	margin-bottom: 0px;
	font-weight: normal;
	display: block;	
	color: #023820;
	float: left;
}


.featureGreenBox a:hover, .featureGreenBox a:active,  {
	color: #fff;
}

.featureGreenBox img.rightIcon, .rightIcon {
	position: absolute; 
	right: 10px;
	top: 13px;
/*	float: right;
	margin-right: 10px;*/

}

img.lastTab {
	right: -8px;
}

.featureGreenBox img.rightTab {
	height: 60px;
	position: absolute;
	right: -4px;
	
}

#lead_integration_box {
	background-image: url(../images/green_gradient1.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}

#auto_emails_box {
	background-image: url(../images/green_gradient2.jpg);
	background-repeat: no-repeat;

}

#scenario_calculator_box {

	background-image: url(../images/green_gradient3.jpg);
	background-repeat: no-repeat;

}

#custom_reporting_box {

	background-image: url(../images/green_gradient4.jpg);
	background-repeat: no-repeat;
}

#prospect_mining_box {

	background-image: url(../images/green_gradient5.jpg);
	background-repeat: no-repeat;

}


.behindImage {
	position: absolute;
	top: 0px; 
	left:0px;
}

.rightColumn {

	position: relative;

}


/************* FEATURES *****************/

.featuresMainBody {
	margin-top: 10px;
	background-image: url(../images/bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 35px;
}

.featuresMainColumn {

	border-left: 1px solid #4c4d4f;
	width: 770px;
}

.featuresLeftColumn {
/*	margin-left: 30px;*/
	width: 160px;
	padding-top: 10px;	

}

.featuresLeftColumn a {
	margin: 0px;
	line-height: 27px;
/*	font-size: 13pt;*/
}

a.selectedLink:link, a.selectedLink:visited, a.selectedLink:active, a.selectedLink:hover {

 color: #298f3c;
}

.leftCopy {
	padding-left: 30px;
	width: 340px;
	float: left;
}

.leftCopy p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.rightImage {
	float: right;

}

.rightImage img {
	margin-right: 0px;

}

.signupNowBox {
	margin-top: 20px;	
}

.signupNowBox h4 {
	font-weight: bolder;
	font-size: 12pt;
	color: #636466;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.signupNowBox img {

	margin-left: 0px;
}

.signupNowBox a {
	margin-left: 0px;
}


/************* SINGLE COLUMN LAYOUT PAGES ******************/
.genericMainBody {


	background-image: url(../images/bottom_gradient.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 35px;
	padding-left: 20px;

}

.borderedColumn {

	border-left: 1px solid #4c4d4f;
	padding-left: 30px;
}

.genericMainColumn p {
	width: 575px;
	margin-bottom: 40px;
}

.genericColumn {
	width: 98%;
}

.signupColumn{
	width: 490px;
	float: left;
}
.signup-intro{
	background: #ecf3d5;
	color: #228a33;
	font: 16px/20px Helvetica, Arial, sans-serif;
	padding: 10px 15px;
}
.signup-intro strong{
	font-style: italic;
}
.signupColumn h3 {
	margin-top: 20px;
	color: #333;
	padding: 5px 0 10px 40px;
}
.signupColumn h3.step-one{
	background: url(../images/icon-1.png) no-repeat;
}
.signupColumn h3.step-two{
	background: url(../images/icon-2.png) no-repeat;
}
.signupColumn h3.step-three{
	background: url(../images/icon-3.png) no-repeat;
}
.signupColumn .formTable{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	width: 490px;
}
.signupColumn .formTable input{
	-moz-border-radius:0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius:0.3em 0.3em 0.3em 0.3em;
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#B2B2B1 #C4C4C3 #D6D6D5;
	border-style:solid;
	border-width:1px;
	color:#535353;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:15px;
	padding:3px;
	width: 75%;
}
.signupColumn .formTable td{
	vertical-align: top;
	text-align: left;
	width: auto;
}
.signupColumn .formTable th{
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 10px;
	width: 125px;
}
.signupColumn .formTable .form-helper {
	color: #9f9f9f;
	font: 12px/14px Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 10px 0;
}


.button {
	-moz-border-radius:0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius:0.3em 0.3em 0.3em 0.3em;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	background:-webkit-gradient(center top , #FFFFFF 0pt, #F2F2F2 4%, #C0C0C0 100%) repeat scroll 0 0 #DCDCDC;
	background:-moz-linear-gradient(center top , #FFFFFF 0pt, #F2F2F2 4%, #C0C0C0 100%) repeat scroll 0 0 #DCDCDC;
	border-color: #ADADAD #989898 #818181;
	border-style:solid;
	border-width:1px;
	color:#495569;
	cursor:pointer;
	display:inline-block;
	font:13px/100% "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:2px;
	outline:medium none;
	padding:0.48em 0.9em 0.5em;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #FFFFFF;
	vertical-align:baseline;
	font-weight: normal !important;
}

.primary {	
	background: -webkit-gradient(center top , #b0cc69 0pt, #b0cc69 4%, #7faa3f 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(center top , #b0cc69 0pt, #b0cc69 4%, #7faa3f 100%) repeat scroll 0 0 transparent;
	border-color:#929B5A #808F43 #586524;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF !important;
	padding:0.42em 0.9em 0.5em;
	text-shadow:0 -1px 0 #303E53;
	font-weight: normal;
}

.signupColumn form {
	margin-left: 5px;
}

.signupColumn p {
	margin-top: 0px;
	color: #636466;
}

.signupColumn h2 {
	margin-bottom: 0px;
}




.formTable {

}

.formTable tr td {
	text-align: right;
	width: 125px;
	padding-top: 5px;
	padding-right: 5px;
}

.formTable tr .separationRow {
	padding-top: 30px;
}

.formTable tr td.submitRow {
	padding-top: 20px;
	text-align: left;
}

.formTable label {
	font-size: 9pt;
	color: #636466;
}


.formTable td.rightColumn {

	text-align: left;
	padding-left: 2px;
	margin-left: 0px;
}

.formTable td.rightColumn textarea {
	width: 260px;
	height: 100px;
	padding: 5px;
	margin-left: 0px;

}
.subText {
	font-size: 7pt;
}





.customInputWide {
	width: 262px;	
	height: 25px;
	background-image: url(../images/custom_input2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.customInputWide input {
	width: 262px;
	height: 25px;
	background: none;
	border: none;
	font-size: 10pt;
	line-height: 17px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;

	color: #636466;
}

