/*
 * Webtown Media CSS v02.x, 2008-10-03
 */


/*
 * Global HTML Tag Definitions
 */

body {
  min-width: 912px;
  margin: 0;
	padding: 0;

	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;

	background-color: #fff;
}

.end {
  display: block;
  visibility: hidden;
  clear: both;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}

img, a img {
  border: 0;
}


a, a:link, a:visited {
  color: #c00;
}
a:hover, a:link:hover, a:visited:hover {
  color: #f00;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 20px 0 10px;
  
  color: #c00;
  font-weight: bolder;
  letter-spacing: -0.01em;
}
h1 {
  padding: 0 0 10px 10px;
  font-size: 30px;
  line-height: 30px;
}
h2 {
  font-size: 20px;
  line-height: 20px;
}
h3 {
  font-size: 19.5px;
  line-height: 20px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
p {
  margin: 0;
  padding: 10px 0;
}

blockquote {
  margin: 0;
  padding: 10px 20px 0;
  font-size: 13px;
  line-height: 20px;
  color: #366;
}
cite {
  margin: 0;
  padding: 0px 20px 10px 62.6147%;
  font-size: 11px;
  line-height: 20px;
  color: #333;
  font-style: normal;
}



/*
 * Form Layout
 */

form {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}

ul.formlayout, ol.formlayout {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}
.formlayout li {
  clear: both;
  margin: 0;
  padding: 5px 0 0;
  min-height: 20px;
}
.formlayout label {
  display: block;
  float: left;
  text-align: right;
  vertical-align: middle;
  width: 110px;
  margin: 0;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #666;
  clear: left;
  
  font-size: 11px;
}
.formlayout label.inline {
  display: inline;
  float: none;
  clear: none;
  text-align: right;
  vertical-align: middle;
  width: auto;
  padding: 0 0 0 5px;
}
.formlayout .formhelper, .formlayout .note {
  font-weight: normal;
  font-size: 11px;
  color: #999;
  vertical-align: middle;
}
.formlayout input {
  vertical-align: middle;
}

.formerrors{
  padding: 5px;
  margin: 5px 0;
  border: 3px solid #fff;
  background: #f9dd8f;
}
.formerrors h3 {
  padding: 0;
}
.formerrors ul {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Special Classes
 */

a.backarrow {
  display: block;
  height: 18px;
  width: 182px;
  margin: 0 0 0 15px;
  padding: 5px 8px 2px 0;
  
  color: #900;
  font-size: 11px;
  line-height: 11px;
  text-align: right;
  text-decoration: none;
  
  background: transparent url(/img/back_link_arrow.png) no-repeat top right;
}
a.backarrow:hover {
  color: #f00;
}


a.button_120w, a.button_120w:link, a.button_120w:visited, a .button_120w, a:link .button_120w, a:visited .button_120w {
  display: block;
  position: relative;
  margin: -5px -5px;
  width: 100px;
  padding: 5px 10px 0;
  height: 31px;
  
  color: #eee;
  text-decoration: none;
  font-weight: bolder;
  text-align: center;
  font-size: 11px;
  border: none;
  
  background: transparent url(/img/button_120w.png) no-repeat 0 0;
}
input[type="submit"].button_120w {
  width: 120px;
  padding: 0px 10px 0;
  height: 31px;
  
  color: #eee;
  text-decoration: none;
  font-weight: bolder;
  text-align: center;
  font-size: 11px;
  border: none;
  
  background: transparent url(/img/button_120w.png) no-repeat 0 0;
}
* html a.button_120w, * html a.button_120w:link, * html a.button_120w:visited, * html a .button_120w, * html a:link .button_120w, * html a:visited .button_120w {
  background-image: none;
  height: 31px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button_120w.png',sizingMethod='crop');
}
a.button_120w:hover, a.button_120w:link:hover, a.button_120w:visited:hover, a:hover .button_120w, a:link:hover .button_120w, a:visited:hover .button_120w {
  color: #fff;
  background-position: 0 -36px;
  cursor: pointer;
}
input[type="submit"].button_120w:hover {
  color: #fff;
  background-position: 0 -36px;
  cursor: pointer;
}


.column {
  float: left;
}
.column.twofourths {
  width: 49.999%;
  margin: 0;
  padding: 0;
}
.column.twofourths {
  width: 49.999%;
  margin: 0;
  padding: 0;
}

.bigphone {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.03em;
}


/*
 * Page Layouts
 */

		#header {
			height: 155px;
			padding: 0;
			background: transparent url(/img/header_bak_content.jpg) no-repeat top center;
		}
		body.home #header {
			height: 404px;
			background: transparent url(/img/header_bak.jpg) no-repeat bottom center;
		}
		#header_bak {
			height: 155px;
      border-bottom: 8px solid #eee;
			background: #222 url(/img/header_bak_hor.gif) repeat-x top center;
		}
		body.home #header_bak {
			height: 404px;
			background-position: bottom center;
		}
      #account_nav {
        margin: 0 auto;
        width: 960px;
        height: 35px;
      }
      #account_nav ul {
				display: block;
				height: 23px;
				margin: 0;
				padding: 12px 0 0;
				list-style-type: none;
			}
				#account_nav li {
					display: block;
					float: right;
					margin: 0;
					padding: 0 12px;
					border-right: 1px solid #777;
					list-style-type: none;
          font-size: 12px;
				}
				#account_nav li:first-child {
					border-right: none;
				}
				#account_nav a, #account_nav a:visited {
					display: block;
					margin: 0;
					padding: 0 0 2px 0;
					line-height: 10px;
					color: #aaa;
					text-decoration: underline;
				}
				#account_nav a:hover, #account_nav a:visited:hover {
					color: #fff;
				}
      
  		#header_content {
  			height: 92px;
        width: 912px;
        margin: 0 auto;
  			padding: 0;
  		}
  		body.home #header_content {
  			height: 341px;
  		}
    		#header_content h1 {
          float: left;
          width: 459px;
    		  margin: 0;
          padding: 22px 0 0 17px;
          line-height: 0;
    		}
    		body.home #header_content h1 {
          float: none;
          padding-top: 32px;
    		}
    		#header_content h2 {
    		  width: 400px;
          margin: 0;
    			padding: 10px 20px 0;
          
          color: #900;
          font-size: 18px;
          line-height: 20px;
    		}
    		#header_content p {
    		  width: 416px;
          float: left;
    			padding: 22px 0 0;
          text-align: center;
    		}
    		body.home #header_content p {
    		  width: 400px;
          float: none;
    			padding: 0 0 10px 20px;
          text-align: left;
    		}
    		#header_content a:link, #header_content a:visited {
    		  color: #b79f80;
    		}
    		#header_content a:link:hover, #header_content a:visited:hover {
    		  color: #f00;
    		}
    		#header_content strong, #header_content a:link strong, #header_content a:visited strong {
    		  color: #000;
          font-weight: bolder;
          white-space: nowrap;
    		}
    		#header_content a:link:hover strong, #header_content a:visited:hover strong {
    		  color: #900;
    		}
        
		#header #nav {
			height: 28px;
      width: 912px;
      margin: 0 auto;
			padding: 0;
      letter-spacing: -0.02em;
	  }
			#header #nav ul {
				display: block;
				clear: both;
				height: 28px;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
				#header #nav li {
					display: block;
          min-width: 30px;
					float: left;
					margin: 0;
					padding: 0;
					list-style-type: none;
				}
				#header #nav a, #header #nav a:link, #header #nav a:visited {
					display: block;
					margin: 0;
					padding: 7px 16px 0;
					height: 21px;
					
					color: #fff;
					font-size: 14px;
					line-height: 16px;
					text-decoration: none;
					white-space: nowrap;

					background: #ddc492 url(/img/tab_bak.png) repeat-x 0 -28px;
				}
				#header #nav .active a:hover, #header #nav .active a:visited, #header #nav a:hover, #header #nav a:visited:hover {
					color: #600;
					background: #f9ebc4 url(/img/tab_bak.png) repeat-x 0 0;
				}
				#header #nav a.tab_left, #header #nav a.tab_right {
					padding: 0;
					height: 28px;
				}
				#header #nav a.tab_left .edge, #header #nav a.tab_right .edge {
					display: block;
					margin: 0;
					padding: 7px 16px 0;
					height: 21px;
					
					background: transparent url(/img/tab_edge_left.png) no-repeat 0 -28px;
				}
				#header #nav a.tab_right span.edge {
					background: transparent url(/img/tab_edge_right.png) no-repeat right -28px;
				}
				#header #nav .active a.tab_left span.edge, #header #nav a.tab_left:hover span.edge,
				#header #nav .active a.tab_left:link span.edge, #header #nav a.tab_left:link:hover span.edge,
				#header #nav .active a.tab_left:visited span.edge, #header #nav a.tab_left:visited:hover span.edge {
					color: #600;
					background: transparent url(/img/tab_edge_left.png) no-repeat 0 0;
				}
				#header #nav .active a.tab_right span.edge, #header #nav a.tab_right:hover span.edge,
				#header #nav .active a.tab_right:link span.edge, #header #nav a.tab_right:link:hover span.edge,
				#header #nav .active a.tab_right:visited span.edge, #header #nav a.tab_right:visited:hover span.edge {
					color: #600;
					background: transparent url(/img/tab_edge_right.png) no-repeat right 0;
				}
				* html #header #nav a, * html #header #nav a:link, * html #header #nav a:visited {
					width: 100px;
				}
				* html #header #nav .active a:hover, * html #header #nav .active a:visited, * html #header #nav a:hover, * html #header #nav a:visited:hover {
					color: #600;
					background: #f9ebc4 url(/img/tab_bak.png) repeat-x 0 0;
				}
				* html #header #nav a.tab_left, * html #header #nav a.tab_left:link, * html #header #nav a.tab_left:visited, * html #header #nav a.tab_right, * html #header #nav a.tab_right:visited {
					padding: 0;
					height: 28px;
				}
				* html #header #nav a.tab_left .edge, * html #header #nav a.tab_left:link .edge, * html #header #nav a.tab_right .edge {
					display: block;
					margin: 0;
					padding: 9px 16px 0;
					height: 19px;
					
					background: transparent url(/img/tab_edge_left.png) no-repeat 0 -28px;
				}
				* html #header #nav a.tab_right .edge {
					background: transparent url(/img/tab_edge_right.png) no-repeat right -28px;
				}
				* html #header #nav .active a.tab_left .edge, * html #header #nav a.tab_left:hover .edge {
					color: #900;
					background: transparent url(/img/tab_edge_left.png) no-repeat 0 0;
				}
				* html #header #nav .active a.tab_right .edge, * html #header #nav a.tab_right:hover .edge {
					color: #900;
					background: transparent url(/img/tab_edge_right.png) no-repeat right 0;
				}
        
  
  #content_bak {
    background: transparent url(/img/content_bak.png) top center no-repeat;
  }
  #content {
    width: 872px;
    margin: 0 auto;
    padding: 20px 20px 60px;
  }


  #targetwords_nav {
    display: block;
    width: 912px;
    height: 141px;
    padding: 0 0 20px;
    margin: 0 -40px 0 0;
    overflow: hidden;
    list-style-type: none;
  }
    #targetwords_nav li {
      display: block;
      float: left;
      width: 188px;
      height: 141px;
      padding: 0;
      margin: 0 40px 0 0;
    }
      #targetwords_nav a:link, #targetwords_nav a:visited {
        display: block;
        width: 188px;
        height: 141px;
        color: #333;
        text-decoration: none;
      }
      #targetwords_nav a:link .title, #targetwords_nav a:visited .title {
        display: block;
        height: 30px;
        
        color: #c00;
        font-size: 20px;
        font-weight: normal;
      }
      #targetwords_nav a:link:hover .title, #targetwords_nav a:visited:hover .title {
        color: #f00;
        cursor: pointer;
      }
      #targetwords_nav a:link .description, #targetwords_nav a:visited .description {
        display: block;
        height: 90px;
        
        color: #333;
        font-style: normal;
      }
      #targetwords_nav a:link:hover .description, #targetwords_nav a:visited:hover .description {
        color: #999;
        cursor: pointer;
      }
      #targetwords_nav a:link .link, #targetwords_nav a:visited .link {
        display: block;
        height: 20px;
        
        color: #c00;
        font-weight: normal;
        font-size: 11px;
        text-decoration: underline;
      }
      #targetwords_nav a:link:hover .link, #targetwords_nav a:visited:hover .link {
        color: #f00;
        cursor: pointer;
      }


		#footer {
			color: #000;
			clear: both;
			margin: 0;
			padding: 20px 0 50px 0;
			background: #333;
			border-top: 3px solid #555
		}
		#footer .container {
			width: 872px;
			margin: 0 auto;
			padding: 1px 0;
		}
		#footer .footerlinks {
			display: block;
			float: left;
			width: 664px;
			padding: 9px 0 0;
		}
		#footer .footerlinks a {
			color: #808080;
		}
		#footer .footerlinks a:hover {
			color: #ccc;
		}
		#footer .copyright {
			display: block;
			float: left;
			width: 208px;
			font-size: 11px;
		}
			#footer .copyright a {
				color: #c33;
			}
			#footer .copyright a:hover {
				color: #f66;
			}




