/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: url(../images/bg/main_bg.jpg) no-repeat;
	margin: 0 auto;
	width:auto;
	background-color:#f9f7f2;
}

.wrap {
	margin: 0 auto;
	width: 940px;

	margin-bottom:10px;
	overflow:hidden;
}

.wpslider {
	float:left;
	margin-left:10px;
	width: 600px;
	margin-bottom:10px;
	overflow:hidden;
}
.wrap-footer {
	margin: 0 auto;
	width: 978px;
	margin-bottom:10px;
	overflow:hidden;
}

.columns {
    margin-top:10px;

}

.center {
    text-align:center;
	display:block;
	margin:0 auto;
}

a {
	text-decoration: underline;
	font-style:none;
	color:#dcab57;
}

a:hover {
	text-decoration: none;
	color:#febd4b;
}

p {
    margin-top:15px;

}

p, li {
	color: #797777;
	font-size: 12px;
	line-height: 1.5em;
	text-shadow:0 1px 0 #fff;
}

h1 {
	text-shadow:0 1px 0 #fff;

}

h2, h3, h4 {
	text-shadow:0 1px 0 #fff;
}

h1 {
	font-size: 32px;
	color: #333232;
}


h2 {
	font-size: 28px;
	color: #333232;
}


h3 {
	font-size: 22px;
	color: #333232;
	font-weight: normal;
}

h4 {
	font-size: 20px;
	color: #333232;
}

h5 {
	font-size: 18px;
	color: #797979;
}


h6 {
	font-size: 16px;
	color: #797979;
}

h7 {
	font-size: 18px;
	color: #797979;
	text-align:center;
}

img.left {
	margin-right: 10px;
}

img.right {
	margin-left: 10px;
}

ul {
	list-style: none;
}

strong {
	font-weight: bold;
}



.divider {
	background: url(../images/divider.png) repeat-x;
	height: 2px;
    margin:0;
}

.left {
    float:left;
}

.right {
    float:right;

}

a.zoom {
    position: relative;
    display: block;
    background: url(../images/icon_zoom.png) center center no-repeat;
    margin: 0;
    padding: 0;
}


/* ============ column setting ============ */

.one-fourth {
    width:220px;
}

.one-half {
    width:460px;
}

.one-half-slider {
    width:440px;
}

.one-half-half {
    width:220px;
}

.one-third {
    width:300px;
}

.two-third {
    width:610px;
}

.two-third-slider {
    width:580px;
}

.fullwidth {
    width:940px;
}

.one-fourth, .one-half, .one-third, .two-third ,.one-half-slider,.one-half-half, .two-third-slider{
    margin-left:20px;
    float:left;
}

.first {
    margin-left:0;
}

.last {
    margin-right:0;
}

/* ============= Buttons ==================  */

/* -------------- small buttons ------------------------------------------*/

.small-button {

}

.small-button a {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
    text-decoration:none;

  }
.small-button a span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

a.smallbtn {
    float:left;
    font-size:13px;
}
a.smallbtn span {
    height:25px;
    line-height:25px;
    color:#fff;
	text-shadow: 0px 1px 0px #51565b;
}

a.smallbtn:hover {
    float:left;
    font-size:13px;
}


a.smallbtn:hover span{
    height:25px;
    line-height:25px;
}


/* -------------- medium buttons ------------------------------------------*/


.medium-button {

}

.medium-button a {
    border:0;
    cursor:pointer;
    padding:0 15px 0 0;
    text-align:center;
    text-decoration:none;

  }
  
.medium-button a span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 15px;
}

a.mediumbtn {
    float:left;
    font-size:14px;
}
a.mediumbtn span {
    height:42px;
    line-height:42px;
	font-weight:bold;
}

a.mediumbtn:hover {
    float:left;
    font-size:14px;
}


a.mediumbtn:hover span{
    height:42px;
    line-height:42px;
}


/* -------------- big buttons ------------------------------------------*/


.big-button {

}

.big-button a {
    border:0;
    cursor:pointer;
    padding:0 20px 0 0;
    text-align:center;
    text-decoration:none;

  }
  
