/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Helvetica, Trebuchet MS, sans-serif;
	color: #333;
  background: #4674c0 url('/images/bg-body.gif') repeat-x;
}

a { }
a:link { }
a:hover { }

h1 {
	color: #000;
	font-size: 1.6em;
}
h2 {
	color: #000;
	font-size: 1.4em;
}
h3 {
	color: #000;
	font-size: 1.2em;
}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 10px 0 10px 20px; }
ol { margin: 10px 0 10px 20px; }
li { margin: 0 0 5px 0; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

#main .b { font-weight: bold; }
#main .u { text-decoration: underline; }
#main .i { font-style: italic; }
#main .small { font-size: .8em; }
#main .large { font-size: 1.2em; }
#main .t-c { text-align: center; }
#main .t-r { text-align: right; }
#main .t-l { text-align: left; }

#nav {
  height: 23px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
  background: url('/images/bg-nav.gif') repeat-x;
  width: 824px;
  float: left;
}

#nav br { display: none; }

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
  background: url('/images/blank.gif') repeat-x;
}

#nav a {
	display: block;
  margin-top: 12px;
  padding: 2px 14px 3px 14px;
  margin-top: 1px;
	width: auto;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
}

#nav li.end a{
  padding-right: 27px;
  position: absolute;
}

#nav li li.end a{
  padding-right: 14px;
  position: static;
}

#nav li:hover a, #nav li.sfhover a {
  background: url('/images/bg-nav-hover.gif') repeat-x;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */  
  background: url('/images/bg-nav.gif') repeat-x;
}

#nav li.end a{
  border: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #415ea4;
	width: 12em;
	left: -999em;
  padding: 0;
  border: 1px solid #1c3f94;
}

#nav li ul li{
  background-image: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

#nav li:hover ul li a, #nav li.sfhover ul li a {
  background-image: none;
}

#nav li ul li a {
  display: block;
  background: none;
  color: #fff;
  border: 0;
  padding: 4px;
}

#nav li ul li a:hover {
  background: #1c3f94;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
    position: static;
}

#main {
  width: 824px;
  padding: 0 4px 13px 4px;
  margin: 0 auto;
  background: url('/images/bg-main.png') repeat-y;
}

#header {
  background: #fff;
  padding: 10px 13px;
  height: 76px;
}

#header img.logo {
  margin-right: 32px;
  float: left;
}

#header img.title {
  position: relative;
  top: 5px;
  float: left;
}

#header div{
  text-align: right;
  float: right;
}

#header p.top-nav {
  font-weight: bold;
  font-size: 1.1em;
}

#header p.top-nav a{
  color: #333;
  text-decoration: none;
  margin: 0 4px;
}

#header p.top-nav a:hover{
  text-decoration: underline;
}

#header p.number {
  color: #1c3f94;
  font-size: 1.9em;
  margin-top: 15px;
}

img.get-started-now {
  position: absolute;
  margin-left: 635px;
  margin-top: 20px;
}

.index img.get-started-now {
  margin-top: 130px;
}

#index-testimonial {
  width: 790px;
  height: 123px;
  border: 3px solid #5378c5;
  margin: 0 auto;
  background: url('/images/bg-index-testimonial.jpg') no-repeat;
  color: #1e4195;
  font-family: Palatino,Book Antiqua, serif;
  font-weight: bold;
  font-size: 1.8em;
}

#index-testimonial p{
  padding: 20px 0 0 50px;
  line-height: 1.2em;
  width: 460px; 
}

#index-testimonial div.top {
  height: 95px;
  position: absolute;
}

#index-testimonial div.bottom {
  height: 28px;
  padding-top: 95px;
  text-align: right;
}

#index-testimonial span.name{
  margin-right: 10px;
  margin-top: -20px;
  font-size: 1.1em;
}

#left-col {
  float: left;
  width: 234px;
  display: inline;
  margin: 0 22px 0 5px;
  padding-top: 10px;
}

#left-col div {
  width: 202px;
  margin: 12px auto;
  padding-bottom: 12px;
  border-bottom: 1px solid #6485bb;
}

#left-col h3 {
  color: #29437b;
  font-size: 1.6em;
  font-family:  Palatino Linotype, Book Antiqua, serif;
}

#left-col .featured{
  text-align: center;
}

#left-col .featured img{
  display: block;
  margin: 10px auto 0 auto;
}

#left-col .request-info{
  text-align: center;
  border: 0;
}

#left-col .request-info div.input-holder{
  width: 179px;
  background: url('/images/bg-request-input.gif') no-repeat;
  text-align: center;
  margin: 3px 10px;
  padding: 0;
  border: 0;
}

