﻿/* ----------- GLOBAL ----------- */

body  {
	font-family:Arial, Helvetica, sans-serif;
	color: #735093;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	margin :0px;
	padding :0px;
}

img {
	border:0;
}

div  {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

h1.pageheader, h1.pageheader p {
	/****************COBRAND****************/
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	/*margin-bottom:-12px;*/
}

h2.pagesubheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	margin-bottom:3px;
	margin-top :10px;
}

p, li, blockquote, td, a, .detailsright, .detailsleft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a {
	text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
}
a:link { color: #000; }
a:visited { color: #fff;}
a:hover {
	cursor:hand;
	text-decoration:none;
	border-bottom:solid 0px #000000;
	
}
a.more{
	text-decoration:underline;
}
a.more:hover{
	color:black;
	background:none;
	text-decoration:underline;
}
/*a:visited { color: #666666;}
a:hover { color: #333333;}
a:active { color: #999999;}*/
strong {font-weight: bold;}

p {padding: 0px;}

li {margin-bottom:0px; font-weight:normal;}

h1 {
font-size: 16px;
color:#cc0000;
font-weight: bold;
}

blockquote {
margin-left:15px;
}


.smalltext {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.jumplinks{
font-size: 11px;
border-bottom: 1px solid #CCC;
padding-bottom: 3px;
width: 95%;
}


#maincontentindent {
/*padding-left:15px;
width: 540px;*/
}

.paddedlist li{
padding-bottom: 10px;
}



/* ----------- HEADER ----------- */

#container {
width: 970px;
margin-left: auto;
margin-right: auto;
}

#pagecontainer {
width: 970px;
margin-left: auto;
margin-right: auto;
}

#mainHdrLogo {
float: left;
width:262px;
/*border-right: 15px solid #FFF;*/
padding-right: 35px;
padding-bottom: 5px;
}

#mainHdrHelp {
float: left;
position: relative;
top: 15px;
text-align:center;
font-size: 11px;
}

#mainHdrLinks {
float: right;
text-align: right;
position: relative;
right:5px;
top: 25px;
}

#Hdrlinks {
float: right;
text-align: right;
position: relative;
right: 5px;
top: 10px;
}

#mainnav{
float: left;
width: 760px;
height: 21px;
font-weight: bold;
border-bottom: 5px solid #5b739c;
}


/* ----------- MAIN NAV DROPDOWN ----------- */

/* Root = Horizontal, Secondary = Vertical */

ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 760px; /*For KHTML*/
  list-style: none;
  /*height: 21px;*/
  z-index: 1;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 21px;
  z-index: 1;
}



ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 1;
}



ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  z-index: 1;
}



/* Root Menu */

ul#navmenu a {
  text-align: center;
  padding: 0px;
  margin: 0px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FFF;
  font: bold 12px/22px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 21px !important;
  height: 1%; /*For IE*/
  z-index: 1;
  overflow: hidden;
}

* html ul#navmenu a {
    height: 21px; /* for IE */
}


/* Root Menu Hover Persistence */

ul#navmenu a:hover{
color:#fff;
z-index:1;
background-position: 0 -21px;
overflow: hidden;
}

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background-position: 0 -21px;
  color: #fff;
  z-index: 1;
 
}

#nav-ho{
width: 57px;
background: url(../images/tabs/home.gif) top left no-repeat;
}

#nav-se{
width: 119px;
background: url(../images/tabs/resumeservices.gif) top left no-repeat;
}

#nav-cv{
width: 96px;
background: url(../images/tabs/cvservices.gif) top left no-repeat;
}

#nav-rb{
width: 128px;
background: url(../images/tabs/resumebuilder.gif) top left no-repeat;
}

#nav-wu{
width: 98px;
background: url(../images/tabs/whyus.gif) top left no-repeat;
}

#nav-rc{
width: 125px;
background: url(../images/tabs/resourcecenter.gif) top left no-repeat;
}

#nav-pr{
width: 130px;
background: url(../images/tabs/postresume.gif) top left no-repeat;
}

#nav-au{
width: 81px;
background: url(../images/tabs/aboutus.gif) top left no-repeat;
}


