﻿a:visited {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#masthead-heading {
	position: relative;
	padding-bottom: 5px;
	font-weight: bold;
}
#masthead-biz {
	left: 15%;
	clear: both;
	position: relative;
}
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Verdana;	color: #FFFFFF;
	background-color: #264D88;
}
#nav-top {
	padding: 3px;
	position: relative;
	left: 15%;
	clear: both;
	color: #FFFFFF;
	background-color: #3085A2;
}
#nav-bottom {
	padding: 3px;
	position: relative;
	left: 15%;
	clear: both;
	color: #FFFFFF;
	background-color: #3085A2;
}
#banner {
	position: relative;
	left: 15%;
	clear: both;
}
.portrait-width {
	width: 100%;
}
.maintext {
	padding: 0px 10px 0px 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Verdana;
	font-size: medium;
	color: #FFFFFF;
	text-align: justify;
}
#portrait {
	position: fixed;
	right: 2%;
	float: right;
	z-index: 1;
	width: 30%;
}
#main-copy-text {
	position: relative;
	left: 15%;
	clear: both;
	width: 30%;
	text-align: justify;
}
.img-pad5 {
	padding: 5px;
	border-style: none;
}
#main-copy-header {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15%;
	font-weight: bold;
}

.nav_top_btns {
	position: relative;
	z-index: 2;
}

.nav_bot_btns {
	position: relative;
	z-index: 2;
	font-size: small;
}
.filmography {
	font-size: x-small;
	text-align: center;
	position: relative;
	float: left;
	height: 200px;
	padding-right: 10px;
}
.img_banner {
	border-width: 0px;
}
.clearboth {
	clear: both;
	text-align: left;
}
.gal_thumb {
	width: 200px;
	text-align: center;
}
.gal_caption {
	font-size: small;
	text-align: center;
}

h1 {
	font-size: large;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: large;
	color: #FFFFFF;
	text-align: center;
}

h5 {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: #FFFFFF;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}
#hor-zebra a:link
{
	color: #264D88; 
}

#hor-zebra a:visited
{
	color: #3085A2; 
}


.gal_cell {
	text-align: center;
}


.gal_credit {
	font-style: italic;
	font-size: xx-small;
}


h3 {
	text-align: center;
}
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#086ea1 0%,
		#b8b8b8 25%,
		#086ea1 75%,
		#086ea1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#086ea1),
		color-stop(0.25, #b8b8b8),
		color-stop(0.75, #086ea1),
		to(#086ea1));
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px solid #171717;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#social-icons {
	text-align: center;
	font-size: x-large;
	padding: 10px;
}

#copyright_notice_bottom {
	text-align: center;
	font-size: xx-small;
}

