@import url("global.css");


/* Procedures */

#Procedures {
	background:url(../images/ProceduresBox.jpg) no-repeat;
	width:224px;
	height:495px; /* 555px */
	float:left;
	padding-top:60px;
}

/* ContentRight */

#ContentRight {
	width:776px;
	float:left;
}

#Hero {
	width:776px;
	height:292px;
	background:url(../images/Hero.jpg) no-repeat;
}


#Welcome {
	background:url(../images/WelcomeBG.jpg) no-repeat;
	width:430px; /* 776px */
	height:203px; /* 263 */
	padding:50px 30px 10px 306px;
}
a img {
 border:none;
}

.MoreArrow {
	display:block;
	float:right;
}

/* ======================================= GalleryBox ========================================= */

#GalleryBox {
	clear:both;
	width:1000px;
	background:url(../images/GalleryBoxBG.gif) repeat-y;
}

#GalleryPreview {
	width:326px; /* 371px */
	float:left;
	background:url(../images/GalleryPreviewBG.gif) no-repeat;
	padding:45px 20px 20px 25px;
}


/* Featured Procedure */

#FeaturedProc {
	width:629px;
	float:left;
	background:url(../images/FeaturedProcBG.gif) no-repeat;
}
#FeaturedProc p {
	margin-top:10px;
}
#FeaturedProc #BreastAug {
	float:left;
	width:275px; /* 314px */
	padding:45px 15px 20px 24px;
}
#FeaturedProc #BodyContour {
	float:left;
	width:304px; /* 314px */
	padding:45px 10px 20px 0;
}

/* ======================================= Article ========================================= */
#ArticlesBox{
    background:url(../images/Article_BG.jpg) repeat-x top #e8f2f4; 
	border-bottom:3px solid #91b8b7;
	width:100%;
}
	#HomeArticles{
	background:url(../images/HDR_Articles.gif) no-repeat; 
	padding:45px 0 20px 350px;
	width:650px;
	margin:0 auto;
	}
		#HomeArticles p{
		margin:0 0 10px 0;
		}
			#HomeArticles a{
			color:#333;
			}
			#HomeArticles a:hover{
			color:#006699;
			}
		#Recent{
		color:#333333;
		font:0.7em Arial, Helvetica, sans-serif;
		float:left;
		width:340px;
		}
		#Past{
		color:#333333;
		font:0.7em Arial, Helvetica, sans-serif;
		float:left;
		width:310px;
		}
		.ArticleSubHdr {
		display:block;
		font-size:14px;
		font-weight:bold;
		margin:0 0 10px 0;
		}


