@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	line-height: 12pt;
}

#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
}

#header{
	padding-left: 47px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#left{
	float: left;
	height: 449px;
	width: 233px;
	background-color: #FFFFFF;
}

#right{
	margin-left: 233px;
}

#footer{
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5EC3D5;
	padding-left: 233px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*LINKS*/

a:link {
	color: #FF7800;
	text-decoration: none;
}     
a:visited {
	color: #FF7900;
	text-decoration: none;
}  
a:hover {
	color: #5FC3D5;
	text-decoration: none;
}   
a:active {
	color: #5FC3D5;
	text-decoration: none;
} 


/*NAVIGATION*/
#nav_container{
	padding-top: 33px;
	padding-right: 27px;
	float: right;
}
.nav_btn{
	padding-bottom: 5px;
	text-align: right;
}


/*NAVIGATION ROLLOVERS*/

#home{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home:hover{
	background-position: bottom left;
}

#about{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#about:hover{
	background-position: bottom left;
}

#about_onstate{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#photos{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_photos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#photos:hover{
	background-position: bottom left;
}

#photos_onstate{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_photos.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#studio{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_studio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#studio:hover{
	background-position: bottom left;
}

#studio_onstate{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_studio.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#contact{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact:hover{
	background-position: bottom left;
}

#contact_onstate{
	height: 46px;
	width: 179px;
	text-indent: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../_imgs/nav_contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*HOME*/

#home_flash{
	height: 419px;
	width: 696px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FC7200;
}
#home_flash_holder{
	height: 419px;
	width: 696px;
}

#home_text{
	padding-top: 20px;
	padding-right: 47px;
}




/*MAIN IMAGES*/

#about_image{
	height: 500px;
	width: 348px;
	padding-top: 8px;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9FD5AC;
}

#studios_image{
	height: 500px;
	width: 348px;
	padding-top: 8px;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C9E95A;
}
#studios_image_holder{
	height: 500px;
	width: 348px;
}

#contact_image{
	height: 500px;
	width: 348px;
	padding-top: 8px;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5FC3D5;
}


/*MAIN BODY - SUBPAGES*/

#subpage_container{
	margin-left: 348px;
	padding-left: 27px;
}
#subpage_header{
	padding-bottom: 30px;
}
#subpage_bodytext{
	padding-right: 20px;
	letter-spacing: .2px;
	height: 470px;
}
#subpage_space{
	height: 50px;
	padding-bottom: 50px;
}


/*PHOTOS*/

#photo_header{
	padding-left: 47px;
	padding-top: 40px;
	padding-bottom: 50px;
	width:293px;
	float:left;
}

#photo_subnav{
	margin-left:341px;
	padding-right:35px;
	text-align: right;
	padding-top: 80px;
}

#photo_flash{
	padding-right: 20px;
}

.subnav{
	padding-right: 15px;
}
.blue_onstate{
	color: #5FC3D5;
	text-decoration: none;
}

/*CONTACT*/
.tracey_name{
	font-size: 14px;
}

.contact_boxes{
	color: #878787;
	padding-top: 25px;
}
.tcfe{
	font-weight: normal;
	padding-bottom: 8px;
}

.travel{
	font-size:12px;
	line-height: 20px;
}
.packages{
	font-size:12px
}
.quote{
	font-style: italic;
	color: #5FC3D5;
	line-height: 20px;
}

.quotations{
	vertical-align: top;
}
#quote_name{
	font-style: italic;
	color: #54CBDA;
	text-align: right;
}
