﻿/*	==================================================
	Main Stylesheet
	Developed by Lively Marketing

	Last updated: 8/1/2010
	
	Colors - noted here for easy reference
	
	#9ECDD5 - Background
	#D9E3D9 - Main content font
	#444D3E - Main content background

	Table of Contents
	=Global Settings
	=Framework
	=Navigation
	=Content
		=n2 for N2 specific styles
	=Forms
	=Typography

	Additional Stylesheets in separate files for: 
		IE6
		Print Friendliness

	==================================================
	=Global Settings
	--------------------------------------------------	*/
* { margin: 0; padding: 0 }
	
h1, h2, p, div, ul { margin: 0; padding: 0 }

h1, h2, h3, h4 { font-weight: normal }

li { list-style: none }

img { border: 0 }

table {
	border-collapse: collapse;
	border: none;
	}

ul, ol, dl { position: relative; margin-left:40px; padding-left:0; }

a:active, a:hover { outline: none; }

/*	==================================================
	=Framework
	--------------------------------------------------	*/	
body {
	height:100%;
	background:#9ECDD5 url('../../upload/background.jpg') repeat-x top;
	}

#page {
	margin: 0 auto;
	width: 1030px;
	background-image:url('../../upload/curves.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	}
	
#container {}
	
#header, #main, #footer { 
	margin: 0;
	text-align: left;
	}

#header {
	position:relative;
	z-index:150;
	}

#rail1{
	float:left;
	width:173px;
	margin-left:-173px;
	position:relative;
}

#main {
	position: relative;
	clear: both;
	float:left;
	width:630px;
	margin-right:-630px;
	margin-left:173px;
	min-height: 587px;
	background-color:#444D3E;
	z-index: 100;
}
#main #feature{float:left; margin:0; padding: 0;}
#main #main-content{width:385px; float:right; margin: 0 25px 25px 25px;}

#rail2{
	position:relative;
	float:right;
	width:227px;
}

#footer {
	clear: both;
	padding-top: 10px;
	}
	
.movie {
	display: none;
	position: absolute;
	top: 20px;
	left: 160px;
	margin: auto;
	padding-top: 20px;
	width: 320px;
	height: 300px;
	background: #fff;
	border: solid 6px #C4C400;
	z-index: 300;
	}
#backgroundPopup {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 290;
	}
.popupClose { 
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	font-weight:700;
	display:block; 
	}
a.popupclose {text-decoration:none;}

/*	Easy Clearing - 'Clearfix' - http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

 .clearfix {display: inline-block;} /* for IE/Mac */

/* Backslash hack - hide code from IE-mac until next comment\*/
.clearfix {display: block;} /* resets it */
/*	End of Clearfix */

/*	==================================================
	=Navigation
	--------------------------------------------------	*/
div#menu-container{position:relative; z-index:600; }
ul#menu{}

ul#menu, 
ul#menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}

ul#menu li {list-style: none;}

ul#menu li a,
ul#menu li span
{
    display: block;
    text-decoration: none;
}

ul#menu ul
{
    position:absolute;
    width: 150px;
    left:38px;
    padding-left:5px;
    padding-right:5px;
    visibility: hidden; 
    background-color: #D5D5AA;
    border: solid 2px #fff;
    z-index:700;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul#menu li:hover ul ul,
ul#menu li.AspNet-Menu-Hover ul ul {visibility: hidden;}

/* Add more rules here if your menus have more than three (3) tiers */
ul#menu li:hover ul,
ul#menu li li:hover ul,
ul#menu li li li:hover ul,
ul#menu li.AspNet-Menu-Hover ul,
ul#menu li li.AspNet-Menu-Hover ul,
ul#menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
    z-index:800;
}

ul#menu li {width: 100%; /* Go Vertical */}

#menu-container { position:relative; margin-top:40px; }
ul#menu { margin-left:13px; }
#menu a, #menu span {
	text-decoration: none;
	color:#864B43;
	font-weight: 700;
}
#menu li { padding-bottom:8px; font-size: 15px; }
#menu a:hover, ul#menu li.selected a, ul#menu li.selected ul li.selected a, ul#menu li.selected ul a:hover { color:#434C3E; }

ul#menu li.selected ul {
	position:relative; /* is this going to break the dropdowns in IE 7? */
	visibility:visible; 
	left: 13px;
	padding-left:0;
	border:none;
	background:none;
	}
	
ul#menu li.selected ul a { color: #C4C400; } /*added*/

/* sample rules for menu */
/*div#menu-container ul ul ul,
div#menu-container ul ul li:hover ul ul
{display: none;}

div#menu-container ul ul li:hover ul,
div#menu-container ul ul ul li:hover ul
{display: block;}*/

/*	==================================================
	=Content
	--------------------------------------------------	*/
#main h1, #main h2, #main h3 { margin-bottom: .75em; }
#main h1 { margin-top:40px; margin-left:0; padding-left:0; padding-right:0; text-align:center; }

#main p, #main ul, #main ol { margin-bottom:.75em; padding:0 28px; }
#main p {margin-left:0; padding-left:0; padding-right:0;}

#main img { margin: 5px; }
#main #feature img {margin:0;}

#main ol {margin-left: 25px; padding-left: 0px;}
#main ul {margin-left: 20px; padding-left: 0px;}

#main li { list-style-type: disc; } /* list-style-position: inside; */
#main li li { list-style-type: circle; margin-left: 1.5em; }
#main li li li { list-style-type: disc; }
#main li li li li { list-style-type: circle; }

#main ol li { list-style-type:decimal; }

#main ul.spaced-link-list { padding-left:10px; }
#main ul.spaced-link-list li { padding-bottom:0.5em; list-style-type:none; }

