@import url("Global.css");


#Home #ContentBoxLeft {
	background:url(../images/HDRHome.gif) no-repeat;
}

/*----------------------Page Headers------------------------*/


/* MAIN CONTENT ON LEFT
------------------------------- */
#ContentBoxLeft{
	padding:120px 0 0 40px;
	float:left;
	width:500px;	
}

#ContentBoxLeft p {
	padding:10px 0 0;
}
#ContentBoxLeft h2 {
	padding:20px 0 10px 0;
}
#ContentBoxLeft h3 {
	padding:10px 0 0 0;
}
#Procedures {
	background:url(../images/procedures.jpg) no-repeat ;
	margin:15px 0 0;
	padding:225px 0 50px 3px;
	height:90px;
	display:table;
}
#Procedures{
width:550px;
}
#Procedures ul {
	float:left;
	width:120px;
	padding:0 4px;
}
#Procedures ul li {
	text-align:center;
	padding:0;
}
#Venus {
	background:url(../images/venus.gif) no-repeat;
	padding:220px 0 20px;
}
#Address {
	background:url(../images/address.gif) no-repeat;
	text-align:center;
	width:560px;
}
#Address ul {
	padding:20px 0 0 0;
}


/*----------------------Footer-----------------------*/

#FTRHome {
	background:#CBB67A repeat;
	text-align:center;
	clear:both;
	padding:10px 5px 10px 5px;
}
#FTRHome ul{
	padding:10px 0;
}
#FTRHome ul li{
	display:inline;
	padding:0 5px 0 0;
}

/*----------------------Font Styles--------------------------*/

#ContentBoxLeft h3 {
	font:14px "Times New Roman", Times, serif;
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
#Procedures ul li {
	font:13px "Times New Roman", Times, serif;
}
#Procedures a{
color:#333;
}
#Procedures a:hover{
	color:#999;
}
#FTRHome a, #FTRHome p{
	font:12px "Times New Roman", Times, serif;
	color:#333;
}
#FTRHome a:hover{
	color:#999;
}
#Address h2{
	font-size:16px;
	padding:20px 0 2px 0;
}
#Address ul li{
	font:14px "Times New Roman", Times, serif;
}