@import url("global.css");

html {
background-color:#000;
}
.MasterBox {
background:url(../images/BG_MasterBox.jpg) bottom repeat-x;
border-bottom:1px solid white;
width:100%;
}
.Masthead {
background:url(../images/Masthead_Sub.jpg) no-repeat;
height:271px;
margin:0 auto;
position:relative;
width:1000px;
}
	.DrRey .PageHeader {
	background:url(../images/PageHDR_MeetDrRey.jpg) no-repeat;
	position:absolute;
	top:220px;
	height:50px;
	width:1000px;
	}
	.Contact .PageHeader {
	background:url(../images/PageHDR_Contact.jpg) no-repeat;
	position:absolute;
	top:220px;
	height:50px;
	width:1000px;
	}
	.Watch .PageHeader {
	background:url(../images/PageHDR_Watch.jpg) no-repeat;
	position:absolute;
	top:220px;
	height:50px;
	width:1000px;
	}
	.ComingSoon .PageHeader {
	background:url(../images/PageHDR_ComingSoon.jpg) no-repeat;
	position:absolute;
	top:220px;
	height:50px;
	width:1000px;
	}
.ContentBox {
background:url(../images/BG_ContentBox.jpg) no-repeat bottom #190425;
margin:0 auto;
padding:30px 0 100px 0;
width:1000px;
}
	.ContentBox p{
	padding:0 30px 16px 30px;
	}
	.ContentBox h1, h2, h3{
	padding:0 30px 16px 30px;
	}
	.ContentBox a{
	color:#CCC;
	}
	.ContentBox a:hover{
	color:#FF9933;
	}
	
/* Meet Dr. Rey */
	.ReyLinks {
	background:url(../images/ReyLinks.gif) no-repeat;
	float:left;
	padding:375px 0 0 0;
	height:200px;
	width:380px;
	}
		.CVBox {
		background:url(../images/BG_CV.jpg) no-repeat #000;
		background-position: center top;
		background-attachment: fixed;
		}
			.CV {				
			display:block;
			height:91px;
			width:380px;
			}
				.CVContent {
				padding:0 20px 20px 20px;
				}
					.CVContent p{
					padding:0 0 16px 0;
					}
			.Consultation {	
			display:block;
			height:91px;
			width:380px;
			}
	.DrReyContent{
	float:left;
	width:580px;
	}
		.DrReyContent p{
		padding:0 0 16px 0;
		}
		
/* Contact Us */	
.OfficeInfo {
float:left;
padding:0 0 0 5px;
width:375px;
}
	.OfficeInfo img{
	border:8px solid #fff;
	}		
.ContactContent{
border-left:1px solid #ccc;
float:left;
padding:0 0 0 10px;
width:590px;
}
#ContactForm ul, #ContactForm li{
color:#FFF;
font-size:12px; 
list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
padding:0 0 0 30px;
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:160px;
display:block;
float:left;
}
#ContactForm input{
border:1px solid #FF66CC;
padding:2px;
width:220px;
}
#ContactForm textarea{
border:1px solid #FF66CC;
padding:2px;
width:220px;
height:80px;
}
#ContactForm .SubmitBtn{
border:1px solid #fff;
height:20px;
width:100px;
background:#000;
color:#fff;
}
#Parity{
display:none;
}

.GoogleMap {
margin:0 auto;
width:500px;
}	
	.GoogleMap iframe{
	border:5px solid #fff;
	}

	



