.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.rounded_corner { -moz-border-radius: 3px; }
.flash {
  padding: 5px;
  -moz-border-radius: 3px;
  border: 1px solid;
  margin-bottom: 20px;
}
.navigator_tab {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #e8e8e8 none repeat scroll 0 0;
}
.navigator_tab_current {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #ffffff none repeat scroll 0 0;
  color: #555555;
}
.box {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
}
.box p { margin-bottom: 5px; }
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  background: #191919 none repeat scroll 0 0;
  color: #444444;
}
h1, h2 {
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-size: 32px;
  line-height: 1.2em;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}
h4 { font-size: 12px; }
a {
  cursor: pointer;
  text-decoration: none;
}
a:link { color: #84925a; }
a:visited { color: #84925a; }
h2 a:visited { color: #84925a; }
a:hover { color: #d54e21; }
h2 a:hover { color: #d54e21; }
a:active { color: #d54e21; }
h2 a:active { color: #d54e21; }
p a { border-bottom: 1px solid #84925a; }
ul a { border-bottom: 1px solid #84925a; }
ol a { border-bottom: 1px solid #84925a; }
h2 a { border-bottom: 1px solid #84925a; }
h3 a { border-bottom: 1px solid #84925a; }
h4 a { border-bottom: 1px solid #84925a; }
h5 a { border-bottom: 1px solid #84925a; }
h6 a { border-bottom: 1px solid #84925a; }
p { margin-bottom: 1.4em; }
img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#header {
  height: 70px;
  background-color: #464646;
}
#header #logo { margin-top: 10px; }
#header #searchbox {
  -moz-border-radius: 3px;
  margin-top: 20px;
  background: #ffffff none repeat scroll 0 0;
  font-size: 115.9%;
  padding: 0.2em 0.2em 1em;
  white-space: nowrap;
}
#header #searchbox input {
  border: 0 none;
  color: #333333;
  float: left;
  font-size: 100%;
  height: 1.4em;
  line-height: 1.2em;
  margin: 0 0 -0.8em;
  padding: 0.2em 0.64em 0 0.44em;
  width: 24.0333em;
}
#header #searchbox .search_button {
  background: #f9761d url(/images/search_button.gif) repeat scroll 0 0;
  cursor: pointer;
  height: 24px;
  margin: 0 0 -12px;
  overflow: hidden;
  padding: 24px 0 0;
  width: 24px;
}
#navigator {
  background-color: #f1f1f1;
  overflow: hidden;
  padding-top: 10px;
}
#navigator ul { margin: 0px; }
#navigator ul li {
  float: left;
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px 5px 0px 0px;
}
#navigator ul li a {
  display: block;
  border: medium none;
  font-size: 14px;
  line-height: 30px;
  padding: 0 8px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #e8e8e8 none repeat scroll 0 0;
}
#navigator ul li .current {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #ffffff none repeat scroll 0 0;
  color: #555555;
}
#navigator ul li #my_account {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background-color: #aeca3c;
  color: #ffffff;
}
#navigator ul li #my_account.current {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #ffffff none repeat scroll 0 0;
  color: #555555;
}
#navigator .user_panel li { margin: 0px 0px 0px 5px; }
#wrapper {
  overflow: hidden;
  padding: 20px 0;
  background-color: #ffffff;
}
#footer {
  background: #191919 none repeat scroll 0 0;
  color: #444444;
}
#footer p {
  padding: 10px 0px;
  margin-bottom: 0;
}
#flash.notice {
  padding: 5px;
  -moz-border-radius: 3px;
  border: 1px solid;
  margin-bottom: 20px;
  border-color: #49dc49;
  background-color: #e1ffe1;
}
#flash.error {
  padding: 5px;
  -moz-border-radius: 3px;
  border: 1px solid;
  margin-bottom: 20px;
  background-color: #ffebe8;
  border-color: #cc0000;
}
#flash.warning {
  padding: 5px;
  -moz-border-radius: 3px;
  border: 1px solid;
  margin-bottom: 20px;
  border-color: #e6db55;
  background-color: #fffbcc;
}
.note {
  -moz-border-radius: 3px;
  -x-system-font: none;
  background: #fffbcc none repeat scroll 0 0;
  border: 1px solid #e6db55;
  padding: 10px 0;
  text-align: center;
}
.button {
  margin-top: 20px;
  -moz-border-radius: 15px;
  background: url(/images/button.png) bottom repeat-x #ffffff;
  border: 1px solid #cccccc;
  font: 10px Arial, Helvetica, sans-serif;
  background-position: 4px 4px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 8px;
  color: #444444;
}
.button:hover {
  color: #111111;
  border: 1px solid #dddddd;
  background-position: 7px 7px;
}
.button:visited { color: #444444; }
#errorExplanation {
  margin: 10px 0px 20px 0px;
  padding: 10px 10px 0px 35px;
  background: #fbe3e4 url('/images/icons/alert.png') 10px 10px no-repeat;
  border: 1px solid #fbc2c4;
}
#errorExplanation h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #222222;
  font-size: 1.0125em;
  font-weight: bold;
  line-height: 17px;
}
#errorExplanation ul { margin-top: 10px; }
.fieldWithErrors input.text { border: 1px solid red; }
.fieldWithErrors textarea { border: 1px solid red; }
#toolbar {
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #e8eef9;
  border: 1px solid #d6d6d6;
  padding: 4px;
}
#toolbar ul {
  margin: 0px;
  padding: 4px 6px;
}
#toolbar li {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px 5px 0px 0px;
}
#toolbar a { text-decoration: none; }
#toolbar .selector { padding: 4px 6px; }
#toolbar .selector select { width: 300px; }
#breadcrumbs li {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
}
#dashboard .header { overflow: hidden; }
#dashboard .header h2 { float: left; }
#dashboard .header ul { float: right; }
#dashboard .header li {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px 0px 0px 5px;
}
.filters {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
}
.filters p { margin-bottom: 5px; }
.filters h4 {
  margin-bottom: 10px;
  text-align: center;
}
.quick_links h4 { margin-bottom: 10px; }
.filters ul { margin-bottom: 10px; }
.quick_links ul { margin-bottom: 10px; }
.filters li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0px;
}
.quick_links li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0px;
}
.filters li.more {
  margin-top: 10px;
  font-style: oblique;
  font-weight: bold;
}
.quick_links li.more {
  margin-top: 10px;
  font-style: oblique;
  font-weight: bold;
}
.pagination { margin-bottom: 10px; }
.course .logo { margin-right: 4px; }
.courses h3 {
  margin-bottom: 0px;
  font-size: 14px;
}
.courses p {
  margin-bottom: 0px;
  line-height: 1.4em;
}
.courses p.center a { color: #000000; }
.courses .excerpt { color: #4d4d4d; }
.courses .course { margin-bottom: 10px; }
.courses.outstandings {
  overflow: hidden;
  margin-bottom: 10px;
}
.courses.outstandings .course {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
  margin-bottom: 10px;
}
.courses.outstandings .course p { margin-bottom: 5px; }
#images {
  overflow: hidden;
  margin-bottom: 20px;
}
#images ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  float: left;
  margin: 4px;
  text-align: center;
  width: 98px;
}
.logo { height: 40px; }
.grey {
  background-color: #f3f3f3;
  border: 1px solid #d6d6d6;
}
.orange {
  background-color: #ffdc9b;
  border: 1px solid #ffa500;
}
.card .caption { padding-left: 5px; }
.card h1 { margin-bottom: 0px; }
.card h2 { margin-bottom: 0px; }
.card h3 { margin-bottom: 0px; }
.card h4 { margin-bottom: 0px; }
.card h2 { font-size: 16px; }
.card h3 { font-size: 11px; }
form input { border: 1px solid #d6d6d6; }
textarea, select { border: 1px solid #d6d6d6; }
form p { margin-bottom: 10px; }
form table { margin-bottom: 10px; }
form label {
  float: left;
  width: 150px;
}
form p.label_checkbox {
  clear: both;
  float: none;
  overflow: hidden;
  padding-top: 10px;
}
form p.label_checkbox input { float: left; }
form p.label_checkbox label {
  display: block;
  float: left;
  margin-left: 3px;
  width: 400px;
}
.ads {
  text-align: center;
  margin-bottom: 20px;
}
.contact_form {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
  margin-bottom: 20px;
}
.contact_form p { margin-bottom: 5px; }
.contact_form form label { width: 70px; }
.events .event { margin-bottom: 10px; }
.events span.datetime { color: #b80000; }
#areas li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
}
#areas li h4 { margin-bottom: 10px; }
#areas ul.subarea { overflow: hidden; }
#areas ul.subarea li {
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  width: 190px;
  font-size: 90%;
}
table.grid { width: 100%; }
table.grid tr.highlight { font-weight: bold; }
table.grid tr th {
  padding: 5px 10px;
  border-bottom: 1px solid #4d4d4d;
  text-align: left;
}
table.grid tr td {
  padding: 5px 10px;
  border-bottom: 1px solid #f3f3f3;
}
table.features {
  width: 100%;
  margin-bottom: 0px;
}
table.features td.advanced { text-align: center; }
table.features td.individual { text-align: center; }
table.features td.free { text-align: center; }
table.features tr td {
  padding: 5px 10px;
  border-bottom: 1px solid #f3f3f3;
}
table.features tr th.title { text-align: left; }
table.features tr th.title h3 { margin-bottom: 0px; }
table.features tr td.feature { padding-left: 0px; }
table.features tr td.price {
  font-weight: bold;
  text-align: right;
  width: 100px;
}
.caption { overflow: hidden; }
.providers img {
  border: 1px solid #000000;
  padding: 2px;
}
#captcha { padding-bottom: 20px; }
#show_more_filters {
  overflow: auto;
  background-color: #ffffff;
  border: 1px dashed #003465;
  padding: 7px;
  position: absolute;
  z-index: 1;
  top: 50px;
  margin-left: 50px;
  height: 300px;
  width: 610px;
}
#show_more_filters .header { overflow: hidden; }
#show_more_filters ul { overflow: hidden; }
#show_more_filters ul li {
  float: left;
  font-size: 90%;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  width: 190px;
  font-weight: normal;
}
#show_more_filters ul li a { font-weight: normal; }
.periods {
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
}
.periods p { margin-bottom: 5px; }
.periods table.pricing {
  width: 100%;
  color: #444444;
}
.periods table.pricing td {
  border-bottom: 1px solid #d6d6d6;
  padding: 4px;
}
.periods table.pricing td.radio { width: 5%; }
.periods table.pricing td.price {
  font-weight: bold;
  text-align: right;
  width: 100px;
}
.areas {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
}
.areas p { margin-bottom: 5px; }
.areas h4 { text-align: center; }
.quick_links .providers {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
}
.quick_links .providers p { margin-bottom: 5px; }
#welcome .events {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 8px;
  -moz-border-radius: 3px;
  background: transparent url(/images/box.png) repeat-x scroll center bottom;
  border: 1px solid #dfe3eb;
}
#welcome .events p { margin-bottom: 5px; }
#account_info .picture {
  margin-right: 10px;
}

