body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

abbr,acronym { 
	border:0;
}

body {
	background: #ebebeb url(images/main-background.gif) repeat-x;
	color: #666;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight{
	float: right;
	margin: 0 0 10px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.regularList{
	list-style: disc;
	margin: 0 0 10px 20px;
}

.border{
	border: 1px solid #ccc;
	overflow: hidden;	
}

strong{
	font-weight: bold;
	color: #555;
}

p{
	padding-bottom: 1em;
}

p.border{
	padding-top: 1em;
	border-bottom: 1px solid #ccc;
}

.hr{
	margin: 4px 0 3px 0;
	width: auto;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top:1px solid #ccc;
}

.homeBox{
	padding: 10px 15px;
	background: #ebebeb url(images/gray-to-white.gif) repeat-x;
	height: 199px;
	width: 330px;
	float: left;
	min-height: 199px;
}

* > .homeBox{
	height: auto;
}

.homeBox p{
	padding-bottom: 0;
}

.homeBox .hr{
	border-top:1px solid #fff;
}

.clear{
	clear: both;
}

a{	
	color: #b97a00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1,h2,h3{
	padding-bottom: 10px;
}

h1{
	color: #f69900;
	font-size: 18px;
}

h2{
	font-size: 14px;
	color: #000;
}

#container{
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding-top: 360px;
}

#header{
	position: absolute;
	top: 0;
	height: 370px;
	width: 780px;
	left: 0;
}

#logo{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 63px;
	width: 180px;
	background: url(images/logo.gif) no-repeat;
}

#find{
	position: absolute;
	top: 32px;
	right: 20px;
	height: 35px;
	width: 285px;
	background: url(images/find-doctor.gif) no-repeat;
}

#top{
	position: absolute;
	width: 780px;
	height: 270px;
	top: 100px;
	background-color: #fff;
}

#topImage{
	position: absolute;
	top: 47px;
	width: 499px;
	height: 219px;
	border: 1px solid #ccc;
	overflow: hidden;
	left: 19px;
}

#contactForm{
	border: 1px solid #ccc;
	position: absolute;
	top: 47px;
	right: 20px;
	width: 210px;
	height: 199px;	
	background: #fff url(images/gray-to-white.gif) repeat-x 0 -25px;
	padding: 10px 8px;
	font-size: 14px;
	overflow: hidden;
}

#contactForm .title{
	margin-bottom: 5px;
}

#contactForm input, #contactForm textarea{
	border: 1px solid #eaeaea;
	display: block;
	background: #fff;
	color: #888;
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
	font-size: 12px;
	width: 204px;
	padding: 0 2px;
}

#contactForm textarea{
	height: 92px;
	line-height: 1.4em;
}

#contactForm #submit{
	background: url(images/submit.gif) no-repeat;
	width: 70px;
	height: 26px;
	border: 0;
	float: right;
	cursor: pointer;
}

#providerForm{
	width: 436px;
	background: #fff url(images/gray-to-white.gif) repeat-x 0 -25px;
	padding: 10px 8px;
	font-size: 14px;
	overflow: hidden;
}


#providerForm input, #providerForm textarea, #providerForm select{
	border: 1px solid #eaeaea;
	display: block;
	background: #fff;
	color: #888;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-bottom: 4px;
	font-size: 12px;
	width: 204px;
	padding: 0 2px;
	margin-right: 4px;
	margin-left: 4px;
}

#providerForm textarea{
	height: 92px;
	width: 420px;
	clear: both;
	float: none;
	line-height: 1.4em;
}

#providerForm #providerSubmit{
	background: url(images/submit.gif) no-repeat;
	width: 70px;
	height: 26px;
	border: 0;
	float: right;
	cursor: pointer;
}

#content{
	background-color: #fff;
	padding: 20px 20px 0 20px;
}

#content ul{
	padding: 0 0 1em 20px;
}

#content ul li{
	padding: 2px 0;
}

#footer{
	border-top: 1px solid #ccc;
	height: 55px;
	background: #ebebeb url(images/white-to-gray.gif) repeat-x;
	text-align: center;
	padding-top: 12px;
}

#footer a{
	color: #835c71;
}
