@charset "utf-8";
/* CSS Document */

/*---------------Structure---------------*/

#homeContentLeft{
	float:left;
	width:572px;
}

#homeContentRight{
	float:left;
	width:318px;
	padding:30px 0 0 10px;
}

#practiceAreasHome{
	float:left;
	width:250px;
	padding:30px 40px 20px 30px;
}

#practiceAreasHome ul{
	margin:0;
	padding:0;
}

#practiceAreasHome ul li{
	list-style-image:url(../images/template/orangeArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px;
	margin:0px 0px 0px 16px;
}

#practiceAreasHome a{
	text-decoration:none;
	color:#333;
}

#sectorsHome{
	float:left;
	width:232px;
	padding:30px 20px 20px 0px;
}

#sectorsHome ul{
	margin:0;
	padding:0;
}

#sectorsHome ul li{
	list-style:none;
	padding:0;
	margin:0;
}

#sectorsHome a{
	text-decoration:none;
	color:#333;
}

#contentWrapHome{
	background-color:#fff;
	color:#333;
	float:left;
}

#homeText{
	border-top: 1px solid #003399;
	margin:15px 0 0 30px;
	padding:15px 0 0 0px;
	color:#666;
	font-size:1.2em;
	width:524px;
}
#homeText a{
	color:#003399;
	font-size:0.8em;
	text-decoration:none;
}

/*-----------Headers-------------*/

h2{
	text-transform:uppercase;
	font-size:1em;
	font-weight:normal;
	color:#003399;
	border-bottom:1px solid #003399;
}

/*---------News------------------*/

#homeNewsHeader{
	background-image:url(../images/template/newsAtCastaliaHome.gif);
	background-repeat:no-repeat;
	width:298px;
	height:24px;
	color:#003399;
	font-size:1em;
	text-transform:uppercase;
	padding:12px 0 0 14px;
}

#homeNews{
	background-image:url(../images/template/newsAtCastaliaGrad.gif);
	background-repeat:repeat-y;
	width:288px;
	padding:15px;
}

#homeNewsFooter{
	background-image:url(../images/template/newsAtCastaliaBtm.gif);
	background-repeat:no-repeat;
	width:298px;
	height:28px;
	padding:3px 0 0 15px;
}

#homeNewsFooter a{
	text-decoration:none;
	color:#003399;
}

/*-------------------Footer------------------------*/

#footerHome{
	float:left;
	width:100%;
	padding:50px 0 0 0;
}

#footerLeft{
	float:left;
	width:353px;
	padding:7px 0 0 200px;
	color:#003399;
	font-style:italic;
	font-size:0.9em;
}

#footerRight{
	float:left;
	width:303px;
	background-color:#143d8d;
	color:#fff;
	font-size:0.9em;
	padding:7px 0 9px 15px;
}

#footerRight a{
	color:#fff;
	text-decoration:none;
}