@import url('/en/includes/css/goCss.css');
@import url('/smallbusiness/includes/leftnav.css');

body {
	background: url(/en/images/homepage/body-bg.jpg) center -53px no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;

}

.backNone {
background:none;
}

td {
	color: #333;
	font-size: 12px;
}

p {
	color: #666;
	font-size:12px;
}

.cardMoreinfo {
	color: #0023a0;
	margin-left: 10px;
}

.cardMorechevron {
	margin: 0px 8px 15px 0px;
}

strong, b {
	font-weight: bold;
	
}

.bluebold {
	font-weight: bold;
	color: #0023a0;
}
.bluetext {
	color: #0023a0;
}
.yellowtext {
	color: #ffa000;
}

.titlebar {
/*	border-left: 1px #ffffff solid; */
	background-color: #0023a0;
	padding-left: 14px;
}

h1.titlebarText {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	font-size: 16px;
}

h1.titlebarTextOrange {
	color: #ffa000;
	margin: 0px;
	padding: 10px 0 0 0;
	font-weight: 900;
	font-size: 14px;
}

h1.titlebarTextOrangeTop {
	color: #ffa000;
	margin: 0px;
	padding: 10px 0 0 0;
	font-weight: 900;
	font-size: 14px;
}

h2.subTitleText {
	color: #000;
	margin: 0px;
	padding: 10px 0 10px 0;
	font-weight: 900;
	font-size: 14px;
}



h2.titlebarSubtext {
	color: #ffa000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 0px #0023a0 solid;
}

.thirdcolumn {
background:url(../images/rightcol/left_bg.jpg) no-repeat 1px top;
	padding: 0;

}

.thirdcolumnImage {
background:url(../images/rightcol/left_bg2.jpg) no-repeat left top;
	padding: 0;

}

.thirdcolumnImage img {
float:right;

}

.thirdcolumn h4 {
color: #000;
padding-bottom: 5px;
margin-bottom:0;
font-size:11px;
}

li {
	margin-bottom: 0px;
	color: #666;
	font-size:12px;
}



h1 {
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	margin: 18px 0 10px 0px;
}

h1 .subtitle {
font-weight:lighter;
}

h3 {
	font-size: 13px;
	/*color: #333;*/
	font-weight: bold;
	padding-bottom: 5px;
}

h3.subTitleText {
	padding-bottom: 10px;
}

.business-tool h2 {
margin-bottom:0;
}

h2 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding-bottom: 5px;
}

h5 {
font-size: 12px;
margin:0;
padding:0 0 5px 0;
color: #666;
}



/* articles */

h1.articleTitle {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	margin: 18px 0 0px 0px;
}


.articleAuthorDate {
font-size: 11px;
font-weight: bolder;
}

.article {
	font-size: 14px;
	color: #0023a0;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	padding-bottom: 5px;
	border-bottom: 1px #7f91cf solid;
}

.article2 {
	font-size: 14px;
	color: #0023a0;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	padding-bottom: 2px;
}
.articleNew {
	font-size: 14px;
	color: #0023a0;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	padding-bottom: 2px;
	border-bottom: 0px #7f91cf solid;
}


