/*--------------------------RE-DEFINED TAG------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 20px auto 10px auto;
	padding: 0;
	text-align: center;
	background-color: #393939;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: justify;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #333333;
}
p {
	text-align: justify;
	color: #333333;
}
a, a:visited {
    color: #1B92DE;
    text-decoration: none;
}
a:hover {
    color: #ff9900;
    text-decoration: underline;
}
h1 {
    display: block;
	color: #181818;
	font-size: 28px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
}
.h1sub {
	color: #4F5357;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0 20px 0;
	font-family: Arial, Verdana;
	padding:0;
}
h2 { 
    display: block;
	color: #181818;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 20px 0;
	font-family:  Arial, Helvetica, sans-serif;
}
h3 { 
    display: block;
	color: #181818;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif;
}
input, select, textarea {
    border: #E0E0E0 1px solid;
}
input.req, select.req, textarea.req {
    background-color: #FFFFA0;
}



/*----------------------ID BASED----------------------------------------*/
#boxtopout {
	background-color: #EAEAEA;
}
#boxtopin {
	background-color: #dddddd;
}
a.buttonblue, a.buttonblue:visited {
    display: block;
    background-color: #2c2c2c;
	padding:7px 16px;
	margin:0 10px 0 0;
	color: #ffffff;
	float:left;
	text-align: center;
}
a.buttonblue:hover {
    background-color: #1B92DE;
	text-decoration:none
}
#boxmid {
    margin-top: 0;
	background-color: #EAEAEA;
}
.magicbox {
    background-color: #ffffff;
	border: #dddddd  1px solid;
	margin-top: 20px;
}
.magicbox .leftimg {
    float: left;
	margin-right: 15px;
}
#thumb td {
    text-align: center;
}
#thumb a img {
    border: #ffffff 1px solid;
}
#thumb a:hover img {
    border: #1B92DE 1px solid;
}
#footer {
	margin: 5px auto;
	text-align: center;
}
#footer td {
	color: #999999;
	font-size: 11px;
}
#footer a, #footer a:visited {
	color: #D1D8E7;
	text-decoration: none;
}
#footer a:hover {
	color: #D1D8E7;
	text-decoration: underline;
}
#terms p {
    font-size:11px;
}


/*----------------------------RSV FORM----------------------------------*/
#ratesbox td {
	border-bottom: #E0E0E0 1px solid;
}
#ratesbox td.exc {
	border-bottom: #ffffff 1px solid;
}

#contentc {
  max-width:70em;
  width:485px;
  margin:0;
  overflow:hidden
}
.demo {
  margin:10px 0;
  padding:0;
  position:relative;
  overflow:hidden
}
.collapse p {padding:0 18px }
.top{font-size:.9em; text-align:right}
#switch, .switch {margin-bottom:5px; text-align:right}
.expand{padding-bottom: 0}
.expand a {
  display:block;
  padding:3px 0 3px 18px;
  text-decoration: none;
}
.expand a:link, .expand a:visited {
  background-image:url(images/arrow_right.gif);
  background-repeat:no-repeat;
  background-position:0 50%;
  text-decoration: none;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:none;
}
.expand a.open:link, .expand a.open:visited {
  background:#fff url(images/arrow_down.gif) no-repeat 0 50%;
  text-decoration: none;
}
