/* CSS Document */

.body {
	font-size: 12px;
	color: #5e5e5e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* ----- begin gallery image border control ----- */
.gallery {
	border: 1px;
	padding: 0px;
	border-thickness: 1px;
	border-color: #5e5e5e;
	border-style: solid;
	text-align: center;
	margin: 0px;
}
a:hover .gallery {
	border: 1px;
	padding: 0px;
	border-thickness: 1px;
	border-color: #ffffff; 
	border-style: solid;
	text-align: center;
	margin: 0px;
}
/* ----- end gallery image border control ----- */


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
	
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

p {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.bg {background-color: #CED6E3;}

/****** bio styles ******/

.talent_name{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	padding: 5px;
}

.talent_attributes{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	
	
}
.talent_attributes a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.talent_attributes a:active{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.talent_attributes a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.talent_attributes a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CED6E3;
	font-weight: bold;
	text-decoration: none;
}


.talent_border {
	border: 1px;
	padding: 0px;
	border-thickness: 1px;
	border-color: #5e5e5e;
	border-style: solid;
	text-align: center;
	margin: 0px;
}

.talent_last-next a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
.talent_last-next a:active{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
.talent_last-next a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
.talent_last-next a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CED6E3;
}
/* ----- begin reel pop up control ----- */

#reel_pop_up {
	height: 500px;
	width: 500px;
	border: 5px solid #999999;
}
#reel_left {
	background-image: url(../images/dots_left.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 23px;
	left: 0px;
	background-color: #CCCCCC;

}
#reel_center {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	left: 24px;
	position: relative;

}
#reel_right {
	background-image: url(../images/dots_right.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 23px;
	position: relative;
}
#contact {
	background-image: url(../images/stage28_logo_sm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #CED6E3;
}

#contact_border {
	float: left;
	border-bottom: 1px solid #CED6E3;
}

#contact a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}

#contact a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}

#contact a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;
}

#contact a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CED6E3;
	text-decoration: underline;
}
#contact_footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}

#client {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;text-align: justify;}
#client a:link {color: #fff;text-decoration: none;}
#client a:active {color: #fff;text-decoration: none;}
#client a:visited {color: #fff;text-decoration: none;}
#client a:hover {color: #5e5e5e;text-decoration: none;}
#client h1 {color: #5e5e5e;font-size: 14px;font-weight: bold;font-variant: small-caps;text-align: center;}
#client hr {color: #fff;background-color: #FFFFFF;width: 80%;border: #FFFFFF;text-align: center;}