/* 2nd Menu */

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #5b739c;
  color: #fff;
  z-index: 1;
  border: 1px solid #748ca4;
  padding-left: 10px;
  text-align: left;
  margin-left: 2px;
  height: 22px;
}



/* 2nd Menu Hover Persistence */

ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #8ea8c2;
  color: #fff;
  z-index: 1;
}



/* 3rd Menu */

ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #5b739c;
  color: #fff;
  z-index: 1;
}



/* 3rd Menu Hover Persistence */

ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #8ea8c2;
  color: #fff;
  z-index: 1;
}



/* 4th Menu */

ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
  z-index: 1;
}



/* 4th Menu Hover */

ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
  z-index: 1;
}



ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 158px;
  z-index: 1;
}



/* Do Not Move - Must Come Before display:block for Gecko */

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
  z-index: 1;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
display: block;
z-index: 1;
}



.leftb_container{
	width: 100%;
	align:left;
}

* html .leftb_container {
    width: 100%; /* for IE */
}



/* ----------- SUBNAVIGATION ----------- */

#subnav{
float: left;
width: 758px;
background-color: #5b739c;
color: #fff;
height: 15px;
padding-top: 3px;
text-align: left;
/*font-weight: bold;*/
padding-left: 2px;
}

* html #subnav {
    width: 760px; /* for IE */
}

#subnav a{
text-align: left;
color: #fff;
text-decoration: none;
padding: 0 3px 0 3px;
}

#subnav a:hover{
text-decoration: underline;
}

#subnav p {
padding: 0px;
margin: 0px;
position: relative;
top: -4px;
color: #fff;
padding-left: 5px;
}



/* ----------- MAIN BODY ----------- */

.maintable {
width:970px;
}

* html .maintable {
	/*align:center;*/
	/* border: 1px solid blue; */
	width:970px;
}

#inner_maintable {
}

.leftcol {
	align:left;
	width:185px;
	vertical-align:top;
}

.main {
	width:640;
	padding-left: 10px;
}

.rightcol {
	align:right;
	padding-right:0px;
}

.maincontent {
	padding-top: 0px;
	padding-left: 10px;
	/* background-image:url(/images/cms/bg_maincontent.gif); */
background-repeat:repeat-y;
	background-position:center;
}



/* ----------- RIGHT COLUMN ----------- */

.entiresidebar {
/* border-bottom:1px solid #cccccc; */
margin-bottom:2px;
}


#rightcontainer {
padding-left: 0px;
/*background-image:url(/images/cms/bg_rightcolumn_185x3.gif);
background-repeat:repeat-y; */

}

.righthdr{
width: 100%;
align:right;
padding: 3px;
color: #fff;
background-color: #cc0000;
text-align: left;
font-weight: bold;
font-size: 12px;
}

.sidebar .righthdr {
align:right;
width: 100%;
}

.sidebartestimonialsblock, .sidebarpartnersblock, .sidebartextblock {
padding: 0px 0px 0px 0px;
}

.sidebartextblock ul {
margin-top:8px;
margin-bottom:-10px;
}

.sidebarBox {
width:166px;
margin:0;
margin-top:10px;
padding:0;
background-color:#D5E1E8;
}

.sidebarBox p {
color:#036;
}

.sidebarBoxContent {
margin: 0 5px 0 5px;
padding:0 5px 0 5px;
background-color:#D5E1E8;
color:#036;
}

/* ----------- HOMEPAGE ----------- */



/* NEW HOMEPAGE STYLES - added 11/19 - JK -----*/

#homepagefeatureforflash {
	width: 575px;
	height: 145px;
	border-top: 0px solid #fff;
}

#homepagefeatureforflash h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

#homepagefeature {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature.jpg) no-repeat 260px 0px;
border-top: 1px solid #fff;
}

#homepagefeature h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
}

*html #homepagefeature h1 {
margin-top: 25px;
}

#homepagefeature .headerblurb {
font-size:14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
width:330px;
margin: 15px 0 0 15px;
position:relative;
}

