/* GLOBALS */
body {
margin: 0 auto;
background-color: #240100;
background-image: url(_images/bg.jpg);
background-repeat: repeat-x;
text-align: center;
}

body,td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

a {
color: #8f2324;
text-decoration: underline;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: #bf5b5c;
font-weight: normal;
}

a.submenu {
color: #bf5b5c;
text-decoration: none;
}

a.submenu:hover {
text-decoration: underline;
color: #8f2324;
}

a.headline {
color: #df7b00;
text-decoration: none;
font-weight: normal;
font-size: 14px;
}

a.headline:hover {
color: #e5ad69;
text-decoration: underline;
font-weight: normal;
font-size: 14px;
}

a.headlinemore {
color: #8f2324;
text-decoration: none;
font-weight: normal;
font-size: 14px;
}

a.headlinemore:hover {
color: #bf5b5c;
text-decoration: underline;
font-weight: normal;
font-size: 14px;
}

a.foot {
color: #7e7e7e;
text-decoration: underline;
font-weight: normal;
font-size: 9px;
}

a.foot:hover {
text-decoration: underline;
color: #ffffff;
font-weight: normal;
font-size: 9px;
}

#topbox {
width: 850px;
margin: 77px auto 0px auto;
text-align: left;
}

#contain {
width: 850px;
margin: 13px auto 0px auto;
background-color: #ffffff;
border-left: 5px solid #ededed;
border-right: 5px solid #ededed;
border-bottom: 5px solid #ededed;
text-align: left;
}

.padit5 {
padding: 5px;
}

.padit10 {
padding: 10px;
}

.spacer5 {
margin: 0 0 5px 0;
}

.spacer10 {
margin: 0 0 10px 0;
}

.spacer15 {
margin: 0 0 15px 0;
}

.news {
list-style-type: none;
padding: 0;
margin: 5px 0px 0px 15px;
}

.news li {
background-image: url(_images/arrow.gif);
background-repeat: no-repeat;
padding: 0px 10px 0px 25px;
margin-bottom: 15px;
}

.divider {
width: 100%;
height: 20px;
border-top: 1px solid #d5d5d5;
margin: 20px auto 0px auto;
}

.imgbrdrmar {
border: 1px solid #d5d5d5;
margin-bottom: 5px;
}

.greybox {
background-color: #f2f2f2;
margin-bottom: 5px;
}

.smalltxt {
font-size: 9px;
}

.smallitalg {
font-size: 9px;
font-style: italic;
color: #a1a1a1;
}

.smallital {
font-size: 9px;
font-style: italic;
}

.twitterbox {
width: 286px;
margin: 0 auto;background-color: #f2f2f2;
}

#twitter_update_list {
list-style-type: none;padding: 0;margin: 0;
}

#twitter_update_list li {
background-image: url(_images/twittericon.jpg);background-repeat: no-repeat;padding: 0px 0px 10px 45px;margin-bottom: 10px;
color: #000000;
}


.menubox {
width: 100%;
height: 30px;
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
margin: 5px auto;
font-size: 12px;
}

.menupad {
padding: 6px 0px 0px 0px;
}

.titleheadline {
font-size: 14px;
color: #df7b00;
}

.title {
font-weight: bold;
font-size: 12px;
}


#tourheader td {
font-weight: bold;
background-color: #bfbfbf;
font-size: 12px;
height: 40px;
padding: 8px;
}

.tblshade1 td {
background-color: #e7e7e7;
font-size: 10px;
padding: 8px;
}

.tblshade2 td {
background-color: #f3f3f3;
font-size: 10px;
padding: 8px;
}

.clearit {
clear: both;
}

#footer {
width: 850px;
height: 70px;
background-image: url(_images/footerbg.gif);
background-repeat: repeat-x;
margin: 0 auto;
font-size: 9px;
color: #7e7e7e;
}

.txtbox {
margin-bottom: 5px;
}

.required {
font-weight: bold;
text-align: right;
}

/* SLIDE MENU STYLE */
.jqueryslidemenu ul{margin: 0;padding: 0;list-style-type: none;}/*Top level list items*/.jqueryslidemenu ul li{float: left;position: relative;display: inline;}/*Top level menu link items style*/.jqueryslidemenu ul li a{display: block;white-space: nowrap;}* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block;}/*1st sub level menu*/.jqueryslidemenu ul li ul{margin: 0;padding: 0;position: absolute;
border-bottom: 1px solid #2c2c2c;}/*Sub level menu list items (undo style from Top level List Items)*/.jqueryslidemenu ul li ul li{float: none;display: inline;}.jqueryslidemenu ul li ul li a {	width: 125px;padding: 8px;border-top: 1px solid #2c2c2c;border-left: 1px solid #2c2c2c;border-right: 1px solid #2c2c2c;background-color: #000000;font-size: 11px;color: #ccd2c5;text-decoration: none;
text-align: left;
font-weight: bold;}			.jqueryslidemenu ul li ul li a:hover {	background-color: #212121;font-size: 11px;text-decoration: none;color: #ffffff;
text-align: left;
font-weight: bold;}