@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px;
	padding:0px;
	background-color:#eeeeee;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
}
#main {
	/*border: 1px solid green;*/
	background:#fcfcfc url(images/metro_background_light_slice_sub.jpg) repeat-x;
	padding-bottom:10px;
	overflow:hidden;
}
#main .container {
	/*border: 1px solid yellow;*/
	background-image:url(images/metro_background_light_sub.jpg);
	background-repeat:no-repeat;
	overflow:visible;
}
/*#footer {
	border: 1px solid red;
	background-image:url(images/metro_background_footer.jpg);
	background-repeat:repeat-x;
	padding:30px;
	position:relative;
	top:-20px;
	min-height:60px;
}*/
#footer {
	/*border: 1px solid red;*/
	background-image:url(images/metro_background_footer.jpg);
	background-repeat:repeat-x;
	padding:30px;
	min-height:60px;
	clear: both;
}

.container {
	width:950px;
	margin:0 auto;
	position:relative;
}


/* 
	Header-Styles 
*/

#header {
	/*border: 1px solid green;*/
	padding-top:0px;
	padding-bottom:20px;
	width: 950px;
	height: 192px;
}
* html #header {
	height: 192px;
}
#logo {
	position:absolute;
	width:195px;
	height:192px;
	top:0px;
	float:left;
}

#header #MainLogo {

	/*border: 1px solid blue;*/
	width:195px;
	height:192px;
	float:left;
}

#header #homesubheader {
	/*border: 1px solid green;
	position:fixed;*/
	margin-top:-100px;
	margin-left:500px;
	float:right;
}

.photo {float:right;
}


#header #flash {

/*	border: 1px solid red; */
	width:742px;
	height:216px;
	margin-top:20px; 
	float:right;
}
/*---- NAV------*/

#header #nav {
/*	border: 1px solid red; */
	width:405px;
	height:49px;
	margin-top:0px;
	float:right;
}

#nav ul {
	padding:0;margin:0;
	position:relative;
	list-style:none;
}

#nav ul li{
	padding:0;margin-right:0px;float:left;padding-right:0px;text-align:center;padding-bottom:0px;
}

#nav a.home {background-image:url(images/home_nav.png); width:78px; height:49px;}
#nav a.home:hover {background-image: url(images/home_nav_on.png);}

#nav a.facilities {background:url(images/facilities_nav.png) left top; width:76px; height:49px;}
#nav a.facilities:hover {background-image: url(images/facilities_nav_on.png);}

#nav a.gallery {background:url(images/gallery_nav.png) left top; width:72px; height:49px;}
#nav a.gallery:hover {background-image: url(images/gallery_nav_on.png);}

#nav a.rates {background:url(images/rates_nav.png) left top; width:56px; height:49px;}
#nav a.rates:hover {background-image: url(images/rates_nav_on.png);}

#nav a.map {background:url(images/map_nav.png) left top; width:52px; height:49px;}
#nav a.map:hover {background-image: url(images/map_nav_on.png);}

#nav a.contact {background:url(images/contact_nav.png) left top; width:71px; height:49px;}
#nav a.contact:hover {background-image: url(images/contact_nav_on.png);}

#nav a {display: block; text-indent:0px position: absolute; outline: none;}


/* CONTACT FORM */

#text_contact {
	float:left;
	width:820px;
	margin-left:-100px;
	margin-top:50px;
	padding:0px;
	position:relative;
}
#contact label { color: #33333; display: block; font-size: 1em; margin-top: 0.6em; }

.visittext { 
	color: #555; 
	font-size: 1.0em; 
	line-height: 1.8; 
}

