/* main.css */

body {
	background: #FFF;
	font-family: 'Verdana','Tahoma','Arial',sans-serif;;
	font-size: 11px;
	color: #999;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #F98502;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #F98502;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
.reg {
	font-size: 0.8em;
	position:relative;
	top:-0.4em;
}
a {
	text-decoration: none;
	color: #666;
}
h3 a {
	color: #F98502;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
em {
	font-style: normal;
	font-weight: bold;
}
em.wow {
	color: #F98502;
}
a img {
	border: none;
}
sup {
  font-size: 0.3em;
}
a.learnMore {
	color: #666;
  font-weight: bold;
  margin-left: 0.5em;
}
  h2 a.learnMore {
    font-size: 0.7em;
    margin-left: 0.75em;
  }

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
}
	#masthead .logo {
		float: left;
	}
	  .logo img {
	    float: left;
	  }
	  .logo p {
	    float: left;
	    margin-top: 27px;
	    margin-left: 10px;
	    font-size: 1.1em;
	  }
	
	#masthead .tagline {
	  clear: both;
	  height: 50px;
	  padding-top: 10px;
    color: #F98502;
	}
	#masthead .tagline h1 {
		font-family: verdana, sans-serif;
		font-size: 2.5em;
		font-weight: normal;
		float: left;
	}
	#masthead span {
		font-family: verdana, sans-serif;
		font-size: 1.3em;
		float: left;
		margin-left: 10px;
		margin-top: 15px;
	}
	

.nav {
  font-size: 1.2em;
  font-family: arial, sans-serif;
  font-weight: bold;
}
	.nav ul {
		list-style: none;
		padding: 0;
		float: right;
		padding-top: 15px;
	}
    .nav ul li {
      float: left;
      margin: 0 0 0 15px;
      padding: 0 0 0 15px;
    }
      .nav ul ul {
        float: none;
      }
        .nav ul ul li {
          float: none;
          margin-left: 0;
          padding-left: 0;
          font-size: 0.9em;
        }
  .nav ul.hidden {
    display: none;
  }
	.nav ul li a {
		color: #666;
	}
  .nav ul li.selected a {
/*    background: url('../images/nav_caret.gif') no-repeat left; */
    color: #F98502;
  }

ul.subnav {
  padding: 0;
  height: 30px;
  overflow: hidden;
  margin: 0 0 -1px 10px;
  list-style-type: none;
}
  .subnav li {
    float: left;
    padding: 0;
    margin: 0 6px 0 0;
    background: url('../images/tabs/bg_r_off.gif') top right no-repeat;
  }
    .subnav li a {
      display: block;
      height: 36px;
      margin: 0 16px 0 0;
      padding: 6px 0 0 16px;
      background: url('../images/tabs/bg_off.gif') top left no-repeat;
      font-size: 1.2em;
    }
    
    .subnav li.selected {
      background: url('../images/tabs/bg_r_on.gif') top right no-repeat;
    }
    .subnav li.selected a {
      color: #F98502;
      background: url('../images/tabs/bg_on.gif') top left no-repeat;
    }
  

#c1 {
  width: 900px;
  height: 10px;
  background: url('../images/bg_content_top.gif') no-repeat left;
}
#c2 {
  width: 900px;
  height: 10px;
  background: url('../images/bg_content_bottom.gif') no-repeat left;
}

#content {
	clear: both;
	padding: 30px;
	position: relative;
	background: #DEDEDE;
	font-size: 1.2em;
}
  .home #napkin {
    position: absolute;
    top: -20px;
    left: 35px;
  }
  .home #content h3 {
    font-size: 1.5em;
    font-weight: normal;
  }
  .home #content h1 {
    font-size: 2.3em;
    font-weight: normal;
  }

/* default column layout */
#cols {
  width: 860px;
  margin: 0;
  background: #FFFFFF;
  padding: 20px;
} 
.col-1 {
	float: left;
	padding: 0 ;
}
.col-2 {
	margin-left: 380px;
	padding: 0 ;
}
.col-3 {
	padding: 0 20px;
}

#footer {
}
	#footer dl {
		padding: 10px 0px;
		border-top: 2px solid #F98502;
		border-bottom: 2px solid #F9D803;
	}		
	#footer dl dt {
		font-family: arial, sans-serif;
		font-weight: bold;
		font-size: 1.1em;
		float: left;
		margin: 0 0 0 30px;
		padding: 0;
		color: #F98502;
	}
	#footer dl dd {
		padding: 0;
		margin-left: 140px;
	}
