@import url("home.css");
@import url("photogallery.css");

/* ---- IMPORTED STYLES FROM JASONBDIAMOND.COM MEDIA STYLES ----*/
#ContentMedia {
width:954px;
}

#DiamondMedia {
background:url(../images/DiamondMediaBG.gif) no-repeat;
border-right:1px solid white;
float:left;
height:177px;
width:554px; /*555px*/
}
	#DiamondMedia p{
	color:white;
	padding:80px 40px 0 40px;
	}

#BoardCert {
background:url(../images/BoardCertBG.gif) no-repeat;
float:left;
height:177px;
width:399px;
}

#Television {
background:url(../images/ProceduresBoxBG.gif) repeat-x #3a7fa0;
border-bottom:1px solid white;
border-top:1px solid white;
display:table;
padding:20px;
width:914px; /*954px*/
}

	#TelvisionContentLeft {
	float:left;
	width:457px;
	}
	
	#TelevisionContentRight {
	float:left;
	width:457px;
	}

#Magazines {
background:url(../images/MagazinesBG.gif) repeat-x #85cacd;
border-bottom:1px solid white;
padding:20px;
height:300px; /* increase height when adding a 2nd row of magazine covers */
width:914px; /*954px*/
}
	
	#Magazines li {
	list-style:none;
	float:left;
	padding:0 20px 0 0;
	text-align:center;
	width:140px;
	}
	
	#Magazines a {
	color:black;
	}
	
	#Magazines a:hover {
	color:#318e92;
	}

/* ---- SUBPAGE CONTENT STYLES  ----*/
#GalleryMainBox{
background:#004968;
border:1px solid white;
width:952px; /*954px*/
}
#ContentMainBox{
background:url(../images/ContentMainBoxBG.gif) repeat-y;
border:1px solid white;
width:952px; /*954px*/
}
#MainContent{
background:url(../images/MainContentBG.gif) repeat-x #004968;
float:left;
overflow:hidden;
padding:20px 30px 20px 30px;
width:590px; /*650px*/
}
#MainContent p{
color:#FFFFFF;
}
#MainContent h1{
color:#E2D48C;
}
#MainContent h2{
color:#E2D48C;
padding:10px 0 10px 0;
}
#MainContent h3{
color:#E2D48C;
padding:10px 0 10px 0;
}
.proc li{
color:#FFFFFF;
font-family:13px "Times New Roman", Times, serif;
list-style-type:square;
padding:0px 10px 10px 10px;
}
#MainContent ul{
padding:0 0 0 30px;
}


/* ---- SIDEBAR STYLES  ----*/
#Sidebar{
background:url(../images/SidebarBG.gif) repeat-x #767676;
border-left:1px solid white;
float:left;
overflow:hidden;
padding:20px 30px 20px 30px;
width:241px; /*302px*/
}
#Sidebar p{
color:#FFFFFF;
}
#Sidebar a{
color:#FFFFFF;
text-decoration:none;
}
#Sidebar a:hover{
color:#FFCC66;
}

/* ----- VIDEO STYLES ----- */
#VideoBox{
background:url(../images/MainContentBG.gif) repeat-x #004968;
padding:10px;
width:570px; /*590px*/
}
#Vid{
float:left;
width:330px;
}
#VidText{
padding-top:70px;
float:left;
width:240px;
}