#homepagefeatureforhock {
width: 575px;
height: 93px;
background: #f6f8f7 url(../../images/inside/homepage_feature_hock.jpg) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforhock h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforhock h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforactive {
	width: 575px;
	height: 120px;
	background: #f6f8f7 url(../../images/inside/homepage_feature_active.jpg) no-repeat 0px;
	border-top: 1px solid #fff;
}

#homepagefeatureforactive h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforactive h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforwiley {
width: 575px;
height: 93px;
background: #f6f8f7 url(../../images/inside/homepage_feature_wiley.jpg) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforwiley h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforwiley h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforlambers {
width: 575px;
height: 93px;
background: #f6f8f7 url(../../images/inside/homepage_feature_lambers.jpg) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforlambers h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforlambers h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforcma {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_cma.jpg) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforcma h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforcma h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforcase {
	width: 575px;
	height: 120px;
	background: #f6f8f7 url(../../images/inside/homepage_feature_case.jpg) no-repeat 0px;
	border-top: 1px solid #fff;
}

#homepagefeatureforcase h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforcase h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforcba {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_cba.jpg) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforcba h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforcba h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforabout {
width: 575px;
height: 120px;
background: #f6f8f7 url(../../images/inside/homepage_feature_about.gif) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforabout h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforabout h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforaicpa {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_aicpa.jpg) no-repeat 260px 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforaicpa h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
}

*html #homepagefeatureforaicpa h1 {
margin-top: 25px;
}

#homepagefeatureforaicpa .headerblurb {
font-size:14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
width:330px;
margin: 15px 0 0 15px;
position:relative;
}

#homepagefeatureforinsidetraining {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_insidetraining.jpg) no-repeat 260px 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforinsidetraining h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
}

*html #homepagefeatureforinsidetraining h1 {
margin-top: 25px;
}

#homepagefeatureforinsidetraining .headerblurb {
font-size:14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
width:330px;
margin: 15px 0 0 15px;
position:relative;
}

#homepagefeatureforauthority {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_authority.jpg) no-repeat 260px 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforauthority h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
}

*html #homepagefeatureforauthority h1 {
margin-top: 25px;
}

#homepagefeatureforauthority .headerblurb {
font-size:14px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
width:330px;
margin: 15px 0 0 15px;
position:relative;
}

#homepagefeatureforaicpaoffice {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_aicpaoffice.jpg) no-repeat 0px 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforaicpaoffice h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforaicpaoffice h1 {
margin-top: 25px;
display:none;
}

#homepagefeatureforfinancialenglish {
width: 575px;
height: 169px;
background: #f6f8f7 url(../../images/inside/homepage_feature_financialenglish.jpg) no-repeat 0px;
border-top: 1px solid #fff;
}

#homepagefeatureforfinancialenglish h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#cc0000;
padding: 20px 0 0 15px;
margin-bottom:-12px;
display:none;
}

*html #homepagefeatureforfinancialenglish h1 {
margin-top: 25px;
display:none;
}

#introblock {
	border-top: 1px solid #fff;
	color: #EA000B;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}

#introblock p {
	font-size:16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#cc0000;
	margin: 8px 0 0 15px;
	padding: 0;
	width: 460px;
}

#markets {
width:573px; 
border:1px solid #ccc;
}

*html #markets {
width: 575px;
}


.markethub {
float:left;
width:127px;
margin:5px;
}

*html .markethub {
width: 127px;
margin: 4px;
}

.markethub .heading {
height: 55px;
margin: 15px 0 0 0;
}


.markethub .heading a {
	font-weight: bold;
	color:#666666;
	text-decoration:none;
}
.markethub .heading a:hover {
	color:#000;
	background:#f5e8ff
}

.markethub .subhead {
font-size: 10px; 
color:#cc0000;
}

.markethub .blurb {
font-size: 11px; 
height: 80px;
}

.markethub .learnmore {
text-align:center;
vertical-align: bottom;
height: 30px;
}


.verticaldivider {
width:1px;
float:left; 
padding:20px 3px 0 3px;
}

