/* 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: url('../images/bg.jpg') no-repeat;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    color: #888;

    line-height: 165%;

}



a {

	color: #888;

}



/* LEFT */



#left {

	width: 300px;

/*	background: #000000;*/

	background: rgb(0, 0, 0) transparent;

 	background: rgba(0, 0, 0, 0.8);

	min-height: 100%;

	text-align: center;

	font-size: 15px;

	margin-left: 70px;

	color: #9D9D9D;

	position: absolute;

	z-index: 2000;

}



#left a {

	color: #9D9D9D;

	text-decoration: none;

}



#footer {

	position: absolute;

	bottom: 0;

	left: 0;

	text-align: left;

	background: #000 url('../images/footerBg.png');

	opacity:0.5;

    filter:alpha(opacity=40);

 	width: 100%;

	font-family: 'Crete Round', serif;

	font-size: 12px;

}



#footer h3 {

	margin-bottom: 10px;

	text-transform: uppercase;

	font-size: 12px;

	padding-left: 30px;

	font-family: Helvetica, Arial, sans-serif;

	font-weight: bold;

}



#footer li {

	margin-bottom: 10px;

	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: 20px;

}





#nav {

	padding-top: -15px;

	

}



#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: center; margin: 30px;}



.selectnav {display: none; width: 100%;}

.selectnav {text-align: center;}





/* END LEFT */

/* START CONTENT/RIGHT PORTION */



#right {

	height: 100%;

	width: 500px;

	/* Fallback for web browsers that doesn't support RGBa */

	background: rgb(255, 255, 255);

	/* RGBa with 0.6 opacity */

	background: rgba(255, 255, 255, 0.9);

	margin-left: 370px;

	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: 30px;

	text-transform: uppercase;

	color: #000;

	background: url('../images/headingBg.png') no-repeat left bottom;

	padding-bottom: 35px;

	margin-bottom: 35px;

	line-height: 40px;

}



h1 a, h2 a {

	text-decoration: none;

	color: #000;

}



.content h3 {

	font-family: 'Crete Round', serif;

	font-size: 15px;

	color: #666666;

	margin-bottom: 35px;

	line-height: 30px;

}



.content h4 {

	font-family: 'Skranji', cursive;

	font-size: 12px;

	text-transform: uppercase;

	color: #333;

	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;}