#account_info h3 {
  font-size:14px;
  margin-bottom: 0px;
}

#account_info p {
  margin-bottom: 0px;
}

#shortcuts {
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

#shortcuts a.centers, #shortcuts a.individuals  {
  float:left;
  margin-left:-1px;
	padding:0px;
	border:0px;
	height:51px;
	width:160px;
	margin-bottom: 10px;
}

#shortcuts a.centers {
	background-image:url(/images/btn_centers.png);
}

#shortcuts a.individuals  {
	background-image:url(/images/btn_individuals.png);
}

#shortcuts a.centers:hover, #shortcuts a.individuals:hover {
	background-position: 0 -51px;
}

#info a {
  float:left;
  margin-left:-1px;
	padding:0px;
	border:0px;
	height:51px;
	width:160px;
	margin-bottom: 10px;
	background-image:url(/images/btn_info.png);
}


#info a:hover {
	background-position: 0 -51px;
}

#providers {
  margin-bottom: 20px;
}

#providers h3 span {
  float: right;
}

#providers h3 span a {
  text-decoration:underline;
  font-size:12px;
  font-weight:normal;
}

#providers .provider {
  overflow: hidden;
  padding: 3px;
  border:1px solid #DFEBFB;
  margin-bottom: 5px;
  background-color:#EDF4FE;
}

#providers .provider img {
  float: left;
  padding: 2px;
  border:1px solid #DDDDDD;
  background-color:#ffffff;
}

#providers .provider .provider_info {
  margin-left: 112px;
}

#providers .provider h3 {
  font-size:12px;
  margin:5px 0;
}

