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

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background:#acbfd5;
	background-image:url(images/bg_01.gif);
	background-repeat:repeat-x;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#9a746f;
}

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

p {
	padding-bottom:25px;
}

div.left-img {
	width:300px;
	float:left;
	margin-right:10px;
	border:7px solid #ADC9E4;
}

table.resume tr td ul li {
	list-style-image: url(images/bullet-off.png);
	list-style-position:inside;	
	margin-left:20px;
}

table.resume tr.row {
	background:#d2deec;
}

table.resume tr {
	background:#C4D1E1;
}

table.resume td, table.resume th {
	padding:10px;
}

	table.resume th {
		text-align:left;
		font-weight:bold;
		font-size:14px;
	}

div.wrapper {
	width:925px;
	height:auto;
	margin:0px auto;
}

div.head01 {
	background:url(images/bg-head01.png);
	height:166px;
	background-repeat:no-repeat;
}

	ul.navi {
		padding-top:76px;
		padding-right:57px;
	}

	ul.navi li {
		list-style:none;
		width:92px;
		height:22px;
		margin-left:1px;
		float:right;
	}
	
	ul.navi li a, ul.navi li a:link, ul.navi li a:visited {
		display:block;
		background:url(images/bg-tabs.png);
		background-repeat:no-repeat;
		width:92px;
		height:22px;
		padding:5px 0 0 0;
		text-align:center;
		text-decoration:none;
		color:#688cbb;
		font-size:16px;
		font-weight:bold;
	}
	
	ul.navi li a:hover {
		color:#a87c75;
		background:url(images/bg-tabs-over.png);
		background-repeat:no-repeat;
	}
	
div.head02 {
	background:url(images/bg-head02.png);
	height:166px;
	background-repeat:no-repeat;
}

div.content {
	background:url(images/bg-content.png);
	background-repeat:repeat-y;
	padding:0 50px 0 110px;
	clear:right;
}

	div.featured {
		background:url(images/bg-feature.gif);
		background-repeat:no-repeat;
		width:555px;
		height:275px;
	}
	
		div.featured h1 {
			color:#4c688d;
			display:block;
			padding-top:24px;
			padding-left:30px;
		}
	
		div.demo {
			display:block;
			padding-left:63px;
			padding-top:14px;
		}
		
		div.demo marquee {
			width:312px;
			height:111px;
		}

div.footer {
	background:url(images/bg-footer.gif);
	height:24px;
	background-repeat:no-repeat;
	text-align:center;
	padding:110px 0 0 0;
	clear:right;
}

	div.footer a, div.footer a:link, div.footer a:visited {
		color:#0066CC;
		text-decoration:none;
		padding:0 10px;
	}
	
	div.footer a:hover {
		color:#006699;
		text-decoration:underline;
	}
	
div.body {
	width:550px;
	padding-right:15px;
	float:right;
	clear:right;
	padding-top:25px;
}

	div.body h1.head {
		color:#4c688d;
		border-bottom:1px solid #4c688d;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	
	div.body h2 {
		color:#4c688d;
	}
	
	div.body p {
		
	}

div.subnav {
	width:190px;
}

	div.subnav h1 {
		text-align:center;
		background:url(images/bg-subnav-head.gif);
		height:32px;
		padding:29px 0 0 0;
		color:#4c688d;
	}
	
	div.subnav p {
		background:url(images/bg-subnav-foot.gif);
		background-repeat:no-repeat;
		height:71px;
		display:block;
	}
	
	ul.subnav-links {
		padding:0 0 0 14px;
		display:block;
		background:url(images/bg-subbody.gif);
		background-repeat:repeat-y;
	}
	
	ul.subnav-links li {
		list-style:none;
	}
	
	ul.subnav-links li a, ul.subnav-links li a:link, ul.subnav-links li a:visited {
		width:148px;
		height:27px;
		display:block;
		text-decoration:none;
		font-size:16px;
		color:#4c688d;
		padding:4px 5px 0 5px;
		background:url(images/bg-sublink-off.gif);
		background-repeat:repeat-x;
	}
	
div.news {
	background:url(images/bg-subbody.gif);
	background-repeat:repeat-y;
	display:block;
}

	div.news h2 {
		font-size:16px;
		font-weight:bold;
		color:#4c688d;
		border-bottom:1px solid #4c688d;
		margin:0 25px 0 20px;
		display:block;
	}

	div.news p {
		background:none;
		height:auto;
		margin:0 25px 0 20px;
		display:block;
	}

div.image {
	width:200px;
	display:block;
	float:right;
	margin:5px 0 5px 10px;
}
	
	
/* START - News Collapsed */

ul.news-links {
	list-style:none;
}

	ul.news-links li a:hover {
		color:#9f7866;
	}
		
		ul.news-links li ul li {
			margin-left:30px;
			list-style:none;
		}
		
		ul.news-links li ul li:hover {
			
		}
		
		ul.news-links li ul li a, ul.news-links li ul li a:link, ul.news-links li ul a:visited {
			height:auto;
			font-size:14px;
			padding-bottom:5px;
		}
		
		ul.news-links li ul li a:hover {
			color:#b08a85;
			text-decoration:underline;
		}
		
		ul.news-links li ul.hidden2 {
			display:none;
		}

/* END - News Collapsed */
	
	
	
	ul.subnav-links li a:hover {
		background:url(images/bg-sublink-over.gif);
		background-repeat:repeat-x;
		color:#9f7866;
	}
		
		ul.subnav-links li ul li {
			list-style:outside;
			margin-left:30px;
			list-style-image: url(images/bullet-off.png);
		}
		
		ul.subnav-links li ul li:hover {
			list-style-image: url(images/bullet-on.png);
		}
		
		ul.subnav-links li ul li a, ul.subnav-links li ul li a:link, ul.subnav-links li ul a:visited {
			background:none;
			border:none;
			height:auto;
			font-size:14px;
			padding-bottom:5px;
		}
		
		ul.subnav-links li ul li a:hover {
			color:#b08a85;
			text-decoration:underline;
		}
		
		ul.subnav-links li ul.hidden {
			display:none;
		}
	
	div.subnav-foot {
		clear:right;
	}
