/* CSS Document */

/* ---------- BODY FORMAT ---------- */

body {
	margin: 0px;
	background:
		url(../graphics/csslayout/bg-main.jpg)
		repeat-x
		top center
		#5DA1C3;
		font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
		font-size: 13px; 
		color: #4A5F67;
		
}

/* ---------- SHOPSITE CONTAINER ---------- */
#main {
		margin: 0 auto;
		
}

/* ---------- TOP AREA ---------- */

#masthead {
	margin: 0 auto;
	width: 970px;
	height: 309px;
	background:
		url(../graphics/csslayout/masthead-doctors.png)
		no-repeat;
}

#logo {
	float: left;
	width: 275px;
	height: 113px;
	margin: 55px 0 0 30px;
}

#phone {
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";
	font-style: italic;
	color: #508FD3;
	font-size: 18px;
	line-height: 25px;
	margin: 100px 0 0 30px;
}

/* ---------- BODY CONTAINER ---------- */

#container {
	margin: auto;
	width: 940px;
	padding: 0 15px 0 15px;
	margin-bottom: 20px;
	text-align: left;
	background: #fff;
}

		/* ---------- BODY LAYOUT OPTIONS ---------- */
		
		#full-page, #columnA01, #columnA02 {
			float: left;
		}
		
		#full-page {
			width: 910px;
			padding: 35px 15px 15px 15px;
		}
		
		#columnA01 {
			width: 415px;
			padding: 35px 15px 15px 15px;
			margin-right: 20px;
		}
		
				/* ---------- CONTACT PAGE ---------- */
				
				#contactA01, #contactA02 {
					float: left;
					font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
					font-size: 15px;
					color: #4A5F67;
					line-height: 19px;
					margin-bottom: 3px;
				}
				
				#contactA01 {
					width: 100px;
				}
				
				#contactA02 {
					width: 315px;
				}
				
				.inputA {
					width: 300px;
					font-size: 13px;
				}
				
				.inputB {
					width: 135px;
					font-size: 13px;
				}
		
		#columnA02 {
			width: 415px;
			padding: 35px 15px 15px 15px;
		}
		
		#slideshow {
			margin: 0 auto;
			width: 800px;
		}

		/* ---------- FOOTER AREA ---------- */
		
		#footer {
			margin: 0 auto;
			width: 970px;
		}
		
		#footerA01, #footerA02 {
			width: 415px;
			float: left;
			height: 200px;
			padding: 20px 20px 0 20px;
			font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
			font-size: 11px;
			line-height: 17px;
			color: #CAE3FF;
			background: #224871;
		}
		
		#footerA01 {
			width: 213px;
			border-right: 1px solid #37608C;
		}
		
			#emailA01 {
				float: left;
				width: 70px;
			}
			
			#emailA02 {
				float: left;
				width: 143px;
			}
		
		#footerA02 {
			width: 422px;
		}
		

		/* ---------- DISCLAIMER ---------- */
		
		#disclaimerA01, #disclaimerA02 {
			float: left;
			font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
			font-size: 11px;
			line-height: 14px;
			color: #B1DDF3;
			padding-top: 10px;
			margin-bottom: 30px;
		}

		#disclaimerA01 {
			width: 485px;
		}
		
		#disclaimerA02 {
			width: 485px;
			text-align: right;
		}

/* ---------- PHOTOS AND OBJECTS POSITIONING ---------- */

.object-left {
	float: left;
	clear: left;
	margin: 0px 20px 10px 0px;
}

.object-right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 20px;
}

img {
	border: 0;
}

/* ---------- OTHER ---------- */

.clear {
	clear: both;
}

/* ---------- LISTS AND BULLETS ---------- */

.footer-links li {
	list-style-type: none;
	color: #4A5F67;
	margin: 0px 0px 0px 0px;
}