#left-col .request-info input {
  background: none;
  width: 161px;
  height: 27px;
  padding: 6px 0 0 0;
  border: 0;
  font-family: Palatino Linotype, Book Antiqua, serif;
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  background-attachment: fixed;
}

#left-col .testimonial {
  width: 180px;
  height: 159px;
  padding:  0 10px 10px 10px;
  margin: 0 auto;
  border: 3px solid #5378c5;
  background: url('/images/bg-left-testimonial.jpg') no-repeat;
  font-size: 1.3em;
  color: #1e4195;
  font-family: Palatino Linotype, Book Antiqua, serif;
  line-height: 1.2em;
}

#left-col .testimonial div {
  border: 0;
  width: 180px;
}

#left-col .testimonial div.top {
  position: absolute;
}

#left-col .testimonial div.bottom {
  padding-top: 140px;
  padding-bottom: 0;
  margin: 0 0 0 -5px;
  text-align: right;
  position: absolute;
  width: 190px;
}

#left-col .testimonial span.name {
  font-weight: bold;
}

#right-col{
  width: 546px;
  float: left;
  font-size: 1.3em;
  display: inline;
}

#right-col p {
  line-height: 1.5em;
  color: #333;
  font-weight: normal;
  margin: 5px 0;
}

#right-col ul {
  list-style-type: none;
  margin-left: 0;
}

#right-col ul li {
  background: url('/images/bg-highlights-bullet.gif') 0 2px no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #40598b;
  line-height: 1.4em;
  font-weight: bold;
}

#right-col h1 {
  background: #284279 url('/images/bg-h1.gif') repeat-x;
  font-family: Palatino,Book Antiqua, serif;
  color: #fff;
  font-size: 1.8em;
  border: 3px solid #6485cb;
  padding: 6px 10px 10px 10px;
  margin-bottom: 15px;
}

#right-col h2{
  color: #29437b;
  background: url('/images/bg-h2.gif') repeat-y;
  padding: 3px 10px;
  margin: 10px 0;
  font-size: 1.3em;
  font-weight: bold;
  font-family: Palatino,Book Antiqua, serif;
}

#right-col h3, #right-col h3 a{
  color: #40598b;
  font-size: 1.1em;
}

#right-col h3 a{
  color: #40598b;
}

#right-col div{
  margin: 15px 0;
  clear: both;
}

#right-col table {
  border: 2px solid #29437b;
}

#right-col table td {
  padding: 5px;
}

#right-col table td.advantage{
  color: #29437b;
  font-weight: bold;
  padding-right: 20px;
  background: #ececec url('/images/bg-advantage.gif') center right no-repeat;
}

#right-col table th {
  padding:  10px;
  background: #29437b;
  color: #fff;
}

#right-col #font-size{
  text-align: right;
  font-family: Palatino,Book Antiqua, serif;
  color: #6485cb;
  font-weight: bold;
  margin-top: 10px;
}

#right-col #font-size a{
  color: #6485cb;
  border: 2px solid #6485cb;
  margin: 0 2px;
  width: 10px;
  text-decoration: none;
  font-family: Helvetica, Trebuchet MS, sans-serif;
}

#right-col #font-size a:hover {
  background: #6485cb;
  color: #fff;
}

#right-col #font-size .smallfont{ font-size: .8em; padding: 5px 6px 2px 6px; }
#right-col #font-size .mediumfont{ font-size: 1em; padding: 2px 5px 1px 5px;}
#right-col #font-size .largefont{ font-size: 1.3em; padding: 0 4px;}

#right-col #int-nav {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3e5587;
  background: url("/images/bg-int-nav.png") bottom repeat-x;
  text-align: center;
}

#right-col #int-nav ul {
  list-style-type: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#right-col #int-nav li {
  background: none;
  display: inline;
  padding: 0 8px 0 8px;
  margin: 0 0 0 0;
  border-right: 1px solid #3e5587;
  text-align: center;
}

#right-col #int-nav li.end {
  border: 0;
}

#right-col #int-nav a {
  color: #3e5587;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#right-col #int-nav a:hover {
  text-decoration: underline;
}

#right-col .opening {
  font-size: 1.1em;
}

#right-col .highlights {
  font-size: 1.1em;
  background: #3d5585 url('/images/bg-highlights.gif') repeat-x;
  border: 3px solid #6485cb;
  padding-top: 5px;
  color: #fff;
  margin: 5px 0;
  font-size: 1.1em;
}

#main.index #right-col h2{
  color: #29437b;
  font-size: 1.6em;
  font-family: Palatino,Book Antiqua, serif;
}

