/****************************************************
Theme Name: Swedesboro Animal Hospital
Theme URI: http://www.swedesboroah.com/
Description: Website design for Swedesboro Animal Hospital
Version: 1.0
Author: Beveridge Seay
****************************************************/

html {
	height: 100%;
	overflow-y: scroll; /* Not valid CSS2, but required for scroll bar */
}

/* Hack for Opera, because the overflow-y: scroll trick doesn't work. */
html:first-child {
	height: 100.1%;
}

body {
	color: #000;
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
}

#page_container {
	width: 912px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}



/****************************************************
Default HTML layout annoyances.
****************************************************/

img {
	border: 0;
}

p, ul, ol {
	margin: 0 0 16px 0;
}

ul li, ol li {
	margin-bottom: 4px;
}

form, fieldset {
	margin-top: 0;
	padding: 0;
	border: 0;
}

table {
	margin-top: 0;
	border-collapse: collapse;
}

table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}



/****************************************************
Standard layout styles for site.
****************************************************/

input.text_field {
	background: url(images/text_field_bg.gif) top left no-repeat;
	padding: 2px 0 0 4px;
	border: 0;
	height: 19px;
	vertical-align: middle;
}

input.submit_button {
	vertical-align: middle;
}

/* If overflow:hidden isn't specified on container, left border on first item will show. */
ul.inline {
	display: inline;
	padding-left: 0;
	padding-bottom: 12px;
	position: relative;
	left: -7px;
}
	
	ul.inline li {
		display: inline;
		padding: 0;
		margin: 0;
		border-left: 1px solid #cbcbcb;
	}
	
	ul.inline li a {
		margin: 0 4px 0 7px;
	}

.prop {
	clear: both;
}

a:hover img.push_button {
	position: relative;
	top: 1px;
	left: 1px;
}



/****************************************************
Hyperlink styles.
****************************************************/

a {
	color: #39892f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/****************************************************
Header styles.
****************************************************/

#header {
	position: relative;
	height: 210px;
}

	#notification_area {
		height: 18px;
		position: absolute;
		top: 14px;
		left: 204px;
		overflow: hidden;
	}
	
		#notification_area a {
			color: #000;
		}
	
	#main_header {
		height: 174px;
		background-color: #39892f;
		position: relative;
		top: 36px;
	}
	
		#corner_top_left {
			position: absolute;
		}
		
		#corner_top_right {
			position: absolute;
			right: 0;
		}
		
		#circles {
			position: absolute;
			top: 13px;
			left: 198px;
		}
		
		#logo {
			position: absolute;
			top: 98px;
			left: 204px;
		}
	
	
	
/****************************************************
Home banner styles.
****************************************************/

#home_banner {
	clear: both;
	height: 208px;
	background: url(images/home_banner_bg.gif) left top repeat-x;
	position: relative;
}

	#quick_links {
		position: absolute;
		top: 12px;
		left: 733px;
		z-index: 10;
	}
	
		#quick_links h3 {
			margin: 0 0 12px 0;
			font-size: 12px;
			color: #fff56c;
		}
	
		#quick_links ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
	
		#quick_links li {
			padding: 0;
			margin: 0 12px 8px 0;
			list-style-type: none;
		}
	
		#quick_links li a {
			color: #fff;
		}
		
	#home_navigation {
		position: absolute;
		top: 12px;
		left: 13px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		#home_navigation li {
			padding: 0;
			margin: 0 0 6px 0;
			list-style-type: none;
		}
		
		#home_navigation li a {
			color: #fff56c;
			font-weight: bold;
		}
		
	#contact_info {
		position: absolute;
		top: 18px;
		left: 205px;
		color: #fff;
		z-index: 10;
	}
	
		#contact_info h2 {
			margin: 0 0 24px 0;
			font-size: 22px;
		}
		
	#gus_animation {
		position: absolute;
		bottom: 0;
		left: 155px;
	}
	
		#gus_photo {
			position: absolute;
			bottom: 0;
			left: 332px;
		}
	


