body {
background: #0e172a;
text-align:center;
}

body.mceContentBody {
  background: #fff url() !important;
  text-align: left !important;
  padding: 10px !important;
}

.errText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #181512;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #fff;
	background-color:#eee;
}

.msgText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color:#53673d;
}

td {
	color: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5 {

    color: #ffffff;

}


h1 {
    font-size: 35px;
    margin:10px 0;
}

h2 {
    font-size: 18px;
    margin-bottom:10px;
}

h3 {
    font-size: 14px;
    font-weight:bold;
        margin: 15px 0;
}

h4 {
    font-weight:bold;
        margin: 0px;
}

a {

font: normal 11px Tahoma, Arial;
color: #ffffff;
text-decoration: underline;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #ffffff;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;
}

.floatleft{
float:left;
}

.floatright{
float:right;
}

.style1{
color:#bcef5b;
}
.style2{
color:#BCEF5B;
font-size:16px;
font-weight:bold;
}

.style3{
color:#bcef56;
}

.style4 {
color:#BCEF5B;
font-weight:bold;
}

.required{
font-size:10px;
color:red;
float:left;
}

input.check{
display:none;
}

label{
width:100px;
float:left;
}

label.unrestricted{
width:auto;
clear:both;
}

/**************************************Page Styles********************/

div#pageWrapper{
  margin:0 auto;
  width:780px;
  background-color:#192339;
  }

div#page{
  width:750px;
  margin-left:15px;
	color: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
}

div#page img{
border:none;
}

div#contentWrapper{
width:750px;
margin:20px 0 10px 0;
}

div#contentLeft-Index{
width:450px;
float:left;
padding:0 15px;
}

div#contentRight-Index{
width:230px;
float:left;
padding:0 15px;
}

div#contentLeft{
width:410px;
float:left;
padding:0 15px;
}

div#contentMiddle{
width:10px;
float:left;
}

div#contentRight{
width:270px;
float:left;
padding:0 15px;
}

/**************************Header ************************************/
div#headerLogo{
width:750px;
height:78px;
}

div#headerLinks{
width:280px;
float:right;
margin-top:40px;
border-bottom:2px solid #769637;
}

div.headerImage{
width:80px;
height:20px;
margin-left:10px;
float:left;
}


div#headerMain{
width:750px;
height:260px;
}

/**************************Navigation************************************/
div#navigation{
width:690px;
height:48px;
margin-left:25px;
}

html>body div#menuWrapper{
width:618px;
float:left;
background:url('/newsite/images/navigationImages/off_img.gif');
background-repeat:repeat-x;
padding:0 20px;
}


div#menuwrapper{
float:left;
width:658px;
background:url('/newsite/images/navigationImages/off_img.gif');
background-repeat:repeat-x;}

html>body div#menuWrapper img{
border:none;
}


#menu { 
 /*margin-top:6px;*/ 
 margin:0;
 padding: 0; 
 list-style-type: none; 
}

li.links1 { 
 margin: 10px 3px 0 3px; 
 display:inline;
 float:left;
}

li.divider { 
 margin: 0; 
 display:inline;
 float:left;
}

html>body #menu a { 
 /*display: block; */
 padding: 14px 14px 16px 14px; 
 background:url('/newsite/images/navigationImages/off_img.gif');
 text-decoration: none; 
 text-align: center; 
 font-size: 14px; 
 color: #fff; 
 height: 32px;
 line-height: 25px;
}

#menu a { 
/* display: block; */
 /*background:url('/newsite/images/navigationImages/off_img.gif');*/
 padding:0 14px;
 text-decoration: none; 
 text-align: center; 
 font-size: 14px; 
 color: #fff; 
 height: 38px;
 line-height: 25px;
}


#menu A:hover { 
background:url('/newsite/images/navigationImages/on_img.gif');
}


/********************************Footer************************************/
div#footer{
width:671px;
height:26px;
margin-left:25px;
margin-top:10px;
background:url('/newsite/images/index_68.gif') no-repeat;
color:#fff;
font-size:12px;
padding:5px 10px;
}


/********************************Front Page Style************************************/
div#content1{
width:215px;
float:left;
padding-right:5px;
}

html>body div#content2{
width:5px;
float:left;
}

div#content2{
width:3px;
float:left;
}

html>body div#content3{
width:215px;
float:left;
padding-left:5px;
}

div#content3{
width:200px;
float:left;
padding-left:5px;
}


.link-small{
font-size:10px;
}

#ul1 li{
margin-top:20px;
}

#ul1 li a{
color: #a5b66e;
text-decoration: underline;
}

#ul1 li a:hover{
color: #fff;
text-decoration: none;
}


.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}


/********************************Short Code Page Style************************************/
.12px{
font-size:12px;
}


/********************************Get Started Page *****************************************/
.submitButton {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: hand;
	background-color: #53673d;
	text-align: center;
}

/**************************Pricing Page*************************************/
div#pricingWrapper{
width:480px;
margin-left:135px;
}

div#pricingHeader{
width:480px;
height:26px;
background-color:#769637;
color:#000000;
font-size:16px;
font-weight:bold;
}

div#pricingFooter{
width:480px;
height:26px;
color:#fff;
text-align:right;
font-size:16px;
font-weight:bold;
}

div.priceLeft{
width:200px;
float:left;
margin-right:10px;
height:40px;
}

div.priceRight{
width:260px;
float:left;
padding-right:10px;
height:40px;
background-color:#bacd58;
}

div.priceRight1{
width:60px;
float:left;
color:#000; 
}

/*********************************Login Page*************************/
div#login1{
width:190px;
height:140px;
float:left;
border:1px solid #fff;
text-align:center;
margin-left:190px;
}

div#login2{
width:190px;
height:140px;
float:left;
border:1px solid #fff;
text-align:center;
}

/*
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p1
{
padding: 0 0 0 20px;
}
.bg1
{
background:url(images/index_09.gif) #ffda9f top repeat-x;
}
.bg2
{
background:url(images/index_18.gif) #ffdca4 top repeat-x;
}
.menu 
{
vertical-align:top;
height: 35px;
background:url(images/index_03.gif);
padding: 10px 0 0 85px;
}
.menu a
{
color:#FFFFFF;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #c12b27;
text-decoration: none;
}

.red-text-underline {
color: #c12b27;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}
.H3WhiteLink.blye {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;
	filter: Gray;
}
.submitButton {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: hand;
	background-color: #53673d;
	text-align: center;
}

.errText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #181512;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #fff;
	background-color:#eee;
}

.msgText {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color:#53673d;
}

*/

