
#container{
	margin: 0px auto;
	width:950px;
	height:auto;
}

#header-container { 
	width: 100%;
	height: 126px;
	float:left;
}

#welcomeToFnc {
	margin:0 auto; 
	display:block;
}

.logo {
	margin: 7px 0 0 10px;
	border: none;
}

#body_container {
	float:left;
	clear:both;
	width: 100%;
}

#left {
	float:left;
	height:355px;
	margin-top:10px;
	width:180px;
}

#right {
	float:left;
	height: 382px;
	width: 750px;
}

#right-inner-left {
	float:left;
	height:410px;
	width: 24px;
	background: #000000 url('/img/type_background_left.png') no-repeat;
	background-position: bottom;
}

#right-inner-middle {
	float:left;
	height: 410px;
	width: 700px;
	background: #000000 url('/img/type_background_middle.png') repeat-x;
	background-position: bottom;
}

#right-inner-right {
	float:left;
	height: 411px;
	width: 21px;
	background: #000000 url('/img/type_background_right.png') no-repeat;	
	background-position: bottom;
}

#inner-text {
	float:left;
	width: 700px;
}

#footer {
	float:left;
	clear:both;
	height: 25px;
	width: 100%;
	text-align:center;
	font-size: 8pt;
	font-style: italic;
}

.contact {
	float:right;
	margin-right:18px;
	text-align:left;
}

.contact-container {
	float:right;
	text-align:right;
	width:50%;
}

.hours {
	float:right;
	margin-left:18px;
	text-align:left;
	width:47%;
}

.clear-footer {
	height: 4px;
	width: 100%;
	float:left;
}

a.mail-link {
	text-decoration: none;
	color: #ffffff;
}

a:hover.mail-link {
	text-decoration: underline;
}

/* Slideshow */

#picture-container {
	height: 375px;
	width: 170px;
	margin: 0 auto;
	padding: 0;
	display:block;
}

/* Homepage */

#video-container {
	width: 200px;
	height: 165px;
	float:left;
	margin: 0 20px;
	text-align: center;
}

h2.home {
	float:left;
	font-size:22pt;
	margin:0 0 15px;
	text-align:center;
	width:375px;
}

.homepage-photos-top {
	float:right;
	margin: 0 4px 4px 4px;
}

.homepage-photos-bottom {
	float:left;
	margin: 0 4px 4px 4px;
}

.homepage-kylie {
	margin-top: 5px;
}

img.welcome-header {
	margin: 0 auto;
	display:block;
	height: 200px;
}

/* Faculty */

h1.faculty-name {
	font-size: 13pt;
	color: #C03FFF;
	margin: 14px 0 0 0;
}

h2.faculty-name {
	font-size: 8pt;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 16px;
}

div.faculty-left {
	width: 250px;
	float:left;
	margin-right: 15px;
}

div.faculty-right {
	width: 420px;
	float:left;
	margin-right: 15px;
}

div.faculty-container {
	width: 100%;
	float:left;
	clear:both;
	margin-bottom: 14px;
}

div.faculty {
	height:250px; 
	width: 182px; 
	margin: 0 auto;
	display: block;
}

div.faculty-horiz {
	height:182px; 
	width: 250px; 
	margin: 0 auto;
	display: block;
}

div.andrew {
	background: url('/img/bios/andrew.jpg') no-repeat center;
}

div.calen {
	background: url('/img/bios/calen.jpg') no-repeat center;
}

div.cathy {
	background: url('/img/bios/cathy.jpg') no-repeat center;
}

div.chris_p {
	background: url('/img/bios/chris_p.jpg') no-repeat center;
}

div.david {
	background: url('/img/bios/david.jpg') no-repeat center;
}

div.jeff {
	background: url('/img/bios/jeff.jpg') no-repeat center;
}

div.karen {
	background: url('/img/bios/karen.jpg') no-repeat center;
}

div.laura {
	background: url('/img/bios/laura.jpg') no-repeat center;
}

div.lynne {
	background: url('/img/bios/lynne.jpg') no-repeat center;
}

div.page {
	background: url('/img/bios/page.jpg') no-repeat center;
}

div.rahmael {
	background: url('/img/bios/rahmael.jpg') no-repeat center;
}

div.renee {
	background: url('/img/bios/renee.jpg') no-repeat center;
}

div.ryan {
	background: url('/img/bios/ryan.jpg') no-repeat center;
}

div.rylee {
	background: url('/img/bios/rylee.jpg') no-repeat center;
}

div.matthew {
	background: url('/img/bios/matthew.jpg') no-repeat center;
}