#memberships {
	width: 570px;
	_height: 56px;
	padding: 0px;
	margin:0px;
	background-image: url(../../images/_images_v5/FP_mag_box_body11.gif);
}

#memberships ul{
	list-style-type: disc;
	list-style-position: inside;
}

#memberships ul li{
	font-size: 13px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#memberships ul li a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	text-decoration:none;
}

*html #memberships {
float:left;
width: 575px;
}

#whyus {
background: url(../../images/inside/homepage_feature_gradient.gif) repeat-x 0 0 ;
border-top: 1px solid #fff;
padding: 5px;
width: 175px;
}
#whyus1 {
	background: url(../../images/inside/homepage_feature_gradient1.gif) no-repeat 0 0;
	border-top: 1px solid #fff;
	padding: 5px;
	width: 175px;
}

#whyus ul {
    margin: 5px 0 3px 8px;
    padding:0 0 3px 8px;
}
#whyus ul  li {
    MARGIN-LEFT: 0;
    padding: 0 0 6px 0;
    LIST-STYLE-IMAGE: url(../../images/inside/bullet_blue.gif);    
}

*html #whyus {
width: 185px;
}

.rightcol_section {
padding: 5px;
width: 175px;
}

*html .rightcol_section {
/* width:185px; */
}

/*#footer {
background-color:#fff;
border-top: 1px solid #ccc;
padding: 5px 0 10px 3px;
margin: 2px 0 0 0;
color: #333;
}

#footer a {
color: #003366;
}*/

.newslettersignup {
font-size: 10px;
color: #666;
}
/* END NEW homepage styles --  */



.homepagewrapper .homepage-contenttop {
/* background-image:url(/images/cms/header_homepage_574x168.jpg); */
/*background-image:url(/images/icons/header_homepage_378x158.jpg);
width:674px;
height:158px;*/
background-color:#ffffff;
/* border-bottom:1px solid #cccccc; */
}

.homepagewrapper h1.pageheader {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
font-weight:bold;
color:#cc0000;
padding-top:15px;
margin-bottom:-12px;
}

.homepagewrapper h1.pageheader sup small {
font-size:12px;
}


.homepagewrapper .homepage-contenttop .pageheader {
margin-top:0px;
top:10px;
margin-left:60px;
font-size:22px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#cc0000;
position:relative;

}
	
.homepagewrapper .homepage-contenttop .headerblurb {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#cc0000;
width:330px;
margin-top:30px;
margin-left:60px;
position:relative;

}

.featurerow {
width:563px;
float: left;
margin-left: auto;
margin-right: auto;
/* margin-bottom:15px; */
padding-right:10px;
}

* html .featurerow { /* for ie */
padding-top:10px;
padding-bottom:10px;
}

.homepagewrapper .leftsidesection {
width:361px;
float:left;
padding: 5px 5px 0 10px;
position:relative;
}

.homepagewrapper .rightsidesection {
width:181px;
float:left;
padding: 5px 5px 5px 10px;
position:relative;
margin-left: 0px;
border-left:1px dashed #666666;
}

.homepagewrapper .leftsidesection li {
margin-bottom:5px;
}

.homepagewrapper .rightsectiontext {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


.homepagewrapper .rightsectiontext ul {
margin-top:0px;
}


.homepagewrapper .rightsectiontext li {
margin-left:-15px;
}

.homepagewrapper h2.rightsidesubheader {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#9EB3BE;
margin-bottom:0px;
}

/*.memberships {
border-top: 1px solid #ccc;
float: left;
width:570px;
}

.memberships strong {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#9EB3BE;
margin-left: 10px;
}*/

/*.memberships p {
padding: 0px 0px 0px 0px;
margin-left: 15px;
}*/

.memberships .divider {
margin-left: 5px;
margin-right: 10px;
}



/* ------ SITE MAP -----*/

#sitemapwrapper {
	text-align:left;
	line-height:20px;
}

#sitemapwrapper h1.pageheader {
/*
position:absolute;
text-decoration:none;
top:0px;
left:75px;
margin-left: 0px;
margin-top: 0px;
width:193px;
line-height:20px;
text-align:left;
*/
margin-top: 15px;
font-weight:bold;
font-size:16px;
color:#cc0000;
}