#main.index #right-col .highlights h2 {
  background: url('/images/bg-h2-highlights.gif') repeat-x;
  font-family: Palatino,Book Antiqua, serif;
  color: #fff;
  margin-right: 10px;
  font-size: 1.8em;
}

#right-col .highlights h2 { padding-top: 0; padding-bottom: 0; margin-top: 0; }
#right-col .highlights h2 .text { background: #5378c5; padding: 0 10px; margin-bottom: 0; font-size: 1.1em;}

#right-col .highlights ul {
  list-style-type: none;
  font-size: 1em;
  margin-left: 10px;
}

#right-col .highlights ul li {
  background: url('/images/bg-highlights-bullet.gif') 0 2px no-repeat;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1em;
}

#right-col img.r{
  border: 2px solid #29437b;
  margin-bottom: 10px;
}

#right-col img.l{
  border: 2px solid #29437b;
}

#right-col div.testimonial {
  margin: 10px;
  border-bottom: 1px solid #29437b;
  font-size: 1.1em;
}

#right-col div.testimonial strong {
  font-size: 1.2em;
  color: #29437b;
}

#contact-form {
  background: #e4ecf6;
  width: 440px;
  padding: 10px 30px 20px 30px;
  margin: 0 auto;
  text-align: right;
}

#contact-form h2 {
  background: url('/images/bg-contact-head.png') no-repeat;
  padding: 10px 0 0 15px;
  width: 385px;
  height: 36px;
  text-align: left;
  float: left;
  display: inline;
  position: relative;
  left: -50px;
}

#contact-form label {
  color: #666;
  display: block;
  font-size: .9em;
  padding: 3px;
  padding-right: 10px;
  font-weight: bold;
}

#contact-form input {
  display: block;
  width: 242px;
  height: 32px;
  padding: 3px 10px 0 2px;
  background: url('/images/bg-contact-input.png');
  border: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}

#contact-form .radios {
  display: block;
  width: 242px;
  padding: 3px 10px 0 2px;
  border: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  float: right;
}

#contact-form span.radio-holder {
  display: block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  padding: 0;
  margin-left: 10px;
  border: 0;
  float: left;
  text-align: right;
}

#contact-form input.radio {
  width: 13px;
  height: 13px;
  margin-top: 5px;
  background: none;
}

#contact-form #personal_info, #contact-form #employment_education, #contact-form #franchise_plans {
  padding-bottom: 50px;
  display: inline;
}

#contact-form #personal_info input, #contact-form #employment_education input, #contact-form #franchise_plans input {
  float: right;
}

#contact-form #submit {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: 0px;
  margin-bottom: 0;
  float: none;
}

#contact-form #personal_info label, #contact-form #employment_education label, #contact-form #franchise_plans label {
  float: right;
  padding: 3px 3px 0 0;
  display: inline;
  font-size: 1.1em;
  width: 175px;
}

#contact-form #franchise_plans label.long {
  display: block;
  float: left;
  width: 420px;
  text-align: right;
  padding: 5px 0 5px 0;
  font-size: 1em;
  margin: 0;
}


#contact-form .city_state {
  float: right;
}

#contact-form select.city_state {
  width: auto;
  float: right;
}

#contact-form strong { 
  color: #cc69d8; 
  font-size: 1.6em; 
  font-weight: bold; 
  position: absolute;
  margin-left: -10px;
}

#contact-form select {
  width: 248px;
  margin-right: 5px;
  margin-bottom: 20px;
}

#contact-form textarea {
  width: 400px;
  height: 100px;
  margin-right: 5px;
  margin-bottom: 20px;
  font-family: Helvetica, Trebuchet MS, sans-serif;
  font-size: 1em;
  border: 0;
}


#contact-form input.submit {
  width: 100px;
  margin: 10px auto;
  background: #ddd;
  border: 2px outset #ccc;
  text-align: center;
}

#contact-form p.disclaimer {
  float: none;
  padding: 0;
  margin: 0;
  display: block;
  background: #f00;
}

#contact-form .disclaimer label{
  color: #933;
  float: none;
  display: inline;
  font-size: 1.0em;
  width: auto;
  padding: 0;
  font-weight: bold;
  float: left;
}

#contact-form .disclaimer  input{
  display: inline;
  float: none;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: 0;
  margin: none;
  font-size: 1em;
  float: left;
}


#footer{
  width: 832px;
  margin: 0 auto;
  padding: 8px 0 20px 0;
  text-align: center;
  background: url('/images/bg-footer.gif') no-repeat;
}

#footer p{
  margin-bottom: 4px;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}