/*
 *Reset
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, f1, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a
{ 
	margin:0; 
	padding:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent; 
}

ins 
{ 
	background-color:#ff9; 
	color:#000; 
	text-decoration:none;
}

mark 
{ 
	background-color:#ff9; 
	color:#000; 
	font-style:italic; 
	font-weight:bold; 
}

del 
{
	text-decoration: line-through; 
}

abbr[title], dfn[title] 
{
 	border-bottom:1px dotted #000; 
	cursor:help; 
}

/* tables still need cellspacing="0" in the markup */
table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 	
}

hr 
{ 
	display:block; 
	height:1px; 
	border:0; 
	border-top:1px solid #ccc; 
	margin:1em 0; 
	padding:0; 
}

input, select 
{ 
	vertical-align:middle; 
}

/*
 *Typography
*/
body 
{ 
	font:15px sans-serif; *font-size:small; *font:x-small; 
	line-height:1.22; 
}

table
{ 
	font-size:inherit; 
	font:100%; 
}

select, input, textarea 
{ 
	font:99% sans-serif; 
}

pre, code, kbd, samp 
{
	font-family: monospace, sans-serif; 
}
 
body, select, input, textarea 
{
	font-family: Asap, "Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#2d3f4a;
	
}

h1,h2,h3,h4,h5,h6
{
	font-family: Asap, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	color:#2d3f4a;
	margin:5px 0;
	font-weight: lighter; text-rendering: optimizeLegibility;
}

h1{font-size:36px;}
h2{font-size:32px;}
h3{font-size:28px; line-height:150%;}
h4{font-size:24px;}
h5{font-size:18px; font-weight: bold; line-height:150%;}
h6{font-size:14px;}

f1
{
	font-family: Asap, Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
	color:#B9B9B9;
	font-size:14px;
}

html { -webkit-font-smoothing: antialiased; }

a:hover, a:active { outline: none; }

a, a:active, a:visited 
{ 
	text-decoration:none; 
}

