/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:14px; font-family:"Times New Roman", Times, Georgia, serif; color:#fff; background:#161814 url(../images/header_bg.jpg) 50% top no-repeat}
h1 {height:177px; text-indent:-999em; background:url(../images/example_logo.png) left top no-repeat}
h2, h3, h4, h5, p, ul, ol, dl {margin:15px 0}
h2, h3, h4, h5 {font-weight:bold; font-style:italic}
h2 {font-size:30px}
h3 {font-size:20px}
h4 {font-size:1.15em}
h5 {font-size:1em; font-style:italic; color:gray}
a {color:#aac5e8; outline:none; font-weight:bold; font-style:italic}
	a:hover {text-decoration:none}
dt {margin:15px 0; font-weight:bold}
dd {margin:5px 0 5px 15px}
ol {margin-left:25px}

/*#######################
  Classes
#######################*/

.clear {clear:both}

/*#######################
  Layout Styles 
#######################*/

#wrapper {width:960px; padding:15px; margin:0 auto}

	#content_wrapper {clear:both; float:left; background:url(../images/navigation_border.png) 714px top no-repeat}	

		#content {float:left; display:inline; margin-right:15px; width:700px}
			#content p {line-height:1.25em}
			#content ul {margin-left:25px; list-style-type:disc}
				#content li {margin:10px 0}	
			#left_column {float:left; display:inline; margin-right:15px; width:378px}
			#right_column {float:left; width:298px}
			.two_columns {float:left; display:inline; width:335px; margin-right:15px}
			.three_columns {float:left; display:inline; width:210px; margin-right:15px}

			#content #breed_list {float:left; width:465px; padding:5px; background:url(../images/list_bg.jpg) left top repeat-x}
				#content #breed_list ul {float:left; display:inline; width:130px; list-style-type:none}
					#content #breed_list ul li {margin-bottom:25px}
			
	#navigation {float:right; width:220px}
		#navigation li {width:218px; height:38px; font-size:20px; margin-bottom:15px}
			#navigation li a {display:block; width:176px; height:24px; padding:7px 7px 7px 35px; text-decoration:none}
				#navigation li a:hover {color:#fff; background:url(../images/nav_link_bg.png) left top no-repeat}
				
				/* Active States */
				#homepage #navigation #homepage_link a {color:#fff; background:url(../images/nav_link_bg.png) left top no-repeat}
				#aboutus_page #navigation #aboutus_link a {color:#fff; background:url(../images/nav_link_bg.png) left top no-repeat}
				#contactus_page #navigation #contactus_link a {color:#fff; background:url(../images/nav_link_bg.png) left top no-repeat}
												
/* Form Styles */
input, textarea {padding:3px; font-size:.95em; font-family:Helvetica, Arial, Verdana, sans-serif; font-style:italic; color:gray}
input {width:250px}
textarea {width:320px; height:150px}
#submit {width:100px; font-weight:bold; color:#000; font-style:normal}
	
#footer {clear:both; padding:50px 0 30px 0; font-size:.9em; font-style:italic; color:gray}



