
/* CSS Reset
*******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	*vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}

/* General
*******************************************************************************/

body {
	background: #6abfe5 url('../images/main_bg.gif') repeat-x;
	margin-top: 14px;
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #3399cc;
	font-size: 11px;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.copyright:link, a.copyright:visited {
	color: #fff;
	font-size: 9px;
	text-decoration: none;
}

a.copyright:hover { text-decoration: underline; }

a, p, ul, ol, li, td, div {
	color: #494949;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	vertical-align: top;
	line-height: 16px;
}

p {	margin-bottom: 10px; }

h4.header {
	color: #cc3300;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}

.sub { color: #000; font-weight: bold; }
.small { font-size: 10px; }

ul {
	list-style: square !important;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -20px;
}

ul li{
	margin-left: 35px;
	line-height: 16px;
	background: url(../images/red_bg_grey_arrow.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 15px;
}

.clearing{
	clear: both;
}

sup {
	position: relative;
	top: -3px;
	font-size: 9px;
}

.red{
	color: red;
}

.borderbottom{
	border-bottom: 1px solid #E1E1E1;
}

.td_fix{
	padding-top: 6px !important;
}

/* Content
*******************************************************************************/


table.maintable {
	width: 1028px;
	height: 100%;
	padding: 0px;
	background: url('../images/inner_bg.gif');
	margin: auto;
}

td.h100 { height: 100%; }

td.copyright {
	padding-left:5px;
	padding-top:10px;
	width: 963px;
	vertical-align: middle;
	text-align: left;
	font-size: 9px;
	color: #fff;
	background-color: #494949;
}

td.blank { background-color: #6abfe5; }

td.box { 
background-color: #e6e6e6;
border: 1px #cccccc solid;
padding: 15px;
}

td.box2 { 
background-color: #E6E6E6;
border: 1px #CCC solid;
padding: 6px 10px 6px 10px;
}

#home_pad { padding: 20px 30px 30px 25px; }
#inside_pad { padding: 10px 30px 30px 25px; }

td.line { 
border-bottom: 1px #cccccc solid;
padding: 6px 10px 6px 10px;
}

td.noline { 
padding: 6px 10px 6px 10px;
}

.main_title{
	background: #D73030;
	width: 595px;
	padding: 3px;
}

.main_title h3{
	color: #FFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 11px;
	margin-left: 23px;
}

.apartments{
	margin-top: 30px;
	clear: both;
	display: block;
}

.apartment_box {
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	height: 225px;
}

.apartment_box_title{
	display: block;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #D73030;
	height: 23px;
}

.apartment_box_pic{
	float: left;
}

.apartment_box_text{
	padding: 23px;
	padding-bottom: 25px;
	*padding-bottom: 23px;
	background: #E6E6E6;
	margin-bottom: 1px;
	display: block
}

.apartment_title{
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	margin-bottom:22px;
	margin-top:-38px;
	padding-top:0;
	font-weight: normal;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.icons{
	display: block;
	margin-bottom: 18px;
	margin-left: 400px;
}

.icons img{
	margin-right: 3px;
}


.icons_grey {
	margin-top: 20px;
}

.icons_grey span{
	margin-right: 5px;
}

.icons_grey_rates {
	margin-top: 0px;
}

.icons_grey_rates span{
	margin-right: 5px;
}

div.photo_gallery {
	margin-left: 10px;
	margin-top: 12px;
	*margin-top: 40px;
	overflow: hidden;
	display: block;
}

.photo_gallery a:link, .photo_gallery a:visited{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 3px;
	border: 1px solid #E1E1E1;
}

.photo_gallery a:hover{
	padding: 2px;
	border: 2px solid #D73030;
}


.mini_gallery p{
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	display: block;
	width: 270px;
}


.rates_table{
}

.rates_view {
	margin-top: -5px;
}

.rates_table td{
	border-bottom: 1px solid #E1E1E1;
	padding: 8px;
}

.padding_table td{
	padding: 4px;
}

.rates_daily {
	text-align: center;
	color: #D73030;
	font-weight: bold;
}

.rates_6days {
	text-align: center;
	color: #D73030;
	font-weight: bold;
}

.rates_price1 {
	text-align: center;
}

.rates_price2 {
	text-align: center;
}

.submit_button{
	padding: 4px;
	font-weight: bold;
	color: #FFF;
	background: #D73030;
	cursor: pointer;
	border: 0;
}

.lists1 li{
	margin-bottom: 1px;
	padding: 8px;
	background: #EFEFEF url(../images/red_bg_grey_arrow.gif) no-repeat 12px 12px;
	list-style: none;
	width: 308px;
	*width: 330px;
	padding-left: 30px;
}

.lists1 ul{
	margin-left: -35px;
}

.lists1 li:hover{
	background: #E1E1E1 url(../images/red_bg_grey_arrow.gif) no-repeat 12px 12px;
}

.lists1 h5{
	background: #D73030;
	color: #FFF;
	padding: 8px;
	width: 330px;
	margin-bottom: -9px;
}

.view_features1{
	margin-top: 12px;
	margin-right: 15px;
	text-align:right;
}

.localtime{
	color: #D73030;
	font-weight: bold;
}

.view_long_term_rates {
	margin-top: 15px;
}

.reservation_box1{
	padding: 25px;
	width: 675px;
	*width: 729px;
	border: 1px solid #008AC2;
}

#terms_conditions {
	width: 100%;
	height: 220px;
}

.reservation_box1 h5{
	color: #D73030;
	margin-bottom: 25px;
}

.reservation_box1 td{
	padding: 4px;
}

#reservation_form{
	margin-top: 20px;
}

#reservation_form h5.reservation_title{
	background: #008AC2;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 0px;
	color: #FFF;
	width: 702px;
	*width: 100%;
}

.reservation_box_inside{
	background:#E1E1E1; font-weight: bold; padding: 10px; padding-left: 15px;
}

.title_link{
	float:right;
	margin-right: 12px;
	margin-top: -27px;
	text-align: right;
}

.title_link a:link, .title_link a:visited{
	color: #E6F4F9 !important;
	font-weight: normal;
	position: relative;
	top: -4px;
}

.title_link a:hover{
	color: #FFF !important;
	font-weight: normal;
	text-decoration: none;
}

.title_link img{
	position: relative;
	top: 5px;
	border-left: 5px solid #008AC2;
}

.borderbottom2{
	width:100%;
	height:1px;
	border-bottom:1px solid #E1E1E1;
	display: block;
	margin-top: 0px;
	*margin-top:-15px;
}

.ul_overview{
	 margin-top: 2px;
	 margin-left: -35px;
	 margin-bottom: 0px !important;
}

.reservation_inside_table{
	margin-left: 17px;
	width: 600px;
}

.reservation_inside_table2{
	margin-left: 17px;
	width: 210px;
	float: left;
	margin-right: 15px;
}

.reservation_inside_table3{
	margin-left: 17px;
	width: 210px;
	float: left;
}



/* Tabs
*******************************************************************************/

.tabs_content {
	padding-top: 20px;
}


.panel {
	clear: both;
	display: none;
	padding: 30px;
	border: 1px solid #D73030;
	width:667px;
	*width:720px;
	overflow: hidden;
}

.panel.active-tab-body {
	display: block;
}


#tabs {
	margin-top: -10px;
	list-style: none;
	margin-left: -1px !important;
}

#tabs li {
	float: left;
	list-style: none;
	margin-left: 0px !important;
	padding: 0px;
	background: none !important;
}

#tabs a {
	float: left;
	padding: 10px 30px;
	margin-left: 1px;
	text-decoration: none;
	background-color: #EFEFEF;
	color: #666;
	font-weight: bold;
}

#tabs a:hover {
	background-color: #CCC;
}


#tabs a.active-tab {
	background-color: #D73030;
	padding: 10px 30px;
	color: #FFF;
	font-weight: bold;
}

#tabs a.active-tab:hover {
	background-color: #D73030 !important;
	padding: 10px 30px;
	color: #FFF;
	font-weight: bold;
}

.tab_book_now:link, .tab_book_now:visited {
	padding: 10px 30px;
	float: left;
	position: relative;
	top: -10px;
	left: 1px;
	margin-bottom: -12px;
	text-decoration: none;
	background-color: #EFEFEF;
	color: #666;
	font-weight: bold;
}

.tab_book_now:hover {
	background-color: #CCC;
}

.about_pic{
	padding: 6px;
	border: 1px solid #E1E1E1;
	display: block;
	width: 150px;
	text-align: center;
}

.extraspace{
	margin-bottom: 22px;
}

.tick_agree {
	cursor: pointer;
}

.interweb { float:right; position:relative; top:-4px; }