.articleActionHolder {
	text-align: right;
	margin: 5px 0px 15px 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.articleActionHolderBottom {
	text-align: right;
	margin: 5px 0px 15px 0px;
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
}

.articleAction {
	margin-right: 8px;
}
.articleActionChevron {
	margin-right: 0px;
}

a.articleActionLink:link {
	font-size: 10px;
	color: #0023a0;
	text-decoration: none;
}
a.articleActionLink:visited {
	font-size: 10px;
	color: #0023a0;
	text-decoration: none;
}
a.articleActionLink:hover {
	font-size: 10px;
	color: #ffa000;
	text-decoration: none;
}




.howtoFooter {
	
	margin: 25px 0px 25px 0px;
}

.howtoPdfdownload {
	margin: 8px 0px 10px 0px;
	font-size: 10px;
}

select {
	font-size: 10px;
}


/* links attributes */



a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

a.chevronLink:link {
	color: #000;
	text-decoration: none;
}
a.chevronLink:visited {
	color: #000;
	text-decoration: none;
}
a.chevronLink:hover {
	color: #333;
	text-decoration: underline;
}

a.blue:link {
	color: #0023a0;
	text-decoration: underline;
}
a.blue:visited {
	color: #0023a0;
	text-decoration: underline;
}
a.blue:hover {
	color: #ffa000;
	text-decoration: none;
}

a.bluebold:link {
	color: #0023a0;
	font-weight: bold;
	text-decoration: none;
}
a.bluebold:visited {
	color: #0023a0;
	font-weight: bold;
	text-decoration: none;
}
a.bluebold:hover {
	color: #ffa000;
	font-weight: bold;
	text-decoration: none;
}


ul li a:link {
text-decoration:none;
}

ul li a:visited {
text-decoration:none;
color:#333;
}

ul li a:hover {
text-decoration:underline;
}

/* folder attributes */

#tool-folderdark {
	background-color: #fff5d9;
	border-left: 1px #b3b3b3 solid; border-right: 1px #b3b3b3 solid;
	margin: 0px; padding: 5px;
	width: 343px;
	text-align: left;
}
#tool-folderlight {
	background-color: #fffceb;
	border-left: 1px #b3b3b3 solid; border-right: 1px #b3b3b3 solid;
	margin: 0px; padding: 5px;
	width: 343px;
	text-align: left;
}

.indent15 {
padding-left:15px;
padding-right:10px;
}

#business-toolhome {
	margin: 0px; padding-top: 5px;
}
#business-toolhome h1{
	background-image: url('/en/images/chevron_box.gif');
	background-repeat: no-repeat; background-position: 2px 0px;
	margin: 0px; padding-left: 15px;
}


.business-tool {
	width: 343px;
	margin: 0px; 
	padding: 10px 0 10px 0;
	border-top:1px solid #ccc;
}
.business-tool h1{
	background-image: url('/en/images/chevron_box.gif');
	background-repeat: no-repeat; background-position: 2px -2px;
	margin: 0px; padding-left: 15px;
}

.business-tool h2{
	padding-bottom: 5px;
}


.business-tool ul.download  {
	margin: 0 0 20px 4px;
	list-style: none;
}
.business-tool li.tool-download {
	background-image: url('/en/images/common/chevron_yellow.gif');
	background-repeat: no-repeat; background-position: 0 4px;
	padding-left: 11px;  margin-top: 5px;
}

#acrobat-download {
	background-image: url('/smallbusiness/images/icon_pdf.gif');
	background-repeat: no-repeat; background-position: 0 1px;
	padding-left: 15px;
}
#acrobat-download a:link{
	color: #666666; font-size: 10px;
	text-decoration: none;
}
#acrobat-download a:visited{
	color: #666666; font-size: 10px;
	text-decoration: none;
}
#acrobat-download a:hover{
	color: #ffa000; font-size: 10px;
	text-decoration: none;
}

#acrobat-download2 {
	background-image: url('/smallbusiness/images/icon_pdf.gif');
	background-repeat: no-repeat; background-position: 0 1px;
	padding-left: 15px;
}
#acrobat-download2 a:link{
	color: #666666; font-size: 10px;
	text-decoration: none;
}
#acrobat-download2 a:visited{
	color: #666666; font-size: 10px;
	text-decoration: none;
}
#acrobat-download2 a:hover{
	color: #ffa000; font-size: 10px;
	text-decoration: none;
}

.folderborder {
	background-color: #b3b3b3;
	margin: 0px;
}

.folderdark {
	background-color: #fff5d9;
	margin: 0px;
}

.folderlight {
	background-color: #fffceb;
	margin: 0px;
}

/* right nav */
.rightColumn {
	font-size: 11px;
	color: #000;
	float:left;
	padding-bottom: 10px;
	padding-left:20px;
	
}

