/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, #container {
overflow:hidden;
height: 100%;
margin: 0;
padding: 0;
}

#container {
	position: relative;
	width: 100%;
	z-index: 1;
}

body {
	background: #1A0600; 
/*	background: #1A0600 url('../images/bg.png') no-repeat fixed bottom right; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 165%;
}

a {
	color: #ffffff;
}

/* LEFT */

#left {
	width: 300px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(13, 3, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(13, 3, 0, 1.0);

/*	background: #1A0600; */
	min-height: 100%;
	text-align: center;
	font-size: 15px;
	margin-left: 30px;
	color: #ffffff;
	position: absolute;
	z-index: 500;
}

#left a {
	color: #B8875F;
	text-decoration: none;
}

#left .active a {
	color: #ffffff;
	text-decoration: none;
}

#left .content a {
	color: #fff;
	text-decoration: none;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	background: #000 url('../images/footerBg.png');
	width: 100%;
/*	font-family: 'Crete Round', serif; */
	font-size: 12px;
}

#footer h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#footer li {
	margin-bottom: 0px;
	padding-left: 30px;
}

/*
li.phoneIcon {
	background: url('../images/phoneIcon.png') no-repeat scroll 0 2px transparent;
}

li.mapIcon {
	background: url('../images/mapIcon.png') no-repeat scroll 0 2px transparent;
}

li.emailIcon {
	background: url('../images/emailIcon.png') no-repeat scroll 0 2px transparent;
}
*/

#footer .content {
	padding: 0 25px 25px;
}

#arrow {
	display: block;
	width: 42px;
	height: 20px;
	margin-left: 8px;
	background: url('../images/arrow.png') no-repeat;
}

#logo {
	padding-top: 50px;
}


#nav {
	padding-top: 80px;
	
}

#nav li {
	margin-bottom: 10px;
	font-family: 'Crete Round', serif;
	text-transform: uppercase;
	font-size: 13px;
}

#nav li ul {
	margin-top: 10px;
}

#nav a {
	text-decoration: none;
}

#nav li a:hover, #nav li.active a {
	text-decoration: none;
	color: #fff;
}
nav {text-align: right; margin: 30px 50px 30px 0;}

.selectnav {display: none; width: 100%;}
.selectnav {text-align: right;}


/* END LEFT */
/* START CONTENT/RIGHT PORTION */

#right {
	height: 100%;
	width: 500px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(13, 3, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(13, 3, 0, 0.7);
	margin-left: 330px;
	position: absolute;	
	z-index: 300;
}

#switch {
	position: absolute;
	display: block;
	width: 28px;
	height:	56px;
	text-indent: -9999px;
	right: -28px;
	bottom: 172px;
	background: url('../images/switch.png') no-repeat;
}

#switch.closed {
	background: url('../images/switch-open.png') no-repeat;
	}

.content{
	height:100%; 
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box; 
	padding:180px 40px 40px; 
	overflow:auto;
}

h1, h2 {
/*	font-family: 'Linden Hill', serif; */
	font-size: 28px;
	text-transform: none;
	color: #ffffff;
/*	background: url('../images/headingBg.png') no-repeat left bottom;
	padding-bottom: 35px;*/
	margin-bottom: 35px;
	line-height: 40px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.9);
}

h1 a, h2 a {
	text-decoration: none;
	color: #000;
}

.content h3 {
/*	font-family: 'Crete Round', serif; */
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;
/*	margin-bottom: 35px; */
	line-height: 30px;
}

.content h4 {
	font-family: 'Skranji', cursive;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	border-bottom: solid 2px #ccc;
	margin: 15px 0;
}

.content p {
	margin: 20px 0;
}

.clear {clear: both;}

#social{
	
}

label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/* Menu */
#right ul {
	margin: 10px 0;
	color: #333;
}

#right ul li {
	border-bottom: dotted 1px #ccc;
}

#gmap {position: absolute; width: 100%; height: 100%; z-index: 1;}

a.vg-top-link {display:none;}

#communicate {width:500px; text-align:right; position:absolute; right:10px; bottom:10px; font-size:11px; color:#cccccc; z-index:999}
#communicate a {font-family: Verdana, Arial, Helvetica, sans-serif; color:#cccccc; text-decoration:none; font-size:11px;}

a.button.classic {
    background: #FF2100; /* #D59759; */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 14px 4px;
	text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    transition-duration: 0.4s;
    transition-property: color;
    vertical-align: middle;
}

.button {
    opacity: 0.9;
}