#main td {padding:5px 10px;}

#main .videoList li { list-style:none none outside; padding: 10px 0; }
#main .videoList a:hover {color:#D9E3D9;}

.left { float: left; }
.right { float: right; }
.center { margin-right: auto; margin-left: auto; }

.clearing { clear: both; }

a.button {
	width: 32px;
	height: 32px;
	padding-bottom: 5px;
	background: url('../../upload/white_button.png') no-repeat;
	}

a.button:active {
	position: relative;
	top: 2px;
	left: 2px;
	}

.image-replace {
  display:-moz-inline-box;
  display:inline-block;
  background:transparent none 0 0 no-repeat;
  text-indent:-5000px;
  overflow:hidden;
  vertical-align: middle;
  }
  
.indent { padding-left: 25px; }

.biopic{text-align:center;}

#logo { float:left; margin:20px 0 5px;}
#logo a {
	display: block;
	width: 284px;
	height: 72px;
	background-color: transparent;
	background-image: url('../../upload/logo.png');
	background-repeat: no-repeat;
	}

#mapControl {margin:0 0 28px 0; width: 374px;}

#myLocation, #yourDirections { margin-top: 20px; }
#myLocation label { margin-bottom:.2em; line-height:1.4em; }
#myLocation .leftcol { float:left; margin-right: 1em; }
#myLocation .field { width: 400px; margin-bottom:.2em; line-height:1.4em; }

#rail1 {margin-top:4px;}
#rail1 div, #rail1 p {margin-right:13px;}

#rail1 #affiliations {
	position:relative;
	/*top: 440px;*/
	top:258px;
	text-align:right;
	margin-right:15px;
}
#rail1 #affiliations img {margin-top:10px;}

#footer { text-align:center; }
#footer span { padding: 0 5px 0 5px; }

/* =n2 specific styles */

/* lists */
.list { background-position:50% 100%; }
.list .item { border-top: solid 1px #E5D7C4; padding-top:10px; margin:10px 0;}
.sidelist .item { margin-bottom:5px; }

/*sitemap*/
/*#main ul { list-style:disc; margin-left:20px; }
#main ul ul { list-style-type:circle; }
#main ul ul ul { list-style-type:square; }*/

/* content */
.introduction { font-size:1.1em; font-style:italic; }

/* date */
.date { font-size:x-small; color:#7F786D; display:block; }

/*columns*/
.columns .left { float:left; width:280px; }
.columns .right { float:right; width:280px; }

/* login */
.login .tb { width:130px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0 5px 5px 0; }

/* gallery */
.imageGallery .path { margin-top:15px; }
#thumbnails { float:right; width:280px; margin-right:30px; padding-bottom:30px;}
	#thumbnails .text { display:none; }
	#thumbnails a.thumbnail {margin-bottom:10px;margin-right:5px;}
	#thumbnails a.thumbnail { opacity:.4; }
	#thumbnails a.thumbnail:hover, .selected { opacity:1; }
#preview { width:590px; }
	#preview img { width:590px }

/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
.commentInput .box { display:none; }

/* n2 forms */
.inputForm .row { margin-bottom:5px; }
.inputForm .label { width:120px; float:left; }
.secondary .label { display:block; }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm textarea { width:340px; height:120px; }
.inputForm .tb { width:240px; }

.validation-summary-errors
{
	background-color:#f98;
	border:solid 1px red;
	padding:.2em;
	margin-bottom:1em;
}

/*	==================================================
	=Forms
	--------------------------------------------------	*/
.formFields { clear: both; }

.formFields div.label {
	float: left;
	clear: both;
	width: 8em;
	margin: 0 5px 2px 0;
	text-align: right;
	}
	
.formFields input, .formFields textarea { width: 300px; }

.formFields .input {
	display: block;
	margin: 0 0 2px 0;
	}

.formFields .invalid {
	display: inline-block;
	padding: 0 0 0 1em;
	}
	
.formFields .invalid2 {
	position: relative;
	left: -1em;
	display: inline-block;
	}

.formFields span.required {}

.buttons {
	clear: both;
	padding-top: 10px;
	text-align: center;
	}
	
.buttons input { margin-top: 10px; }

.messages {
	clear: both;
	margin: 20px 30px 20px 50px;
	}
	
#recaptcha_widget_div { margin: 0 auto; width: 318px; }

.validationSummary li { list-style: disc inside; }

/*	==================================================
	=Typography
	--------------------------------------------------	*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #D9E3D9;
	font-size: 80%;
	line-height: 1.5em;
	}
	
a, a:visited { color:#D9E3D9; }

a:hover { color: #9DCCD6; }

h1 a, h2 a, h3 a { text-decoration: none; }

em {font-style: italic;}

h1 {
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1em;
	text-transform:uppercase;
	}
	
h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	}
	
h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	}

.alert { color: Red; }

.callout { font-size:1.3em; font-style:italic; color:#fff; text-align:center; }

#footer {
	color: #434C3E;
	font-size: .8em;
	}

#footer a, #footer a:visited { color:#434C3E; }
#footer a:hover { color:#fff; }

/* lively marketing forms styles */
.formFields { font-size: .85em; }

.formFields span.required {
	margin-right: .25em;
	color: #007FC4;
	}
#formIntro .promo {font-size:1.1em; font-weight:600; color:#4E917B;}
#formIntro .required {
	font-size: .85em;
	color: #007FC4;
	}
.validationSummary { font-size: .85em; }

#main h1 a, #main h1 a:hover, #main h2 a, #main h2 a:hover { color:#fff; }

#rail1{font-weight:700; font-size:17px; color:#434C3E; text-align:right;}

#rail2{}

li.spaced { padding-bottom:.5em; }
 
