html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
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;}

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;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

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

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 14px Arial, Helvetica, sans-serif; width:100%; height:100%;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #035;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{color: #444; text-shadow: none; background: #ccc; }
::selection {color: #444; text-shadow: none; background: #ccc; } 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #8ce;} 

ins {background-color: #8ce; color: #000; text-decoration: none;}
mark {background-color: #8ce; color: #000; font-style: italic; font-weight: bold;}

/* ////////////////////////////////////////////////////////////// */

body{
	border-top:2px solid #000;
	font-family: 13px/1.2em Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	background:#fff;
	color:#333;
	background: #fcfcfc url(img/bg_pattern.png);
	
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
p{
	margin:6px 0px ;
}
a{
	color:#a08;
	text-decoration:none;
}
a:hover{
	color:#999;
}
a.read_more:before{
	content:'';
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	line-height:1.8em;
}
h2{
	font-size:1.4em;
}
h3{
	font-size:1.2em;
}
#wrapper{
	width:960px;
	position:relative;
	margin:0 auto;
	/*background:#eee;*/
}
/* ///// HEAD ///// */

#head{
	position:relative;
	top:-2px;
	margin:0px 6px 10px;
}

#icon_map{
	position:absolute;
	border:2px solid #000;
	top:0px;
	right:11px;
	z-index:5;
	width:60px;
	height:60px;
	background:#000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px; 
	overflow:hidden;
	box-shadow: 0px 0px 2px  rgba(0,0,0,0.7);
}
#icon_map:hover{
	box-shadow: 0px 0px 10px 4px  rgba(0,0,0,0.7);
}
#map_mini{
	position:absolute;
	top:-130px;
	right:-182px;
	width:425px;
	height:350px;
}

/* ///// NAVIGATION ///// */

#main_nav{
	position:absolute;
	z-index:0;
	top:0px;
	left:210px;
}
#main_nav ul{
	position:relative;
	z-index:2;
	top:0px;
}
#main_nav ul li{
	float:left;
	display:inline;
	border-top:2px solid transparent;
}
#main_nav ul li a{
	font-weight:bold;
	color:#000;
	font-size:15px;
	display:block;
	padding:65px 15px 45px;
}
#main_nav ul li a:hover{
	color:#999;
}
#main_nav ul li.active{
	border-top:2px solid #f0d;
}
#main_nav ul li.active a{
	/*background:#fff;*/
	/*background: rgba(255,255,255,0.6) none;*/
	color: #a09;
	/*-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px; */
}
#main_nav #lava{
	position:absolute;
	left:0px;
	z-index:1;
	height:2px;
	width:100px;
	background:#ddd;
}


/* ///// TOP IMAGE &  HEADING /////*/

#top_image{
	position:relative;
	overflow:hidden;
	margin:15px auto;
	width:930px;
	height:150px;
	padding-bottom:18px;/*for the gallery shadow*/
	background: url(img/gallery_shadow.png) no-repeat center bottom;
}
#top_image_container{
	width:930px;
	height:150px;
	position:relative;
	overflow:hidden;
}
#top_image_container img{
	max-width: none;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#top_image_text_overlay{
	position:absolute;
	top:43px;
	left:-900px; /* jQuery will animate to 50px */
}
#top_image_text_overlay h1{
	font-size:3em;
	color:#fff;
	text-shadow: -1px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=-1, offy=1);
}


/* ///// PAGE ///// */

#page{
	margin:10px 6px;
}
#page h2{
	/*border-bottom:1px solid #eee;*/
}


/* ///// DIVIDER ///// */

.divider{
	position:relative;
	clear:both;
	float:left;
	width:948px;/* +12px #wrapper margins = 960*/
	display:table;
	overflow:hidden;
	margin-bottom:10px;
}

/*
SOME WIDTHS MATH:
#wrapper = 960px;
#page = 6px margin; = 12px TOT margins
______________
948px TOT space
______________
need to substract:
.menu = 10px margin + 10px padding = 40px;
*/
/* ///// MENU ///// (1_1 maw width: 908px) */

.menu{
	width:908px; /* 948px - 40px*/
	float:left;
	
	margin:10px;
	padding:15px 10px;
	/* PARENT (.divider) NEED A "OVERFLOW HIDDEN" TO MAKE THIS WORK */
	/* ON WINDOW LOAD jQ will redo this changes*/
	padding-bottom:1015px; /*redo the 15px of the natural padding bottom +1px border */
	margin-bottom:-1000px;
	
	border-top:		1px solid #ccc;
	border-bottom:	1px solid #aaa;	
	background: rgba(255,255,255,0.4) url(img/box_top_bg_white_grad.png) repeat-x left top;
	position:relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}
/* CHANGE MAX WIDTH IF CLASS SPECIFIED */
.menu_1-2{
	width:434px;
}
.menu_1-3{
	width:276px;
}
.menu_2-3{
	width:592px;
}
.menu_1-5{
	width:149px;
}
/* MENU BACKGROUND FUCHSIA , GRAY (add class to desired .menu) */
.fuchsia{
	background: rgba(255,0,221,0.06) none;
}
.gray{
	background: rgba(0,0,0,0.06) none;
}


/* ///// ICONS ///// */

img.img_ico{
	position:relative;
	display:block;
	margin:0 auto;
	height:69px;
	width:71px;
	/**/
	margin-top:6px;
	padding-bottom:8px;
	background: url(images/ico_shadows.png) left bottom no-repeat;
}
a:hover > img.img_ico{
	background-position:right bottom;
}



/* ///// FORMS / FIELDS ///// */
/* ///// BORDERED FIELD ///// */
/* input and textarea are for Pulse form*/
div.bordered{
	margin:10px 1.333%;
}
.bordered, input, textarea, button{
	color:#666;
	background: #f5f5f5 url(img/bordered.png);
	padding:10px;
	border:1px dashed #aaa;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;

	-webkit-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 1px 2px 2px #222;
	   -moz-box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 1px 2px 2px #222;
			box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 1px 2px 2px #222;		 
	text-shadow: 0px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	margin:5px 1.333%;
}
textarea{
	resize: none;
	width:90%;
}
input{
	width:90%;
}
input[name=human]{ /* Pulse fix */
	display:none;
}
label{
	margin-left:10px;
}
button{
	border:none;
	width:auto;
	padding:6px 25px;
	font-weight:bold;
 -webkit-box-shadow: 0px 1px 1px 1px #888, inset 0px 1px 2px #fff;
	-moz-box-shadow: 0px 1px 1px 1px #888, inset 0px 1px 2px #fff;
		 box-shadow: 0px 1px 1px 1px #888, inset 0px 1px 2px #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

/* ///// FOOTER ///// */

#foot{
	text-shadow: none;
	filter: none;

	top:15px;
	position:relative;
	clear:both;
	width:900px;
	margin:0px 15px;
	padding:15px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:0.9em;
	border-radius:6px;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {}

@media all and (orientation: portrait) {}

@media all and (orientation: landscape) {}

