@charset "utf-8";
/*----- Education.css -----*/
#educationContent {
	width:648px;
	padding:20px;
	margin:0 0 0 auto!important;
	margin:-8px 0 0 auto;
	float:right;
	background:url(../images/content_bg.gif) left top repeat;
}
#educationContent h1 { font:24px/48px Arial; color:#c00; text-align:center; border-bottom:1px solid #666;}
#educationContent h2 { font:20px/32px Arial; color:#333;}
#educationContent h3 { font:18px/32px Arial; color:#333; text-align:center;}
#educationContent h3 span { font-size:12px; font-weight:normal; margin-left:16px;}
#educationContent a.subNav {
	display:block;
	width:400px;
	height:120px;
	font:20px/24px Arial;
	color:#FF2929;
	text-decoration:none;
	margin:20px auto 30px 60px!important;
	margin:20px auto 30px 30px;/* For junk IE*/
	float:left;
}
#educationContent a.subNav:hover { color:#C00;}

#educationContent a.subNav img {
	border:0;
	float:left;
}
#educationContent a.subNav span { margin:45px auto auto 45px; float:left;}

/* ul/ol/p 
-----------------------*/
#educationContent p {
	font:14px/22px Arial;
	color:#333;
	margin:10px;
}
#educationContent p a {
	font:14px/22px Arial;
	color:#c00;
	text-decoration:underline;
	margin:0 5px;
}
#educationContent p a:hover { text-decoration:none;}
#educationContent ol,
#educationContent ul {
	font:14px/22px Arial;
	color:#333;
	margin:10px 0;
}
#educationContent ul { font-weight:bold;}
#educationContent ol li {
	list-style-type:decimal;
	margin:10px 0 10px 40px;
	clear:both;
}
#educationContent ul.sub { font-weight:normal;}
#educationContent ul.sub li {
	display:block;
	margin:5px 64px 5px 0;
	padding-left:24px;
	background:url(../images/text2.gif) left 4px no-repeat;
	clear:none;
	float:left;
}
#educationContent ul.sub li a {
	font:12px/22px Arial;
	color:#333;
	text-decoration:underline;
}
#educationContent ul.sub li a:hover {
	color:#111;
	text-decoration:none;
}
/* img
-----------------*/
#educationContent img {
	border:2px solid #C19641;
	margin:0 0 20px 20px;
}
