/*********************************************************************************************
 * VVA Primary Stylesheet, v1.0
 * @author J. Flores for Aroo Media, llc.
 * @contact aroo@aroomedia.com
 * 
 * 
 * CONTENTS:
 * =DEFAULTS= -- Default styles for global selectors
 * =CONSTRUCTS= -- Defines basic page strucuture, lays out the top-level container divs
 * =TOPMENU= -- Defines the main menu for the application
 * =PANELS= -- Styles for main appplication content, organized in panels
 * =MAPS= -- Defines the containers and styles for the Google Maps plugin and contact form
 * =FOOTER= -- Styles for the page footer
**********************************************************************************************/

/*********************************************************************************************
=DEFAULTS=
**********************************************************************************************/
a, a:visited, a:link, a:active, a:focus {
	color: #9ed5e9;
}

a:hover, a.selected {
	color: #a455c9;
}

/*********************************************************************************************
=CONSTRUCTS=
**********************************************************************************************/
div#content {
	width: 952px;
	margin: 50px auto 0 auto;
}

div#content h1#primary {
	background: url(/images/primaryH1.gif) no-repeat top left;
	width: 100%;
	height: 53px;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

/*********************************************************************************************
=IMAGESET=
**********************************************************************************************/
div#imageContainer div.photoBox {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 5px;
	width: 495px;
	height: 268px;
	border: 1px solid #9ed5e9;
	padding: 7px 0 0 7px;
	z-index: 0;
}

div#imageContainer div.photoDetail {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	margin-left: 6px;
	width: 800px;
}

div#imageContainer div.bigImage {
	width: 495px;
	height: 268px;
	float: left;
	margin-left: 6px;
}

div#imageContainer div.bigImage img {
	height: 260px;
	display: block;
	margin: 8px auto 0;
	border: 1px solid #000;
}

div#imageContainer div.dataBox {
	float: left;
	width: 270px;
	margin: 0 0 0 1em;
}

div#imageContainer div.photoBox img {
	display: block;
	float: left;
	margin: 0 7px 7px 0;
}

/*********************************************************************************************
=TOPMENU=
**********************************************************************************************/
div#topMenu {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	height: 34px;
}

div#topMenu a {
	display: block;
	background: url(/images/tabAdjacent.jpg) no-repeat top left;
	float: left;
	width: 136px;
	height: 34px;
	color: #1e1e1e;
	text-align: center;
}

div#topMenu a.first {
	background: url(/images/tabFirst.jpg) no-repeat top left;
}

div#topMenu a.last {
	background: url(/images/tabLast.jpg) no-repeat top left;
	width: 164px;
	text-align: left;
	padding: 0 0 0 15px
}

div#topMenu a.adjacentHover {
	background: url(/images/tabAdjacentSelected.jpg) no-repeat top left;
}

div#topMenu a.lastAdjacentHover {
	background: url(/images/tabLastAdjacent.jpg) no-repeat top left;
}

div#topMenu a.selected {
	background: url(/images/tabFirstSelected.jpg) no-repeat top left;
	color: #f8fbfd;
}

div#topMenu a.lastSelected {
	background: url(/images/tabLastSelected.jpg) no-repeat top left;
	color: #f8fbfd;
}

div#topMenu a.selectedAdjacent {
	background: url(/images/tabAdjacentSelected.jpg) no-repeat top left;
}

div#topMenu a.hover {
	background: url(/images/tabFirstSelected.jpg) no-repeat top left;
	color: #f8fbfd;
}

div#topMenu a.lastHover {
	background: url(/images/tabLastSelected.jpg) no-repeat top left;
	color: #f8fbfd;
}

/*********************************************************************************************
=PANELS=
**********************************************************************************************/
div#stage {
	width: 100%; 
	clear: both;
	background: #3e3e3e;
}

div#stage div#copy {
	width: 95%;
	margin: 0 auto;
}

div#stage div.whole {
	clear: both;
	width: 100%;
}

div#stage div.half {
	float: left;
	width: 50%;
}

div#stage div.quarter {
	float: left;
	width: 25%;
}

div#stage div.threequarters {
	float: left;
	width: 75%;
}

div#stage div.third {
	float: left;
	width: 33%;
}

div#stage div.twothirds {
	float: left;
	width: 66%;
}

div#stage div p, div#stage div li {
	font-size: 1em;
	padding: 0 .5em .5em 1em;
}

div#stage div.smallNode {
	font-size: 75%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
}

