/*________--------CONTENTS--------________

00MAINDIVS
01HEADER
02NAV
03CONTENT
04FOOTER
05LINKS
06TEXTMARGINS

/*________--------END CONTENTS--------________*/



/*________--------00MAINDIVS--------________*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	min-height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #E7E3E7;	
}

#wrap
{

	width: 990px;
	padding-top: 10px;
	text-align: left;
	margin: auto;
	background: #FFFFFF;
}

#wrap_inner
{
	width: 970px;
	margin: 0 10px 10px 10px;
}

#wrap:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#left
{
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-top: 10px;
}

#right
{	
	float: left;
	width: 750px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*________--------01HEADER--------________*/

#header
{
	float: left;
	width: 970px;
	margin-bottom: 5px;
}

/*________--------02NAV--------________*/

#nav
{
	/*total height 210px total width 210px;*/
	float: left;
	width: 210px;
	height: 255px;
	margin-bottom: 20px;
	background: url(images/graphics/nav_background.jpg);
}

#nav ul
{
	font-size: 1em;	
}

#nav li
{
	margin:0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: url(images/graphics/seperator_nav.gif) 0 100% no-repeat;
}

#nav li.last_link
{
	background: none;
}

#nav a:link, #nav a:visited
{
	/*total height 24px total width 206px;*/
	width: 190px;
	display: block;
	margin-left: 20px;
	padding: 11px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#nav a:hover
{
	color: #5282C6;
}

#nav a.active_nav
{
	color: #5282C6;
}

#nav_testimonial
{
	position: relative;
	float: left;
	width: 185px;
	height: 249px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 11px;
	background: url(images/graphics/testimonial_background.jpg) no-repeat;
}

#nav_testimonial_loading
{
	position: absolute;
	left: 0;
	top: 0;
	background: red;
}

#nav_testimonial a
{
	font-size: 0.7em;
}

/*________---------03CONTENT--------________*/

#content
{
	width: 750px;
}

#content_left
{
	float: left;
	width: 540px;
	margin-right: 10px;
}

#content_right
{
	float: left;
	width: 200px;
	margin-top: 20px;
	text-align: right;
}

#content_right img
{
	margin-bottom: 10px;
}

#rooms_links
{
	float: left;
	width: 750px;
	margin-bottom: 20px;
}

#rooms_links ul
{
	font-size: 0.75em;
}

#rooms_links li
{
	padding-left: 12px;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(images/graphics/bullet_point_blue.gif) no-repeat 0px 5px;
}

.rooms_list
{
	float: left;
	width: 150px;
}

table.weekly
{
	width: 100%;
	font-size: 0.75em;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.short
{
	width: 650px;
	font-size: 0.75em;
	margin-bottom: 30px;
	border-collapse: collapse;
}

th
{
	text-align: left;
	background: #5282C6;
	color: #FFFFFF;
}

td, tr, th
{
	border: 1px solid #5282C6;
	padding: 4px;
	text-align: center;
}

.left_align
{
	text-align: left;
}

#contact_left
{
	float: left;
	width: 310px;
	margin-right: 10px;
}

#contact_right
{
	float: left;
	width: 430px;
	text-align: right;	
}

/*________---------04FOOTER--------________*/

#footer
{
	/*total height 22px total width 990px;*/
	float: left;
	width: 970px;
	height: 93px;
	margin-bottom: 10px;
	background: #FFFFFF url(images/graphics/footer_background.jpg) no-repeat;
	color: #FFFFFF;
}

#footer_top
{
	float: left;
	width: 970px;
	height: 65px;
	margin-top: 8px;
	text-align: center;
	font-size: 1.2em;
}

#footer_top p
{
	margin-bottom: 6px;
}

#footer_bottom
{
	float: left;
	width: 970px;
	height: 20px;
}

#footer_bottom a:hover
{
	text-decoration: underline;
}

#footer_left
{
	width: 450px;
	float: left;
	margin-left: 5px;
	display: inline;
}

#footer_left a
{
	color: #FFFFFF;
}

#footer_right
{
	width: 450px;
	float: right;
	margin-right: 5px;
	text-align: right;
}

#footer_right a
{
	color: #5282C6;
}

/*________---------05LINKS--------________*/

a:link, a:visited
{
	color: #5282C6;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*________---------06TEXTMARGINS--------________*/

p
{
	font-size: 0.75em;
	margin-bottom: 10px;
}

h1
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

h3
{
	font-size: 1em;
	margin-bottom: 10px;
}

h4
{
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 20px;
}

.underline
{
	text-decoration: underline;
}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
}

.no_bold
{
	font-weight: normal;
}

.font_0_6
{
	font-size: 0.6em;
}

.font_0_7
{
	font-size: 0.7em;
}

.font_0_8
{
	font-size: 0.8em;
}

.font_0_9
{
	font-size: 0.9em;
}

.font_1_2
{
	font-size: 1.2em;
}

.no_padding
{
	padding: 0;
}

.no_margin
{
	margin: 0;
}

.no_margin_right
{
	margin-right: 0;
}

.no_margin_bottom
{
	margin-bottom: 0;
}

.bottom_margin_2
{
	margin-bottom: 2px;
}

.bottom_margin_4
{
	margin-bottom: 4px;
}

.bottom_margin_8
{
	margin-bottom: 8px;
}

.bottom_margin_10
{
	margin-bottom: 10px;
}

.bottom_margin_12
{
	margin-bottom: 12px;
}

.bottom_margin_18
{
	margin-bottom: 18px;
}

.bottom_margin_20
{
	margin-bottom: 20px;
}

.bottom_margin_24
{
	margin-bottom: 34px;
}

.bottom_margin_100
{
	margin-bottom: 100px;
}

.left_margin_4
{
	margin-left: 4px;
}

.left_margin_8
{
	margin-left: 8px;
}

.right_margin_8
{
	margin-right: 8px;
}

.top_margin_20
{
	margin-top: 20px;
}

img
{
	border: none;
}

.seperator
{
	width: 750px;
	margin: 10px 0;
}

.wifi {
    float: left;
    margin-right: 10px;
}

p.wifilabel {
    margin-top: 25px;
    font-weight: bold;
}