/* Start of CMSMS style sheet 'mystyle' */
@charset "utf-8";
/* CSS Document */

html { height: 100%; }

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: url(uploads/images/main-background.png) repeat-x #FFF;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a img {border: none;}

#container {
  width: 960px;
  margin: 0px auto;
}

#header {
  height: 170px;
  margin-top: 30px;
}

#header img.logo {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
}

#nav {
  width: 730px;
  float: right;
}

#nav a {
  text-decoration: none;
  color: #1b425f;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  padding: 0px 13px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.2em;
	position: static;
}

#nav li ul li a {
	display: block;
}

#nav li a:hover {
	background: url(uploads/images/menu-hover.png) repeat-x;
	display: block;
}

#nav ul li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
	padding: 0px;
	position: static;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 13em;
	text-align: left;
	border: 1px solid #e1edfb;
	border-bottom: 3px solid #e1edfb;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

img.ad {
  margin-top: 20px;
  margin-left: 45px;
}

p.register {
  clear: both;
  width: 100%;
  padding-bottom: 20px;
}

#news {
  height: 80px;
  background: url(uploads/images/bubble-design.png) center no-repeat;
  padding-top: 23px;
}

#news p.register {
  margin: 0px;
  text-align: right;
}

#news a {
  text-decoration: none;
  color: #1b425f;
}

#news a:hover {
  color: #000;
}

#news img {
  vertical-align: middle;
}

#news h1 {
  float: left;
  font-size: 18px;
  color: #273139;
  display: block;
  padding: 10px 0px 0px 260px;
  margin: 0px;
  font-weight: normal;
}

#news p {
  float: right;
  margin: 0px;
}

#news p strong {
  float: left;
  margin: 0px;
  font-weight: normal;
}

#news p em {
  float: right;
  text-align: left;
  margin: 0px;
  font-style: normal;
  color: #d8e1e8;
}

#news p em a {
  color: #d8e1e8;
}

#news p em a:hover {
  color: #FFF;
}

#news p.email {
  width: 398px;
  font-size: 12px;
  line-height: 1.4em;
  padding-right: 8px;
}

#wrapper {
  width: 780px;
  float: left;
}

div#wrapper.clearfix.wide {
  width: 100%;
}

div#content.clearfix.wide {
  width: 100%;
}

#ads {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  width: 156px;
}

#ads img {
}

#ads a {
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #eef2f5;
  display: block;
  margin: 0px;
  width: 136px;
  margin: 2px 0px;
}

#ads a:hover {
  border: 2px solid #FFF;
}

#news-box {
  float: left;
  width: 230px;
  text-align: left;
}

#news-box h2 {
  font-size: 13px;
  margin: 10px 0px 0px 0px;
}
#news-box h2 img {
  vertical-align: middle;
}

#spotlight {
  float: left;
  width: 230px;
  text-align: left;
  clear: both;
}

#spotlight ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

#spotlight ul li {
  padding: 0px;
  margin: 0px;
  margin: 4px 0px;
}

#spotlight ul li a {
  display: block;
  width: 203px;
  background-color: #eef2f5;
  color: #2a2b2b;
  text-decoration: none;
  line-height: normal;
  padding: 8px;
}

#spotlight ul li a:hover {
  background-color: #FFF;
}

#content {
  float: right;
  text-align: left;
  width: 550px;
  background: url(uploads/images/news-background.png) repeat-x;
  padding-top: 10px;
  line-height: 1.6em;
  color: #323d45;
}

#content p {
  margin-top: 0px;
  padding: 0px 20px;
}

#content img.newspic {
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #c2d3e5;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

#content a {
  color: #323d45;
}

#content a:hover {
  text-decoration: none;
  color: #000;
}

ol.benefits-list {
  list-style: disc;
  margin: 0px;
  padding: 0px 0px 0px 30px;
}

#content h3 {
  padding-left: 20px;
  margin-bottom: 0px;
}

#item-box {
  background-color:#fff7e9;
  margin-bottom: 20px;
}

p#item-header {
  clear: both;
  margin: 0px 0px 0px 0px;
  height: 33px;
  background: url(uploads/images/item-header.png) top no-repeat #fff7e9;
  float: right;
  padding: 0px 0px 0px 15px;
  width: 535px;
}

p#item-header a {
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  color: #ffffeb;
}

p#item-header strong {
  margin-left: 60px;
}

p#item-header em {
  margin-left: 55px;
}

#content ul {
  float: left;
  margin: 0px;
  list-style: none;
  padding: 0px;
  background-color: #fff7e9;
  font-size: 12px;
}

#content ul a {
  color: #323d45;
  text-decoration: none;
}

ul#tour-results {
  width: 156px;
  padding: 0px 10px 0px 14px;
}

#tour-results li {
  background: url(uploads/images/arrow.png) 0px 7px no-repeat;
  padding-left: 12px;
}

ul#news-sponsors {
  border-left: 1px dashed #ccc6ba;
  border-right: 1px dashed #ccc6ba;
  width: 160px;
  padding: 0px 10px;
}

ul#news-sponsors li {
  padding-right: 10px;
}

ul#news-sponsors a {
  border-bottom: 1px dashed #ccc6ba;
  display: block;
  width: 150px;
  padding: 10px 0px;
}

ul#specials {
  width: 160px;
  padding: 0px 10px 0px 18px;
}

#specials li {
  background: url(uploads/images/arrow.png) 0px 7px no-repeat;
  padding-left: 12px;
}

ul#specials img {
  float: left;
  padding-top: 8px;
  margin-right: 5px;
}

#footer {
  background: url(uploads/images/footer-background.png) repeat-x;
  font-size: 12px;
  text-align: right;
  margin-top: 24px;
}

#footer ul {
  padding: 12px 30px 12px 0px;
  margin: 0px auto;
  width: 970px;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  text-decoration: none;
  color: #eef2f5;
  padding: 0px 12px;
}

#footer ul li a:hover {
}

#footer p {
  color: #1b425f;
  width: 960px;
  margin: 0px auto;
  padding: 10px 40px 10px 0px;
}

#footer-design {
  background: url(uploads/images/footer-design.png) center 0px no-repeat;
}

#footer p a {
  color: #1b425f;
  text-decoration: none;
}

#footer p a:hover {
  text-decoration: underline;
}

.footer-ad {
  border: 1px solid #CCC;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/* End of 'mystyle' */

