/* tags */

body {
	background-position: right bottom;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Fax", georgia, "Times New Roman", Times, serif;
	color: #474444;
	font-size: 20px;
	line-height: 130%;
}

input, textarea, select {
	font-family: "Lucida Fax", georgia, "Times New Roman", Times, serif;
	color: #474444;
	font-size: 18px;
	line-height: 100%;

}

input, select {
	position: absolute;
	right: 100px;
	width: 380px;

}

input.submit {
	position: absolute;
	left: 0px;
	width: 550px;
}

textarea {
	text-align: left;
	width: 550px;

}

p {
	margin:0px 0px 12px;
}

a {
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0066;
	cursor: pointer;
}

a:visited {
	color: #333333;
}

a.movielink {
	background-repeat: no-repeat;
	background-image: url(../images/all/icons/movie.gif);
	background-position: right 5px;
	padding-right: 28px;
	white-space: nowrap;
}

a.pdflink { 
	background-repeat: no-repeat;
	background-image: url(../images/all/icons/pdf.gif);
	background-position: right 5px;
	padding-right: 28px;
	white-space: nowrap;
}

a.windowlink { 
	background-repeat: no-repeat;
	background-image: url(../images/all/icons/window.gif);
	background-position: right 5px;
	padding-right: 28px;
	white-space: nowrap;
}

img {
	border-style: none;
	border-width: 0;
}

/* ids */

#nav {
	font-size: 14px;
	color: #FF0066;
	line-height: 20px;
	font-weight: lighter;
	position:absolute;
	left: 250px;
	top:50px;
	width: 650px;
	z-index:1;
	white-space: nowrap;
}

#content {
	position:absolute;
	left: 250px;
	width: 650px;
	z-index: 20;
	visibility:visible;
}

#folks_right {
	visibility:visible;
}

#media {
	visibility: hidden;
	position:absolute;
	width:632px;
	height: 373px;
	left:238px;
	top:50px;
	background-color: #000000;
	z-index: 20;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}

#media_embed {
	background-color: #333333;
	position:absolute;
	width: 592px;
	height: 333px;
	left: 20px;
	top: 20px;
	overflow: hidden;
	text-align: left;
	z-index: 20;
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

#media_close {
	padding: 0px;
	margin: 0px;
	position:absolute;
	height:14px;
	width:14px;
	right: 3px;
	bottom: 3px;
	z-index: 20;
	background-repeat: no-repeat;
	background-image: url(../images/all/icons/close.gif);
	background-position: right bottom;
}

#media_close:hover {
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
}

/* combos */

#nav strong {
	font-size: 18px;
	font-weight: bold;
}

#nav a:visited {
	color: #FF0066;
}

#nav a:hover, #nav a:visited:hover {
	font-size: 18px;
	text-decoration: none;	
	color: #333333;
}


#nav a.big:hover {
	text-decoration: underline;	
}

#nav a.myself {
	font-size: 18px;
	color: #333333;
	text-decoration: none;	
}

#nav a.big {
	font-size: 18px;
	text-decoration: none;	
}

#copyright a {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration:underline;
	color: #FF0066;
}