/* ----------- PRODUCT LANDING PAGE ----------- */


#introsection, .introsection, .openingsection {
width:580px;
line-height:1.4em;
}

.productlisting {
width:550px;
padding-bottom:35px; /* value is replaced in css_ie.css */
clear:both;
border-top: 1px solid #cccccc;
}

.productlisting ul {
margin-top:15px;
}


.productlisting li {
width:460px;
vertical-align:top; /*for IE:*/
}



h2.producttitle {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
margin-bottom:0px;
}

.producttagline {
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#cc0000;
}

.producttagline i, .producttagline em {
font-style:normal;
}

.productdetails {
font-family:Arial, Helvetica, sans-serif;
width:440px;
}

.productpricingleft {
width:200px;
}

.productpricingright {
width:350px;
}

.productpricingleft, .productpricingright {
float: left;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

.productpricingleft .detailsleft {
float:left;
margin-top:4px;
margin-left:auto;
margin-right:auto;
}

.productpricingright .detailsright {
float:left;
margin-top:4px;
margin-left:auto;
margin-right:auto;
}


.detailsleft, .detailsright {
padding-right:4px;
}


/* ----------- LANDING LEFT ICON PAGE ----------- */


.landinglefticons {
font-family:Arial, Helvetica, sans-serif;
}

.landinglefticons .itemblock {
margin-bottom: 15px;
}

.landinglefticons .itemblock .itemimage {
position:absolute;
}

.landinglefticons .itemblock .subheading {
position:relative;
top:0px;
left:60px;
width:440px;
}

.landinglefticons .itemblock .itemdetails {
position:relative;
top:0px;
left:60px;
width:440px;
}



/* ----------- SERVICES LANDING PAGE ----------- */

.landingpagecontent {
font-family:Arial, Helvetica, sans-serif;
width:550px;

}

.landingpagecontent #opening_section {
margin-top:15px;
font-size:12px;
padding-bottom: 15px;
}

.landingpagecontent #closing_section {
font-size:12px;
}

.landingpagecontent .featurerow {
width:550px;
float: left;
margin-left: auto;
margin-right: auto;
/* margin-bottom:-65px; */

}

.landingpagecontent .leftfeature, .landingpagecontent .rightfeature {
width:268px; 
float:left;

/* position:relative; */
}

.aaafeature {
width:170px; 
float:left;
/* position:relative; */
}

.teacherfeature {
	width:575px;
}

.landingpagecontent .rightfeature {
left:15px;
margin-left: 0px;

}

.landingpagecontent h2.subheaderleft, .landingpagecontent h2.subheaderright {
position:relative;
text-decoration:none;
/* top:-60px; */
/* left:75px; */
margin-left: 0px;
margin-top: 0px;
color:#cc0000;
border-bottom:1px solid #000000;
width:193px;
font-weight:bold;
font-size:16px;
line-height:20px;
text-align:left;
}


.landingpagecontent .blurbtextleft, .landingpagecontent .blurbtextright {
/* position:relative; */
color:#000;
font-size:12px;
/* top:-70px; */
/* left:75px; */
width:193px;
}

.teacherfeature h2.subheaderleft {
position:relative;
text-decoration:none;
/* top:-60px; */
/* left:75px; */
margin-left: 0px;
margin-top: 0px;
color:#cc0000;
border-bottom:1px solid #000000;
width:470px;
font-weight:bold;
font-size:16px;
line-height:20px;
text-align:left;
}


.teacherfeature .blurbtextleft {
/* position:relative; */
color:#000;
font-size:12px;
/* top:-70px; */
/* left:75px; */
width:470px;
}

.aaafeature h2.subheaderleft {
position:relative;
text-decoration:none;
/* top:-60px; */
/* left:75px; */
margin-left: 0px;
margin-top: 0px;
color:#cc0000;
border-bottom:1px solid #000000;
width:85px;
font-weight:bold;
font-size:16px;
line-height:20px;
text-align:left;
}


