/* --------------- COLORS --------------- */
/*
primary:	blue		#58718C
secondary:	gray		#999999
rollover:	orange		#FFCC00
visited:	lght blue	#A4B1C0

links/hit? 	sky blue	#0099FF
new links	sky blue2	#5b96d1

*/

/* --------------- Page Properties --------------- */
a:link {
	color: #5b96d1; /* #58718C; */
}
a:visited {
	color: #A4B1C0;
}
a:hover {
	color: #FFCC00; 
}
a:active {
	color: #0099FF;
}
body {
	background-color: #DEDEDE;
	
	background-image: url(images/00_shell/body_bg_dark.gif);
	background-repeat:repeat-x;
	/**/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* --------------- Text --------------- */
	/* -- Headers -- */
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #58718C;
	padding:0;
	margin:0;
	text-indent:3px;
}
h2 {
	font-size: 11px;
	font-weight:normal;
	color:#A7A7A7;
	padding:0;
	margin:0;
	text-indent:0px;
}


	/* -- Bottom Text -- */
.bot_text {
	font-size: 9px;
	color: #999999;
}
.bot_link {
	font-size: 9px;
	color: #58718C;
	text-decoration:none;
	cursor:pointer;
}

/* --------------- Tables --------------- */
.outher_table {
}
.main_table {
	background-color:#FFFFFF;
	width: 750px;
	height: 100%;
	border: 0px;
	border:#191919; border-style:solid; border-width:1px; border-top-style:none;
}
.pf_win_top {
	background-color:#FFFFFF;
	width: 668px;
	height: 100%;
	border: 0px;
	border:#A7A7A7; border-style:solid; border-width:1px; border-top-style:none; border-bottom-style:none;
}
.pf_win_bot {
	background-color:#FFFFFF;
	width: 668px;
	height: 100%;
	border: 0px;
	border:#A7A7A7; border-style:solid; border-width:1px; border-top-style:none; 
}
.top_table {
	background-color:#FFFFFF;
	background-image: url("images/00_shell/top_bg_top.gif");
	width: 750px;
	height: 100%;
	border: 0px;
	background-repeat: repeat-x;
}
.top_bg_bot {
	background-color:#FFFFFF;
	background-image: url("images/00_shell/top_bg_bot.gif");
	width: 450px;
	border: 0px;
	background-repeat:no-repeat;
}
.inner_table {
	text-align:left;
}
.bot_table {
	width: 750px;
}
#bot_links {
	text-align:right;
	font-size: 9px;
	color: #58718C;
	text-decoration:none;
	cursor:pointer;
	}
	#bot_links a:link {
		color: #999999; /* #58718C; */
	}
	#bot_links a:visited {
		color: #999999;
	}
	#bot_links a:hover {
		color: #FFCC00; 
	}
	#bot_links a:active {
		color: #0099FF;
	}
.stage1 {
	background-image: url("images/00_page/stage1.gif");
	background-position:top left;
	background-repeat: no-repeat;
}
.stage2 {
	background-image: url("images/00_page/stage2.gif");
	background-position:top left;
	background-repeat: no-repeat;
}
.stage3 {
	background-image: url("images/00_page/stage3.gif");
	background-position:top left;
	background-repeat: no-repeat;
}
.stage_line {
	background-image: url("images/00_shell/border_dash_h.gif");
	background-position:top left;
	background-repeat:repeat-x;
}
.portfolio_bg {
	background-image: url("images/00_shell/border_dash_v.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:right;
	background-color:#EDEDED;
}
.portfolio_web {
	background-image: url("images/00_page/portfolio_web.gif");
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	padding:0;
	margin:0;
}
.portfolio_print {
	background-image: url("images/00_page/portfolio_print.gif");
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	padding:0;
	margin:0;
}
.portfolio_media {
	background-image: url("images/00_page/portfolio_media.gif");
	background-position:top right;
	background-repeat:no-repeat;
	text-align:right;
	padding:0;
	margin:0;
}
.portfolio_web_table {
	border-bottom-style:dashed;
	border-bottom-width:1;
	border-bottom-color:#CCCCCC;
	text-align:right;
}
.portfolio_indv_spacer {
	background-color: #DEDEDE;
}
.portfolio_indv_web {
	width: 734px;
	border: 0px;
}
.portfolio_indv {
	width: 734px;
	border: 0px;
	background-color:#FFFFFF;
	background-image: url("images/01_portfolio/pf_right_bg.gif");
	background-position:top right;
	background-repeat:repeat-y;
}
.portfolio_indv_text {
	background-color:#FFFFFF;
	border: 0px;
	height:300px;
	width:100%;
	border:#A7A7A7; border-left-style:solid; border-left-width:1px;
}
.map {
	padding: 3px;
}
