body {
	background-color: #e5e5e5;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetic, sans-serif;
	font-size: small;
}
#wrap {
	background: #fff url(../i-p/wrap-bg.gif) repeat-y;
	width: 751px;
	margin: 0 auto;
	padding: 0;
}
#language {
	background-color: #094D8B;
	height: 20px;
	width: 741px;
	margin: 0 5px;
	padding: 0;
}
#branding {
	height: 83px;
	width: 741px;
	margin: 0 5px;
	padding: 0;
}
#navigation {
	background: url(../i-p/nav-bg.gif) repeat-x top;
	height: 30px;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #666;
	width: 741px;
	margin: 0 5px;
	padding: 0;
}
#urhere {
	background: #fff url(../i-p/pictnav-bg.gif) repeat-x top;
	clear: both;
	text-align: left;
	width: 741px;
	margin: 0 5px;
	padding: 0;
	border-bottom: 1px solid #d8d8d8;
}
#maincontent {
	width: 741px;
	margin: 0 5px;
	padding: 20px 0 0 0;
}
#job-maincontent {
	width: 741px;
	margin: 0 5px;
	padding: 20px 0 0 0;
	position: relative;
	height: 700px;
}
#story {
	width: 458px;
	float: left;
	padding: 0;
	margin: 1em 0 2em 15px;
	background-color: #fff;
}
#story-full {
	width: 711px;
	float: left;
	padding: 0;
	margin: 1em 15px 2em 15px;
	background-color: fff;
}
#loginbox {
	width: 434px;
	float: left;
	padding: 0;
	margin: 0;
	border: 12px solid #e5e5e5;
	background-color: #F1F1F1;
}
#extras {
	width: 220px;
	float: right;
	padding: 0;
	margin: 46px 15px 2em 0;
}
#footer {
	background: url(../i-p/footer-btm.gif) no-repeat bottom;
	width: 751px;
	clear: both;
	margin: 0 auto;
	padding: .35em 0 .7em 0;
}
#footer p {
	font-size: 80%;
	color: #fff;
	margin: 0;
	padding: .5em 20px;
}
#footer a {
	text-decoration: none;
	color: #fff;
	padding-bottom: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	width: 741px;
	margin: 0 auto;
	padding: 0;
}
#copyright p {
	font-size: 80%;
	color:#666;
	margin: 0;
	padding: .5em 15px;
}

.clearer {
	clear: both;
}
.hide {
	display: none;
}

/* navigation structure */

#navbar {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navbar li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	background-image: url(../i-p/nav-bar-08.gif); /* repeated here to avoid IE6/Win flicker */
	background-repeat: no-repeat;
	}
#navbar a {
	float: left;
	height: 30px;
	text-indent: -5000px;
	background-image: url(../i-p/nav-bar-08.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
#home a, #home li { 
	width: 58px; 
	background-position: 0 0;
	}
#home a:hover { 
	background-position: 0 -30px; 
	}
#home a.current {
	background-position: 0 -60px;
	}
#comp a, #comp li {
	width: 67px;
	background-position: -58px 0;
	}
#comp a:hover { 
	background-position: -58px -30px; 
	}
#comp a.current { 
	background-position: -58px -60px; 
	}
#prod a, #prod li {
	width: 65px;
	background-position: -125px 0;
	}
#prod a:hover { 
	background-position: -125px -30px; 
	}
#prod a.current { 
	background-position: -125px -60px; 
	}
#career a, #career li {
	width: 61px;
	background-position: -190px 0;
	}
#career a:hover {
	background-position: -190px -30px;
	}
#career a.current {
	background-position: -190px -60px;
	}
#nonp a, #nonp li {
	width: 83px;
	background-position: -251px 0;
	}
#nonp a:hover { 
	background-position: -251px -30px; 
	}
#nonp a.current { 
	background-position: -251px -60px; 
	}
#comm a, #comm li {
	width: 81px;
	background-position: -334px 0;
	}
#comm a:hover { 
	background-position: -334px -30px; 
	}
#comm a.current { 
	background-position: -334px -60px; 
	}
#opp a, #opp li {
	width: 88px;
	background-position: -415px 0;
	}
#opp a:hover { 
	background-position: -415px -30px; 
	}
#opp a.current { 
	background-position: -415px -60px; 
	}
#news a, #news li {
	width: 49px;
	background-position: -503px 0;
	}
#news a:hover { 
	background-position: -503px -30px; 
	}
#news a.current { 
	background-position: -503px -60px; 
	}
#cont a, #cont li {
	width: 63px;
	background-position: -552px 0;
	}
#cont a:hover {
	background-position: -552px -30px;
	}
#cont a.current {
	background-position: -552px -60px;
	}
#login a, #login li {
	width: 61px;
	background-position: -615px 0;
	}
#login a:hover {
	background-position: -615px -30px;
	}