.aaafeature .blurbtextleft {
/* position:relative; */
color:#000;
font-size:12px;
/* top:-70px; */
/* left:75px; */
width:85px;
}

.landingpagecontent .featurelinkleftpricing, .landingpagecontent .featurelinkrightpricing {
position:relative;
color:#cc0000;
font-size:12px;
font-weight:bold;
/* top:-70px; */
text-align:right;
padding-bottom:15px;
}


.landingpagecontent .featurelinkrightpricing img, .landingpagecontent .featurelinkleftpricing img{
position:relative;
top:3px;
}


/* ----------- READ MORE BOX ----------- */

.readmorebox {
margin-top:30px;
border: 1px solid #9EB3BE;
padding: 1px;
width: 98%;
}
* html .readmorebox {
    width: 98%; /* for IE5 and IE6 in quirks mode */
    w\idth: 98%; /* for IE6 in standards mode */
}

.readmorebox a {
padding-right: 10px;
}

.readmorebox p {
margin: 4px 4px 4px 10px;
padding: 0px;
}

.readmorehdr {
background-color: #9EB3BE;
color: #FFF;
margin: 0px;
font-weight: bold;
padding: 4px 4px 4px 10px;
}




/* ----------- SIDEBAR ----------- */

.sidebar {
	width:185px;
	background-color:#ffffff;
	padding-top:1px;
	padding-bottom:15px;
	margin-top:0px;
	}
.sidebarreversecolor {
	width:185px;
	height:156px;
	background-color:#cc0000;
	padding-top:1px;
	padding-bottom:0px;
	margin-top:0px;
	}
.sidebarheader {
	background-color:#ebc85d;
	color:#993300;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:5px 5px 5px 5px;
	}
.sidebarheaderreversecolor {
	background-color:#cc0000;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:5px 5px 5px 5px;
	}

.sidebarheaderreversecolor ul {
margin:0;
margin-left:15px;
padding:0;
color:#FFF;
}
	
.sidebarheaderreversecolor ul li {
margin:0;
padding:2px 0 2px 0;
color:#FFF;
}

.sidebarheaderreversecolor a:link, .sidebarheaderreversecolor a:visited {
color:#FFF;
}

.sidebarblock {
	background-color:#ffffff;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 5px 5px 5px;
	margin-top:-10px;
	margin-bottom:-5px;
	}
.sidebarblockreversecolor {
	background-color:#9EB3BE;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 5px 5px 5px;
	margin-top:-10px;
	margin-bottom:-5px;
	}
.sidebarblock A:link, .sidebarblockreversecolor A:link {
	color:#003366;
	}
	
.sidebartextblock li {
margin-left: -15px;
}

	
	
/* ----------- FOOTER ----------- */

#footer {
float: left;
width: 760px;
background-color: #748ca4;
color: #FFFFFF;
height: 16px;
padding-top: 5px; 
padding-bottom: 5px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: center;
font-size: 11px;

position:relative;
margin-left: auto;
margin-right: auto;

}

#footer a{
color: #FFFFFF;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
font-size:11px;
}

#footer a:hover{
text-decoration: underline;
}
#footer p {
text-align: center;
color: #333;
font-size: 11px;
margin: 10px 0 15px 0;
padding: 0 0 15px 0;
}


#footer_newhomepage {
float: left;
width: 760px;
color: #FFFFFF;
height: 16px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align: left;
font-size: 11px;
background-color:#fff;
border-top: 1px solid #ccc;
padding: 5px 0 10px 3px;
color: #333;
position:relative;
margin-left: auto;
margin-right: auto;
}

#footer_newhomepage a{
color: #003366;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
font-size:11px;
}

#footer_newhomepage a:hover{
text-decoration: underline;
}

#footer_newhomepage p {
text-align: center;
color: #333;
font-size: 11px;
margin: 10px 0 15px 0;
padding: 0 0 15px 0;
}



/* ------------- BUILDER LANDING PAGE ---------------*/


#builderlandingcontainer{
margin:1px 2px 0 0;
border: 1px solid #8ea8c2; 
background:url(/images/builderlanding-bg.gif) repeat-x;
width: 570px;
}