.rightNav:link {
	color: #0023a0;
	text-decoration: none;
}
.rightNav:visited {
	color: #0023a0;
	text-decoration: none;
}
.rightNav:hover {
	color: #ffa000;
	text-decoration: none;
}

/* popup */
.privacyTab {
	border-right: 1px #e3e3e3 solid;
	border-bottom: 1px #e3e3e3 solid;
	border-left: 1px #e3e3e3 solid;
	background-color: #fffceb;
	padding: 5px;
	width: 75px;
	text-align: center;
}


/* ratings */
.articleRating {
	font-size: 10px;
	color: #0023a0;
	}

.rate {
	float: right;
	font-size: 10px;
	margin-top: 3px;
	}
	
.rate a {
	color: #7a7a7a;
	text-decoration: none;
	}
	
.rate a:hover {
	color: #ffa000;
	text-decoration: underline;
	}
	
#rate-box {
	visibility: visible;
	clear: right;
	position: relative;
	top: 3px;
	margin: 0 0 3px 0;
	padding: 4px;
	color: #0023a0;
	float: right;
	text-align: right;
	width: 140px;
	background: #fff;
	border: 1px solid #ccc;
}
	
.rate-box-rating {
	position: relative;
	font-size: 10px;
	color: #7a7a7a;
	margin: 2px 41px 0 2px;
}


.successImage {
float:left;
padding-right:5px;
}

.successCopy {
float:left;
font-size:10px;
width:95px;
padding:0;
margin:0;
line-height:13px;
color:#666666;
}

.enewsCopy {
float:left;
width:155px;
font-size:10px;
line-height:13px;
color:#666666;
margin:0;
padding: 0 0 5px 0;

}

.horizLine {
clear:left;
padding: 4px 0 10px 0;
text-align:center;
}

.rightColLink {
float:left;
padding-top:5px;
}

a.rightColLinkSmall {
font-size:10px;
}

a.rightColLinkChevron {
float:left;
padding:5px 0 0 7px;
text-decoration:none;
background: url(/en/images/common/chevron_yellow2.jpg) no-repeat -6px 3px;
}

a:hover.rightColLinkChevron {
text-decoration:underline;
}

.contentPadding {
padding: 0 8px 0 18px;
}

.imgList {
clear:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:-5px;
padding-left:0pt;
}

.imgList li {
background:transparent url(/en/images/common/chevron_yellow2.jpg) no-repeat scroll left top;
padding-left:16px;
}

.moreArticleLinks a:link {
text-decoration:none;
color:#666;
font-size:10px;
}

.moreArticleLinks a:visited {
text-decoration:none;
color:#666;
font-size:10px;
}


.moreArticleLinks a:hover {
text-decoration:underline;
}

.learnHoriz {
border-bottom: 1px solid #ccc;
padding-bottom:20px;
}

.tableHoriz {
/*border-top: 1px solid #ccc;*/
padding:10px 0;
}

.tableHorizTop {
border-top: 1px solid #ccc;
padding:10px 0;
}

.tableHoriz2 {
border-top: 1px solid #ccc;
padding:10px 0;
}


.cardImage {
float: left;
padding-right:10px;
}

.personalNav {
margin-top:1px;
}

#navUtilities ul li a.navOn {
font-size: 12px;
color:#000;
}

#footer {
width:764px;
padding:10px 0 0 0;
}

ul.fiftyFiftyList {
margin:0 0 0 5px;
padding:0 0 0 12px;
}


ul.fiftyFiftyList li {
padding:0 0 5px 0;
}



#navFooter {
float: left;
padding-top:8px;
color: #6a6a6a;
width: 474px;
}

#footer {
padding:10px 0pt 0pt;
width:764px;
left:50%;
margin-left: -382px;
position:relative;
}


.topCurveBG {
background:url(../images/titleBar-bg.jpg) no-repeat;
height:39px;
width:784px;
}


.topCurveBG p {
color:#fff;
font-size:14px;
padding: 0;
margin: 17px 0 0 23px;
text-transform:uppercase;
}