.big-button a span {
    position:relative;
    display:block;
    white-space:nowrap;
    padding:0 0 0 20px;
}

a.bigbtn {
    float:left;
    font-size:18px;
}
a.bigbtn span {
    height:50px;
    line-height:50px;
	font-weight:bold;
}

a.bigbtn:hover {
    float:left;
    font-size:18px;
}


a.bigbtn:hover span{
    height:50px;
    line-height:50px;
}



/* ========================== Header Styles ========================== */
#header {
	height: 80px;
}

.header {
     margin-top:20px;
}

#header img, #header h1 {
	float: left;
}

#header p {
	color: #454544;
	float:left;
	font-size: 14px;
	margin: 32px 0 0px 10px;
	font-style:italic;
}

#header .phone_number {
    float:right;
	color:#FF6;
    margin-top:25px;
}


/* ========================== Inner content Styles ========================== */
#inner {
    width:990px;
    margin:0 auto;
	margin-top:20px;
    margin-bottom:30px;
	overflow: hidden;
}

#inner .inner_top {
    background: url(../images/content_top_bg.png) no-repeat;
    width:990px;
    height:15px;

}

#inner .inner_mid {
    background: url(../images/content_mid_bg.png) repeat-y;
    width:990px;
	overflow: hidden;
}

#inner .inner_bottom  {
    background: url(../images/content_bottom_bg.png) no-repeat;
    width:990px;
    height:15px;
}

#inner .content_area {
   width:925px;
   margin:0 auto;

}


/* =========================== Featured area ======================== */

.featured-form {
	margin: 0 auto;
	color: #f9f9f9;
	background: url(../images/patterns/pattern-3.png) repeat;
	padding:20px;
	font-size: 12px;
	border:1px solid #cdc399;
}

.featured-form p {
    margin-bottom:10px;
}

h3.form-title {
	background: url(../images/download-icon.png) top left no-repeat;
	padding:20px 0 0 74px;
	height:44px;
}

.fieldDiv { width:256px;  margin:0 0 0; }

.fieldDiv .inputbg {

	background: #fff;
	width:396px;
	height:13px;
	margin: 10px 0 10px 0;
	padding:10px;
	color:#777676;
	text-align:left;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border:1px solid #cdc399;

   -moz-box-shadow:inset 0 0 5px #d9d9d9;
   -webkit-box-shadow:inset 0 0 5px #d9d9d9;
   box-shadow:inset 0 0 5px #d9d9d9;
}

.subscribebtn {

}
#contentbtn {
	padding-left:85px;
}


/*--------------------------- slider area -----------------------------*/
#slider-area {
	width:940px;
	position: relative;
	background: url(../images/bg-slider.png) no-repeat;
	overflow:hidden;
	padding:20px;
}

#slider-area2 {
	width:600px;
	position: relative;
	overflow:hidden;
	padding:20px;
}

#slider-area p {
	color:#777676;
	text-shadow:none;
}

/*------------------------ anything slider -------------------------*/

#slider {
	
	width: 580px;
	height: 362px;
	overflow: hidden;
}

#booking {
	margin-left:40px;
	margin-top:11px;
	width: 300px;
	float:left;
	overflow: hidden;
}
#slider ul#panel li.slide { 

	width: 600px;
	height: 362px;
	overflow: hidden; 
	display: block;
}

#prev-button, #next-button, .arrow { 
	display: none;
	position: absolute;
	top: 163px;
	z-index: 1000;
	text-indent: -9999px;
}

#prev-button, .back {
	left: 0px;
}

#next-button, .forward { 
	right: 0px;
}														

#prev-button a, #next-button a, .arrow a {  
	display: block;
	position: relative;
	width: 37px;
	height: 36px;
}	

#prev-button a, .back a {
	background: url(../images/slider-arrows.png) no-repeat left bottom;	
}

#next-button a, .forward a { 
	background: url(../images/slider-arrows.png) no-repeat right bottom;	
}	

#prev-button a, .back a:hover {
	background: url(../images/slider-arrows.png) no-repeat left top;	
}