#login a.current {
	background-position: -615px -60px;
	}
	
/* urhere */

#urhere p {
	font-size: 80%;
	color: #999;
	padding: 8px 10px 4px 15px;
	margin: 0;
}
#urhere a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#urhere a:hover {
	text-decoration: underline;
}


/* story */

#story h1 {
	font-size: 160%;
	font-weight: normal;
	color:#999;
	padding: 0 0 8px 0;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #e5e5e5;
}
#story h2 {
	font-size: 130%;
	font-weight: normal;
	color: #094D8B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .7em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#story h3 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#666;
	padding: 0 0 0 30px;
	margin: 0;
}
#story h4 {
	font-size: 110%;
	font-weight: normal;
	color:#666666;
	padding: 0 0 10px 0;
	margin: 0;
}
#story p {
	font-size: 90%;
	color:#000;
	line-height: 1.75em;
	padding: 0 0 10px 0;
	margin: 0;
}
#story ul, #story ol {
	color: #000;
	font-size: 90%;
	line-height: 1.75em;
	margin-top: 0;
	padding-left: 60px;
}
#story p.desc {
	padding: 8px 0 15px 30px;
}
#bio p {
	padding: 8px 0 0 30px;
}
#bio h2 {
	margin-top: 1.5em;
}
#story img a {
	border: none;
	text-decoration: none;
}
#story a, #extras a {
	text-decoration: none;
	padding-bottom: 1px;
	font-weight: normal;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	}
#story .btn, #extras .btn {
	border: none;		
}
#success a {
	cursor: pointer;	
}
#success p {
	padding-left: 30px;
}
#story a {
	color: #000;
}
#extras a {
	color: #666;
	
}
#story a:hover, #extras a:hover {
	background-color: #e5e5e5;
	border-bottom: 1px dotted #094D8B;
	color: #094D8B;
}
#extras h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#900;
	border-bottom: 1px dotted #900;
	font-size: 85%;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0 0 6px 0;
}
#extras p {
	font-size: 85%;
	color: #666;
	line-height: 2em;
	padding: 1.35em 0 0 0;
	margin: 0;
}

#story p.goto {
	color: #666;
	padding-left: 15px;
}
#story p.gotoline {
	color: #666;
	padding: 0 0 10px 15px;
	margin-bottom: 1.15em;
	border-bottom: 1px dotted #999;
}

#story p.backtotop {
	font-size: 80%;
	text-align: left;
	padding: 10px 0;
	margin-bottom: 1.5em;
}
#story p.backtotop a {
	text-decoration: none;
	color: #838EB5;
	border-bottom: 1px dotted #838EB5;
	padding-bottom: 1px;
	background-color: #fff;
}
#story p.backtotop a:hover {
	background-color: #e6e6e6;
}

/* story */

#story-full h1 {
	font-size: 160%;
	font-weight: normal;
	color:#999;
	padding: 0 0 8px 0;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #e5e5e5;
}
#story-full h2 {
	font-size: 130%;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0;
	color: #094D8B;
}
#story-full h3 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#666;
	padding: 0 0 0 30px;
	margin: 0;
}
#story-full h4 {
	font-size: 110%;
	font-weight: normal;
	color:#999;
	padding: 0 0 10px 0;
	margin: 0;
}
#story-full p {
	font-size: 90%;
	color:#000;
	line-height: 1.75em;
	padding: 0 0 10px 0;
	margin: 0;
}
#story-full ul, #story-full ol {
	color: #000;
	font-size: 90%;
	line-height: 1.75em;
	margin-top: 0;
	padding-left: 60px;
}
#story-full p.desc {
	padding: 8px 0 15px 30px;
}

#story-full a {
	text-decoration: none;
	padding-bottom: 1px;
	font-weight: normal;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	}
#story-full a {
	color: #000;
}
#story-full a:hover {
	background-color: #e5e5e5;
	border-bottom: 1px dotted #094D8B;
	color: #094D8B;
}

#story-full p.goto {
	color: #666;
	padding-left: 15px;
}
#story-full p.gotoline {
	color: #666;
	padding: 0 0 10px 15px;
	margin-bottom: 1.15em;
	border-bottom: 1px dotted #999;
}

#story-full p.backtotop {
	font-size: 80%;
	text-align: left;
	padding: 10px 0;
	margin-bottom: 1.5em;
}
#story-full p.backtotop a {
	text-decoration: none;
	color: #838EB5;
	border-bottom: 1px dotted #838EB5;
	padding-bottom: 1px;
	background-color: #fff;
}
#story-full p.backtotop a:hover {
	background-color: #e6e6e6;
}

/* success */

#success h3 {
	padding-bottom: 1.5em;
}
div#bio h3 {
	font-weight: normal;
	color: #990000;
	padding-left: 0px;
	margin-top: 1em;
}
div#bio p {
	padding-left: 0px;
}