.glamcontent {
}
  .glamcontent.purposedriven {
    background: transparent url(../img/portfolio_glam_bak.jpg) no-repeat right top;
  }
  .glamcontent.howitworks {
    min-height: 320px;
    background: transparent url(../img/glam_bak_howitworks.jpg) no-repeat bottom right;
  }
  * html .glamcontent.howitworks {
    height: 305px;
  }
  .glamcontent.training {
    background: transparent url(../img/glam_bak_training.jpg) no-repeat right top;
  }
.glamcontent h2 {
  width: 340px;
  margin: 0;
  padding: 0 0 10px 10px;
  
  color: #c00;
  font-weight: bolder;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 30px;
}
.glamcontent h3 {
  margin: 0;
  padding: 0 0 10px 10px;
  
  color: #555;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 24px;
}
  .glamcontent h3 strong {
    color: #333;
  }
  .glamcontent.howitworks h3 {
    width: 95%;
  }
.glamcontent p {
  width: 400px;
  margin: 0;
  padding: 10px 0 10px 10px;
}
  .glamcontent.howitworks p {
    width: 380px;
  }


.stepcontent {
  width: 698px;
  padding: 0;
  margin: 0 auto;
  padding: 0 0 20px 70px;
  clear: both;
}
.stepcontent p.column {
  width: 160px;
  margin: 0;
  padding: 0 0 13px 10px;
  float: left;
}