a:hover { color:#036; }


ul { margin-left:30px; }
ol 
{ 
	margin-left:30px; 
	list-style-type: decimal; 
}

small { font-size:85%; }
b, strong, th { font-weight: bold !important; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre 
{ 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}


input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #FF5E99; } 


html { overflow-y: scroll; }

button {  width: auto; overflow: visible; }

.ie7 img { -ms-interpolation-mode: bicubic; }

/* apply a natural box layout model to all elements */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 *Classes
*/
.no_bg{background-image: none;}
.clearboth{clear: both}
.floatleft{float: left;}
.floatright{float: right;}
.floatright{float:right;}
.no_display{display: none;}

.alignleft{float: left; margin: 0px 20px 10px 0px;}
.alignright{float: right; margin: 0px 0px 10px 20px;}
.aligncenter{text-align: center;}

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

.hidden { display:none; visibility:hidden; } 

.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.invisible { visibility: hidden; }

/*
 *Clearfix
*/
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix { display: block; }


 /* Primary Styles
    Author: 
 */

/*
 *Pathetic Classes
*/
.no-rgba {}
.no-borderradius{}
.no-boxshadow{} 
.no-opacity{} 
.no-csscolumns{} 
.no-cssgradients{} 
.no-fontface{}

hr{border-top:1px inset #000000;margin:10px;}
body{background:#F6F6F6;}

#header
{
	background:#2D3F4A;
	width:1200px;
	margin:0px auto;
}

.high_logo_right
{
	float: right;
	margin: 10px 10px 0 0;
}

#header_container
{
	width:1000px;
	margin:0 auto;
	padding: 5px 0 0 0;
	height:100px;
	position:relative;
	z-index:5;
	background:url(../images/header-background.jpg) no-repeat;	
	
}

#header_menubar
{
	width:1000px;
	margin:0 auto;
	height:40px;
	position:relative;
	z-index:5;
}


.logo
{
	width:550px;
	height:95px;
	margin:0 auto;
	background:url(../images/Logo.png) no-repeat;
	
}

.logo a
{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
}

.high_menu_right
{
	font-size: 14px;
	float: right;
	line-height: 200%;
	text-align:right;
	margin:0 60px 0 0;
	
}


.high_menu_right a 
{
	position:relative;
	text-transform: uppercase;
	color: #F6F6F6;
	font-style: italic;

}

.high_menu_right a:hover 
{
	font-weight: bold;
}

.high_menu_left
{
	font-size: 14px;
	float: left;
	line-height: 200%;
	text-align: leftt;
	margin:10px 0 0 80px;
	
}

.high_menu_left a 
{
	position:relative;
	text-transform: uppercase;
	color: #F6F6F6;
	font-style: italic;

}

.high_menu_left a:hover 
{
	font-weight: bold;
}

#top_menu 
{
	width:1000px;
	margin:0 auto;
	height:37px;
	position:relative;
	z-index:6;
	font-size: 14px;
}

#top_menu ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#top_menu li 
{
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}

#top_menu a 
{
	display: block;
	position:relative;
	margin: 0 10px;
	padding: 10px;
	width:180px;
	text-transform: uppercase;
	text-align:center;
	font-style: italic;
	color: #F6F6F6;
	background: url(../images/link.jpg) repeat-x;
}

#top_menu a:hover 
{
	font-weight: bold;
}

#wrapper
{
	width:1200px;
	height: 590px;
	margin:10px auto;
	background:#F6F6F6;
	position:relative;
	padding: 20px 0;
	background:url(../images/Background1.jpg) no-repeat;
	z-index:1;
}

#columns h3, 

#images h3{margin-left:10px;}


#main
{
	margin:0 0;
	clear:both;
	width:100%;
}

#main-wrapper
{
	margin: 0 5%;
	padding: 10px;
	background: url(../images/Fade.png);
	box-shadow: 5px 5px 40px #2D3F4A;
	height: 550px;
	font-family: Asap, Garamond;
	text-align: justify;
	line-height:120%;
}

#right-wrapper
{
	margin: 0 5%;
	padding: 10px;
	background: url(../images/Fade.png);
	box-shadow: 5px 5px 40px #2D3F4A;
	height: 550px;
	float:Right;
	width:350px;
	font-family: Asap, Garamond;
	font-size: 20px;
	text-align: justify;
	line-height:200%;
}

#content-wrapper
{
	overflow:auto;
	padding: 5px 10px;
	height: 530px;
	width:100%;
	float:Left;
	text-align: justify;
	line-height:120%;
}


#content-left
{
	float:Left;
	padding: 0 10px 0 0;
	width:65%;
}

#content-right
{
	float:right;
	padding: 0 0 0 10px;
	width:65%;
}

#calendar-buttons
{
	float:right;
	height: 520px;
	padding: 10px;
	overflow:auto;
	width:30%;
	font-family:Asap,Garamond;
	text-align: justify;
	line-height:120%;
}

#Rates-content
{
	float:Left;
	padding: 0 10px 0 0;
	width:58%;
}

.btn
{
	display:       inline-block;
	width:         200px;
	height:        35px;
	background:    #2d3f4a url(../buttons/button.png) repeat-x;
	background:    -moz-linear-gradient(#779aaf, #2d3f4a);
	background:    -o-linear-gradient(#779aaf, #2d3f4a);
	background:    -webkit-linear-gradient(#779aaf, #2d3f4a);
	background:    linear-gradient(#779aaf, #2d3f4a);
	border-radius: 5px;
	color:         #fff;
	font:          normal 700 20px/35px "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   none;

}

.btn:hover
{
	display:       inline-block;
	width:         200px;
	height:        35px;
	background:    #779aaf url(../buttons/buttonhov.png) repeat-x;
	background:    -moz-linear-gradient(#2d3f4a, #779aaf);
	background:    -o-linear-gradient(#2d3f4a, #779aaf);
	background:    -webkit-linear-gradient(#2d3f4a, #779aaf);
	background:    linear-gradient(#2d3f4a, #779aaf);
	border-radius: 5px;
	color:         #fff;
	font:          normal 700 20px/35px "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   none;
}

#calendar
{
	float:Left;
	height: 530px;
	overflow:auto;
	width:70%;
	font-family:Asap,Garamond;
}


.img_left
{
	margin:40px 0 0 10px;
	float:Left;
	border:2px solid #2D3F4A
}

.img_right
{
	margin:40px 10px 0 0;
	float:Right;
	border:2px solid #2D3F4A
}

#gallery_g
{
	padding:10px 10px 0 0;
	float:Right;
	text-align: right;
	width:35%;
}

#gallery_g ul li { display: inline;}


#images
{
	width:100%;
	margin:40px 0;
}

#images figure
{
	float:left;
	width:width:290px;
	margin:0 10px;
	position:relative;
	z-index:2;
}

#images figure a{text-decoration:none;}

.zoom_out
{
	position:relative;
	z-index:3;
}

.zoom_in
{
	background:url(../images/img_zoom.png) no-repeat;
	width:290px;
	height:141px;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	display:block;opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}


#footer
{
	height: 100px;
	width:100%;
}


#footer_container
{
	width:1200px;
	height:145px;
	background:url(../images/Footer.jpg) no-repeat;
	margin:0 auto;
	float:center;
}


#copyright{clear:both;border-top:1px solid #FFF;width:1200px;margin:30px auto 0 auto;padding-top:10px;}
#copyright a{float:left;width:18px;height:16px;background:url(../images/home.png) no-repeat;text-indent:-9999px;}
#copyright p{float:right;color:#fff;}



/* 
 * Print Styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}

/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { }

@media all and (orientation:landscape) { }

@media screen and (max-device-width: 480px) {

  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}