
/* Main Content for pages */
.bodytext {	font-family: arial; font-size: 12px; color: #333333;}
.bodytexttableheader {font-family: arial; font-size: 14px; color: #FFFFFF;}
.bodytexttable {font-family: arial; font-size: 12px; color: #177417;}
.pageHeading {font-family: arial; font-size: 22px; font-weight: normal; color: #333333; font-style: oblique;}
.pageSubHeading {font-family: arial; font-size: 18px; font-weight: normal; color: #333333; font-style: oblique;}
.bodyRedlargeText {	font-family: arial; font-size:14px;color: #FF0000;}
.successpost {	font-family: arial; font-size:14px;color: #3B230B; font-weight: bold;}
.errormsg {	font-family: arial; font-size:12px;color: red; font-weight: bold;}
.bodyEmailSuccess {font-family: arial; font-size: 30px; font-weight: bold; color: #333333; font-style: oblique;}
.bodytextred {	font-family: arial; font-size: 12px; color: #FF0000; font-weight: bold;}

.bodyTextQuestion {	font-family: arial; font-size:14px;color: #333333; font-weight: bold; font-style: oblique;}
.bodyTextAnswer {	font-family: arial; font-size:12px;color: #333333;}

.missiontextred {	font-family: arial; font-size: 14px; color: #FF0000; font-weight: bold;}

.bodyInvoiceLargeBlack {font-family: arial; font-size: 50px; font-weight: bold; color: #000000;}
.bodyInvoiceLargeTeal {font-family: arial; font-size: 50px; font-weight: bold; color: Teal}
.bodyInvoicetext {font-family: arial; font-size: 12px; font-weight: bold; color: #000000}
.bodyInvoiceLargeBlackItalic {font-family: arial; font-size: 40px; font-weight: bold; color: #000000;font-style: oblique;}
.bodyInvoiceLabelBlack {font-family: arial; font-size: 14px; font-weight: normal; color: #000000;}

.h1 {font-family: arial; font-size: 12px; color: #333333; font-weight: bold; font-style: italic; padding:0px; margin:0px; display:inline;}
.h2 {font-family: arial; font-size: 12px; color: #333333; font-weight: normal;  padding:0px; margin:0px; display:inline;}
.h3 {font-family: arial; font-size: 12px; color: #333333; font-weight: normal;  padding:0px; margin:0px; display:inline;}

.a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #666666;}
.a {font-family: Arial, Helvetica, sans-serif; font-size: 12px;color: #333333; text-decoration: none; }


/* Footer */
.footertext { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
.afooter:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px;color: #333333;}
.afooter {font-family: Arial, Helvetica, sans-serif; font-size: 10px;color: #666666; text-decoration: none; }

#slideshow {
    width:900px;
    height:215px;
    display: block;
    position: relative;
}

#inputcontact 
{
    width: 800px;
	padding-top:20px;
    text-align: left;
    vertical-align: top;
	float: left;
}

#inputcontact label
{
    width: 100px;
    text-align: right;
	margin:0px 2px 0px 2px;
	margin-left:8px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
	font-weight:700;
}

#inputcontact input, #inputcontact textarea
{
	max-width: 100%;
	margin-right:10px;
}

/*submit*/
.button {    

    display: block;
    width: 90px;
    height: 30px;
    background: #FFFFFF;	
    border: 1px solid rgba(33, 68, 72, 0.59);

    color: rgba(0, 0, 0, 0.55);
	font-size:1.2em;	
	font-weight:700;
    text-align: center;
	color:#585858;

    background: -webkit-linear-gradient(top, #FFFFFF, #5CA311);
    background: -moz-linear-gradient(top, #FFFFFF, #5CA311);
    background: -o-linear-gradient(top, #FFFFFF, #5CA311);
    background: -ms-linear-gradient(top, #FFFFFF, #5CA311);
    background: linear-gradient(top, #FFFFFF, #5CA311);
     
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    -webkit-box-shadow: 0 0px 0 #EEEEEE;
    -moz-box-shadow: 0 0px 0 #EEEEEE;
    box-shadow: 0 0px 0 #EEEEEE;
     
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.2);
     
}
 
/*Step 3: Link Styles*/
.button2 {
    text-decoration: none;
}
 
.button:hover {

    background: -webkit-linear-gradient(top, #FFFFFF, #5CA311);
    background: -moz-linear-gradient(top, #FFFFFF, #5CA311);
    background: -o-linear-gradient(top, #FFFFFF, #5CA311);
    background: -ms-linear-gradient(top, #FFFFFF, #5CA311);
    background: linear-gradient(top, #FFFFFF, #5CA311);

	cursor: pointer;
	color:#000000;
	background: #FFFFFF;
}

