/* CSS Document */
body{
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
margin:0px;
background-image:url(../images/body_bg.gif);
}
a:link{
color:#333333;
}
a:visited{
color:#333333;
}
a:hover{
color:#40AA14;
}

div.errorBox{
width: 80%;
margin-top: 25px;
margin-bottom: 10px;
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;
	
}


div.confirmationBox{
width: 80%;
margin-top: 25px;
margin-bottom: 10px;
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;
}


#mainContainer{
width:790px;
margin-left:auto;
margin-right:auto;
border-left: 0px solid #999999;
border-right: 0px 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:750px;
margin-left:auto;
margin-right:auto;
padding-top:3px;
}

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

}
#logo{
float:left;
background-color:#666666;
}
#navigation{
float:right;
padding-top:10px;
}

#header{
padding-top:20px;
padding-bottom:3px;
}
#leftContent{
float:left;
width:360px;
background-color:#EFEFEF;
padding-left:15px;
padding-right:5px;
padding-top:15px;
padding-bottom:15px;

}

#leftApplication{
float:left;
width:380px;
background-color:#EFEFEF;

}
#salesApplicationHeading{
padding-left:15px;
padding-top:15px;
font-family:Tahome, Arial;
font-weight:bold;
font-size:20px;
color:#333333;
letter-spacing:-1px;
}
#seal {
position : absolute;
top : 355px;
left : 220px;
width:174px;
height:60px;
text-align : left;
}
#rightContent{
float:left;
width:200px;
background-color:#FFFFFF;
margin-left:3px;
width:332px;
padding-left:30px;
padding-right:5px;
padding-top:15px;
}

#fullWidthContent{
width:685px;
margin-left:3px;
padding-left:30px;
padding-right:30px;
padding-bottom:15px;
padding-top:15px;
}
.headingText{
font-family:Tahome, Arial;
font-weight:bold;
font-size:20px;
color:#333333;
letter-spacing:-1px;
}

.subHeadingText{
font-family:Tahome, Arial;
font-weight:bold;
font-size:17px;
color:#333333;
letter-spacing:-1px;
padding-left:15px;
}
.subHeading{
font-family:Tahome, Arial;
font-weight:bold;
font-size:17px;
color:#333333;
letter-spacing:-1px;
}
.smallHeading{
font-family:Tahome, Arial;
font-weight:bold;
font-size:14px;
color:#333333;
letter-spacing:-1px;
}

.bodyContent{
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
line-height:15px;
}
.fieldName{
font-weight:bold;
text-align:left;
padding-right:5px;
width:170px;
font-family:Tahome, Arial;
font-size:11px;
color:#333333;
line-height:12px;
padding-left:15px;
}
#salesApplicationForm{
margin:0px;

}
.inputBox{
width:160px;
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;
}
.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;
}
.radioButton{
border: 1px solid #103B42;
}

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

}
#footer{
padding-top:15px;
padding-bottom:15px;
}
#footer a:link{
color:#333333;
}
#footer a:visited{
color:#333333;
}
#footer a:hover{
color:#40AA14;
}

/*----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----*/