#next-button a, .forward a:hover { 
	background: url(../images/slider-arrows.png) no-repeat right top;	
}	

/*-------------------------- static area -------------------------------*/
#static-area {
	margin:0 auto;
	position: relative;
	overflow:hidden;
}



/*--------------------------- content ------------------------------*/
.note {
	float:left;	
    text-align:left;
    font-size: 10px;
    color: #828282;
    margin-left:20px;
}

.or {
    display:block;
	float:left;
	width:100px;
	height:22px;
	background:url(../images/or.png) no-repeat center;
}
 
 
.keys h5 {
	line-height:40px;
	
}

.keys img {
	float:left;
	margin:18px 15px 0 0;
}

.slogan {
	float:left;
	margin-right:20px;
}

.slogan h2 {
	line-height:50px;
	padding:10px 0 0;
}

.slogan p {
	padding:0;
	margin:0 0 0 0;
	height:26px;
    background:url(../images/quote.png) top left no-repeat;
    color:#797979;
	
    font-family:Georgia, serif;
    font-size:14px;
	padding-top:2px;
    padding-left:40px;
}

.video-featured {
	background:#fafafa;
	padding:4px;
	border:1px solid #e4e4e4;
}

.video-small-bg {
	width:460px;
	height:243px;
    background:url(../images/video-bg.png) top left no-repeat;
}

.video-small {
	position:absolute;
	margin-left:5px;
	margin-top:5px;
}



p.quotes {
	padding:0;
	margin:15px 0 0 0;
    background:url(../images/quote.png) no-repeat 10% 0px;
    color:#909090;
    font-family:Georgia, serif;
    font-size:16px;
	font-style:italic;
    padding-left:40px;
}

.info-box p.quotes {
	padding:0;
	margin:15px 0 0 0;
    background:url(../images/quote.png) no-repeat 8% 0px;
    color:#909090;
    font-family:Georgia, serif;
    font-size:16px;
	font-style:italic;
    padding-left:40px;
}

#slider-area .left-quotes {
	padding:0;
	margin:15px 0 0 0;
    background:url(../images/quote.png) no-repeat 0% 2px;
    color:#8d8c8c;
    font-family:Georgia, serif;
    font-size:14px;
	font-style:italic;
    padding-left:40px;
}
a.ext-link span {
	display:block;
	text-decoration:underline;
	margin-left:40px;
	font-style:none;
}


/*------------------------- info box ----------------------------*/
.info-box {
	margin:0 auto;
	height:auto;
	overflow:hidden;
	padding:20px;
	background: url(../images/patterns/pattern-1.png) repeat;
	border:1px solid #a9c0c0;
}


/*----------------------- dropcap -------------------------*/

span.dropcap {
	display:block;
	float:left;
	text-align:center;
	font-weight:bold;
	margin:0 8px 0 0;
    width:40px;
	height:30px;
	padding:10px 0 0;
	background: #febd4b;
	color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* -------------------  tables ---------------------------------*/

table, td, th {
	vertical-align:middle;
	text-align:center;
}

table {
	border-collapse:collapse;
	background:#f1f1f1;
	border-spacing:0;
	border:1px solid #e5edf0;
	width:100%;
	text-align: left;

	-moz-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,0.1);
	box-shadow:0px 3px 4px rgba(0,0,0,0.1);

	-moz-border-radius:4px;
	border-radius:4px;
}

th{
	color: #f4f4f4;
	border:1px solid #e5edf0;
	border-bottom:none;
	padding:10px;
	font-size:14px;
	line-height:1.5em;
	text-transform:uppercase;
	text-shadow:none;
	background: #5e5e5e;
}

td{
	color: #909090;
	padding:10px;
	font-size:12px;
	background:#fcfcfb;
	border:1px solid #e5edf0;
}

td, th{
	border-bottom: 1px solid #e5edf0;
}



/*---------------------------- pricing table ----------------------*/



table.pricing {

    border: none;
    background:none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;

	-moz-box-shadow:0;
	-webkit-box-shadow:0;
	box-shadow:0;
    margin:0;
    padding: 0;
    margin-bottom:0;
    width: 100%;
    color: #191919;
    border:1px solid #e5edf0;
}

