/* CSS Document */
body{
font-family:Tahome, Arial;
font-size:11px;
color:#666666;
margin:0px;
background-image:url(../images/body_bg.gif);
}
#mainContainer{
width:805px;
margin-left:auto;
margin-right:auto;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
padding:5px;
position : relative;
background-color:#FFFFFF;
background-image:url(../images/body_shadow.jpg);
background-repeat:repeat-y;
background-position:center;
}
#container{
width:800px;
margin-left:auto;
margin-right:auto;
padding-top:3px;
}

a:link{
color:#666666;
}
a:visited{
color:#666666;
}
a:hover{
color:#D82525;
}

p{
margin-top:5px;
margin-bottom:5px;
margin-left:55px;
}
.asterisk{
color:#D82525;
font-size:14px;
}
.smallText{
font-size:10px;
color:#666666;
}
.matchingColor{
color:#D82525;
}
.Q{
font-weight:bold;
}
.A{
font-weight:bold;
}
.emphasize{
font-weight:bold;
color:#D82525;
}

#topBar{
height:10px;
background-color:#3F3F3F;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;

}
#thankYouSuccess{
width: 360px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 75px;
margin-left:150px;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#333333;
line-height:15px;
letter-spacing:-1px;
background-image:url('/images/email.gif');
background-repeat:no-repeat;
background-position:left;

}
h1 {
    margin: 0 0 0 0;
    font: normal 140%/1 arial,sans-serif;
    letter-spacing: -0.03em;
    clear: left;
    color: #009900;
	font-weight:bold;
}
#logo{
float:left;
background-color:#666666;
}
#navigation{
float:right;
padding-top:10px;
}

#header{
padding-top:20px;
padding-bottom:3px;
}
#leftContent{
float:left;
width:485px;
background-color:#FFFFFF;
padding-left:15px;
padding-right:5px;
padding-top:15px;
padding-bottom:15px;
border: 0px solid #000000;
background-image:url(../images/bottomBG.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
#rightContent{
float:left;
background-color:#FFFFFF;
margin-left:3px;
width:250px;
padding-left:30px;
padding-right:5px;
padding-top:15px;
border: 0px solid #000000;
}


#seal {
position : absolute;
top : 355px;
left : 220px;
width:174px;
height:60px;
text-align : left;
}


#fullWidthContent{
width:685px;
margin-left:3px;
padding-left:30px;
padding-right:30px;
padding-bottom:15px;
padding-top:15px;
background-image:url(../images/bottomFullBG.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
.headingText{
font-family:Tahome, Arial;
font-weight:bold;
font-size:21px;
color:#D82525;
letter-spacing:-1px;
}
.steps{
font-family:Tahome, Arial;
font-weight:bold;
font-size:21px;
color:#009900;
letter-spacing:-1px;
}

.subHeadingText{
font-family:Tahome, Arial;
font-weight:bold;
font-size:17px;
color:#D82525;
letter-spacing:-1px;

}
.subHeading{
font-family:Tahome, Arial;
font-weight:bold;
font-size:17px;
color:#333333;
letter-spacing:-1px;
}

.bodyContent{
font-family:Tahome, Arial;
font-size:12px;
color:#666666;
line-height:18px;
}
.homeFieldName{
text-align:left;
width:125px;
font-family:Tahome, Arial;
font-size:12px;
color:#666666;
padding-left:10px;

}
.fieldName{
text-align:left;
width:150px;
font-family:Tahome, Arial;
font-size:12px;
color:#666666;

}
#salesApplicationForm{
margin:0px;

}
.inputBox{
width:160px;
height:18px;
border: 1px solid #557A9A;
font-family:Tahome, Arial;
font-size:12px;
color:#333333;
background-image:url(../images/formFieldBG.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.multiLineInputBox{
width:160px;
height:75px;
border: 1px solid #557A9A;
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
background-image:url(../images/formFieldBG.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.bigMultiLineInputBox{
width:99%;
height:75px;
border: 1px solid #557A9A;
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
background-image:url(../images/formFieldBG.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.checkBox{
font-family:Tahome, Arial;
font-size:12px;
color:#333333;
background-image:url(../images/formFieldBG.jpg);
background-repeat:repeat-x;
}
.button{
padding-left:74px;
}
.radioButton{
border: 1px solid #103B42;
}

#bottomBar{
height:7px;
background-color:#D82525;
margin-left:auto;
margin-right:auto;

}
#footer{
padding-top:15px;
padding-bottom:15px;
}
#footer a:link{
color:#666666;
}
#footer a:visited{
color:#666666;
}
#footer a:hover{
color:#D82525;
}

/*----Form Notification Boxex ---*/

div.confirmationBox{
width: 400px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 45px;
padding-right: 5px;
border-style: solid;
border-color: #40AA14;
border-width: 3px;
background-color: #CDF7BB;
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color:#333333;
letter-spacing:-1px;
background-image:url('/a/common/images/success.png');
background-repeat:no-repeat;
background-position:left;
}


div.errorBox{
width: 80%;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 45px;
padding-right: 5px;
border-style: solid;
border-color: #FF0000;
border-width: 3px;
background-color: #FFE4E1;
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
letter-spacing:-1px;
background-image:url('/a/common/images/error.png');
background-repeat:no-repeat;
background-position:left;
color:#FF0000;

}
/*----Form Notification Boxex ---*/

/*----Nav CSS----*/
.home a{
display: block;
text-decoration: none;
width: 60px;
height: 17px;
float: left;
display: inline;
margin-right: 0px;
background-image:url(../images/home.gif);
background-repeat: no-repeat;
text-align:center;

}
.home a:hover{
background-image:url(../images/homeOver.gif);
}

.about a{
display: block;
text-decoration: none;
width: 78px;
height: 17px;
float: left;
display: inline;
margin-right: 0px;
background-image:url(../images/about.gif);
background-repeat: no-repeat;
text-align:center;

}
.about a:hover{
background-image:url(../images/aboutOver.gif);
}

.salesOpp a{
display: block;
text-decoration: none;
width: 128px;
height: 17px;
float: left;
display: inline;
margin-right: 0px;
background-image:url(../images/salesOpp.gif);
background-repeat: no-repeat;
text-align:center;

}
.salesOpp a:hover{
background-image:url(../images/salesOppOver.gif);
}
.login a{
display: block;
text-decoration: none;
width: 75px;
height: 17px;
float: left;
display: inline;
margin-right: 0px;
background-image:url(../images/login.gif);
background-repeat: no-repeat;
text-align:center;

}
.login a:hover{
background-image:url(../images/loginOver.gif);
}

.contact a{
display: block;
text-decoration: none;
width: 90px;
height: 17px;
float: left;
display: inline;
margin-right: 0px;
background-image:url(../images/contact.gif);
background-repeat: no-repeat;
text-align:center;

}
.contact a:hover{
background-image:url(../images/contactOver.gif);
}

.tab{
display: block;
text-decoration: none;
font: bold 13px Arial;
color: black;
height: 17px;
float: left;
display: inline;
margin-right: 0px;
text-align:center;

}
/*----Nav CSS----*/
