@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

body {
	background: url(images/body_bkgnd.jpg) repeat;
	background-color: #47b5f9;
}
#wrapper {
	margin: 60px auto;
	width: 763px;
	border: 8px solid #808080;
	background: #FFF;
	position: relative;
	padding-top: 80px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16;
}

h3 {
	font-size: 14px;
	margin: 10px;
	color: #47b5f9;
}
#havequestion {
	padding: 5px 5px 5px 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#havequestion label {
	float: left;
	width: 50px;
}
#havequestion textarea {
	width: 250px;
	height: 75px;
}
h1 .italicstitle {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}

p {
	color: #333333;
	margin-bottom: 10px;
	line-height: 20px;
}
.hometext {
	color: #666666;
	font: 18px/32px Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

ul {
	list-style-position:inside;
	line-height: 20px;
}

.blue {
	color: #47b5f9;
}

.red {
	#F00;
	color: #f00;
}

.center {
	text-align: center;
}

.font18px {
	font-size:18px;
}

.font16px {
	font-size:16px;
}

.font14px {
	font-size: 14px;
}

#ribbon {
	background: url(images/mnuRibbon.png) no-repeat;
	width: 995px;
	position: absolute;
	z-index: 1000;
	left: -111px;
	top: -25px;
	height: 100px;
}

#logo {
	position: absolute;
	left: 375px;
	top: -50px;
}

#btnHome {
	position: absolute;
	left: 90px;
	top: 10px;
}

#btnAboutUs {
	position: absolute;
	left: 205px;
	top: 10px;
}

#btnLocateStudio {
	position: absolute;
	left: 560px;
	top: 5px;
}

#btnOpenStudio {
	position: absolute;
	left: 710px;
	top: 5px;
}
#slider {
	height: 203px;
	width: 728px;
	border: 1px solid #000;
	margin-left: 15px;
	margin-bottom: 20px;
}
#content {
	width: 730px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#social {
	background: url(images/socialbox.png) no-repeat;
	height: 220px;
	width: 40px;
	position: absolute;
	top: 135px;
	left: 64px;
}
#twitter {
	position: absolute;
	left: 4px;
	bottom: 17px;
}
#facebook {
	position: absolute;
	left: 4px;
	top: 5px;
}


.textcolumn1 {
	float: left;
	width: 350px;
	position: relative;
}

.textcolumn1 p {
	
}

.textcolumn2 {
	float: right;
	width: 350px;
	position: relative;
}

.textcolumn2 p {
	
}

#content_bottom {
	position: relative;
	margin-top: 30px;
}
#content_bottom_right {
	float: right;
	width: 350px;
	text-align: center;
}
#content_bottom_left {
	float: left;
	width: 350px;
}
#content_bottom_left img {
	float: left;
	margin-right: 10px;
}
.studiolocation {
	border: 2px solid #47b5f9;
	position: relative;
	margin-right: 45px;
	margin-left: 45px;
	margin-top: 15px;
	background: #ffffdb;
	padding: 10px;
	box-shadow: 1px 2px 5px #666;

}
.studiolocation_content {
	width: 350px;
	margin-top: 10px;
	margin-left: 10px;
}



#accolades {
	position: relative;
	margin-top: 20px;
}
#accolades img {
	margin-left: 50px;
	margin-right: 50px;
}


#footer {
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color: #666;
	font-size: 10px;
}

#footer a:hover {
	text-decoration: underline;
}

#video_container {
	width: 320px;
	height: 280px;
	border: 8px solid #47b5f9;
	display: none;
	position: fixed;
	top: 30px;
	left: 50%;
	z-index: 9999;
	position: fixed;
	margin: 10px auto;
}

.popup_icon {
	position: absolute;
	right: -15px;
	top: -15px;
}


.right {
	float: right;
}

.clear {
	clear: both;
}


/* Slider */
#imagerotator {
	height: 203px;
	width: 732px;
	position: relative;
}

#imagerotator div {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#imagerotator div.previous {
	z-index: 1;
}

#imagerotator div.current {
	z-index: 2;
}

.ir_nav {
	text-align: right;
	position: absolute;
	width: 240px;
	top: 180px;
	left: 465px;
	z-index: 5;
}
.ir_nav a {
	background: url(images/image_rotator_nav.png) no-repeat 0px 0px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 6px;
	cursor: pointer;
}

.ir_nav a:hover {
	background-position: -18px 0px;
}

.ir_nav a.selected {
	background-position: -36px 0px;
}