/****************************************************
Home page content styles.
****************************************************/

#home_content {
	width: 700px;
}

	#home_content td {
		padding-right: 20px;
	}

	#home_content #col1 {
		width: 177px;
	}
	
	#home_content #col2, #home_content #col3, #home_content #col4 {
		width: 136px;
	}
	


/****************************************************
Appointment form styles.
****************************************************/

#appointment_form {
	position: absolute;
	top: 15px;
	left: 731px;
}
	
	#appointment_form .text_field {
		margin: 5px 5px 3px 0;
	}
		
	#appointment_form .submit_button {
		margin-top: 5px;
	}
	
	#appointment_form #the_month {
		width: 37px;
	}
		
	#appointment_form #the_day {
		width: 26px;
	}
		
	#appointment_form #the_year {
		width: 50px;
	}


	
/****************************************************
Email form styles.
****************************************************/

#email_form {
	position: absolute;
	top: 93px;
	left: 731px;
	z-index: 10;
}
	
	#email_form .text_field {
		width: 133px;
		margin: 5px 5px 5px 0;
	}
		
	#email_form .submit_button {
		margin-top: 5px;
	}

	
	
/****************************************************
Body styles.
****************************************************/

#body {
	clear: both;
	width: 900px;
	margin-left: 12px;
	background: url(images/navigation_bg.gif) right top repeat-y;
}

	#main_text {
		width: 505px;
		padding-top: 18px;
		padding-bottom: 36px;
		float: left;
	}
	
	#main_text h1 {
		color: #39892f;
		font-size: 18px;
		margin: 0 0 24px 0;
		line-height: 24px;
	}
	
	#main_text h2 {
		font-size: 16px;
		margin: 36px 0 24px 0;
	}
	
	#main_text ul, #main_text ol {
		margin-left: 16px;
	}

	html>body #main_text ul li, html>body #main_text ol li {
		margin-left: -16px;
	}
	
	
/****************************************************
News column styles.
****************************************************/

#hospital_news {
	float: left;
	margin-left: 35px;
	width: 135px;
	color: #818286;
	padding-top: 18px;
}

	#hospital_news h2 {
		font-size: 12px;
		margin: 0 0 22px 0;
		font-weight: bold;
	}
	
	.news_item {
		margin-bottom: 18px;
	}
	


/****************************************************
Navigation column styles.
****************************************************/

#navigation {
	width: 174px;
	height: 100%;
	float: right;
	padding-top: 17px;
	position: relative;
	left: 5px;
}

/* Use CSS hack to hide the following from IE6. */
html>body #navigation {
	width: 179px;
	position: inherit;
	margin-left: 0;
}

	#navigation ul {
		padding: 0;
		margin: 0 0 45px 0;
		list-style-type: none;
	}
	
	#navigation ul li {
		margin-bottom: 5px;
	}
	
	#navigation ul li a {
		font-weight: bold;
	}
	
	#flickr-sidebar {
		margin-top: -10px;
	}
	
		#flickr-sidebar a img {
			line-height: 1px;
			float: left;
			margin: 0 12px 12px 0;
		}
		
			#flickr-sidebar a:hover img {
				position: relative;
				top: 1px;
				left: 1px;
			}
		
		#photo_gallery_link {
			clear: both;
			margin-bottom: 12px;
			color: #818286;
		}
		
			#photo_gallery_link a {
				font-weight: bold;
			}
	
		#photo_gallery_email {
			clear: both;
			color: #818286;
			font-weight: bold;
		}
		
	#testimonial {
		margin-top: 120px;
		color: #818286;
		font-size: 14px;
		line-height: 20px;
	}



/****************************************************
Footer styles.
****************************************************/

#footer {
	clear: both;
	padding-bottom: 18px;
	padding-top: 12px;
	margin-left: 12px;
	border-top: 1px solid #cbcbcb;
	overflow: hidden;
}

	#footer p {
		margin-top: 16px;
	}