/*
 * Special Use Objects
 */

    .box_922w {
      clear: both;
      position: relative;
      width: 922px;
      margin: 10px -25px;
      padding: 0;
      background: #fff;
    }
      .box_bak {
        position: relative;
        background: transparent url(/img/graybox_vert.png) repeat-y center center;
      }
      .box_bottom {
        position: relative;
        background: transparent url(/img/graybox_bottom.png) no-repeat bottom center;
      }
      .box_top {
        position: relative;
        background: transparent url(/img/graybox_top.png) no-repeat top center;
      }
      .box_922w .box_content {
        position: relative;
        color: #366;
        width: 872px;
        padding: 25px;
      }
      .box_content h2 {
        padding: 0;
        margin: 0;
        
        color: #333;
      }
      
    .box_922w.yellowbox {
      background: #fcf3d7;
    }
      .box_922w.yellowbox .box_bak {
        background-image: url(/img/yellowbox_vert.png);
      }
      .box_922w.yellowbox .box_bottom {
        background-image: url(/img/yellowbox_bottom.png);
      }
      .box_922w.yellowbox .box_top {
        background-image: url(/img/yellowbox_top.png);
      }



h3.divbar {
  display: block;
  position: relative;
  clear: both;
  margin: 20px 0 10px;
  padding: 6px 0 6px 10px;
  
  color: #633;
  font-weight: bolder;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  
  background: #f7e5bd;
  border: 1px solid #e0c99b;
}
h3.divbar.step {
  width: 888px;
  height: 69px;
  margin: -37px 0 0 -32px;
  padding: 45px 0 0 16px;
  
  color: #633;
  line-height: 22px;
  
  background: transparent url(../img/divbar_stepbak.png) no-repeat 0 0;
  border: none;
}
  h3.divbar.step strong {
    display: block;
    padding: 0 16px 0 0;
    float: left;
    width: 82px;
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: -0.02em;
    text-align: center;
  }
  
  
