/*

CSS Credit: http://www.escapeplan.com/

*/

html {

	background: #33302F

}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	background: url(images/escapeplan_page_bg.jpg) repeat-x  center top;
	width: 100%;
	display: table;

}

h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color: #DD3108;

	background-position: left;

	padding: 0px;

}

h2 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #fff;

	margin-top: 0px;

}

#escapeplan_container {

	width: 759px;

	margin: auto;

}

#escapeplan_header_top {

	float: left;

	width: 759px;

	height: 120px;

	margin-top: 0px;

	background: url(images/escapeplan_header.jpg) no-repeat;

}

#escapeplan_header_section {

	float: left;

	width: 759px;

	height: 220px;

	background: url(images/escapeplan_header_section.jpg) no-repeat;

}

* html #escapeplan_header_section {
width: 755px;
}

.escapeplan_header_box {

	float: right;

	width: 215px;
	
	padding: 5px 0px 0px 15px;

	height: 200px;
	
	margin-right: 15px;
	

}

* html .escapeplan_header_box {
 	margin-right: 5px;
}

.escapeplan_header_box img {

		margin-top:10px;
}

* html .escapeplan_header_box img {
 	margin-top: 5px;
}


.escapeplan_topmenu{

	float: left;

	margin: 192px 0px 0px 0px;
	margin-left: 21px;
	font-weight:bold;

}

.escapeplan_topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.escapeplan_topmenu li{

	display: inline;

}

.escapeplan_topmenu li a{

	float: left;

	font-family: tahoma;

	font-size: 11px;

	text-decoration: none;

	text-align: center;

	color: #000;

	width: 120px;

	height: 25px;

	padding-top: 4px;

}

.escapeplan_topmenu li a:hover, .escapeplan_topmenu li .current{

	color: #fff;

	background: url(images/escapeplan_top_current.jpg) repeat;

}

#escapeplan_content_section {

	float: left;

	width: 759px;

	overflow: auto;

	background: url(images/escapeplan_content_bg2.jpg)  repeat-y;

}

/* escapeplan Left Content */
#escapeplan_content_left {

	float: left;

	width: 518px;

	background: url(images/escapeplan_content_left_bg.jpg)  repeat-y;

}

#escapeplan_content_left_top {

	float: left;

	width: 430px;

	background: url(images/escapeplan_content_left_top.jpg) no-repeat;

	color: #000;

	text-align: justify;
	padding: 30px 25px ;
	margin-left: 18px;

}

* html #escapeplan_content_left_top {
		margin-left: 10px;
}
#escapeplan_content_left_top a{ color:#ca721d; text-decoration: none; font-weight: bold; } 

#escapeplan_content_left_top a:hover { color :#7b440e; text-decoration: none; font-weight: bold; }
	
	


#escapeplan_content_left_bot {

	float: left;

	width: 488px;

	height: 27px;

	margin-left: 18px;

	background: url(images/escapeplan_content_left_bot.jpg) no-repeat;

}
* html #escapeplan_content_left_bot {
		margin-left: 10px;
}

.escapeplan_content_left_banner {

	padding : 5px 0px 0px 20px;
}

* html .escapeplan_content_left_banner {
	padding : 5px 12px 0px 12px ;
}

#escapeplan_content_right {

	float: left;

	width: 241px;

	height: 600px;

	background: url(images/escapeplan_content_right_bg.jpg) repeat;

}

* html #escapeplan_content_right {

	width: 235px;
}


#escapeplan_content_right_section1 {

	float: left;

	width: 241px;

	background: url(images/escapeplan_content_right_s1.jpg) no-repeat;

}
* html #escapeplan_content_right_section1 {
	width: 235px;
}

#escapeplan_content_right_section2 {

	float: left;

	width: 200px;

	height: 232px;

	

}

* html #escapeplan_content_right_section2 {
	width: 235px;
}

/* Right Locations */

#escapeplan_location{
	margin-top:5px;
	width : 200px;
	height: 210px;
}

.escapeplan_location_box{
	margin: 3px 10px 0px 10px;
	font-weight:bold;
	width : 190px;
	height: 40px;
	text-decoration:none;
	font-size:11px;

}

.escapeplan_location_box_text{
		float:left;
		margin: 10px 0px 0px 10px;
}

.escapeplan_location_box_text a{
		float:left;
		color:#ca721d;
		text-decoration:none;

}
.escapeplan_location_box_text a:hover{
	color :#7b440e;
	vertical-align:middle;
	float:left;
	text-decoration:none;
}

/* Reservation Form */
#escapeplan_form{
	margin-top:5px;
	width : 200px;
	height: 250px;
}

.escapeplan_form_roll{
	margin: 10px 0px 0px 10px;
	width : 90px;
	float:left;
}
* html .escapeplan_form_roll{
	margin: 5px 0px 0px 5px;
}
.escapeplan_form_roll label{
	color : #7ba212;
	font-weight:bold;
	font-size:13px;
}

.escapeplan_form_roll input{
	width : 80px;
	height: 12px;
	font-size:9px;
}


.escapeplan_form_col{
	margin: 10px 0px 0px 10px;
	width : 195px;
	float:left;
	color : #7ba212;
}

.escapeplan_form_col select{
	margin: 0px 0px 0px 2px;
}
* html .escapeplan_form_col{
	margin: 5px 0px 0px 5px;
}
.escapeplan_form_col label{
	color : #7ba212;
	font-weight:bold;
	font-size:13px;
}

#button{
	background: url(images/escapeplan_button.jpg); 
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin: 0 0 0 90px;
	padding: 0 6px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 65px;
}

#escapeplan_content_footer {

	float: left;

	width: 759px;

	height: 27px;

	background: url(images/escapeplan_content_footer.jpg) no-repeat;

}

#escapeplan_footer_section {

	float: left;

	width: 759px;

	height: 50px;

	color: #adad7b;

}

#escapeplan_footer_left {

	float: left;

	padding: 40px 0px 0px 0px;

	text-align: center;

}

#escapeplan_footer_left a{

	color : #adad7b;

}

#escapeplan_footer_right {

	float: left;

	padding: 50px 0px 0px 50px;

}

.line {

	border-bottom: dashed 1px #fff;

	width: 100%;

}
<style type="text/css">
.cornered{display:block}
.cornered *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#D81A02}
.cornered1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dd320a;
  border-right:1px solid #dd320a;
  background:#e14510}
.cornered2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d91f03;
  border-right:1px solid #d91f03;
  background:#e14811}
.cornered3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e14811;
  border-right:1px solid #e14811;}
.cornered4{
  border-left:1px solid #dd320a;
  border-right:1px solid #dd320a}
.cornered5{
  border-left:1px solid #e14510;
  border-right:1px solid #e14510}
.corneredfg{
	background:#D81A02;
	font-size: 14px;
}
</style>

<style type="text/css">
.mediquote{display:block}
.mediquote *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#F6EFDC}
.mediquote1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fbf8ef;
  border-right:1px solid #fbf8ef;
  background:#f8f3e4}
.mediquote2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fefdfb;
  border-right:1px solid #fefdfb;
  background:#f7f2e2}
.mediquote3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f7f2e2;
  border-right:1px solid #f7f2e2;}
.mediquote4{
  border-left:1px solid #fbf8ef;
  border-right:1px solid #fbf8ef}
.mediquote5{
  border-left:1px solid #f8f3e4;
  border-right:1px solid #f8f3e4}
.mediquotefg{
  background:#F6EFDC}
</style>

