/* 	File: alavi-style.css
	Author: Lindsey Kuper
	Created: February 3, 2005
	Last modified: March 23, 2005
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dee0e0;
	border-top: 1px solid #dee0e0;
}

/* ------------[ Layout boxes for all pages ]------------ */

#PageContainer {
	width: 601px;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
}

#Logo {
	background-color: #b4abcd;
	height: 54px;
	background-image: url(header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#Navigation {
	background-color: #5b5f82;
}

#Heading {
	background-color: #b4abcd;
	clear: both;
	background-image: url(heading-background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0.75em;
	padding-left: 2em;
}

#MainContent {
	background-image: url(main-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 305px;
}

#ContentOne {
	width: 310px;
	float: left;
}

#VideoBox {
	padding-left: 21px;
	padding-top: 10px;

}

#ContentTwo {
	margin-left: 310px;
}

#Footer {
	background-color: #5B5F82;
	clear: both;
	border-bottom: 2em solid #b4abcd;
}

/* ------------[ Typography, etc. ]------------ */

h1 span, h2 span { 
	position: absolute;
	left: -999em;
	top: -999em;
}

p {
	margin: 0;
}

.InnerContent {
	padding: 1em;
	padding-top: 21px;
	padding-right: 2em;
}

.InnerContent p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.video-help-link {
	margin-right: 0.7em;
	color: #000;
}

/* ------------[ Styles for forms ]------------ */

a {
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	width: 245px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	background-repeat: repeat-x;
	padding: 0.25em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
}

.button {
	background-color: #B4ABCD;

}

.special {
	width: auto;
}

.text {
	margin-bottom: 1px;
	width: 165px;
	padding-top: 5px;
}

.schedule_a_consultation_now, .procedures {
	padding-top: 15px;
}

div#ScheduleAConsultationForm {
	width: 250px;
	float: left;
}

div.formitem {
	padding-top: 5px;
	clear: both;
}

div.formitem span.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	padding-right:4px;
}

div.formitem span.formfield {
	width: auto;
	text-align: left;
	vertical-align:text-top;
} 
  
div.spacer {
	clear: both;
	display: block;
	background-color: #fff;
}

/* ------------[ Navigation ]------------ */

#Navigation ul {
	background-color: #5b5f82;
	float: left;
	width: 601px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dee0e0;
	border-bottom: 1px solid #dee0e0;
}

#Navigation ul li { display: inline; }

#Navigation ul li a {
	padding: 0.2em 1.2em;
	background-color: #5b5f82;
	color: #dee0e0;
	text-decoration: none;
	float: left;
	border-right: 1px solid #dee0e0;
}

#Navigation ul li a:hover {
	background-color: #DEE0E0;
	color: #38393F;
}

#Navigation ul li.first {
	list-style: none;
	margin-left: 0px;
}

#Navigation ul li.first a {
	margin-left: 1em;

}

#Navigation ul li.last a {
	border-right: none; 
}

/* ------------[ Image replacement ]------------ */

h1, h2 {
	background-repeat: no-repeat;
	margin: 0;
}

h1 {
	height: 24px;
	background-image:url(heading.gif);
}

h2#Introduction {
	height: 28px;
	background-image:url(introduction.gif);
}

h2#Welcome {
	height: 28px;
	background-image:url(welcome.gif);
}

h2#Procedures {
	height: 28px;
	background-image:url(procedures.gif);
}

h2#DrAlavi {
	height: 28px;
	background-image:url(dralavi.gif);
}

h2#ThePractice {
	height: 28px;
	background-image:url(thepractice.gif);
}

h2#PatientTestimonials {
	height: 28px;
	background-image:url(patienttestimonials.gif);
}

h2#ScheduleAConsultation {
	height: 28px;
	background-image:url(scheduleaconsultation.gif);
}

h2#ThankYou {
	height: 28px;
	background-image:url(thankyou.gif);
	margin-bottom: 1em;
}