div.sharon {
	background: url('/img/bios/sharon.jpg') no-repeat center;
}

div.tony {
	background: url('/img/bios/tony.jpg') no-repeat center;
}

div.unavailable {
	background: url('/img/bios/unavailable.jpg') no-repeat center;
}

/* Terms & Conditions */
h1.terms, h1.terms-first {
	font-size: 14pt;
	color: #C03FFF;
	margin: 14px 0 0 0;
}

h1.terms-first {
	margin-top: -4px;
}

h2.sub-terms {
	font-size: 11.5pt;
	color: #4d4d4d;
	margin: 12px 0 0 0;
}

p.terms {
	padding:0;
	margin:0;
}

#colorpicker {
	height: 200px;
}

.help {
	margin-bottom:-3px;
}

/* Class Descriptions */

h1.description-head {
	color:#C03FFF;
	font-size:12pt;
	margin:0;
}

div.description-left {
	float:left;
	width: 130px;
	clear: both;
	margin: 0 0 12px 12px;
}

div.description-right {
	float:left;
	width: 545px;
	margin: 0 0 12px 12px;
}

#photo-container, #end-date-container, #event-time-container {
	display:none;
}

.course-descriptions-clear {
	clear:both;
	float:left;
	height: 150px;
}

/* About us */
.button {
	float:left;
}

.carousel-image {
	margin: 0 auto;
	display:block;
}

.carousel-container {
	text-align:center;
	height: 200px;
}

.prev {
	position:relative;
	top:30px;
}

.prev:focus {
	-moz-outline-style: none;
}

.carousel {
	margin-left:25px; 
}

.tour-scroll-container{
	left:76px;
	position:relative;
}

.carousel-text {
	text-align: center;
}

.jCarouselLite ul li {
	width:125px;
}

.next, .next-photo {
	left:264px;
	position:relative;
	top:-50px;
}

.next-photo {
	top: -33px;
}

.next:focus, .next-photo {
	-moz-outline-style: none;
}

/* About the Studio */

.about-top {
	float:left;
}

h1.mission-indent {
	margin-left: 30px;
}

h1.tour {
	color:#C03FFF;
	font-size:24pt;
	padding:0;
	margin:0;
}

.mission-statement-container {
	float:left;
	margin-top:18px;
	padding-left:22px;
	width:278px;
}

.float-clear {
	float:left;
	clear:both;
}

.tour-container {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}

.about-photos-bottom-container {
	width: 360px;
	float:right;
}

.about-photos-left {
	float:left;
	width: 102px;
	margin-top:6px;
}

.about-photos-right {
	float:left;
	width: 255px;
	margin-top:6px;
}

.about-photos-left-top {
	margin-bottom: 4px;
}

.tour-margin {
	float:left;
	margin-right:4px;
	margin-top:25px;
	width:375px;
}

.map {
	height: 281px;
	width: 324px;
}

.time-sep {
	float:left;
	margin-left:-1px;
	margin-right:5px;
	width:5px;
}

.time-meridian {
	float:left;
	margin-right: 5px;
	width: 50px;
}

.time-input {
	float:left;
	margin-right: 5px;
	width: 38px;
}

label.time-label {
	width: 34%;
	float:left;
}

/*Registration */

.registration-photo-left {
	float:left;
	margin-left: 20px;
	clear:both;
}

.registration-photo-right {
	float:left;
	margin-top: -163px;
	margin-left: 20px;
}

.forms-container, .schedule-container {
	float:left;
	width: 50%;
}

/*Schedules */
#loading {
	margin:0 auto;
	text-align:center;
	float:left;
	clear:both;
}

.class-container {
	float:left;
	width:33%;
	text-align:center;
}

.schedule h3, .full-schedule h3, h3.calendar-heading  {
	margin:0;
	padding:0;
	margin-bottom:2px;
	font-size: 11pt;
	text-align:center;
}

h3.calendar-heading {
	color: #C03FFF;
	margin: 20px 0 4px 0;
}

a:hover.schedule  {
	text-decoration:underline;
	color: #ffffff;
}

.links-column-left {
	float:left;
}

.links-column-right {
	float:left;
	margin-left: 50px;
}

.calendar {
	float:left;
	width: 25%;
}

h2.calendar-event	{
	padding:0;
	margin:0;
}

table.calendar {
	border: 1px solid #ffffff;
}

table.calendar tr td {
	width: 25px;
	text-align:center;
}

table.calendar tr td a {
	color:#000000;
}

