/*
   index.css
   3D-Eye Home Mini-Site home page style sheet
   Written by D. Christopher Goodman for Eyemaginations.
   Created: 2008.03.17.12.22EDT
   Updated: 2008.07.22 by ADS
*/

/*Includes*/
@media screen {
	.png {
		_behavior: url(msie_img.htc);
	}
}
/*Pseudo-Class Definitions*/

/*Element Definitions*/

/*Class Definitions*/
.homePageQuote
{
   font-family:Georgia,serif;
   color:#999999;
   font-size:14px;
   font-style:italic;
   line-height:20px;
}

.homePageQuote span
{
   font-style:normal;
}
.tagline {
	text-align: left;
	width: 915px;
}
.bulletbg {
	margin: 18px 0 18px 0;
}
.clearboth {
	clear: both;	
}
/*ID Definitions*/
/*#contentTop
{
   height:285px;
   width:100%;
   background-color:white;
   background-image:url('../assets/dec_homepage_intro_dropshadow.jpg');
   background-repeat:no-repeat;
	background-position:center;
	padding-bottom:40px;
}*/
#main {
	width: 100%;
	background: white;
	text-align: center;
	background: url('../assets/dec_homepage_patients.jpg') top center no-repeat #FFFFFF;
	padding: 80px 0 0 0;
}

#contentTop
{
   height:360px;
   width:915px;
   background-image:url('../assets/dec_homepage_patients.jpg');
}

#titleContent
{
   position:relative;
   top:75px;
}

#bulletPoints
{
   background: url('../assets/dec_homepage_intro_bg.png') top left no-repeat;
   height:100px;
   width:640px;
}

#bullet1
{
   /*Should be using veritcal-align but I haven't figured out why it's not working in this case.*/
   position:relative;
   top:30px;
   left:40px;
}

#bullet2
{
   /*Should be using veritcal-align but I haven't figured out why it's not working in this case.*/
   position:relative;
   top:30px;
   left:187px;
}

#bullet3
{
   /*Should be using veritcal-align but I haven't figured out why it's not working in this case.*/
   position:relative;
   top:30px;
   left:335px;
}
#bulletText {
	padding: 10px 10px 10px 40px;
	float: left;
	position: absolute;
	top: 280px;
}
#bulletText p
{
	height:40px;
	width:145px;
	float: left;
	padding: 0 0 0 42px;

}
.dot1 {
	background: url(../assets/dec_homepage_1.gif) left center no-repeat;
}
.dot2 {
	background: url(../assets/dec_homepage_2.gif) left center no-repeat;
}
.dot3 {
	background: url(../assets/dec_homepage_3.gif) left center no-repeat;
}

#contentBottom
{
   height:182px;
   width:915px;
   padding: 40px 0 40px 0;
	text-align: left;
}

#bottomLeft
{
   height:182px;
   width:275px;
   float:right;
   padding-right:25px;
}

#bottomCenter
{
   height:182px;
   width:263px;
   float:right;
   padding-left:25px;
   padding-right:25px;
}

#bottomRight
{
   height:182px;
   width:275px;
   float:right;
   padding-left:25px;
}