table.pricing table.column { margin: 0; border: none; padding: 0; position: relative; }

table.pricing table.column th {
    background:#e6691e;
    text-transform:none;
    text-shadow:none;
    font-family:'Lobster',sans-serif;
    font-size:22px;
}

table.pricing table.basic th {
    background:#589cb6;
    border:1px solid #589cb6;
    border-bottom:none;
}

table.pricing table.bronze th {
    background:#414141;
    border:1px solid #414141;
    border-bottom:none;
}

table.pricing table.silver th {
    background:#b2b1b1;
    border:1px solid #b2b1b1;
    border-bottom:none;
}

table.pricing table.gold th {
    background:#b98a37;
    border:1px solid #b98a37;
    border-bottom:none;
}

table.pricing table.platinum th {
    background:#946890;
    border:1px solid #946890;
    border-bottom:none;
}





.idd { position: relative; z-index: 9999; }



table.pricing .price {
    font-size:12px;
    text-align: center !important;
    }

table.pricing .price strong {font-family: Arial, Helvetica, sans-serif; font-size: 2.2em; line-height: 1em;}
 { border: 2px solid #aa173b; }

table.pricing .orderbtn {
    text-align:center;
}

.pricingbtn  {
    margin-left:18px;
}



table.pricing tr > * { border-top:none; border-bottom: 1px solid #e5edf0;
border-top: none;
}




/*================== Hiden content =======================*/
.hide {
    display:none;
}

#contact-form{
    border:1px solid #f0f0f0;
    padding:20px;
    background:#f1f1f1;
}

.notification_error,.notification_ok{
    margin:10px 0px 10px 0px;
    line-height:1.5em;
    font-size:13px;
    color:red;
}

.notification_ok {
    color:#b0b2b3;
}

#contact-form h4 {
    margin:5px 0px 6px 0px;
    color:#797979;
    border:none;

}

#contact-form li{
    list-style:none;
    padding:10px 0px 10px 0px;
    clear:both;
}

#contact-form input{
    color:#909090;

    float:left;
    width:220px;
    height:20px;
    border:1px solid #DDD;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding-left:10px;
}

#contact-form label{
    font-size:12px;
    width:120px;
    line-height:20px;
    float:left;
    color:#b0b2b3;
}

#contact-form textarea{
    width:220px;
    height:140px;
    float:left;
    border:1px solid #DDD;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding-left:10px;
}

#contact-form input:hover, #contact-form textarea:hover,
#contact-form input:focus, #contact-form textarea:focus {
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#contact-form button{
    width:100px;
    height:25px;
    margin:10px 0px 0px 0px;
    padding:0 0 0;
    color:#445720;
    text-shadow:0 1px 1px #e7fbc0;
    font-size:12px;
    text-align:center;
    line-height:1.5em;
    cursor:pointer;
    background:url(../images/contact_submit.png);
    border:0px;
}

}

/* ========================== featured Styles ========================== */

.featured_area {
    margin-top:10px;
}


.featured_area p {
	color: #909090;
	font-size: 12px;
	margin-bottom: 0;
	text-shadow: 0px 1px 0px #fff;
	line-height:1.5em;
	margin-top:0;
	padding-top:20px;
}

.featured_area h2 {
	color: #eff0f1;
	font-size: 26px;
	margin-bottom: 0;
	text-shadow: 0px -1px 0px #1a1b1f;
}

p.sub {
    background:url(../images/quote.png) center left no-repeat;
	color: #04b8c3;
	text-shadow: 0px 1px 0px #fff;
	font-style:italic;
	padding-left:40px;
}

.featured_text {
	overflow:hidden;
}

.featured_text h4 {
    margin-top:20px;
}



/*------------------ featured video --------------*/

.video {
    padding:0;
    margin-top:10px;
    float:right;
}

p.video {
   padding-top:12px;
}

.video ul li {
    margin-bottom:0;
}