/* images */

.imgright {
	float: right;
	padding: 1em 0 0 0;
	margin: 0 0 15px 15px;
	border: none;
}
div.video {
	float: right;
	padding: 0 0 1em 0;
	margin: 0 0 15px 15px;
}
.imgleft {
	float: left;
	padding: 0 0 0 30px;
	margin: 1em 15px 15px 0;
}

/* dividers */

.divider {
	border-bottom: 1px dotted #094D8B;
	margin: 1.5em 0;
	clear: both;
}
#questions p {
	font-size: 95%;
	color: #666;
	padding: 0 0 0 30px;
	margin: 0;
	line-height: 1.35em;
}
#questions p+p {
	padding-top: 6px;
}


#questions p.q {
	font-size: 95%;
	color: #333;
	margin: 0;
	padding: 1em 0 0 0;
}
#questions ul {
	padding: 0 0 1em 0;
	margin: 0 0 0 50px;
}
#questions li {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 100%;
	line-height: 1.5em;
}


/* extras */

#extras ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#extras li {
	font-size:  85%;
	background-color: #f1f1f1;
	line-height: 90%;
}
#extras .flv {
	margin-top: 20px;
}
#extras ul a {
	background-color: transparent;
	display: block;
	width: 208px;
	/* height: 30px;*/
	line-height: 100%;
	padding: 1em 0 1em 10px;
	text-decoration: none;
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-top:  none;
	color:#666;
}
#extras ul a.first {
	border-top: 1px solid #d8d8d8;
	margin-top: 20px;
}
#extras ul a:hover {
	background-color: #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	text-decoration: none;
}
#wrap #maincontent #extras .gold a {
	background-color: #FFFFFF;
}
#wrap #maincontent #extras .gold a:hover {
	background-color: #d8d8d8;
}
#extras ul li.current {
	background-color: #d8d8d8;
}
#extras p.disclaimer {
	font-size: 80%;
	line-height: 1.15em;
}
#story p.address {
	padding-left: 30px;
}
.red {
	color: #FF0000;
}

/* form */

#loginbox form {
	width: 404px;
	padding: 15px;
	margin: 0;
	background-color: f1f1f1;
}
#loginbox form p {
	font-size: 90%;
	color:#666;
}
#loginbox p.forgot {
	font-size: 85%;
	color: #666;
	line-height: 1.15em;
	padding: 15px;
}
#loginbox form td {
	color: #333;
	font-size: 90%;
	background-color: fff;
	border: 1px solid #e5e5e5;
}
.reportvideos {
	padding-left: 40px;
}


.GMapEZ {
	background-color: #fff;

}
#extras-map {
	width: 220px;
	float: right;
	padding: 0;
	margin: 46px 15px 2em 0;
	height: 320px;
}
#earnings {
	width: 661px;
	border: 4px solid #999;
	clear: both;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#earnings p {
	font-size: 80%;
	color:#000000;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
#wrap #maincontent #extras-map a {
	font-size: 85%;
	color: #999;
	text-decoration: none;
}
#wrap #maincontent #extras-map a:hover {
	font-size: 85%;
	color: #666;
	text-decoration: underline;
}

#wrap #maincontent #story ul {
	padding: 0 0 0 10px;
	margin: 0 0 10px 40px;
}
.earningsdivider {
	margin: 1.5em 0;
}
#wrap #maincontent #story .address b {
	font-size: 100%;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	margin-bottom: 4px;
}
#wrap #maincontent #story .done, #wrap #maincontent #extras .done {
	font-size: 80%;
	color: #990000;
	padding-left: 14px;
}
div.sidestory {
	width: 90%;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #e5e5e5;
	border: 1px dotted #999999;
	font-size: 85%;
	line-height: 2.5em;
}
div.sidestory h4 {
	font-size: 85%;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}
#questions .break {
	padding-left: 0px;
}
#wrap #maincontent #story .desclist li {
	padding-left: 1em;
	margin-left: 1em;
}
#wrap #maincontent #extras ul .airtimes li {
	background-color: #FF6;
	padding-left: 6px;
	margin-left: 6px;
	margin-right: 6px;
	padding-right: 6px;
	font-size: 85%;
	line-height: 1.5em;
}
#wrap #maincontent #extras ul .airtimes {
	margin-top: 10px;
}
#wrap #maincontent #extras ul .airtimes #airtimelisting {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #YBAH div p a {
	font-weight: normal;
	color: #666;
}
#wrap #maincontent #story .flv {
	margin-bottom: 20px;
	margin-top: 10px;
}
#extras ul a.title {
	border-top: 1px solid #d8d8d8;
	margin-top: 20px;
	background-color: #cdced0;
	background-image: url(../i-p/right-nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #666;;
}
#extras ul a.title:hover {
	text-decoration: none;
	color:#666;
}