h3.calendar {
	font-size: 11pt;
	padding:0;
	margin:0;
}

.calendar-events-container, .calendar-closings-container {
	float:left;
	margin:0 50px;
	width: 85%;

}

.calendar-events-header {
	height: 20px;
	color: #000000;
	background: #FFFF99;
	border: 2px solid #000000;
	text-align:center;
	padding-top: 3px;
	font-weight:bold;
}

.calendar-closings-header {
	height: 20px;
	color: #000000;
	background: #FF99CC;
	border: 2px solid #000000;
	text-align:center;
	padding-top: 3px;
	font-weight:bold;
}

.date-range-closings, .date-range-events {
	float:left;
	width: 60%;
	overflow-x:hidden;
	overflow-y:hidden;
	white-space:nowrap;
}

/* Media */

h1.gallery-heading, h1.photo-heading, h1.gallery-heading-inner {
	color:#C03FFF;
	font-size:24pt;
	margin:0;
	padding: 0;
	text-align: left;
	width: 25%;
	float:left;
}

h1.gallery-heading-inner {
	width: 100%;
}

h1.photo-heading {
	width: 100%;
	clear:both;
	margin-bottom: 16px;
}

#gallery-create {
	float:left;
	margin-top: 16px;
}

.video-thumb-container {
	float:left;
	margin-right: 12px;
	width: 125px;
	text-align:center;
}


.photo-view-pane {
	display:block;
	margin:0 auto;
	text-align:center;
	height: 345px;
}

.photo-scroll-container {
	left:42px;
	position:relative;
}

.photo-next {
	left:358px;
	position:relative;
	top:-31px;
}

.photo-next:focus {
	-moz-outline-style: none;
}

.photo-prev {
	position:relative;
	top:33px;
	left: -20px;
}

.photo-prev:focus {
	-moz-outline-style: none;
}

.gallery-p-container {
	float:left;
	clear:both;
	margin-bottom: 15px;
	width:100%;
}

.gallery-photo-container {
	float:left;
	width: 150px;
	min-width: 150px;
	min-height: 150px;
}

h1.gallery-header {
	color:#C03FFF;
	font-size:24pt;
	padding:0;
	margin:0 0 12px 0;
}

.gallery-photo-caption {
	color:#C03FFF;
	font-size:11pt;
	font-style:italic;
	line-height:23px;
	font-weight:bold;
	
}

a.triggerPhoto {
	color:#C03FFF;
	text-decoration: none;
}

a:hover.triggerPhoto { 
	color:#C03FFF;
	text-decoration: none;
}

.gallery-caption-text {
	font-weight:normal;
	font-size: 10pt;
}	

/* Photo Upload */

label.upload {
	width: 20%;
	float:none;
}	

/* Login */

.forgot-pass {
	float:left;
}

.forgot-pass a {
	color: #ffffff;
}

/* Company Front End */

.company-header {
	text-align:center;
	color: #C03FFF;
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 12px;
}

.company-logo {
	display:block;
	margin: 0 auto;
}

.company-calendar-icon {
	float:left;
	text-decoration:none;
}

.company-pdf-main {
	margin:10px 0 0 4px;
	float:left;
}

.download-company-pdf-image {
	float:left;
}

.company-container {
	float:left;
	width:50%;
	margin-bottom: 25px;
}

.company-bottom-container {
	float:left;
	clear:both;
	width: 100%;	
}
td.company-media-table {
	max-width: 500px;
	min-width: 100px;
}

.company-bottom-container {
	text-align:center;
}

h2.company-schedule-header {
	color: #C04DFF;
	font-size: 12.5pt;
	margin: 0;
	padding: 0;
}

.company-notes {
	float:left;
	margin-left: 50px;
}

#hidden {
	display:none;
}

div.schedule-snapshot {
	width: 60%;
	float:left;
}

#display_snapshot {
	float:left;
	left:-262px;
	position:relative;
	top:-5px;
}

/* Revue */

.revue-top {
	float:left;
	margin-bottom: 20px;
}

.revue-top-photo {
	float:left;
	margin-top:50px;
	width:145px;
}

.revue-top-text {
	float:left;
	width: 500px;
	margin: 0 12px 0 0;
}

.revue-bottom-left, .revue-bottom-right {
	width: 200px;
	float:left;
}

.revue-bottom-middle {
	float:left;
	margin-left:-4px;
	margin-top:-20px;
	text-align:center;
	width:290px;
}

span.pdf-format {
	position:relative;
	top:-15px;
}

.revue-list {
	margin-top: -8px;
	text-align: left;
}