*html #builderlandingcontainer{
width: 572px;
}

#builderlandinginnercontainer{
width:560px; 
float:left;
background: url(/images/builder_professional.jpg) no-repeat 338px 0px;
margin-left: 10px;
}

*html #builderlandinginnercontainer{
width:100%;
float:none;
}

.builderlandingheader{
font: bold 18px Arial, Helvetica, sans-serif;
color:#cc0000;
padding:0px;
margin: 15px 0 0 0;
}

.builderlandingsubhead{
font: bold 16px Arial, Helvetica, sans-serif;
color:#cc0000;
padding:0;
margin:0;
}

*html .builderlandingsubhead{
font-weight:normal;
}

#buynowblock{
margin-left: 100px; 
padding: 15px 0 10px 0;
width:170px;
}

#buynowblock p {
padding-left: 12px;
}

#oldprice{
color:#cc0000;
font: bold 14px Arial, Helvetica, sans-serif;
}

#price{
color:#cc0000;
font: bold 14px Arial, Helvetica, sans-serif;
}

#FP_mag_box_top 		{
	background-image:url(../../images/_images_v5/FP_mag_box_top11.gif);
	height:8px;
	width:545px;
}

div#FP_mag_box_body 	{
	background-image:url(../../images/_images_v5/FP_mag_box_body.gif);
	width:460px;
	font-family:arial;
	font-size: 14px;
	font-weight:normal;
	border: dashed 0px red;
	padding:5px;
	}	
	
div#FP_mag_box_bottom 	{
	background-image:url(../../images/_images_v5/FP_mag_box_bottom11.gif);
	height:8px;
	width:545px;
	border: dashed 0px yellow;
	font-size:1px;
	}

div.FP_button_box {
		border: dashed 0px blue ;
		padding-left:10px;
		padding-top:10px;
		height:30px;		
		float:left;
	}

/* START:  BLOG FP BUTTON */
div#FP_button_box_blog_Lcap {
	background-image:url(../../images/_images_v5/FP_button_issues_Lcap.gif);
	width:13px;
	float:left;
	height:20px;
	}
div#FP_button_box_blog_button{
	background-image:url(../../images/_images_v5/FP_button_issues_BG.gif);
	height:20px;
	float:left;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	width:161px;
	line-height: 18px;
	color: #fff;
	}
div#FP_button_box_blog_Rcap{
	background-image:url(../../images/_images_v5/FP_button_issues_Rcap.gif);
	width:14px;
	float:left;
	height:20px;
	}
/* END:  BLOG FP BUTTON */


/* ----------- NAVIGATION TABS ----------- */

/*    #tabHdr {
      float:left;
      width:100%;
      line-height:normal;
      /* border-bottom:5px solid #F60;
      }
    #tabHdr ul {
      margin:0;
      padding:10px 10px 10px 0;
      list-style:none;
      }
    #tabHdr li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabHdr a {
      float:left;
      background:url("/images/cms/tableftbothre.gif") no-repeat left top;
      margin:0;
      padding:0 3px 0 4px;
	  text-decoration:none;
      }
    #tabHdr a span {
      float:left;
      display:block;
      background:url("/images/cms/tabrightbothre.gif") no-repeat right top;
      padding:4px 8px 2px 4px;      
      /* font-size:0.85em; 
      font-size:95%;
      font-weight:bold;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \
    #tabHdr a span {float:none;}
    /* End IE5-Mac hack 
    #tabHdr a:hover span {
      color:#FFF;
      }
    #tabHdr #current a {
      background-position:0 -21px;
      border-width:0;
      }
    #tabHdr #current a span {
      background-position:100% -21px;    
      color:#FFF;
      }
    #tabHdr a:hover {
      background-position:0% -21px;
      }
    #tabHdr a:hover span {
      background-position:100% -21px;
      }  


#subNav, #hmNav, #rsNav, #cvNav, #byNav, #wwNav, #rcNav {
clear:both;
height:21px;
background-color:#5B739C;
color:#FFF;
text-align:left;
padding-left:8px;
font-size:95%;
line-height:21px;
}

#subNav a:link, #subNav a:visited, #hmNav a:link, #hmNav a:visited, #rsNav a:link, #rsNav a:visited, #cvNav a:link, #cvNav a:visited, #byNav a:link, #byNav a:visited, #wwNav a:link, #wwNav a:visited, #rcNav a:link, #rcNav a:visited
{
font-size:95%;
color:#FFF;
text-decoration:none;
}

#subNav a:hover, #hmNav a:hover, #rsNav a:hover, #cvNav a:hover, #byNav a:hover, #wwNav a:hover, #rcNav a:hover
{
text-decoration:underline;
}




.dropdown {
display:block;
border:1px solid red;
}

.ddMenu {
display:none;
}

.ddMenu:hover {
display:block;
}*/
/* START: content issues*/
#FP_ROOT_issues_box {
	border: dashed 0px #ff00ff;
	float:left;
	}