.video-full {
    margin-top:20px;
    width:913px;
    padding:5px;
	background:#f1f1f1;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	border:1px solid #dfdddd;
   -moz-box-shadow:inset 5px #f1f1f1;
   -webkit-box-shadow:inset 5px #f1f1f1;
   box-shadow:inset 5px #f1f1f1;

}


.video-half {
    width:444px;
    padding:3px;
	background:#f1f1f1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #dfdddd;

    
}

.video_shadow {
    height:16px;
    background:url(../images/half_shadow.png) no-repeat bottom center;
}

.full_video_shadow {
    height:15px;
    background:url(../images/full_shadow.png) no-repeat bottom center;
}





/*-------------------------- list style ---------------------------------*/
ul.features {
	list-style:none;
}

ul.features li {
	color: #797979;
	text-shadow: none;
	line-height:1.5em;
    background:url(../images/checklist.png) no-repeat 0% 2px;
    padding-left:25px;
}


/* ========================== Tab content ================================ */

/*------- screenshots -------------*/

ul#screenshots {
    list-style:none;
}

ul#screenshots li {
    float:left;
    width:135px;
    margin-left:10px;
}

ul#screenshots li img {
    background:#f1f1f1;
    border:1px solid #dfdddd;
    padding:9px;
}

ul#screenshots li.first {
    margin-left:0;
}

/*-------- sub cols -----------*/

.tab-one-half {
    width:275px;
    float:left;
}

.inner_tab .first {
    margin-left:0;
}


/* ========================== Newsletter Styles ========================== */

.newsletter {
	margin: 0 auto;
	margin-top:20px;
	color: #f9f9f9;
	background: url(../images/patterns/pattern-1.png) repeat;
	padding:20px;
	padding-top:0px;
	font-size: 12px;
	border:1px solid #a9c0c0;
}

.newsletter p {

}

.searchDiv { width:256px;  margin:15px 0 0; }

.searchDiv .inputbg {

	background: #fff;
	width:236px;
	height:13px;
	margin: 10px 0 10px 0;
	padding:10px;
	color:#909090;
	text-align:left;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border:1px solid #a9c0c0;

   -moz-box-shadow:inset 0 0 5px #d9d9d9;
   -webkit-box-shadow:inset 0 0 5px #d9d9d9;
   box-shadow:inset 0 0 5px #d9d9d9;
}

.subscribebtn {
    float:left;
    margin-top:5px;
}




/*----- Testimonial ------*/

.testimonials {
    width:100%;
}

.full .testimonials {
    margin:0 auto;
    width:940px;
}

.testimonials ul {
}

.testimonials ul li {
    line-height:1.5em;
    color:#e3e1e1;
}

.testimonials span.meta {
    font-size:12px;
    font-weight:bold;
    float:right;
    line-height:1.5em;
    color:#797979;
}


.testimonials p {
	margin-top:0;
	height:26px;
	font-size:18px;
	padding:20px;
	padding-top:0;
    background:url(../images/quote.png) no-repeat 0% 2px;
    color:#909090;
    font-style:italic;
    font-family:Georgia, serif;
    padding-left:40px;
}


/* ========================== Booking ========================== */

.booking {
	margin: 0 auto;
	color: #f9f9f9;
	background: url(../images/patterns/pattern-1.png) repeat;
	padding:20px;
	font-size: 12px;
	border:1px solid #a9c0c0;
	height:66px;
}

.bookingvert {
	margin: 0 auto;
	color: #f9f9f9;
	background: url(../images/patterns/pattern-1.png) repeat;
	padding:20px;
	border:1px solid #a9c0c0;
	height:200px;
}
.booking p {

}

.bookingslogan {
	width:230px;
	float:left;
	padding-top:6px;

}
.bookDiv {
	width:100%;
	height:auto;
}

.bookDiv .inputbg {

	background: #fff;
	width:236px;
	height:13px;
	margin: 10px 10px 10px 0;
	padding:10px;
	color:#909090;
	text-align:left;
	float:left;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	border:1px solid #a9c0c0;

   -moz-box-shadow:inset 0 0 5px #d9d9d9;
   -webkit-box-shadow:inset 0 0 5px #d9d9d9;
   box-shadow:inset 0 0 5px #d9d9d9;
}

