/*
 * index.html
 */

#icsi_img {
    width: 165px;
    margin-left: 203px;
    padding-top: 50px;
    clear: both;
}   

#courier {
    margin-top: 80px;
    padding-top: 125px;
    width: 155px;
    height: 138px;
    background: #d9d9d9 url('/imgs/courier.gif') no-repeat top left;
}

/*
 * about.html
 */

.about_us #body {
    font-size: 10pt;
}

.embryo_img {
    background: #d9d9d9 none no-repeat top left;
}

.four_cell {
    background-image: url('/imgs/4_cell_embryo.jpg');
    width: 169px;
    height: 157px;
    margin-top: 25px;
}

.four_cell div {
    padding-top: 164px;
}

.eight_cell {
    background-image: url('/imgs/8_cell_embryo.jpg');
    width: 172px;
    height: 136px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.eight_cell div {
    padding-top: 143px;
}

/*
 * mission.html
 */


/*
 * contact.html
 */

.contact #main {
    width: 335px;
}

.contact #right {
	padding-left: 0;
}

#contact_info {
    margin-top: 100px;
}

#contact_info div {
    padding-bottom: 10px;
}

#contact_info #label {
    text-decoration: underline;
    font-weight: bold;
}

.sperm_img {
    background: #d9d9d9 url('/imgs/sperm_under_microscope.jpg') no-repeat top left;
    width: 212px;
    height: 178px;
    margin-top: 100px;
}

.sperm_img div {
    padding-top: 185px;
}

.blastocycst_img {
    background: #d9d9d9 url('/imgs/blastocycst.jpg') no-repeat top left;
    width: 221px;
    height: 167px;
    margin-top: 50px;
}

.blastocycst_img div {
    padding-top: 175px;
}

/*
 * services.html
 */

.service_container {
	margin-top: 20px;
}

.service_img {
	background-repeat: no-repeat;
	width: 155px;
	float: left;
}

.service_info {
	padding-left: 165px;
}

.service_title {
	font-size: 14pt;
	font-weight: bold;
}

.service_list {
	color: purple;
	font-size: 8pt;
}

.service_list li {
    padding-top: 10px;
}

.service_list li.last {
    padding-bottom: 10px;
}

.service_separator {
	border-top: #336666 3px solid;
}

#coordination_service .service_img {
	background-image: url('/imgs/juggler.gif');
	height: 126px;
}

#transportation_supplies .service_img {
    background-image: url('/imgs/ln2_tank.gif');
    height: 152px;
}

#door_to_door_service .service_img {
    background-image: url('/imgs/courier.gif');
    height: 138px;
}

/*
 * pricing.html
 */

.fee_container {
    margin-top: 20px;
}

.fee_title {
	float: left;
	font-weight: bold;
	width: 300px;
	padding-bottom: 5px;
	margin-left: 10px;
}

.fee_conditions {
	font-size: 8pt;
	font-weight: normal;
}

.fee_amount {
	font-weight: bold;
	float: right;
	margin-right: 10px;
}

.fee_separator {
	clear: both;
	border-top: #336666 3px solid;
}

.fee_disclaimer {
	margin-top: 15px;
	color: #000000;
	font-size: 8pt;
	margin-bottom: 20px;
}

/*
 * forms.html
 */

.forms #body {
	width: 500px;
}

#form_list {
	margin-top: 30px;
	list-style-type: none;
}

#form_list li {
	padding-bottom: 15px;
	font-size: 14pt;
}

#form_list li a {
	font-weight: bold;
}

#download_instructions {
	margin-top: 20px;
	font-size: 9pt;
}

/*
 * testimonials.html
 */

.testimonials #body {
	width: 550px;
}

.quote {
	margin-top: 10px;
	font-size: 9pt;
	line-height: 120%;
	clear: both;
	padding-bottom: 25px;
}

.author {
	text-align: right;
	color: #000;
	font-style: italic;
	padding-top: 5px;
}

#contribute {
	color: #000;
	font-size: 10pt;
}
