@charset "utf-8";

/* -- GLOBAL LAYOUT STYLES ------------------------------ */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin: 			0;
	width: 				100%;
	background-color: 	#ffffff;
	text-align: 		center;
	font-family: 		Impact, Arial, sans-serif;	
	color: 				#4c4c4c;
	
}

a {
	color: 				#4c4c4c;
	text-decoration: 	none;
}
a:hover {
	color: 				#b55a03;	
}
a:focus, a:hover, a:active {outline:none;}

h3 {
	font-size: 			12px;
	color:				#CC6600;
}

/* -- GLOBAL SECTIONS ----------------------------------- */
#container {
	margin: 			0px auto;
	width: 				850px;
}

#menu {
	margin-top: 		10px;
}

#menu ul {
	margin-left: 		10px;
	padding: 			0px;
	list-style-type: 	none;
}

#menu ul li {
	float: 				left;	
}

#menu ul li img {
	border: 			0px;
}

/* -- ACTOR CONTENT SECTION --------------------------------- */
#title {
	margin-top: 	70px;
}

#title h1 {
	float: 			left;
	margin: 		0px 0px 0px 18px;
	width: 			550px;
	text-align: 	left;
	font-weight: 	normal;
	font-size: 		42px;
}

#title h2 {
	float: 			left;
	margin: 		20px 0px 0px 10px;
	width: 			255px;
	text-align: 	right;
	font-weight: 	normal;
}

#content {
	margin: 			0px auto;
	width: 				816px;
	height: 			473px;
	background:			url('/images/site/background-client.png') top left no-repeat;
}

#content-renew {
	margin: 			0px auto;
	width: 				600px;
	height: 			273px;
	padding-top: 		150px;
	text-align: 		left;
	font: 				normal 12px Arial, Helvetica, sans-serif;
	color: 				#000000;
}

#content-renew p {
	margin: 			20px auto;
}

#content-renew a {
	text-decoration: 	underline;
}

#content-renew .text-orange {
	color: 				#b55a0c;
}

#content-small {
	margin: 			40px auto;
	width: 				308px;
	min-height: 		400px;
	text-align: 		left;
}

#content-small h1 {
	margin: 			0px;
	background:			url('/images/site/header-background.png') top left no-repeat;
	padding: 			8px 10px;
	font-family: 		Impact, Arial;
	text-align: 		left;
	font-size: 			22px;
	font-weight: 		normal;
	color: 				#000000;
}

#content-large {
	margin: 			40px auto;
	width: 				800px;
	min-height: 		400px;
}

#content-large h1 {
	margin: 			0px;
	background:			url('/images/site/header-background-large.png') top left no-repeat;
	padding: 			10px;
	font-family: 		Impact, Arial;
	text-align: 		left;
	font-size: 			22px;
	font-weight: 		normal;
	color: 				#000000;
}

#content-large .column {
	font-size: 			10px;
	line-height: 		20px;
}


#content-page {
	margin: 			10px auto;
	width: 				833px;
	font-size: 			14px;
	font-weight: 		normal;
	font-family: 		Arial, Helvetica, sans-serif;
}

#content-page p {
	padding: 			5px 20px;
	text-align:			justify;
}

#content-page .column {
	float: 				left;
	margin: 			5px 20px;
	width: 				235px;
	text-align: 		left;
	line-height: 		16px;
	font-size: 			12px;
	text-align:			justify;
}

#content-page .column-large {
	float: 				left;
	margin: 			5px 0px;
	width: 				416px;
	text-align: 		center;
}

#content-page .column-small {
	float: 				left;
	margin: 			5px 0px;
	width: 				208px;
	text-align: 		center;
}

#content-page img {
	display: 			block;
	border: 			0px;
}


.column {
	float: 				left;
	margin: 			5px 10px;
	width: 				245px;
	text-align: 		left;
	line-height: 		32px;
	font-size: 			12px;
}

.column a {
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#666666;
	text-decoration: 	underline;
}

.column a:hover {
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#b55a03;
	text-decoration: 	none;
}

#column-left {
	float: 				left;
	margin: 			20px 0px 0px 15px;
	width: 				215px;
}

#column-right {
	float: 				left;
	margin: 			20px 0px 0px 15px;
	width: 				550px;
}

#headshot {
	height: 				235px;
	background-color: 		#ffffff;
	border: 				5px solid #ffffff;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border-radius: 			5px;
}

.p-link img {
	float: 					left;
	display: 				block;
	border: 				0px;
}

#p-frame {
	float: 					left;
	position: 				relative;
	width: 					175px;
	height: 				235px;
	overflow: 				hidden;
}

#p-strip {
	position: 				absolute;
	width:					2000em;
	left: 					0px;
	top: 					0px;
}

#p-strip img {
	float: 					left;
	display: 				block;
	border: 				0px;
	margin:					0px;
}

#information {
	clear: 					both;
	margin-top: 			20px;
	display: 				table-cell;
	vertical-align: 		middle;
	width: 					220px;
	height: 				190px;
	text-align: 			center;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				16px;
	color: 					#FFFFFF;
}

#information a {
	color: 					#FFFFFF;
	text-decoration: 		underline;
}

#video {
	height: 				423px;
	background-color: 		#ffffff;
	border: 				5px solid #ffffff;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border-radius: 			5px;
	
}


/* -- LINKS ------------------------------------------------ */
#links {
	width: 				800px;
	margin: 			10px auto;
	text-align: 		center;
}

#links ul {
	display: 			block;
	margin:				0px auto;
	padding: 			0px;
	list-style-type: 	none;
}

#links ul li {
	position: 			relative;
	display: 			block;
	float: 				left;
	width: 				140px;
	margin: 			0px 20px;
	line-height: 		42px;
	font-size: 			18px;
	text-align: 		left;	
}

#links ul li img {
	display:			block;
	float: 				left;
	margin-right: 		10px;
	border: 			0px;
}

.drop-down {
	position: 			absolute;
	top: 				30px;
	left: 				40px;
	width: 				135px;
	padding-left: 		5px;
	z-index: 			100;
	padding-top: 		5px;
	font-size: 			12px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight: 		bold;
	line-height: 		18px;
	text-align: 		left;
	background-color:	#FFFFFF;
}

.drop-down p {
	margin: 			0px;
	padding: 			2px auto;

}

#dd_reel {
	display:			none;
}

#dd_clip {
	display:			none;
}

/* -- FOOTER ----------------------------------------------- */
#footer {
	margin-top: 		80px;
	text-align: 		center;
}

#footer ul {
	margin: 			0px;
	padding: 			0px;
	list-style-type: 	none;
}

#footer ul li {
	float: 				left;
	font-size: 			18px;	
}

#footer ul li img {
	display:			block;
	border: 			0px;
}

/* -- SHARED TEXT ------------------------------------------- */
.clear {
	clear: 			both;
	margin: 		0px;
	padding: 		0px;
	height: 		0px;
	line-height: 	0px;
}