#bkngbtnorange {
	background:url(../images/buttons/orange/btn_bkng_1.png) left no-repeat;
	border:0;
    cursor:pointer;
    text-align:center;
    text-decoration:none;
	float:left;
    font-size:18px;
	height:50px;
    line-height:50px;
	font-weight:bold;
	color: #7D5D1D;
    text-shadow: 0 1px 0 #FFEF49;
	width:201px;
	
}
#checkin {
	color:#666;
	font-size:16px;
	width:auto;
	float:left;
	top:5px;
	text-decoration:none;
	margin-right:20px;
}
#checkout {
	color:#666;
	font-size:16px;
	width:auto;
	float:left;
	top:5px;
	text-decoration:none;
	margin-right:20px;
	
}
#bookingbtn {
	padding-top:8px;
	float:left;
	
}

/* ========================== Footer content Styles ========================== */

.footer {
	background: url(../images/patterns/pattern-2.png) repeat;
	height:auto;
	overflow:hidden;
	padding:20px;
	padding-bottom:20px;
	border:1px solid #e3e2e2;
	border-right:none;
	border-left:none;
}
/*------- gallery -------------*/

#gallery {
    /*margin-top:15px;*/
	width:620px;
}
.gallery {
	width:620px;
	float:left;
	display:block;
}

ul#gallery {
    list-style:none;
}



ul#gallery li {
    float:left;
    width:95px;
    margin-left:5px;
    margin-top:5px;
}


ul#gallery li img {
    background:#f1f1f1;
    border:1px solid #dfdddd;
    padding:3px;
}

ul#gallery li.first {
    margin-left:0;
}


.contact {
    margin-top:20px;
    width:295px;
}


.twitter-block {
    margin-top:15px;
    color:#b0b2b3;
}


#twitter {
	width: 295px;
	float: left;
}
#twitter ul {
	padding: 0;
	margin: 0;
	float: left;
}
#twitter ul li {
    background:url(../images/balloon-twitter.png) top left no-repeat;
	line-height: 1.8em;
	float: left;
    margin-bottom:10px;
	padding-left:35px;
}
#twitter ul li a {
	padding: 0;
}
#twitter ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #444444;
}


.copyright {
    float:left;
}

.copyright p {
	float:left;
    padding:0;
    margin-top:5px;
    line-height:1.5em;
}

.footerlinks {
	margin-left:20px;
    margin-top:5px;
	float:left;
	    line-height:1.5em;
	font-size:12px;
}

/*--- Social ---- */

.social {
    float:right;
}

/*----------- social ----------------------*/
.social a{
	display: block;
	width: 32px;
	height: 32px;
	opacity: 0.7;
	margin-left: 10px;
	float:left;
}

.social a:hover{
	opacity: 1.0;
}

.social span {
    display:none;
}



#facebook-icon{
	background: url(../images/social/facebook_32.png);
}

#twitter-icon{
	background: url(../images/social/twitter_32.png);
}

#youtube-icon{
	background: url(../images/social/youtube_32.png);
}

#instagram-icon{
	background: url(../images/social/instagram_32.png);
}

#pinterest-icon{
	background: url(../images/social/pinterest_32.png);
}


/*----------------------- misc ----------------------*/

em {
	text-decoration:underline;
	font-style:none;
}

span.highlight {
	text-decoration:underline;
	color:#febd4b;
}

.clear {
	clear: both;
	overflow: hidden;
}

.spacer5 {
	margin-top:5px;
}


.spacer10 {
	margin-top:10px;
}


.spacer15 {
	margin-top:15px;
}


.spacer20 {
	margin-top:20px;
}

.midcenter {
	margin:0 auto;
	width:100%;
	float:none;
	display:block;	
	clear:both;
}


.webcams{
	margin-left:20px;
	margin-bottom:10px;
	float:left;
	width:220px;
	display:block
	}
	
	.webcams h5{

	margin-bottom:15px;
	
	}
.right-col {
	width:300px;
	float:right;
	display:block;
}