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

body {
	margin: 0px;
	padding: 0px;
	background-color:#19271E;
	
}



/** LINKS */


.bg-index {
background-image:url(images/lightgreen-bg_1.jpg);
background-repeat:repeat;
}

.bg-index2 {
background-image:url(images/title-bg_1b.jpg);
background-repeat:no-repeat;
}

.bg-index3 {
background-image:url(images/laurels_1.jpg);
background-repeat:no-repeat;
}

.bg-news {
background-image:url(images/news-bg_1.jpg);
background-repeat:no-repeat;
}

.bg-parchment {
background-image:url(images/parchment_2.jpg);
background-repeat:no-repeat;
}

.bg-voiceover {
background-image:url(images/bg-voiceover_1.jpg);
background-repeat:no-repeat;
border:none;
outline:none;
}

.bg-voiceover-headshot {
background-image:url(images/bg-voiceover-main_1.jpg);
background-repeat:no-repeat;
border:none;
outline:none;
}

.bg-voiceover-blue {
background-image:url(images/bg-voiceover-blue_1.jpg);
background-repeat:no-repeat;
border:none;
outline:none;
}

.bg-resume-banner {
background-image:url(images/resume-banner_1.jpg);
background-repeat:no-repeat;
border:none;
outline:none;
}

.bg-resume {
background-image:url(images/resume-bg_1.jpg);
background-repeat:repeat;
border:none;
outline:none;
}


a {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#000000;
	cursor:pointer;
	outline:none;
}

a:visited {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#000000;
	cursor:pointer;
	outline:none;
	}

a:hover {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#333333;
	cursor:pointer;
	outline:none;
}

a:active {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#333333;
	cursor:pointer;
	outline:none;
}



.link1 {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 11px;
	color:#FDEFC7;
	cursor:pointer;
	outline:none;
}

.link1:visited {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 11px;
	color:#FDEFC7;
	cursor:pointer;
	outline:none;
	}

.link1:hover {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 11px;
	color:#ffffff;
	cursor:pointer;
	outline:none;
}

.link1:active {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 11px;
	color:#ffffff;
	cursor:pointer;
	outline:none;
}

.link2 {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#996600;
	cursor:pointer;
	outline:none;
}

.link2:visited {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#996600;
	cursor:pointer;
	outline:none;
	}

.link2:hover {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#000000;
	cursor:pointer;
	outline:none;
}

.link2:active {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	color:#000000;
	cursor:pointer;
	outline:none;
}

/** STYLES */

.black {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#000000;
	cursor:pointer;
	outline:none;
}


a.tt{

    position:relative;

    z-index:24;

    color:#cac6a3;

    text-decoration:none;

}

a.tt span{ display: none; }



/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover{ z-index:25; color: #aaaaff; background:;}

a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:5px;
	left:0;
	color: #ddd;
	font-size:12px;
	text-align: left;

	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



#imgopacity
{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
}
#imgopacity:hover
{
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-khtml-opacity:1;
}
