body
{
	background-image: url(img/bg.gif);
	background-attachment: fixed;
	text-align: center;
	margin-top: -5px;
}

body, table
{
	font: 12px/18px verdana, arial, sans-serif;
	color: #000;
}

#wrapper
{
	position: relative;
	margin: auto;
	width: 700px;
	background-color: #fff;
	text-align: left;
	background-image: url(img/bg.gif);
	background-attachment: fixed;
}

#pop_wrapper
{
	position: relative;
	margin: auto;
	width: 535px;
	background-color: #fff;
	text-align: left;
	background-image: url(img/bg.gif);
	background-attachment: fixed;
}

#banner
{
	position: relative;
	top: 0;
	left: -20px;
	margin: 0;
	padding 0: ;
}

#navigation
{
	position: relative;
	top: 0;
	left: 0;
}

#content
{
	width: 630px;
	float: left;
	display: inline;
	/* get's around the IE Doubled Float-Margin Bug */
	position: relative;
	padding: 20px 20px 0 20px;
	background-color: #fff;
}

#pop_content
{
	width: 500px;
	float: left;
	display: inline;
	/* get's around the IE Doubled Float-Margin Bug */
	position: relative;
	padding: 20px 20px 0 20px;
	background-color: #fff;
}

div.spacer { clear: both; }

div.testimonial
{
	width: 450px;
	margin: auto;
	color: #666;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}

div.testimonial p { margin-top: 0; }

div#footer
{
	color: #666;
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	text-align: left;
}

.tagline
{
	width: 575px;
	height: 265px;
	background-image: url(img/tagline_bg.gif);
	background-position: -20px 0px;
	background-repeat: no-repeat;
	/*	float: left;
	margin: 18px 0px 10px 22px; */
}

.photo
{
	border: 1px solid #443366;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
}

div.experience
{
	width: 600px;
	color: #000;
	background-color: #eee;
	padding: 5px;
}

.experience_company
{
	float: left;
	margin-top: 5px;
	margin-bottom: 2px;
}

.experience_date
{
	float: right;
	margin: 5px 5px 2px 0;
}


div.hdr
{
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #037;
	background-color: #FD5;
}

.large_hdrs
{
	color: #9844C6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -8px;
}

hr
{
	color: #ccc;
	background: #ccc;
	border: 0;
	height: 1px;
}

/* TEXT STYLES */
a:link, a:visited
{
	color: #9844C6;
	/* #743535; */
	text-decoration: underline;
}

a:hover, a:active
{
	color: #9844C6;
	text-decoration: none;
}

h1
{
	font: 28px/30px Trebuchet MS, times, serif;
	color: #9844C6;
	margin-bottom: 0;
}

h2
{
	font: 16px/20px verdana, arial, sans-serif;
	margin-top: 10px;
	color: #9844C6;
	font-weight: bold;
}

h3
{
	font: 12px/20px verdana, arial, sans-serif;
	margin-top: 15px;
	color: #9844C6;
	font-weight: bold;
}

.logo { margin: 10px 0 5px 0; }

span.hdr
{
	font-weight: bold;
	color: #666666;
}

li { margin-bottom: 16px; }

div.row
{
	clear: both;
	padding-top: 5px;
}

div.row span.label
{
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw
{
	float: right;
	width: 235px;
	text-align: left;
}

a:link.nav, a:visited.nav
{
	color: #fff;
	text-decoration: none;
}

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

a:link.nav_career, a:visited.nav_career
{
	color: #000;
	text-decoration: none;
}

a:hover.nav_career
{
	color: #000;
	text-decoration: underline;
}

td.tab-fore { background-color: #fff; }

td.tab-back, td.tab-fore
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 8px 8px 8px 8px;
	text-align: center;
}

td.tab-fore, td.tab-back
{
	border-top: #D4D4E3 1px solid;
	border-right: #D4D4E3 1px solid;
}

td.tab-back
{
	background-color: #43316B;
	/* border: #fff 1px solid;  */
}

.attribution
{
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: -5px;
}

a.attributionLink:link, a.attributionLink:visited
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #777;
	text-decoration: none;
}

a.attributionLink:hover
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-decoration: underline;
}

.left
{
	float: left;
	width: 400px;
}

.right
{
	float: right;
	width: 120px;
	text-align: right;
	margin-right: 31px;
}