.input, .textarea, .select, .TBox {
	background: #f3f3f3;
	color: #333333;
	font-family: inherit;
	font-size: 1em;
	border-top: 2px solid #dbdbdb;
	border-left: 2px solid #dbdbdb;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.input, .textarea { width: 100%; }
.textarea { height: 50px; }
.select { margin-top: 0.6em; width: 100%; }
.submit { margin-top: 0.6em; }

.calendar {
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #2567af;
}

.calheader {
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	color: #000000;
	border-bottom: 1px outset;
}

.calday {
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: #618A6C;
	border-bottom: 1px inset;
	background-color: #FFFFFF;
}

.notcalday {
	border-right: #618A6C 1px solid;
	border-top: #618A6C 1px solid;
	border-left: #618A6C 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #618A6C 1px solid;
	background-color: gainsboro;
}

.clicker {
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}

/* 
	Block-Styles 
*/

/*.block {
	border:1px solid #a3a09e; 
	background-color:#ffffff; 
	margin-bottom:30px; 
	position:relative;
}*/

/*.block_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #ffffff url(images/background_block_slice.jpg) repeat-x;
	padding:30px;
	overflow:auto;
}*/

/*#image_block {
	border:0px solid #b5b5b5;
	/*background-color:#d2d2d2;
	padding:0px 0px 0px 0px;
	float:left;
}*/
.image_block img {
	border:1px solid #b5b5b5;
}

#opening_header {
	float:left;
	margin-left:-5px;
	margin-top:0px;
	padding:10px;
	position:relative;
}

#text_block {
	float:left;
	width:600px;
	margin-left:-110px;
	margin-top:50px;
	padding:10px;
	position:relative;
}

#gallery_block {
	float:left;
	width:820px;
	margin-left:-110px;
	margin-top:40px;
	padding:10px;
	position:relative;
}

#image_block {
    float:right;
	width:300px;
	/*margin-left:-15px;*/
	margin-top:55px;
	padding:0px;
	position:relative;
}

#text_block ul { margin:10px 0px 20px 0px; padding:0px; }
#text_block ul li { list-style:disc; margin:5px 0px 5px 15px; padding:0px; }
#text_block ul li a { color:#7f7d78; }
#text_block ul li a:hover { color:#0172dd; text-decoration:none; }

#block_featuredblog .text_block { padding-top:5px }


/*
	Portfolio-Home-Styles
*/

#text_column {
	float:right;
	width:310px;
}
#text_column img { margin-bottom:20px; position:relative; left:-3px;}
#text_column h2#text_title { 
	text-indent:-9999px;
	background-image:url(images/creatif.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:129px;
}


/*
	Block-Content-Styles
*/

#content_area {
	width:665px;
	float:left;
}
#content_area .block_inside {
	min-height:400px;
}
#sidebar {
	float:left;
	width:281px;
	position:relative;
	left:-1px;
	margin-top:15px;
	background-color:#e2dddc;
	border:1px solid #a3a09e;
}
#sidebar .block_inside {
	background:none;
	background-color:#e2dddc;
}

#sidebar h3 {
	font-size:20px;
	line-height:23px;
}
#sidebar ul { margin:10px 0px 30px 0px; padding:0px; }
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }
#sidebar ul li a { color:#7f7d78; }
#sidebar ul li a:hover { color:#0172dd; text-decoration:none; }


#content_area h2 { font-size:32px; line-height:31px; }

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}


/* 
	Text-Styles   
*/

h2 {
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	color:#64439a;
	line-height:17px;
	letter-spacing:0px;
}
h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family:Lucida Sans, Helvetica, Arial, Sans-serif;
	color:#000000;
}
h4 {
	font-size:12px;
	color:#2567AF;
	margin:0px 0px 0px 0px;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#26689f;
	text-decoration:none;
}
small a {
	color:#007de2;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}

/*
	Footer-Styles
*/

#footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.footer_column {
	width:300px;
	margin-right:0px;
	text-align:right;
	float:right;
}
#footer .long {
	width:510px;
	float:left;
	text-align:left;
}
#footer h3 {
	color:#585959;
	text-transform:uppercase;
	font-size:10px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}






/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo, #MainLogo, #header, #homesubheader, #opening_header, #nav { behavior: url(scripts/iepngfix.htc); }




/*
	Alternate Styles
*/
body#dark {
	background-color:#1e1d1b;
}
body#dark #main {
	background:#292826 url(images/background_dark_slice.jpg) repeat-x;
}
body#dark #main .container {
	background-image:url(images/background_dark.jpg);
}
body#dark #footer {
	background-image:url(images/background_dark_footer.jpg);
}
body#dark ul#menu li a.active, ul#menu li a:hover {
	color:#ffffff;
}
body#dark .block, body#dark .mini_portfolio_item { 
	border-color:#1b1a19; 
}
body#dark #text_column h2#text_title { 
	background-image:url(images/creatif_dark.jpg);
}