.FP_content_header_issues {
	border-bottom: solid #dddddd 1px;
	font-size:16px;
	font-weight:bold;
	color:#502670;
	padding-top:10px;
	margin-bottom:10px;
	}
#FP_square_issues {
	background:#502670;
	width:10px;
	height:10px;	
	font-size:1px;
	float:left;
	margin-top:4px;
	margin-right:4px;
}
#FP_content_box_issues {
	padding-left:10px;
	border: dashed 0px red;
	float:left;
	}
.FP_issue 		{font-family:arial; font-size: 12px; color: #333333;}		
a.FP_issue_link 		{
	font-size: 12px; 
	color: #333333; 
	text-decoration: none; 
	border-bottom: dotted 1px #cccccc;
	}	
a.FP_issue_link:hover 	{color: #ffffff; background:#cc9933; border-bottom: solid 1px #000000;}
a.FP_issue_link:active 	{color: #666666}

div.list_block {
	background:#000000;
	width:7px;
	height:7px;	
	font-size:1px;
	float:left;
	margin-top:5px;
	margin-right:2px;	
	}	
div.mag_cover_block {
	background:#1761A2;
	width:8px;
	height:8px;	
	font-size:1px;
	float:left;
	margin-top:4px;
	margin-right:0px;	
	}	
		
.list_block {margin_right:30px;}	
/* END: content issues*/	


.newslist{
	width:580px;
	border:1px solid #DDD;
	margin-top:10px;
	padding-bottom:10px;
	background:url(../img/place_bg.jpg) 1px 1px repeat-x;
}
.newslist dl{
	width:580px;
	margin:10px auto 0px;
	display:block;
	border-bottom:1px dotted #DDD;
}
.newslist dl dt{
	width:580px;
}	

.newslist dl dd{
	width:530px;
	margin:0px auto 0px;
}
.newslist dl dd.preview{
	line-height:19px;
	color:#000;
}
.newslist dl dd.info{
	line-height:19px;
	color:#999;
}
.newslist dl dd.info span{
	color:#000;
	margin-right:20px;
}

.pages{

	height:25px;
	margin:12px auto 0px 10px;
	background:#ffffff;
}
.pages .pcount{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	float:left;
	border-right:2px solid #CCC;
	line-height:13px;
	margin:6px 20px 0px 2px;
	font-weight:bold;
	color:#3366CC;
	font-size:11px;
}
.pages .plist{
	float:left;
	padding-top:3px;
	line-height:17px;
}
.pages .plist input {
	float:left;
	width: 30px;
	border: 1px solid #DDDDDD;
	height: 17px;
}
.pages .plist #button {
	height: 18px;
	width: 30px;
	background-color: #FF6600;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	
}
.pages .plist span { 
float:right
}

.pages .plist strong{
	color:#FFF;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
	background:#F60;
	border:1px solid #C33;
	margin: 0px 3px 0px 0px;
}
.pages .plist a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000;
}
.pages .plist a:hover{
	color:#FF0000;
}

.blue,.blue:link,.blue:hover,.blue:visited{color:#1ea1ad; background:none;}
.blue:hover{text-decoration:underline;}