img.hanging {
  position: relative;
  margin: 0;
  vertical-align: text-bottom;
}
img.hanging.left {
  margin-left: -10px;
}



table.wtmprices {
  border-collapse: collapse;
  
}
table.wtmprices th, table.wtmprices td {
  padding: 2% 1%;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.06em;
  font-weight: bolder;
  border: 1px solid #fff;
}

table.wtmprices thead tr {
  background: #fd404e url(../img/table_redbak.png) repeat-x top;
}
  table.wtmprices thead th {
    color: #fff;
    text-align: right;
    font-size: 28px;
    padding: 1%;
  }
  table.wtmprices thead td {
    background: #fff;
  }
table.wtmprices tbody tr {
  background: #efefef url(../img/table_graybak.png) repeat-x 0 0;
}

table.wtmprices label {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0em;
}
table.wtmprices thead th label {
  color: #fff;
}


.price {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.55em;
  line-height: 0.8em;
  letter-spacing: -0.05em;
}
  .price strong {
    position: relative;
    font-weight: normal;
    font-size: 2em;
    top: .3em;
    letter-spacing: -0.07em;
    margin: 0 -0.005em;
  }
  .price em {
    font-style: normal;
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    display: block;
    float: right;
  }

  table.wtmprices thead th .price {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.45em;
    line-height: 0.9em;
    letter-spacing: -0.05em;
  }
    table.wtmprices thead th .price strong {
      position: relative;
      font-size: 2em;
      top: .3em;
      letter-spacing: -0.07em;
      margin: 0 -0.01em;
    }
    table.wtmprices thead th .price em {
      font-style: normal;
      font-size: 0.7em;
      line-height: 1.5em;
      letter-spacing: 0.01em;
      display: block;
      float: right;
    }