div#stage div.smallNode h3 {
	margin: 0 0 0 1em;
	font-variant: small-caps;
}

div#stage div.bigNode {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-size: 90%;
}

div#stage div.bigNode h3 {
	font-variant: small-caps;
}

div#stage div#errorMessage {
	background: #f8fbfd;
	width: 80%;
	margin: 0 auto;
	border: 2px solid #ff0000;
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
}

div#stage div#errorMessage p {
	color: #ff0000;
}

/*********************************************************************************************
=PANELS=HOME=
**********************************************************************************************/
div#stage h2#h2Home {
	font-size: 200%;
}

div#stage div#homeKitty {
	background: url(/images/homePolaroids.jpg) no-repeat top right;
	height: 230px;
}

a.facebook {
  display: block;
  background: url(http://badge.facebook.com/badge/125074460853490.1760.313419229.png) no-repeat center center;
  height: 201px;
  width: 120px;
  margin: 40px auto 10px;
  text-indent: -9999em;
}
/*********************************************************************************************
=PANELS=FAQS=
**********************************************************************************************/
div#stage h2#h2Faqs {
	font-size: 200%;
}

/*********************************************************************************************
=PANELS=SERVICES=
**********************************************************************************************/
div#stage h2#h2Services {
	font-size: 200%;
}

div#stage ul.disc {
	margin: 0 0 0 3em;
	list-style-type: disc;
}

/*********************************************************************************************
=PANELS=FACILITY=
**********************************************************************************************/
div#stage h2#h2Facility {
	font-size: 200%;
}

div#stage div#imageSet {
	padding: 20px 0 0 0;
	height: 315px;
}

div#stage div#imageSet img {
	border: 1px solid #9ed5e9;
	margin: 1px;
}

div#stage div#imageSet a:hover img {
	border: 1px solid #a455c9;
}

div#stage div#imageSet a.selected img {
	border: 1px solid #f8fbfd;
}

div#stage div#imageDetails h3 {
	font-size: 110%;
	margin: 1px 0 0 0;
}

/*********************************************************************************************
=PANELS=SURVEY=
**********************************************************************************************/
form#sf p.inputs {
  float: left;
  width: 44%;
  margin: 0 0 0 0;
	font-size: .8em;
}

form#sf h3 {
  color: #9ED5E9;
  border-bottom: 1px solid  #9ED5E9;
  width: 90%;
}

form#sf textarea {
  margin: .5em 0 0 0;
}

form#sf input#survey_submit {
	background: url(/images/survey_button.jpg) no-repeat top left;
	width: 135px;
	height: 25px;
	text-align: center;
	border: 0;
	padding: 0;
	color: #000;
}

form#sf input#survey_reset {
	background: url(/images/survey_button.jpg) no-repeat top left;
	width: 135px;
	height: 25px;
	text-align: center;
	border: 0;
	padding: 0;
	color: #000;
}
/*********************************************************************************************
=MAPS=
**********************************************************************************************/
div#maps {
	width: 100%;
	background: #f8fbfd;
}

div#maps h2 {
	color: #9ed5e9;
	font-weight: normal;
	font-size: 200%;
	background: url(/images/mapsUnderline.jpg) repeat-x bottom left;
	width: 98%;
	margin: 0 0 0.25em 0;
}

div#maps iframe {
	border: 1px solid #3e3e3e;
	display: block;
	margin: 0 auto;
}

div#maps form#contactForm {
	padding: 5px;
	height: 210px;
}

div#maps input {
	width: 135px;
	border: 1px solid #1e1e1e;
	padding: 2px;
	margin: 0 0 1em 0;
}

div#maps textarea {
	width: 280px;
	border: 1px solid #1e1e1e;
	padding: 2px;
	font-size: 1.1em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
}

div#maps .hint {
	color: #999;
}

div#maps p {
	clear: both;
	margin: .5em 0;
	color: #1e1e1e;
}

div#maps input#comment_submit {
	background: url(/images/button.jpg) no-repeat top left;
	width: 135px;
	height: 25px;
	text-align: center;
	border: 0;
	margin: 1em 0 0 0;
	padding: 0;
	color: #F8FBFD;
	float: left;
}

div#maps span#comment_feedback {
  color: #000;
  font-size: 1em;
  float: right;
  width: 145px;
  margin: 5px 0 0 0;
}

/*********************************************************************************************
=FOOTER=
**********************************************************************************************/
div#footer {
	clear: both;
	background: url(/images/footerBG.jpg) repeat-x bottom left;
	height: 55px;
}
