@import url("global.css");

#HomePage #NavHome {
	background:url(../images/NavBG_Hover.jpg) repeat-x;
}
	#HomePage #NavHome a {
		color:#FFCC99;
	}
	
/* Top
================================================================== */

#TopBG {
	background:url(../images/TopBG.jpg) repeat-x #000;
	width:100%;
}

#TopBox {
	width:1000px;
	margin:0 auto;
}

#Hero {
	background:url(../images/Hero.jpg) no-repeat;
	width:1000px;
	height:385px;
	clear:both;
}

/* Content
================================================================== */

#MiddleBG {
	background:url(../images/MiddleBG.jpg) repeat-x #2f2f2f;
	width:100%;
	padding-bottom:30px;
	
}

#MiddleBox {
	width:1000px;
	margin:0 auto;
}

#MainContent {
	width:515px; /* 595px */
	float:left;
	border-right:1px solid #FFCC99;
	padding:40px 20px 0 40px;
}

#MiddleBox p {
	font:80% Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 12px 0;
}

#MainContent .FloatLeft {
	float:left;
	margin:0 20px 10px 0;
}

/*
	Procedures
*/

#ProceduresList {
	width:400px; /* 420px */
	float:left;
	padding:40px 0 0 20px;
}
#ProceduresList ul {
	width:200px;
	float:left;
}
#ProceduresList ul li {
	font:80% Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 0 14px;
	line-height:140%;
}
	#ProceduresList ul li a {
		text-decoration:none;
		color:#FFCC99;
	}
	#ProceduresList ul li a:hover {
		text-decoration:underline;
		color:#FFF;
	}
	