.hr {
	background: transparent url('../img/hr.png') no-repeat bottom center;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
.hr hr {
	display: none;
}



.thumbnav {
  width: 798px;
  list-style-type: none;
  margin: 0 auto;
  padding: 10px 0 0;
}
.thumbnav li {
  display: block;
  float: left;
  width: 256px;
  height: 165px;
  margin: 0;
  padding: 0 0 10px 10px;
}
.thumbnav li a {
  display: block;
  width: 244px;
  height: 163px;
  margin: 0;
  padding: 0 0 0 10px;
  
  color: #900;
  text-decoration: none;
  
  border: 1px solid #fff;
}

.thumbnav li a:hover {
  color: #f00;
  text-decoration: none;
  
  border: 1px solid #ccc;
}
  .thumbnav li a img {
    margin: 0 0 0 -10px;
    border: none;
    display: block;
    clear: both;
  }







/*
 * Training and Hired Special Sections
 */

#getreader {
  float: right;
  width: 120px;
  margin: 10px;
  padding: 8px 12px;
  border: 1px solid #eee;
  
  color: #666;
  font-size: 11px;
  text-align: right;
}


.stronglinks a,
.stronglinks a:link
{
  color: #333;
  text-decoration: none;
}
.stronglinks a strong,
.stronglinks a:link strong
{
  color: #cc100b;
  text-decoration: underline;
}
.stronglinks a:visited
{
  color: #aaa;
}
.stronglinks a:visited strong
{
  color: #caa;
}
.stronglinks a:hover
{
  color: #000;
  background: #fcf6e6;
}
.stronglinks a:visited:hover
{
  color: #666;
  background: transparent;
}
.stronglinks a:hover strong
{
  color: #f00;
}
.stronglinks a:visited:hover strong
{
  color: #faa;
}


.paginated {
  width: 750px;
  margin: 0 auto 0;
  padding: 35px 0 0 0;
}
.paginated h1 {
  line-height: 20px;
  padding: 0 0 20px 20px;
  color: #c00;
}
.paginated .page {
  display: block;
  clear: both;
  background: #FFFFFF;
  border: 1px solid #bbb;
  color: #333;
  margin: 15px auto 25px;
  min-height: 950px;
  padding: 40px 50px;
  width: 648px;
}
.paginatedNav {
  float: right;
  width: 50%;
}
.paginatedNav ul, .paginatedNav ol {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.paginatedNav li, .paginatedNav label {
  display: block;
  float: left;
  margin: 0 2px;
  padding: 0;
  list-style-type: none;
}
.paginatedNav label {
  padding: 4px 0 0;
  
  color: #666;
  font-size: 13px;
  line-height: 20px;
  font-weight: bolder;
}
.paginatedNav li a {
  display: block;
  width: 17px;
  height: 18px;
  margin: 0;
  padding: 4px 0 0;

  color: #900;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  
  background: #FFFFFF;
  border: 1px solid #ccc;
}
.paginatedNav li a:hover {
  color: #f00;
  background: #FFFFFF;
  border: 1px solid #666;
}
.paginatedNav li.current a {
  color: #900;
  font-weight: bolder;
  background: #FFFFFF;
  border: 1px solid #666;
}


.paginated .page h1, .paginated .page h2, .paginated .page h3 {
  display: block;
  clear: both;
  color: #333;
  margin: 0px;
  padding: 20px 0 10px;
}